Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 5e8f0209b56f3309f9665c980cdfd66463b0e44b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 5e8f0209b56f3309f9665c980cdfd66463b0e44b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33788 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/99 [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/99 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 70ab8f18c450f22c252c2c83765dc30e479a9472 Checking out Revision 70ab8f18c450f22c252c2c83765dc30e479a9472 (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70ab8f18c450f22c252c2c83765dc30e479a9472 # timeout=10 Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T00:32:28.569Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T00:32:28.786Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T00:32:28.872Z] ========================================================= [2021-04-13T00:32:28.872Z] EdgeX Global Pipelines Version Info [2021-04-13T00:32:28.872Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 48892b36c5283e6bc263c7a666d0c9f1622a8b76 # timeout=10 [2021-04-13T00:32:33.913Z] ------------------- [2021-04-13T00:32:33.914Z] stable info: [2021-04-13T00:32:33.914Z] ------------------- [2021-04-13T00:32:33.914Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T00:32:33.914Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T00:32:33.914Z] Message: update stable to v1.0.186 [2021-04-13T00:32:35.168Z] ------------------- [2021-04-13T00:32:35.168Z] experimental info: [2021-04-13T00:32:35.168Z] ------------------- [2021-04-13T00:32:35.168Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T00:32:35.168Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T00:32:35.168Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T00:32:35.532Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-13T00:32:35.616Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-13T00:32:35.726Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T00:32:35.807Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T00:32:35.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T00:32:35.983Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T00:32:36.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T00:32:36.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-13T00:32:36.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-13T00:32:36.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-13T00:32:36.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T00:32:36.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T00:32:36.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T00:32:36.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T00:32:36.817Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T00:32:36.894Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T00:32:36.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T00:32:37.066Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T00:32:37.160Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-13T00:32:37.245Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-13T00:32:37.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-13T00:32:37.403Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T00:32:37.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-13T00:32:37.645Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-13T00:32:37.735Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-13T00:32:37.812Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70ab8f18c450f22c252c2c83765dc30e479a9472 [Pipeline] echo [2021-04-13T00:32:37.905Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70ab8f1 [Pipeline] echo [2021-04-13T00:32:37.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T00:32:38.148Z] provisioning config files... [2021-04-13T00:32:38.210Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/99@tmp/config2987057768940205998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:32:38.645Z] ---> docker-login.sh [2021-04-13T00:32:38.645Z] nexus3.edgexfoundry.org:10001 [2021-04-13T00:32:40.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:32:40.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:32:40.849Z] Configure a credential helper to remove this warning. See [2021-04-13T00:32:40.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:32:40.849Z] [2021-04-13T00:32:40.849Z] Login Succeeded [2021-04-13T00:32:40.849Z] nexus3.edgexfoundry.org:10002 [2021-04-13T00:32:41.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:32:41.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:32:41.832Z] Configure a credential helper to remove this warning. See [2021-04-13T00:32:41.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:32:41.832Z] [2021-04-13T00:32:41.832Z] Login Succeeded [2021-04-13T00:32:41.832Z] nexus3.edgexfoundry.org:10003 [2021-04-13T00:32:42.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:32:42.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:32:42.844Z] Configure a credential helper to remove this warning. See [2021-04-13T00:32:42.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:32:42.844Z] [2021-04-13T00:32:42.844Z] Login Succeeded [2021-04-13T00:32:42.844Z] nexus3.edgexfoundry.org:10004 [2021-04-13T00:32:43.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:32:44.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:32:44.044Z] Configure a credential helper to remove this warning. See [2021-04-13T00:32:44.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:32:44.044Z] [2021-04-13T00:32:44.044Z] Login Succeeded [2021-04-13T00:32:44.044Z] docker.io [2021-04-13T00:32:45.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:32:46.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:32:46.146Z] Configure a credential helper to remove this warning. See [2021-04-13T00:32:46.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:32:46.146Z] [2021-04-13T00:32:46.146Z] Login Succeeded [2021-04-13T00:32:46.146Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T00:32:46.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T00:32:46.931Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/core-command/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/core-data/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-13T00:32:46.931Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-13T00:32:46.931Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T00:32:46.931Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-13T00:32:46.931Z] ++ cut -d/ -f2 [2021-04-13T00:32:46.931Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-13T00:32:47.337Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:32:48.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:32:48.675Z] [2021-04-13T00:32:48.675Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:32:49.289Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:32:49.585Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T00:32:49.585Z] 31603596830f: Pulling fs layer [2021-04-13T00:32:49.585Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T00:32:49.585Z] 6ca5941a6612: Pulling fs layer [2021-04-13T00:32:49.585Z] ecc8261a40a4: Pulling fs layer [2021-04-13T00:32:49.585Z] ecc8261a40a4: Waiting [2021-04-13T00:32:49.585Z] 2a8b12db71e7: Verifying Checksum [2021-04-13T00:32:49.585Z] 2a8b12db71e7: Download complete [2021-04-13T00:32:50.388Z] 31603596830f: Verifying Checksum [2021-04-13T00:32:50.388Z] 31603596830f: Download complete [2021-04-13T00:32:51.153Z] ecc8261a40a4: Verifying Checksum [2021-04-13T00:32:51.153Z] ecc8261a40a4: Download complete [2021-04-13T00:32:51.153Z] 6ca5941a6612: Verifying Checksum [2021-04-13T00:32:51.153Z] 6ca5941a6612: Download complete [2021-04-13T00:32:51.922Z] 31603596830f: Pull complete [2021-04-13T00:32:52.817Z] 2a8b12db71e7: Pull complete [2021-04-13T00:32:57.446Z] 6ca5941a6612: Pull complete [2021-04-13T00:32:58.086Z] ecc8261a40a4: Pull complete [2021-04-13T00:32:58.456Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T00:32:58.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T00:32:58.456Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T00:32:58.830Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T00:32:59.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T00:33:02.497Z] $ docker top f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T00:33:03.018Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T00:33:03.018Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T00:33:04.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T00:33:04.476Z] $ docker exec f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 ssh-agent [2021-04-13T00:33:05.205Z] SSH_AUTH_SOCK=/tmp/ssh-KefjfMujHyXj/agent.11 [2021-04-13T00:33:05.205Z] SSH_AGENT_PID=16 [2021-04-13T00:33:05.854Z] Running ssh-add (command line suppressed) [2021-04-13T00:33:06.660Z] Identity added: /w/workspace/edgex-go/99@tmp/private_key_3512937565255100791.key (/w/workspace/edgex-go/99@tmp/private_key_3512937565255100791.key) [2021-04-13T00:33:06.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T00:33:07.615Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T00:33:07.782Z] $ docker exec --env ******** --env ******** f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 ssh-agent -k [2021-04-13T00:33:08.294Z] unset SSH_AUTH_SOCK; [2021-04-13T00:33:08.295Z] unset SSH_AGENT_PID; [2021-04-13T00:33:08.295Z] echo Agent pid 16 killed; [2021-04-13T00:33:08.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T00:33:08.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T00:33:08.842Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T00:33:10.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T00:33:10.058Z] $ docker exec f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 ssh-agent [2021-04-13T00:33:11.066Z] SSH_AUTH_SOCK=/tmp/ssh-qCTk4Z9U0l2j/agent.45 [2021-04-13T00:33:11.066Z] SSH_AGENT_PID=50 [2021-04-13T00:33:11.078Z] Running ssh-add (command line suppressed) [2021-04-13T00:33:11.599Z] Identity added: /w/workspace/edgex-go/99@tmp/private_key_2963163571384635883.key (/w/workspace/edgex-go/99@tmp/private_key_2963163571384635883.key) [2021-04-13T00:33:11.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T00:33:12.831Z] + git semver init [2021-04-13T00:33:13.400Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T00:33:13.400Z] # $GIT_DIR = /w/workspace/edgex-go/99/.git [2021-04-13T00:33:13.400Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/99 [2021-04-13T00:33:13.400Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T00:33:13.400Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T00:33:13.400Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T00:33:13.400Z] # $SEMVER_BRANCH = PR-2858 [2021-04-13T00:33:13.400Z] # $SEMVER_TEMP = /tmp/semver-711367596 [2021-04-13T00:33:13.400Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-13T00:33:47.628Z] # '/tmp/semver-711367596' -> '/w/workspace/edgex-go/99/.semver' [2021-04-13T00:33:49.090Z] # -> Force: false [2021-04-13T00:33:49.090Z] # $SEMVER_DIR = /w/workspace/edgex-go/99/.semver [Pipeline] } [2021-04-13T00:33:49.134Z] $ docker exec --env ******** --env ******** f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 ssh-agent -k [2021-04-13T00:33:49.780Z] unset SSH_AUTH_SOCK; [2021-04-13T00:33:49.780Z] unset SSH_AGENT_PID; [2021-04-13T00:33:49.780Z] echo Agent pid 50 killed; [2021-04-13T00:33:49.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T00:33:50.501Z] + git semver [Pipeline] } [2021-04-13T00:33:50.532Z] $ docker stop --time=1 f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 [2021-04-13T00:33:52.854Z] $ docker rm -f f13d3c067b2e33f483de87cf186ccf43d1de88ed664352a59db07a4016879f76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:33:53.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T00:33:55.452Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T00:33:55.455Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T00:33:56.528Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:33:57.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:33:57.500Z] + true [2021-04-13T00:33:57.501Z] + sudo service docker restart [2021-04-13T00:33:57.501Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-13T00:33:59.120Z] ========================================================= [2021-04-13T00:33:59.120Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T00:33:59.120Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:33:59.550Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-13T00:34:08.787Z] Sending build context to Docker daemon 329.4MB [2021-04-13T00:34:08.787Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T00:34:08.787Z] Step 2/6 : FROM ${BASE} [2021-04-13T00:34:08.787Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T00:34:08.787Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T00:34:08.787Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T00:34:08.787Z] de9db76c5a1d: Pulling fs layer [2021-04-13T00:34:08.787Z] bca2f99d35d6: Pulling fs layer [2021-04-13T00:34:08.787Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T00:34:08.787Z] 7c6f9722023f: Pulling fs layer [2021-04-13T00:34:08.787Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T00:34:08.787Z] bca2f99d35d6: Waiting [2021-04-13T00:34:08.787Z] 93359f2a8cfa: Waiting [2021-04-13T00:34:08.787Z] 7c6f9722023f: Waiting [2021-04-13T00:34:08.787Z] a35cf1a2eb13: Waiting [2021-04-13T00:34:08.787Z] de9db76c5a1d: Verifying Checksum [2021-04-13T00:34:08.787Z] de9db76c5a1d: Download complete [2021-04-13T00:34:08.787Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T00:34:08.787Z] 0ef7d3d256c8: Download complete [2021-04-13T00:34:08.787Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T00:34:08.787Z] 93359f2a8cfa: Download complete [2021-04-13T00:34:08.787Z] 7c6f9722023f: Verifying Checksum [2021-04-13T00:34:08.787Z] 7c6f9722023f: Download complete [2021-04-13T00:34:09.869Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T00:34:09.869Z] 188c0c94c7c5: Download complete [2021-04-13T00:34:10.948Z] Still waiting to schedule task [2021-04-13T00:34:10.948Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-13T00:34:10.974Z] 188c0c94c7c5: Pull complete [2021-04-13T00:34:11.612Z] 0ef7d3d256c8: Pull complete [2021-04-13T00:34:12.321Z] de9db76c5a1d: Pull complete [2021-04-13T00:34:16.197Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T00:34:16.197Z] a35cf1a2eb13: Download complete [2021-04-13T00:34:19.911Z] bca2f99d35d6: Verifying Checksum [2021-04-13T00:34:19.911Z] bca2f99d35d6: Download complete [2021-04-13T00:34:39.145Z] bca2f99d35d6: Pull complete [2021-04-13T00:34:39.145Z] 93359f2a8cfa: Pull complete [2021-04-13T00:34:39.470Z] 7c6f9722023f: Pull complete [2021-04-13T00:34:48.324Z] a35cf1a2eb13: Pull complete [2021-04-13T00:34:48.324Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T00:34:48.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T00:34:48.324Z] ---> a62c8e92a672 [2021-04-13T00:34:48.324Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-13T00:34:48.324Z] ---> Running in 37651f2e62e8 [2021-04-13T00:34:49.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:34:49.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:34:50.364Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T00:34:51.682Z] (2/12) Installing file (5.38-r0) [2021-04-13T00:34:51.682Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T00:34:51.682Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T00:34:57.178Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T00:34:57.178Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T00:34:57.178Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T00:34:57.178Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T00:34:57.178Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T00:34:57.178Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T00:34:57.487Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T00:34:57.487Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T00:34:57.487Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:34:57.822Z] OK: 233 MiB in 51 packages [2021-04-13T00:35:03.508Z] Removing intermediate container 37651f2e62e8 [2021-04-13T00:35:03.508Z] ---> 79ec5ab4653b [2021-04-13T00:35:03.508Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T00:35:03.508Z] ---> Running in f9b324145f9c [2021-04-13T00:35:03.508Z] Removing intermediate container f9b324145f9c [2021-04-13T00:35:03.508Z] ---> 449e693bbaeb [2021-04-13T00:35:03.508Z] Step 5/6 : COPY go.mod . [2021-04-13T00:35:04.518Z] ---> 08d0c2e5c0eb [2021-04-13T00:35:04.518Z] Step 6/6 : RUN go mod download [2021-04-13T00:35:04.518Z] ---> Running in 2069557857e6 [2021-04-13T00:35:44.185Z] Removing intermediate container 2069557857e6 [2021-04-13T00:35:44.185Z] ---> f04325ccd00d [2021-04-13T00:35:44.185Z] Successfully built f04325ccd00d [2021-04-13T00:35:44.185Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:44.678Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T00:35:45.273Z] . [Pipeline] withDockerContainer [2021-04-13T00:35:45.837Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T00:35:46.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T00:35:48.284Z] $ docker top 58b805f2c65fe84b034b13889fc059cb52fb4fd814afee53fbd9a459be07506a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:35:49.381Z] + go version [2021-04-13T00:35:49.381Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T00:35:49.401Z] $ docker stop --time=1 58b805f2c65fe84b034b13889fc059cb52fb4fd814afee53fbd9a459be07506a [2021-04-13T00:35:51.449Z] $ docker rm -f 58b805f2c65fe84b034b13889fc059cb52fb4fd814afee53fbd9a459be07506a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:35:52.616Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T00:35:52.616Z] . [Pipeline] withDockerContainer [2021-04-13T00:35:53.380Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T00:35:53.561Z] $ 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/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-13T00:35:54.689Z] $ docker top 7edbef5960353c26c6ae2ceb37607194694af611529bd0515a2ce4fc57019e4a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T00:35:55.035Z] ========================================================= [2021-04-13T00:35:55.035Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T00:35:55.035Z] ========================================================= [Pipeline] sh [2021-04-13T00:35:55.887Z] + make test [2021-04-13T00:35:55.887Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T00:36:16.141Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33792 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-13T00:36:16.200Z] Running in /w/workspace/edgex-go/99 [Pipeline] { [Pipeline] checkout [2021-04-13T00:36:21.538Z] using credential edgex-jenkins-ssh [2021-04-13T00:36:21.593Z] Cloning the remote Git repository [2021-04-13T00:36:21.653Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:36:21.779Z] > git init /w/workspace/edgex-go/99 # timeout=10 [2021-04-13T00:36:21.879Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:36:21.880Z] > git --version # timeout=10 [2021-04-13T00:36:21.899Z] > git --version # 'git version 2.17.1' [2021-04-13T00:36:21.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:36:21.968Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:36:24.333Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T00:36:40.056Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-13T00:36:38.894Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:36:38.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:36:38.964Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:36:39.072Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:36:39.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:36:39.090Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T00:36:40.072Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:36:40.100Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-13T00:36:40.428Z] > git remote # timeout=10 [2021-04-13T00:36:40.448Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T00:36:40.465Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:36:40.479Z] > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [2021-04-13T00:36:41.496Z] Merge succeeded, producing 0571f824191bd9ae0d6715b2eeb29f8690675dae [2021-04-13T00:36:41.497Z] Checking out Revision 0571f824191bd9ae0d6715b2eeb29f8690675dae (PR-2858) [2021-04-13T00:36:41.476Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T00:36:41.500Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:36:41.513Z] > git checkout -f 0571f824191bd9ae0d6715b2eeb29f8690675dae # timeout=10 [2021-04-13T00:36:45.833Z] Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" [2021-04-13T00:36:45.857Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T00:36:47.419Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:36:45.837Z] > git rev-list --no-walk 48892b36c5283e6bc263c7a666d0c9f1622a8b76 # timeout=10 [2021-04-13T00:36:47.835Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T00:36:48.182Z] + + sudotrue service [2021-04-13T00:36:48.182Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T00:36:50.281Z] provisioning config files... [2021-04-13T00:36:50.325Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/99@tmp/config6888682050728521316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:36:50.816Z] ---> docker-login.sh [2021-04-13T00:36:50.816Z] nexus3.edgexfoundry.org:10001 [2021-04-13T00:36:51.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:36:52.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:36:52.078Z] Configure a credential helper to remove this warning. See [2021-04-13T00:36:52.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:36:52.078Z] [2021-04-13T00:36:52.078Z] Login Succeeded [2021-04-13T00:36:52.078Z] nexus3.edgexfoundry.org:10002 [2021-04-13T00:36:52.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:36:52.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:36:52.676Z] Configure a credential helper to remove this warning. See [2021-04-13T00:36:52.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:36:52.676Z] [2021-04-13T00:36:52.676Z] Login Succeeded [2021-04-13T00:36:52.676Z] nexus3.edgexfoundry.org:10003 [2021-04-13T00:36:53.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:36:53.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:36:53.273Z] Configure a credential helper to remove this warning. See [2021-04-13T00:36:53.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:36:53.273Z] [2021-04-13T00:36:53.273Z] Login Succeeded [2021-04-13T00:36:53.273Z] nexus3.edgexfoundry.org:10004 [2021-04-13T00:36:53.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:36:53.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:36:53.870Z] Configure a credential helper to remove this warning. See [2021-04-13T00:36:53.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:36:53.870Z] [2021-04-13T00:36:53.870Z] Login Succeeded [2021-04-13T00:36:53.870Z] docker.io [2021-04-13T00:36:54.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T00:36:54.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T00:36:54.745Z] Configure a credential helper to remove this warning. See [2021-04-13T00:36:54.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T00:36:54.745Z] [2021-04-13T00:36:54.745Z] Login Succeeded [2021-04-13T00:36:54.745Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T00:36:54.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T00:36:55.308Z] ========================================================= [2021-04-13T00:36:55.308Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T00:36:55.308Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:36:55.695Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-13T00:36:58.362Z] Sending build context to Docker daemon 167.2MB [2021-04-13T00:36:58.362Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T00:36:58.362Z] Step 2/6 : FROM ${BASE} [2021-04-13T00:36:58.362Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T00:36:58.362Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T00:36:58.362Z] a4357932f1b6: Pulling fs layer [2021-04-13T00:36:58.362Z] 18c013af1878: Pulling fs layer [2021-04-13T00:36:58.362Z] 00ac8860ef70: Pulling fs layer [2021-04-13T00:36:58.362Z] 63d7cb157983: Pulling fs layer [2021-04-13T00:36:58.362Z] b116817d02f9: Pulling fs layer [2021-04-13T00:36:58.362Z] 745a02a5169b: Pulling fs layer [2021-04-13T00:36:58.362Z] 63d7cb157983: Waiting [2021-04-13T00:36:58.362Z] 00ac8860ef70: Waiting [2021-04-13T00:36:58.362Z] b116817d02f9: Waiting [2021-04-13T00:36:58.362Z] 745a02a5169b: Waiting [2021-04-13T00:36:58.362Z] 18c013af1878: Verifying Checksum [2021-04-13T00:36:58.362Z] 18c013af1878: Download complete [2021-04-13T00:36:58.362Z] a4357932f1b6: Verifying Checksum [2021-04-13T00:36:58.362Z] a4357932f1b6: Download complete [2021-04-13T00:36:58.362Z] 63d7cb157983: Download complete [2021-04-13T00:36:58.963Z] b116817d02f9: Verifying Checksum [2021-04-13T00:36:58.963Z] b116817d02f9: Download complete [2021-04-13T00:36:59.561Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T00:37:00.179Z] 5f621e34cdf4: Pull complete [2021-04-13T00:37:00.821Z] a4357932f1b6: Pull complete [2021-04-13T00:37:01.110Z] 18c013af1878: Pull complete [2021-04-13T00:37:02.092Z] 745a02a5169b: Verifying Checksum [2021-04-13T00:37:02.092Z] 745a02a5169b: Download complete [2021-04-13T00:37:03.097Z] 00ac8860ef70: Download complete [2021-04-13T00:37:04.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T00:37:13.293Z] 00ac8860ef70: Pull complete [2021-04-13T00:37:13.294Z] 63d7cb157983: Pull complete [2021-04-13T00:37:13.572Z] b116817d02f9: Pull complete [2021-04-13T00:37:17.922Z] 745a02a5169b: Pull complete [2021-04-13T00:37:17.922Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T00:37:17.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T00:37:17.922Z] ---> b7e6874047d6 [2021-04-13T00:37:17.922Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-13T00:37:21.334Z] ---> Running in f31c9cfa656d [2021-04-13T00:37:22.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:37:23.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:37:23.898Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T00:37:24.177Z] (2/12) Installing file (5.38-r0) [2021-04-13T00:37:24.177Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T00:37:24.450Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T00:37:24.462Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T00:37:24.462Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T00:37:24.462Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T00:37:26.055Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T00:37:26.055Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T00:37:26.055Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T00:37:27.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T00:37:28.753Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T00:37:28.753Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T00:37:28.753Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T00:37:29.027Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T00:37:29.027Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T00:37:29.027Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T00:37:29.301Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T00:37:29.301Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T00:37:29.301Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:37:29.301Z] OK: 217 MiB in 51 packages [2021-04-13T00:37:30.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T00:37:32.307Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T00:37:33.612Z] Removing intermediate container f31c9cfa656d [2021-04-13T00:37:33.612Z] ---> 91427600e613 [2021-04-13T00:37:33.612Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T00:37:33.892Z] ---> Running in 8ca389934dea [2021-04-13T00:37:34.166Z] Removing intermediate container 8ca389934dea [2021-04-13T00:37:34.166Z] ---> 43ae33c045b7 [2021-04-13T00:37:34.166Z] Step 5/6 : COPY go.mod . [2021-04-13T00:37:35.168Z] ---> d66f8bc1d3e7 [2021-04-13T00:37:35.169Z] Step 6/6 : RUN go mod download [2021-04-13T00:37:35.169Z] ---> Running in cd4ef79c79a6 [2021-04-13T00:37:39.729Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T00:37:39.729Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T00:37:39.729Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T00:37:47.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.472s coverage: 45.9% of statements [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T00:37:47.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T00:37:47.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.272s coverage: 19.8% of statements [2021-04-13T00:37:47.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-04-13T00:37:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T00:37:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T00:37:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.146s coverage: 100.0% of statements [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T00:37:53.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.198s coverage: 71.3% of statements [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T00:37:53.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T00:37:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.9% of statements [2021-04-13T00:37:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T00:37:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:37:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.355s coverage: 78.9% of statements [2021-04-13T00:37:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T00:38:01.964Z] Removing intermediate container cd4ef79c79a6 [2021-04-13T00:38:01.964Z] ---> 69df309f5181 [2021-04-13T00:38:01.964Z] Successfully built 69df309f5181 [2021-04-13T00:38:01.964Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:38:02.311Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T00:38:02.311Z] . [Pipeline] withDockerContainer [2021-04-13T00:38:02.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-33792 does not seem to be running inside a container [2021-04-13T00:38:02.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@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 ******** ci-base-image-arm64 cat [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.651s coverage: 28.6% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.402s coverage: 100.0% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.144s coverage: 100.0% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.460s coverage: 86.7% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.225s coverage: 97.5% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T00:38:03.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.281s coverage: 78.3% of statements [2021-04-13T00:38:03.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T00:38:03.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T00:38:03.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T00:38:03.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T00:38:04.333Z] $ docker top f171fc78619441b5eba47c5f1e7cfec34e14bb797d326135e81df5406634a379 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:38:05.402Z] + go version [2021-04-13T00:38:05.402Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T00:38:05.425Z] $ docker stop --time=1 f171fc78619441b5eba47c5f1e7cfec34e14bb797d326135e81df5406634a379 [2021-04-13T00:38:07.405Z] $ docker rm -f f171fc78619441b5eba47c5f1e7cfec34e14bb797d326135e81df5406634a379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:38:08.428Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T00:38:08.428Z] . [Pipeline] withDockerContainer [2021-04-13T00:38:08.709Z] prd-ubuntu18.04-docker-arm64-4c-16g-33792 does not seem to be running inside a container [2021-04-13T00:38:08.809Z] $ 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/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@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 ******** ci-base-image-arm64 cat [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.892s coverage: 92.8% of statements [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.227s coverage: 58.8% of statements [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 1.0% of statements [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T00:38:09.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.188s coverage: 79.5% of statements [2021-04-13T00:38:09.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.246s coverage: 94.1% of statements [2021-04-13T00:38:10.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements [2021-04-13T00:38:10.326Z] $ docker top 888fa40d9b9d39293fa6af84f7ea46e0cf4b75e3e8978e6ac54bec3e9fd3108f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T00:38:10.859Z] ========================================================= [2021-04-13T00:38:10.860Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-13T00:38:10.860Z] ========================================================= [Pipeline] sh [2021-04-13T00:38:11.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.175s coverage: 87.5% of statements [2021-04-13T00:38:11.517Z] + make test [2021-04-13T00:38:11.517Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-13T00:38:24.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.264s coverage: 94.4% of statements [2021-04-13T00:38:24.546Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.198s coverage: 44.8% of statements [2021-04-13T00:38:29.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.334s coverage: 81.9% of statements [2021-04-13T00:38:29.053Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.387s coverage: 92.9% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.390s coverage: 87.2% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.213s coverage: 75.5% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.138s coverage: 80.8% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.6% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.574s coverage: 91.6% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.352s coverage: 64.4% of statements [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T00:38:38.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.109s coverage: 100.0% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-04-13T00:38:38.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2021-04-13T00:38:38.314Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-13T00:38:39.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.143s coverage: 100.0% of statements [2021-04-13T00:38:42.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.064s coverage: 69.0% of statements [2021-04-13T00:38:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T00:38:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T00:38:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T00:38:43.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.601s coverage: 38.4% of statements [2021-04-13T00:38:43.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T00:38:43.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T00:38:43.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.137s coverage: 89.5% of statements [2021-04-13T00:38:43.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T00:38:43.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.251s coverage: 84.8% of statements [2021-04-13T00:38:49.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T00:38:49.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T00:38:49.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T00:38:49.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.244s coverage: 11.0% of statements [2021-04-13T00:38:49.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T00:38:52.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.393s coverage: 87.1% of statements [2021-04-13T00:38:52.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T00:38:52.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:38:52.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.588s coverage: 29.1% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.324s coverage: 99.0% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.153s coverage: 100.0% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.501s coverage: 95.6% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.110s coverage: 0.0% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T00:38:57.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.103s coverage: 100.0% of statements [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T00:38:57.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T00:38:58.656Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.161s coverage: 87.9% of statements [2021-04-13T00:38:58.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T00:38:58.656Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T00:38:59.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-04-13T00:38:59.383Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 28.1% of statements [2021-04-13T00:39:00.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.114s coverage: 100.0% of statements [2021-04-13T00:39:00.809Z] GO111MODULE=on go vet ./... [2021-04-13T00:39:25.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-13T00:39:35.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-13T00:39:41.154Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-13T00:39:41.154Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-13T00:39:44.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-13T00:39:44.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-13T00:39:44.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-13T00:39:44.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-13T00:39:47.990Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-13T00:39:48.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-13T00:39:56.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-13T00:39:56.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-13T00:39:56.916Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-13T00:40:02.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.294s coverage: 45.9% of statements [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-13T00:40:02.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-13T00:40:02.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements [2021-04-13T00:40:02.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.273s coverage: 100.0% of statements [2021-04-13T00:40:09.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.486s coverage: 27.1% of statements [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-13T00:40:09.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.148s coverage: 100.0% of statements [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-13T00:40:09.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-13T00:40:09.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-13T00:40:10.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements [2021-04-13T00:40:10.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-13T00:40:10.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-13T00:40:12.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 82.9% of statements [2021-04-13T00:40:12.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-13T00:40:12.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:40:12.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.128s coverage: 78.9% of statements [2021-04-13T00:40:12.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.137s coverage: 28.6% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.204s coverage: 100.0% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-13T00:40:22.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.217s coverage: 78.3% of statements [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-13T00:40:22.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-13T00:40:24.503Z] gofmt -l . [2021-04-13T00:40:24.503Z] [ "`gofmt -l .`" = "" ] [2021-04-13T00:40:24.503Z] ./bin/test-go-mod-tidy.sh [2021-04-13T00:40:24.503Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-13T00:40:26.545Z] + ls -al . [2021-04-13T00:40:26.546Z] total 796 [2021-04-13T00:40:26.546Z] drwxrwxr-x 10 1001 1001 4096 Apr 13 00:40 . [2021-04-13T00:40:26.546Z] drwxr-xr-x 4 root root 30 Apr 13 00:35 .. [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 00:32 .dockerignore [2021-04-13T00:40:26.546Z] drwxrwxr-x 8 1001 1001 179 Apr 13 00:32 .git [2021-04-13T00:40:26.546Z] drwxrwxr-x 3 1001 1001 125 Apr 13 00:32 .github [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 00:32 .gitignore [2021-04-13T00:40:26.546Z] drwx------ 3 1001 1001 60 Apr 13 00:33 .semver [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 00:32 .sonarcloud.properties [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:32 Attribution.txt [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:32 CONTRIBUTING.md [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 00:32 Dockerfile.build [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 00:32 Jenkinsfile [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:32 LICENSE [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:32 Makefile [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:32 README.md [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:32 SECURITY.md [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 00:33 VERSION [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:32 ZMQWindows.md [2021-04-13T00:40:26.546Z] drwxrwxr-x 2 1001 1001 117 Apr 13 00:32 bin [2021-04-13T00:40:26.546Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 00:32 cmd [2021-04-13T00:40:26.546Z] -rw-r--r-- 1 root root 684356 Apr 13 00:38 coverage.out [2021-04-13T00:40:26.546Z] -rw-r--r-- 1 root root 1056 Apr 13 00:40 go.mod [2021-04-13T00:40:26.546Z] -rw-r--r-- 1 root root 21911 Apr 13 00:40 go.sum [2021-04-13T00:40:26.546Z] drwxrwxr-x 8 1001 1001 127 Apr 13 00:32 internal [2021-04-13T00:40:26.546Z] drwxrwxr-x 4 1001 1001 26 Apr 13 00:32 openapi [2021-04-13T00:40:26.546Z] drwxrwxr-x 4 1001 1001 71 Apr 13 00:32 snap [2021-04-13T00:40:26.546Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 00:32 version.go [Pipeline] sh [2021-04-13T00:40:26.994Z] + '[' -e coverage.out ] [2021-04-13T00:40:26.994Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T00:40:27.430Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T00:40:28.346Z] + make build [2021-04-13T00:40:28.890Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.141s coverage: 58.8% of statements [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.244s coverage: 1.0% of statements [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-13T00:40:31.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.284s coverage: 47.1% of statements [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.157s coverage: 79.5% of statements [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements [2021-04-13T00:40:31.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.165s coverage: 87.5% of statements [2021-04-13T00:40:39.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:40:43.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.154s coverage: 94.4% of statements [2021-04-13T00:40:43.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.125s coverage: 44.8% of statements [2021-04-13T00:40:49.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.537s coverage: 81.9% of statements [2021-04-13T00:40:49.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.188s coverage: 92.9% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.264s coverage: 91.6% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 64.4% of statements [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-13T00:40:59.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-04-13T00:40:59.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-04-13T00:41:00.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-04-13T00:41:01.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.125s coverage: 73.7% of statements [2021-04-13T00:41:01.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-13T00:41:05.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.985s coverage: 69.0% of statements [2021-04-13T00:41:05.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-13T00:41:05.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-13T00:41:05.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-13T00:41:07.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.476s coverage: 38.4% of statements [2021-04-13T00:41:07.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-13T00:41:07.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-13T00:41:07.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.100s coverage: 89.5% of statements [2021-04-13T00:41:07.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-13T00:41:07.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.121s coverage: 84.8% of statements [2021-04-13T00:41:07.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-13T00:41:09.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-13T00:41:14.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.0% of statements [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-13T00:41:14.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-13T00:41:14.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-13T00:41:14.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.160s coverage: 11.0% of statements [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-13T00:41:14.384Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.464s coverage: 87.1% of statements [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:41:14.384Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-13T00:41:16.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-13T00:41:18.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:41:24.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.186s coverage: 29.1% of statements [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-13T00:41:24.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-13T00:41:24.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.208s coverage: 100.0% of statements [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-13T00:41:24.597Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.353s coverage: 95.6% of statements [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-13T00:41:24.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-13T00:41:24.597Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-13T00:41:24.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-13T00:41:24.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-13T00:41:24.598Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-13T00:41:24.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.101s coverage: 100.0% of statements [2021-04-13T00:41:24.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.106s coverage: 28.1% of statements [2021-04-13T00:41:24.598Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-13T00:41:25.211Z] GO111MODULE=on go vet ./... [2021-04-13T00:41:25.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-13T00:41:30.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-13T00:41:31.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-13T00:41:34.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-13T00:41:40.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-13T00:41:44.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-13T00:41:53.427Z] $ docker stop --time=1 7edbef5960353c26c6ae2ceb37607194694af611529bd0515a2ce4fc57019e4a [2021-04-13T00:41:56.406Z] $ docker rm -f 7edbef5960353c26c6ae2ceb37607194694af611529bd0515a2ce4fc57019e4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:42:00.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:42:00.886Z] [2021-04-13T00:42:00.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:42:01.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:42:02.555Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-13T00:42:02.555Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-13T00:42:02.555Z] ca9280d653b3: Pulling fs layer [2021-04-13T00:42:02.555Z] 7e9c9ca2126c: Pulling fs layer [2021-04-13T00:42:04.860Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-13T00:42:04.860Z] cbdbe7a5bc2a: Download complete [2021-04-13T00:42:05.966Z] cbdbe7a5bc2a: Pull complete [2021-04-13T00:42:07.305Z] ca9280d653b3: Verifying Checksum [2021-04-13T00:42:07.305Z] ca9280d653b3: Download complete [2021-04-13T00:42:10.225Z] ca9280d653b3: Pull complete [2021-04-13T00:42:11.715Z] 7e9c9ca2126c: Verifying Checksum [2021-04-13T00:42:11.715Z] 7e9c9ca2126c: Download complete [2021-04-13T00:42:27.350Z] 7e9c9ca2126c: Pull complete [2021-04-13T00:42:27.350Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-13T00:42:27.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:42:27.350Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-13T00:42:27.859Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T00:42:28.131Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-13T00:42:30.523Z] $ docker top ad7f466211eeb94d863ccbeb1c5a053a5c630cdd6b6fc487f77281b8700d2487 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:42:31.852Z] + docker-compose build --help [2021-04-13T00:42:31.852Z] + grep parallel [2021-04-13T00:42:33.432Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T00:42:33.452Z] $ docker stop --time=1 ad7f466211eeb94d863ccbeb1c5a053a5c630cdd6b6fc487f77281b8700d2487 [2021-04-13T00:42:35.424Z] $ docker rm -f ad7f466211eeb94d863ccbeb1c5a053a5c630cdd6b6fc487f77281b8700d2487 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:42:36.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-13T00:42:36.933Z] . [Pipeline] withDockerContainer [2021-04-13T00:42:37.501Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T00:42:37.712Z] $ 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/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-13T00:42:39.252Z] $ docker top 878ca353ff412fa07c495e8bdfa1ca65272f12ea4b2f79bcd54c7a0a6bace244 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:42:40.250Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T00:42:42.422Z] Building docker-core-command-go ... [2021-04-13T00:42:42.422Z] Building docker-core-data-go ... [2021-04-13T00:42:42.422Z] Building docker-core-metadata-go ... [2021-04-13T00:42:42.422Z] Building docker-security-bootstrapper-go ... [2021-04-13T00:42:42.422Z] Building docker-security-proxy-setup-go ... [2021-04-13T00:42:42.422Z] Building docker-security-secretstore-setup-go ... [2021-04-13T00:42:42.422Z] Building docker-support-notifications-go ... [2021-04-13T00:42:42.422Z] Building docker-support-scheduler-go ... [2021-04-13T00:42:42.422Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T00:42:42.422Z] Building docker-support-notifications-go [2021-04-13T00:42:42.422Z] Building docker-support-scheduler-go [2021-04-13T00:42:42.422Z] Building docker-core-metadata-go [2021-04-13T00:42:42.422Z] Building docker-security-secretstore-setup-go [2021-04-13T00:42:42.422Z] Building docker-security-proxy-setup-go [2021-04-13T00:42:48.413Z] gofmt -l . [2021-04-13T00:42:48.413Z] [ "`gofmt -l .`" = "" ] [2021-04-13T00:42:48.413Z] ./bin/test-go-mod-tidy.sh [2021-04-13T00:42:48.413Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-13T00:42:49.106Z] + ls -al . [2021-04-13T00:42:49.106Z] total 824 [2021-04-13T00:42:49.106Z] drwxrwxr-x 9 1001 1001 4096 Apr 13 00:42 . [2021-04-13T00:42:49.106Z] drwxr-xr-x 4 root root 4096 Apr 13 00:38 .. [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 00:36 .dockerignore [2021-04-13T00:42:49.106Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 00:36 .git [2021-04-13T00:42:49.106Z] drwxrwxr-x 3 1001 1001 4096 Apr 13 00:36 .github [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 00:36 .gitignore [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 00:36 .sonarcloud.properties [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:36 Attribution.txt [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:36 CONTRIBUTING.md [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 00:36 Dockerfile.build [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 00:36 Jenkinsfile [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:36 LICENSE [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:36 Makefile [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:36 README.md [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:36 SECURITY.md [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 5 Apr 13 00:33 VERSION [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:36 ZMQWindows.md [2021-04-13T00:42:49.106Z] drwxrwxr-x 2 1001 1001 4096 Apr 13 00:36 bin [2021-04-13T00:42:49.106Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 00:36 cmd [2021-04-13T00:42:49.106Z] -rw-r--r-- 1 root root 684356 Apr 13 00:41 coverage.out [2021-04-13T00:42:49.106Z] -rw-r--r-- 1 root root 1056 Apr 13 00:42 go.mod [2021-04-13T00:42:49.106Z] -rw-r--r-- 1 root root 21911 Apr 13 00:42 go.sum [2021-04-13T00:42:49.106Z] drwxrwxr-x 8 1001 1001 4096 Apr 13 00:36 internal [2021-04-13T00:42:49.106Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 00:36 openapi [2021-04-13T00:42:49.106Z] drwxrwxr-x 4 1001 1001 4096 Apr 13 00:36 snap [2021-04-13T00:42:49.106Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 00:36 version.go [Pipeline] sh [2021-04-13T00:42:49.505Z] + '[' -e coverage.out ] [2021-04-13T00:42:49.505Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-13T00:42:49.584Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T00:42:51.031Z] Stashed 1 file(s) [Pipeline] sh [2021-04-13T00:42:51.681Z] + make build [2021-04-13T00:42:51.681Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-13T00:43:04.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:43:26.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-13T00:43:30.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-13T00:43:37.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-13T00:43:37.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:43:43.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-13T00:43:50.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-13T00:43:55.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-13T00:43:59.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-13T00:44:05.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-13T00:44:05.904Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:44:05.904Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:44:05.904Z] ---> f04325ccd00d [2021-04-13T00:44:05.904Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T00:44:05.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:44:05.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:44:05.904Z] [2021-04-13T00:44:05.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:44:05.904Z] ---> f04325ccd00d [2021-04-13T00:44:05.904Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:44:05.904Z] ---> f04325ccd00d [2021-04-13T00:44:05.904Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:44:05.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:44:05.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:44:05.904Z] ---> f04325ccd00d [2021-04-13T00:44:05.904Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:44:05.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:44:05.904Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:44:05.904Z] ---> f04325ccd00d [2021-04-13T00:44:05.904Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T00:44:05.904Z] ---> Running in 47f1cbbd8bc3 [2021-04-13T00:44:05.904Z] ---> Running in 798088ca4729 [2021-04-13T00:44:05.904Z] ---> Running in b483fb612394 [2021-04-13T00:44:05.904Z] ---> Running in f9cd2c52b46d [2021-04-13T00:44:05.904Z] ---> Running in 8c5e748f2640 [2021-04-13T00:44:05.904Z] Removing intermediate container 47f1cbbd8bc3 [2021-04-13T00:44:05.904Z] ---> 9d03f5d9763d [2021-04-13T00:44:05.904Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:44:05.904Z] Removing intermediate container 798088ca4729 [2021-04-13T00:44:05.904Z] ---> 35e168793ed0 [2021-04-13T00:44:05.904Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:44:05.904Z] Removing intermediate container f9cd2c52b46d [2021-04-13T00:44:05.904Z] ---> 6e5ff8f73d66 [2021-04-13T00:44:05.904Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:44:05.904Z] Removing intermediate container b483fb612394 [2021-04-13T00:44:05.904Z] ---> f6265fcbcb9c [2021-04-13T00:44:05.904Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:44:05.904Z] Removing intermediate container 8c5e748f2640 [2021-04-13T00:44:05.904Z] ---> d501a18da833 [2021-04-13T00:44:05.904Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:44:05.904Z] ---> Running in f19690b2a19d [2021-04-13T00:44:05.904Z] ---> Running in 9d27c112a607 [2021-04-13T00:44:05.904Z] ---> Running in 1e82f2c8d5e2 [2021-04-13T00:44:05.904Z] ---> Running in 311cb66b8d08 [2021-04-13T00:44:05.904Z] ---> Running in 76d4a1c7a961 [2021-04-13T00:44:10.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-13T00:44:10.677Z] Removing intermediate container 9d27c112a607 [2021-04-13T00:44:10.677Z] ---> dcab2b32daf1 [2021-04-13T00:44:10.677Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:44:10.976Z] ---> Running in cd81132ff14a [2021-04-13T00:44:11.434Z] Removing intermediate container f19690b2a19d [2021-04-13T00:44:11.434Z] ---> 0c3a250aafa8 [2021-04-13T00:44:11.434Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T00:44:11.434Z] Removing intermediate container 1e82f2c8d5e2 [2021-04-13T00:44:11.434Z] ---> ba1e50f93237 [2021-04-13T00:44:11.434Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T00:44:11.801Z] ---> Running in dc7378b9e550 [2021-04-13T00:44:11.801Z] Removing intermediate container 311cb66b8d08 [2021-04-13T00:44:12.097Z] ---> d4c3bfbc9a05 [2021-04-13T00:44:12.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T00:44:12.097Z] ---> Running in 2f150fde1c6c [2021-04-13T00:44:12.097Z] Removing intermediate container 76d4a1c7a961 [2021-04-13T00:44:12.097Z] ---> 34d70c564f45 [2021-04-13T00:44:12.097Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T00:44:12.620Z] ---> Running in 9c97908605db [2021-04-13T00:44:12.620Z] ---> Running in ccbf6aa4045e [2021-04-13T00:44:13.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:14.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:16.023Z] OK: 233 MiB in 51 packages [2021-04-13T00:44:16.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:16.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:16.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:16.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:17.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:17.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-04-13T00:44:17.313Z] $ docker stop --time=1 888fa40d9b9d39293fa6af84f7ea46e0cf4b75e3e8978e6ac54bec3e9fd3108f [2021-04-13T00:44:17.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:18.044Z] OK: 233 MiB in 51 packages [2021-04-13T00:44:18.044Z] OK: 233 MiB in 51 packages [2021-04-13T00:44:18.044Z] OK: 233 MiB in 51 packages [2021-04-13T00:44:18.044Z] Removing intermediate container cd81132ff14a [2021-04-13T00:44:18.044Z] ---> 2f251fd6dcd2 [2021-04-13T00:44:18.044Z] Step 6/23 : COPY go.mod . [2021-04-13T00:44:18.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:44:19.047Z] ---> 55f4bde4334a [2021-04-13T00:44:19.047Z] Step 7/23 : RUN go mod download [2021-04-13T00:44:19.382Z] ---> Running in 63ad0f516623 [2021-04-13T00:44:19.382Z] OK: 233 MiB in 51 packages [2021-04-13T00:44:19.777Z] $ docker rm -f 888fa40d9b9d39293fa6af84f7ea46e0cf4b75e3e8978e6ac54bec3e9fd3108f [2021-04-13T00:44:20.486Z] Removing intermediate container 9c97908605db [2021-04-13T00:44:20.486Z] ---> a35469c325a7 [2021-04-13T00:44:20.486Z] Step 6/22 : COPY go.mod . [2021-04-13T00:44:20.486Z] Removing intermediate container dc7378b9e550 [2021-04-13T00:44:20.486Z] ---> 7a60331a96cb [2021-04-13T00:44:20.486Z] Step 6/22 : COPY go.mod . [2021-04-13T00:44:20.486Z] Removing intermediate container 2f150fde1c6c [2021-04-13T00:44:20.486Z] ---> 6c9c412b4259 [2021-04-13T00:44:20.486Z] Step 6/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:44:21.701Z] ---> 4e5cd5291cf3 [2021-04-13T00:44:21.701Z] Step 7/22 : RUN go mod download [2021-04-13T00:44:21.701Z] Removing intermediate container ccbf6aa4045e [2021-04-13T00:44:21.701Z] ---> c2f0acce75ac [2021-04-13T00:44:21.701Z] Step 6/21 : COPY go.mod . [2021-04-13T00:44:21.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:44:21.752Z] [2021-04-13T00:44:21.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:44:22.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:44:22.199Z] ---> Running in 52710d558c77 [2021-04-13T00:44:22.199Z] ---> f7908f9ee280 [2021-04-13T00:44:22.199Z] Step 7/22 : RUN go mod download [2021-04-13T00:44:22.414Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-13T00:44:22.414Z] 29e5d40040c1: Pulling fs layer [2021-04-13T00:44:22.414Z] 1ce36da41761: Pulling fs layer [2021-04-13T00:44:22.414Z] 25b303627fd3: Pulling fs layer [2021-04-13T00:44:22.849Z] ---> 771aa2353517 [2021-04-13T00:44:22.849Z] Step 7/24 : RUN go mod download [2021-04-13T00:44:22.849Z] ---> Running in 708637e4c1f9 [2021-04-13T00:44:23.009Z] 29e5d40040c1: Verifying Checksum [2021-04-13T00:44:23.009Z] 29e5d40040c1: Download complete [2021-04-13T00:44:23.261Z] ---> Running in 6593b58494a2 [2021-04-13T00:44:23.261Z] ---> b9bcbb9a3c5e [2021-04-13T00:44:23.261Z] Step 7/21 : RUN go mod download [2021-04-13T00:44:23.581Z] ---> Running in 9601ea49eeb1 [2021-04-13T00:44:23.621Z] 1ce36da41761: Verifying Checksum [2021-04-13T00:44:23.621Z] 1ce36da41761: Download complete [2021-04-13T00:44:23.621Z] 29e5d40040c1: Pull complete [2021-04-13T00:44:25.063Z] 1ce36da41761: Pull complete [2021-04-13T00:44:25.063Z] 25b303627fd3: Verifying Checksum [2021-04-13T00:44:25.063Z] 25b303627fd3: Download complete [2021-04-13T00:44:29.725Z] Removing intermediate container 6593b58494a2 [2021-04-13T00:44:29.725Z] ---> 1afe6c500dbf [2021-04-13T00:44:29.725Z] Step 8/24 : COPY . . [2021-04-13T00:44:29.725Z] Removing intermediate container 63ad0f516623 [2021-04-13T00:44:29.725Z] ---> 2d964de3f0a9 [2021-04-13T00:44:29.725Z] Step 8/23 : COPY . . [2021-04-13T00:44:29.725Z] Removing intermediate container 52710d558c77 [2021-04-13T00:44:29.725Z] ---> 9d0f9a86c3cf [2021-04-13T00:44:29.725Z] Step 8/22 : COPY . . [2021-04-13T00:44:29.725Z] Removing intermediate container 9601ea49eeb1 [2021-04-13T00:44:29.725Z] ---> 7c7ad050a905 [2021-04-13T00:44:29.725Z] Step 8/21 : COPY . . [2021-04-13T00:44:30.095Z] Removing intermediate container 708637e4c1f9 [2021-04-13T00:44:30.095Z] ---> 6e0453a0cb13 [2021-04-13T00:44:30.095Z] Step 8/22 : COPY . . [2021-04-13T00:44:35.258Z] 25b303627fd3: Pull complete [2021-04-13T00:44:35.258Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-13T00:44:35.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:44:35.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-13T00:44:35.518Z] prd-ubuntu18.04-docker-arm64-4c-16g-33792 does not seem to be running inside a container [2021-04-13T00:44:35.589Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-13T00:44:38.650Z] $ docker top cffe244da5c53cabfb1f3bffa18eeebc34ed1e0b5f6a54331acbd742f7423314 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:44:39.659Z] + docker-compose build --help [2021-04-13T00:44:39.659Z] + grep parallel [2021-04-13T00:44:43.035Z] --parallel Build images in parallel. [Pipeline] } [2021-04-13T00:44:43.042Z] $ docker stop --time=1 cffe244da5c53cabfb1f3bffa18eeebc34ed1e0b5f6a54331acbd742f7423314 [2021-04-13T00:44:44.984Z] $ docker rm -f cffe244da5c53cabfb1f3bffa18eeebc34ed1e0b5f6a54331acbd742f7423314 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T00:44:45.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-13T00:44:45.790Z] . [Pipeline] withDockerContainer [2021-04-13T00:44:46.049Z] prd-ubuntu18.04-docker-arm64-4c-16g-33792 does not seem to be running inside a container [2021-04-13T00:44:46.111Z] $ 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/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-13T00:44:47.470Z] $ docker top ec409684c6f6196104d9e0d0ddd863a76ab72c9dad1a08e8a4b401bfeb30af23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T00:44:48.504Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-13T00:44:52.805Z] Building docker-core-command-go ... [2021-04-13T00:44:52.805Z] Building docker-core-data-go ... [2021-04-13T00:44:52.805Z] Building docker-core-metadata-go ... [2021-04-13T00:44:52.805Z] Building docker-security-bootstrapper-go ... [2021-04-13T00:44:52.805Z] Building docker-security-proxy-setup-go ... [2021-04-13T00:44:52.805Z] Building docker-security-secretstore-setup-go ... [2021-04-13T00:44:52.805Z] Building docker-support-notifications-go ... [2021-04-13T00:44:52.805Z] Building docker-support-scheduler-go ... [2021-04-13T00:44:52.805Z] Building docker-sys-mgmt-agent-go ... [2021-04-13T00:44:52.805Z] Building docker-core-data-go [2021-04-13T00:44:52.805Z] Building docker-support-scheduler-go [2021-04-13T00:44:52.805Z] Building docker-security-bootstrapper-go [2021-04-13T00:44:52.805Z] Building docker-core-metadata-go [2021-04-13T00:44:52.805Z] Building docker-security-secretstore-setup-go [2021-04-13T00:46:14.600Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:46:14.600Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:46:14.600Z] ---> 69df309f5181 [2021-04-13T00:46:14.600Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T00:46:14.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:46:14.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:46:14.600Z] ---> 69df309f5181 [2021-04-13T00:46:14.600Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:46:14.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:46:14.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:46:14.600Z] ---> 69df309f5181 [2021-04-13T00:46:14.600Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:46:14.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:46:14.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:46:14.600Z] ---> 69df309f5181 [2021-04-13T00:46:14.600Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:46:14.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:46:14.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:46:14.600Z] ---> 69df309f5181 [2021-04-13T00:46:14.600Z] Step 3/24 : WORKDIR /edgex-go [2021-04-13T00:46:14.600Z] ---> Running in 29a75eb52ba7 [2021-04-13T00:46:14.600Z] ---> Running in 42ad12b4e94b [2021-04-13T00:46:14.600Z] ---> Running in 13cbc54c680f [2021-04-13T00:46:14.600Z] ---> Running in 17aabca70510 [2021-04-13T00:46:14.600Z] ---> Running in ba9b47ca520a [2021-04-13T00:46:14.600Z] Removing intermediate container 17aabca70510 [2021-04-13T00:46:14.600Z] Removing intermediate container ba9b47ca520a [2021-04-13T00:46:14.600Z] ---> 1d1650f04d7a [2021-04-13T00:46:14.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:46:14.600Z] Removing intermediate container 42ad12b4e94b [2021-04-13T00:46:14.600Z] ---> b7cdb45877f5 [2021-04-13T00:46:14.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:46:14.600Z] ---> 3b25dde6a285 [2021-04-13T00:46:14.600Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:46:14.600Z] Removing intermediate container 29a75eb52ba7 [2021-04-13T00:46:14.600Z] ---> c53a0880fbfa [2021-04-13T00:46:14.600Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:46:14.600Z] Removing intermediate container 13cbc54c680f [2021-04-13T00:46:14.600Z] ---> 6aec2c792ded [2021-04-13T00:46:14.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:46:14.600Z] ---> Running in e7c43296211e [2021-04-13T00:46:14.600Z] ---> Running in a56e6d8f47d6 [2021-04-13T00:46:14.600Z] ---> Running in 70365ec1a198 [2021-04-13T00:46:14.600Z] ---> Running in fb10c091affa [2021-04-13T00:46:14.600Z] ---> Running in 6aedf5af278d [2021-04-13T00:46:14.600Z] Removing intermediate container a56e6d8f47d6 [2021-04-13T00:46:14.600Z] ---> cbb58344f551 [2021-04-13T00:46:14.600Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T00:46:14.600Z] Removing intermediate container e7c43296211e [2021-04-13T00:46:14.600Z] ---> c89887c3175a [2021-04-13T00:46:14.600Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T00:46:14.600Z] ---> Running in cfd82dbc4983 [2021-04-13T00:46:14.600Z] ---> Running in 9442e0903748 [2021-04-13T00:46:14.600Z] Removing intermediate container fb10c091affa [2021-04-13T00:46:14.600Z] ---> 3a961cc76892 [2021-04-13T00:46:14.600Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-13T00:46:14.600Z] ---> Running in 984608984d3b [2021-04-13T00:46:14.600Z] Removing intermediate container 6aedf5af278d [2021-04-13T00:46:14.600Z] ---> 4a10af15a6cc [2021-04-13T00:46:14.600Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-13T00:46:14.600Z] Removing intermediate container 70365ec1a198 [2021-04-13T00:46:14.600Z] ---> 80e8fe0d537b [2021-04-13T00:46:14.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:46:14.600Z] ---> Running in 6f4d4a86d0c5 [2021-04-13T00:46:14.600Z] ---> Running in 148230685c98 [2021-04-13T00:46:14.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:14.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:15.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:16.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:16.303Z] OK: 217 MiB in 51 packages [2021-04-13T00:46:16.303Z] OK: 217 MiB in 51 packages [2021-04-13T00:46:16.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:46:16.582Z] OK: 217 MiB in 51 packages [2021-04-13T00:46:16.858Z] OK: 217 MiB in 51 packages [2021-04-13T00:46:17.849Z] OK: 217 MiB in 51 packages [2021-04-13T00:46:18.124Z] Removing intermediate container cfd82dbc4983 [2021-04-13T00:46:18.124Z] ---> 35e8a898b5a5 [2021-04-13T00:46:18.124Z] Step 6/23 : COPY go.mod . [2021-04-13T00:46:18.726Z] Removing intermediate container 9442e0903748 [2021-04-13T00:46:18.726Z] ---> e7c83c5e04b9 [2021-04-13T00:46:18.726Z] Step 6/31 : COPY go.mod . [2021-04-13T00:46:18.726Z] Removing intermediate container 984608984d3b [2021-04-13T00:46:18.726Z] ---> 08a519a534c9 [2021-04-13T00:46:18.726Z] Step 6/24 : COPY go.mod . [2021-04-13T00:46:18.726Z] Removing intermediate container 148230685c98 [2021-04-13T00:46:18.726Z] ---> ab46db0e9a4e [2021-04-13T00:46:18.726Z] Step 6/23 : COPY go.mod . [2021-04-13T00:46:19.007Z] ---> 69389ab00451 [2021-04-13T00:46:19.007Z] Step 7/23 : RUN go mod download [2021-04-13T00:46:19.282Z] ---> Running in 30bca3a3c6f5 [2021-04-13T00:46:19.567Z] Removing intermediate container 6f4d4a86d0c5 [2021-04-13T00:46:19.567Z] ---> 3d377ddb8c6a [2021-04-13T00:46:19.567Z] Step 6/22 : COPY go.mod . [2021-04-13T00:46:19.851Z] ---> ee04dec70eb8 [2021-04-13T00:46:19.851Z] Step 7/31 : RUN go mod download [2021-04-13T00:46:19.851Z] ---> 5ee14cc401d4 [2021-04-13T00:46:19.851Z] Step 7/24 : RUN go mod download [2021-04-13T00:46:19.851Z] ---> Running in abdfa56a3924 [2021-04-13T00:46:19.851Z] ---> Running in 0b3b6c9c749f [2021-04-13T00:46:20.126Z] ---> fb55fc38d99a [2021-04-13T00:46:20.126Z] Step 7/23 : RUN go mod download [2021-04-13T00:46:20.399Z] ---> Running in a5bad78428f3 [2021-04-13T00:46:20.673Z] ---> 64250efbf7a8 [2021-04-13T00:46:20.673Z] Step 7/22 : RUN go mod download [2021-04-13T00:46:20.949Z] ---> Running in d62b2c793e46 [2021-04-13T00:46:23.502Z] ---> 1a6c6b57d062 [2021-04-13T00:46:23.502Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T00:46:23.502Z] ---> 3274bac775cb [2021-04-13T00:46:23.502Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T00:46:23.502Z] ---> 530c034150f5 [2021-04-13T00:46:23.502Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T00:46:23.502Z] ---> c06398eab2f3 [2021-04-13T00:46:23.502Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T00:46:23.502Z] ---> 0826996380b9 [2021-04-13T00:46:23.502Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T00:46:23.502Z] ---> Running in cbabb34821c7 [2021-04-13T00:46:23.502Z] ---> Running in 9768020e1be0 [2021-04-13T00:46:23.502Z] ---> Running in 1719edf733ea [2021-04-13T00:46:23.502Z] ---> Running in c2fa3e328d3f [2021-04-13T00:46:23.502Z] ---> Running in 1465d50294dd [2021-04-13T00:46:23.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-13T00:46:23.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-13T00:46:23.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-13T00:46:23.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-13T00:46:23.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:46:23.586Z] Removing intermediate container 30bca3a3c6f5 [2021-04-13T00:46:23.586Z] ---> a0c5c8992a78 [2021-04-13T00:46:23.586Z] Step 8/23 : COPY . . [2021-04-13T00:46:25.049Z] Removing intermediate container 0b3b6c9c749f [2021-04-13T00:46:25.049Z] ---> df263a2c827c [2021-04-13T00:46:25.049Z] Step 8/24 : COPY . . [2021-04-13T00:46:25.328Z] Removing intermediate container a5bad78428f3 [2021-04-13T00:46:25.328Z] ---> 2d731489db82 [2021-04-13T00:46:25.328Z] Step 8/23 : COPY . . [2021-04-13T00:46:25.927Z] Removing intermediate container d62b2c793e46 [2021-04-13T00:46:25.927Z] ---> 8cfcc377bc81 [2021-04-13T00:46:25.927Z] Removing intermediate container abdfa56a3924 [2021-04-13T00:46:25.927Z] Step 8/22 : COPY . . ---> ade148a00d7b [2021-04-13T00:46:25.927Z] [2021-04-13T00:46:25.927Z] Step 8/31 : COPY . . [2021-04-13T00:46:52.728Z] ---> ffbac083c224 [2021-04-13T00:46:52.728Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T00:46:52.728Z] ---> d9f317b3cc58 [2021-04-13T00:46:52.728Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-13T00:46:52.728Z] ---> 5bcb65004ab8 [2021-04-13T00:46:52.728Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-13T00:46:52.728Z] ---> Running in e3284036e10c [2021-04-13T00:46:52.728Z] ---> 780c1343ae0c [2021-04-13T00:46:52.728Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-13T00:46:52.728Z] ---> 2ae40dbedc0a [2021-04-13T00:46:52.728Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-13T00:46:52.728Z] ---> Running in 6f16c06d0565 [2021-04-13T00:46:52.728Z] ---> Running in e609a8b9c6cb [2021-04-13T00:46:52.728Z] ---> Running in ffb1234bf368 [2021-04-13T00:46:52.728Z] ---> Running in 23afd5907896 [2021-04-13T00:46:53.334Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-13T00:46:53.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-13T00:46:53.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-13T00:46:54.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:46:54.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-13T00:47:33.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-13T00:47:33.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-13T00:47:46.406Z] Removing intermediate container c2fa3e328d3f [2021-04-13T00:47:46.406Z] ---> 5acd38b6205d [2021-04-13T00:47:46.406Z] [2021-04-13T00:47:46.406Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:47:46.406Z] 3.12: Pulling from library/alpine [2021-04-13T00:47:46.406Z] Removing intermediate container 9768020e1be0 [2021-04-13T00:47:46.406Z] ---> 6a988c73427a [2021-04-13T00:47:46.406Z] [2021-04-13T00:47:46.406Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:47:46.406Z] 3.12: Pulling from library/alpine [2021-04-13T00:47:47.518Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:47:47.946Z] Removing intermediate container 1719edf733ea [2021-04-13T00:47:47.946Z] ---> 700895d715ec [2021-04-13T00:47:47.946Z] [2021-04-13T00:47:47.946Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T00:47:47.946Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:47:47.946Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T00:47:47.946Z] Status: Image is up to date for alpine:3.12 [2021-04-13T00:47:47.946Z] ---> 7230e588e954 [2021-04-13T00:47:47.946Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T00:47:47.946Z] ---> 7230e588e954 [2021-04-13T00:47:47.946Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:47:48.412Z] 3.12: Pulling from library/alpine [2021-04-13T00:47:48.412Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:47:48.412Z] Status: Image is up to date for alpine:3.12 [2021-04-13T00:47:48.412Z] ---> 7230e588e954 [2021-04-13T00:47:48.412Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T00:47:51.171Z] ---> Running in 61e8df57a7b5 [2021-04-13T00:47:51.171Z] ---> Running in 083d451a8fe8 [2021-04-13T00:47:51.171Z] ---> Running in eaaaea6255a9 [2021-04-13T00:47:51.171Z] Removing intermediate container 1465d50294dd [2021-04-13T00:47:51.171Z] ---> 479572f61fd0 [2021-04-13T00:47:51.171Z] [2021-04-13T00:47:51.171Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T00:47:51.171Z] ---> 7230e588e954 [2021-04-13T00:47:51.171Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T00:47:51.446Z] Removing intermediate container cbabb34821c7 [2021-04-13T00:47:51.446Z] ---> d598b8761ec7 [2021-04-13T00:47:51.446Z] [2021-04-13T00:47:51.446Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:47:51.446Z] ---> 7230e588e954 [2021-04-13T00:47:51.446Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:47:52.117Z] ---> Running in 02e174b7a068 [2021-04-13T00:47:52.117Z] ---> Running in 7f98b3745006 [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:53.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:54.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:54.689Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T00:47:54.689Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:47:54.689Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:47:54.689Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T00:47:54.689Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:54.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:47:54.689Z] OK: 6 MiB in 15 packages [2021-04-13T00:47:54.689Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T00:47:55.138Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:47:55.138Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T00:47:55.138Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:55.138Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:47:55.138Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T00:47:55.138Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:47:55.138Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T00:47:55.138Z] OK: 7 MiB in 20 packages [2021-04-13T00:47:55.138Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T00:47:55.138Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:55.138Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:47:55.138Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T00:47:55.614Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:47:55.614Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:55.614Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:47:55.614Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:47:55.614Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:47:55.614Z] OK: 6 MiB in 15 packages [2021-04-13T00:47:55.614Z] OK: 7 MiB in 18 packages [2021-04-13T00:47:55.614Z] OK: 6 MiB in 16 packages [2021-04-13T00:47:59.748Z] Removing intermediate container eaaaea6255a9 [2021-04-13T00:47:59.748Z] ---> 674ee6e96cc6 [2021-04-13T00:47:59.748Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:00.080Z] ---> Running in edb4b441f0d7 [2021-04-13T00:48:00.080Z] Removing intermediate container 02e174b7a068 [2021-04-13T00:48:00.080Z] ---> d98db1d2fc84 [2021-04-13T00:48:00.080Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:48:00.080Z] Removing intermediate container 083d451a8fe8 [2021-04-13T00:48:00.080Z] ---> 4587bc68c7e5 [2021-04-13T00:48:00.080Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:00.411Z] Removing intermediate container 61e8df57a7b5 [2021-04-13T00:48:00.411Z] ---> 4ab4abf792cf [2021-04-13T00:48:00.411Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:48:00.411Z] ---> Running in 49a4fbfc1031 [2021-04-13T00:48:00.819Z] ---> Running in 336bd36be953 [2021-04-13T00:48:00.819Z] ---> Running in 0afb38f9b11d [2021-04-13T00:48:00.819Z] Removing intermediate container edb4b441f0d7 [2021-04-13T00:48:00.819Z] ---> db01dbd97661 [2021-04-13T00:48:00.819Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T00:48:00.819Z] Removing intermediate container 7f98b3745006 [2021-04-13T00:48:00.819Z] ---> 851b7a705edf [2021-04-13T00:48:00.819Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:48:01.106Z] ---> Running in c4681f4cf3bc [2021-04-13T00:48:01.106Z] ---> Running in fc61d4f754ab [2021-04-13T00:48:01.106Z] Removing intermediate container 49a4fbfc1031 [2021-04-13T00:48:01.106Z] ---> 9f90180a5d92 [2021-04-13T00:48:01.106Z] Step 13/21 : WORKDIR /edgex [2021-04-13T00:48:01.106Z] ---> Running in 63a50c81c9ff [2021-04-13T00:48:01.106Z] Removing intermediate container 336bd36be953 [2021-04-13T00:48:01.106Z] ---> f2125a995aa3 [2021-04-13T00:48:01.106Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T00:48:02.318Z] Removing intermediate container 0afb38f9b11d [2021-04-13T00:48:02.318Z] ---> 845fdaae9281 [2021-04-13T00:48:02.318Z] Step 13/24 : WORKDIR / [2021-04-13T00:48:02.318Z] ---> Running in 49a0e75beb9e [2021-04-13T00:48:02.318Z] ---> Running in 8c29afe113ee [2021-04-13T00:48:02.318Z] Removing intermediate container fc61d4f754ab [2021-04-13T00:48:02.318Z] ---> aeee63b5de38 [2021-04-13T00:48:02.318Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T00:48:02.615Z] Removing intermediate container c4681f4cf3bc [2021-04-13T00:48:02.615Z] ---> af836409824b [2021-04-13T00:48:02.615Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:48:02.990Z] Removing intermediate container 63a50c81c9ff [2021-04-13T00:48:02.990Z] ---> d3007267f818 [2021-04-13T00:48:02.990Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T00:48:02.990Z] ---> Running in 63691a151fb7 [2021-04-13T00:48:02.990Z] ---> Running in d3c0c4a9a573 [2021-04-13T00:48:03.338Z] Removing intermediate container 8c29afe113ee [2021-04-13T00:48:03.338Z] ---> 673776f13a69 [2021-04-13T00:48:03.338Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-13T00:48:03.688Z] Removing intermediate container 49a0e75beb9e [2021-04-13T00:48:03.688Z] ---> 141555540b04 [2021-04-13T00:48:03.688Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:48:04.061Z] ---> Running in c9e3810d25ea [2021-04-13T00:48:04.061Z] Removing intermediate container d3c0c4a9a573 [2021-04-13T00:48:04.061Z] ---> 59dacc8bc8bb [2021-04-13T00:48:04.061Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:04.061Z] Removing intermediate container 63691a151fb7 [2021-04-13T00:48:04.061Z] ---> 47001227eedb [2021-04-13T00:48:04.061Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:48:04.370Z] ---> ce97feabb7ae [2021-04-13T00:48:04.370Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T00:48:04.651Z] ---> Running in 71c730b82d4b [2021-04-13T00:48:04.983Z] ---> ee45691e0dd3 [2021-04-13T00:48:04.983Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-13T00:48:04.983Z] Removing intermediate container c9e3810d25ea [2021-04-13T00:48:04.983Z] ---> dc9c42d85e0d [2021-04-13T00:48:04.983Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:04.983Z] ---> 48ce34d5e4ed [2021-04-13T00:48:04.983Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T00:48:05.255Z] ---> c396085e44b2 [2021-04-13T00:48:05.255Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T00:48:05.255Z] Removing intermediate container 71c730b82d4b [2021-04-13T00:48:05.255Z] ---> 8543e90f2182 [2021-04-13T00:48:05.255Z] Step 15/23 : WORKDIR / [2021-04-13T00:48:05.255Z] ---> Running in b03cd67b0453 [2021-04-13T00:48:05.944Z] ---> 4fa8d5535b9d [2021-04-13T00:48:05.944Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:05.944Z] ---> eafb1c7c0bf1 [2021-04-13T00:48:05.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T00:48:06.610Z] ---> 7140bea86235 [2021-04-13T00:48:06.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:06.610Z] ---> 1686cbdb6c4b [2021-04-13T00:48:06.610Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T00:48:06.955Z] Removing intermediate container b03cd67b0453 [2021-04-13T00:48:06.955Z] ---> 93d5a1002792 [2021-04-13T00:48:06.955Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:48:07.274Z] ---> Running in bffd33cbe2b4 [2021-04-13T00:48:07.274Z] ---> 1c295b7c5a4d [2021-04-13T00:48:07.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T00:48:07.919Z] ---> 0704c04dd8e9 [2021-04-13T00:48:07.919Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T00:48:08.258Z] ---> Running in a33b294f1487 [2021-04-13T00:48:08.258Z] ---> ac93969a6196 [2021-04-13T00:48:08.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:08.952Z] ---> 34948856b309 [2021-04-13T00:48:08.952Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T00:48:08.952Z] Removing intermediate container bffd33cbe2b4 [2021-04-13T00:48:08.952Z] ---> 06c41f273e47 [2021-04-13T00:48:08.952Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T00:48:09.970Z] Removing intermediate container a33b294f1487 [2021-04-13T00:48:09.970Z] ---> 43b0974b2457 [2021-04-13T00:48:09.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:09.970Z] ---> Running in 245e333d7be4 [2021-04-13T00:48:09.970Z] ---> 8f1375c9798f [2021-04-13T00:48:09.970Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T00:48:09.970Z] ---> ad6271a89381 [2021-04-13T00:48:09.970Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T00:48:10.292Z] ---> Running in 23f63681f3b6 [2021-04-13T00:48:10.292Z] ---> 4e0736c85b64 [2021-04-13T00:48:10.293Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T00:48:10.293Z] ---> Running in 8bc94f83e2d3 [2021-04-13T00:48:10.656Z] Removing intermediate container 245e333d7be4 [2021-04-13T00:48:10.656Z] ---> 555cf7e1258a [2021-04-13T00:48:10.656Z] Step 19/21 : LABEL arch=x86_64 [2021-04-13T00:48:10.656Z] Removing intermediate container 23f63681f3b6 [2021-04-13T00:48:10.656Z] ---> 19abd6a304f8 [2021-04-13T00:48:10.656Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T00:48:10.656Z] ---> Running in 81ee464c8915 [2021-04-13T00:48:10.950Z] ---> 222dec88e6bb [2021-04-13T00:48:10.950Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T00:48:10.950Z] Removing intermediate container 8bc94f83e2d3 [2021-04-13T00:48:10.950Z] ---> 7aae3312adfb [2021-04-13T00:48:10.950Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:10.950Z] ---> Running in 3f282fd62cd7 [2021-04-13T00:48:11.608Z] ---> Running in ddd5f98b0ae7 [2021-04-13T00:48:11.608Z] ---> Running in 09189f3c255a [2021-04-13T00:48:11.608Z] Removing intermediate container 81ee464c8915 [2021-04-13T00:48:11.608Z] ---> b07469c6450e [2021-04-13T00:48:11.608Z] Step 20/21 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:48:11.608Z] ---> 502432e41cda [2021-04-13T00:48:11.608Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T00:48:11.608Z] Removing intermediate container 3f282fd62cd7 [2021-04-13T00:48:11.608Z] ---> 1c46bb7c1e8d [2021-04-13T00:48:11.608Z] Step 21/22 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:48:11.930Z] ---> Running in ed51e8da8f8a [2021-04-13T00:48:11.930Z] Removing intermediate container ddd5f98b0ae7 [2021-04-13T00:48:11.930Z] ---> 4953bfafb97a [2021-04-13T00:48:11.930Z] Step 20/22 : LABEL arch=x86_64 [2021-04-13T00:48:12.215Z] ---> Running in 30d1e768e97b [2021-04-13T00:48:12.215Z] Removing intermediate container 09189f3c255a [2021-04-13T00:48:12.215Z] ---> e5908fb26e88 [2021-04-13T00:48:12.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:48:12.215Z] ---> Running in a425f0307edd [2021-04-13T00:48:12.518Z] ---> Running in be0768f5f6bd [2021-04-13T00:48:12.518Z] Removing intermediate container ed51e8da8f8a [2021-04-13T00:48:12.518Z] ---> c90d234f8eaf [2021-04-13T00:48:12.518Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T00:48:12.518Z] ---> 4766312d4e78 [2021-04-13T00:48:12.518Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-13T00:48:12.829Z] Removing intermediate container 30d1e768e97b [2021-04-13T00:48:12.829Z] ---> ef4c60f3f53c [2021-04-13T00:48:12.829Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:48:12.829Z] ---> Running in db1b1e4234ae [2021-04-13T00:48:12.829Z] ---> Running in a2ec55b2f7c6 [2021-04-13T00:48:13.172Z] ---> Running in 25c5b456b966 [2021-04-13T00:48:13.172Z] Removing intermediate container a425f0307edd [2021-04-13T00:48:13.172Z] ---> de37a5f93f7e [2021-04-13T00:48:13.172Z] Step 21/22 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:48:13.172Z] Removing intermediate container be0768f5f6bd [2021-04-13T00:48:13.172Z] ---> 38120faf514c [2021-04-13T00:48:13.172Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:48:13.586Z] ---> Running in e9ec8ed99120 [2021-04-13T00:48:13.586Z] ---> Running in 9b20431ab6d4 [2021-04-13T00:48:13.586Z] Removing intermediate container db1b1e4234ae [2021-04-13T00:48:13.586Z] ---> 25e143bc1c38 [2021-04-13T00:48:13.586Z] [2021-04-13T00:48:13.586Z] Removing intermediate container 25c5b456b966 [2021-04-13T00:48:13.586Z] ---> c571130bdd94 [2021-04-13T00:48:13.586Z] [2021-04-13T00:48:14.343Z] Removing intermediate container e9ec8ed99120 [2021-04-13T00:48:14.343Z] ---> 53241fb4399e [2021-04-13T00:48:14.343Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:48:14.343Z] Removing intermediate container 9b20431ab6d4 [2021-04-13T00:48:14.343Z] ---> 483961296d54 [2021-04-13T00:48:14.343Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:48:14.343Z] Successfully built c571130bdd94 [2021-04-13T00:48:14.343Z] Successfully built 25e143bc1c38 [2021-04-13T00:48:14.343Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-13T00:48:14.343Z] ---> Running in fe240fdb4a4b [2021-04-13T00:48:14.343Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-13T00:48:14.343Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-13T00:48:14.343Z] Building docker-core-command-go [2021-04-13T00:48:14.665Z]  Building docker-security-proxy-setup-go ... done  ---> Running in cd2b8a6e1084 [2021-04-13T00:48:15.431Z] Removing intermediate container fe240fdb4a4b [2021-04-13T00:48:15.431Z] ---> 95fb83c248e4 [2021-04-13T00:48:15.431Z] [2021-04-13T00:48:15.431Z] Removing intermediate container cd2b8a6e1084 [2021-04-13T00:48:15.431Z] ---> f5426721db84 [2021-04-13T00:48:15.431Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:48:16.058Z] ---> Running in 543978c0f00f [2021-04-13T00:48:16.058Z] Successfully built 95fb83c248e4 [2021-04-13T00:48:16.058Z] Successfully tagged docker-support-notifications-go:latest [2021-04-13T00:48:16.058Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-13T00:48:16.058Z] Removing intermediate container a2ec55b2f7c6 [2021-04-13T00:48:16.058Z] ---> a531edc99d21 [2021-04-13T00:48:16.058Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T00:48:16.534Z] ---> Running in 05c124f8f760 [2021-04-13T00:48:16.534Z] Removing intermediate container 543978c0f00f [2021-04-13T00:48:16.534Z] ---> 9d50462730c0 [2021-04-13T00:48:16.534Z] [2021-04-13T00:48:16.886Z] Successfully built 9d50462730c0 [2021-04-13T00:48:17.184Z] Successfully tagged docker-core-metadata-go:latest [2021-04-13T00:48:17.184Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-04-13T00:48:17.463Z] Removing intermediate container 05c124f8f760 [2021-04-13T00:48:17.463Z] ---> 0210fe0397dc [2021-04-13T00:48:17.463Z] Step 22/24 : LABEL arch=x86_64 [2021-04-13T00:48:21.483Z] ---> Running in e546ab3831df [2021-04-13T00:48:22.942Z] Removing intermediate container e546ab3831df [2021-04-13T00:48:22.942Z] ---> 375d9174f234 [2021-04-13T00:48:22.942Z] Step 23/24 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:48:22.942Z] ---> Running in 2959cf99cd4b [2021-04-13T00:48:23.216Z] Removing intermediate container 2959cf99cd4b [2021-04-13T00:48:23.216Z] ---> b5d48887ea2e [2021-04-13T00:48:23.216Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T00:48:23.216Z] ---> Running in 41cd97c69f02 [2021-04-13T00:48:23.484Z] Removing intermediate container 41cd97c69f02 [2021-04-13T00:48:23.484Z] ---> 98b249e8bf52 [2021-04-13T00:48:23.484Z] [2021-04-13T00:48:23.859Z] Successfully built 98b249e8bf52 [2021-04-13T00:48:24.230Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-13T00:48:31.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-13T00:48:46.211Z] Removing intermediate container 6f16c06d0565 [2021-04-13T00:48:46.211Z] ---> 1953200df9a4 [2021-04-13T00:48:46.211Z] [2021-04-13T00:48:46.211Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T00:48:46.211Z] 3.12: Pulling from library/alpine [2021-04-13T00:48:46.875Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T00:48:46.875Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T00:48:46.875Z] ---> d75e27dfc0a0 [2021-04-13T00:48:46.875Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T00:48:47.873Z] ---> Running in 80b1bb2e928e [2021-04-13T00:48:48.879Z] Removing intermediate container 80b1bb2e928e [2021-04-13T00:48:48.879Z] ---> b10d0d3a85c6 [2021-04-13T00:48:48.879Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T00:48:48.879Z] Removing intermediate container e609a8b9c6cb [2021-04-13T00:48:48.879Z] ---> ad774a88fcec [2021-04-13T00:48:48.879Z] [2021-04-13T00:48:48.879Z] Step 10/24 : FROM alpine:3.12 [2021-04-13T00:48:48.879Z] ---> d75e27dfc0a0 [2021-04-13T00:48:48.879Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-13T00:48:49.160Z] ---> Running in bb45d81189b4 [2021-04-13T00:48:49.160Z] ---> Running in 0d19ee2af5c5 [2021-04-13T00:48:51.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:51.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:51.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:51.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:48:52.052Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:48:52.052Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T00:48:52.052Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:48:52.328Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-13T00:48:52.328Z] OK: 5 MiB in 16 packages [2021-04-13T00:48:52.328Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:48:52.328Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-13T00:48:52.328Z] (4/6) Installing curl (7.69.1-r3) [2021-04-13T00:48:52.328Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:48:52.328Z] (6/6) Installing su-exec (0.2-r1) [2021-04-13T00:48:52.328Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:48:52.609Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:48:52.609Z] OK: 7 MiB in 20 packages [2021-04-13T00:48:54.598Z] Removing intermediate container 0d19ee2af5c5 [2021-04-13T00:48:54.598Z] ---> bf4ff382abd0 [2021-04-13T00:48:54.598Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T00:48:54.878Z] ---> Running in bfc30e0d946a [2021-04-13T00:48:55.163Z] Removing intermediate container bb45d81189b4 [2021-04-13T00:48:55.164Z] ---> c112d95c2a73 [2021-04-13T00:48:55.164Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:48:55.438Z] ---> Running in 1ce9c256bc04 [2021-04-13T00:48:55.722Z] Removing intermediate container bfc30e0d946a [2021-04-13T00:48:55.723Z] ---> 9240f91aa636 [2021-04-13T00:48:55.723Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T00:48:56.006Z] ---> Running in e7b940d5c6d1 [2021-04-13T00:48:56.602Z] Removing intermediate container 1ce9c256bc04 [2021-04-13T00:48:56.602Z] ---> 870f76069ccb [2021-04-13T00:48:56.602Z] Step 13/24 : WORKDIR / [2021-04-13T00:48:56.879Z] ---> Running in a1f03be7deba [2021-04-13T00:48:56.879Z] Removing intermediate container e7b940d5c6d1 [2021-04-13T00:48:56.879Z] ---> 85d556f45715 [2021-04-13T00:48:57.157Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T00:48:57.433Z] ---> Running in 4ba2ea1dace5 [2021-04-13T00:48:58.872Z] Removing intermediate container a1f03be7deba [2021-04-13T00:48:58.872Z] ---> 0dbe87c7559f [2021-04-13T00:48:58.872Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-13T00:49:00.308Z] ---> 2088cf9ad0d3 [2021-04-13T00:49:00.308Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-13T00:49:00.308Z] Removing intermediate container ffb1234bf368 [2021-04-13T00:49:00.308Z] ---> 58f2ded49455 [2021-04-13T00:49:00.308Z] [2021-04-13T00:49:00.308Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:49:00.308Z] ---> d75e27dfc0a0 [2021-04-13T00:49:00.308Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:49:00.579Z] ---> Running in 862f2ed927eb [2021-04-13T00:49:01.565Z] Removing intermediate container 4ba2ea1dace5 [2021-04-13T00:49:01.565Z] ---> 2f8a10a9eb52 [2021-04-13T00:49:01.565Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T00:49:01.565Z] ---> 99e0a918e670 [2021-04-13T00:49:01.565Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-13T00:49:01.565Z] ---> Running in c4cd776bcb86 [2021-04-13T00:49:02.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:02.858Z] Removing intermediate container c4cd776bcb86 [2021-04-13T00:49:02.858Z] ---> 7d3b64496a97 [2021-04-13T00:49:02.858Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T00:49:02.858Z] ---> ab6b26268c57 [2021-04-13T00:49:02.858Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-13T00:49:02.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:03.461Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-13T00:49:03.461Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:49:03.756Z] OK: 5 MiB in 15 packages [2021-04-13T00:49:04.034Z] ---> bc21c88333de [2021-04-13T00:49:04.034Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T00:49:04.416Z] ---> Running in f3c1d3e93677 [2021-04-13T00:49:05.497Z] ---> 5aacec9bf863 [2021-04-13T00:49:05.497Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-13T00:49:06.558Z] Removing intermediate container 862f2ed927eb [2021-04-13T00:49:06.558Z] ---> 1dc3efa901bc [2021-04-13T00:49:06.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:49:07.162Z] ---> Running in 8a25cb29a7be [2021-04-13T00:49:08.609Z] ---> b7c304d517f3 [2021-04-13T00:49:08.609Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-13T00:49:08.609Z] Removing intermediate container 8a25cb29a7be [2021-04-13T00:49:08.609Z] ---> ec40f4709b62 [2021-04-13T00:49:08.609Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-13T00:49:08.882Z] ---> Running in 179fab661b40 [2021-04-13T00:49:09.156Z] Removing intermediate container 23afd5907896 [2021-04-13T00:49:09.156Z] ---> 5eabb8694efd [2021-04-13T00:49:09.156Z] [2021-04-13T00:49:09.156Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:49:09.156Z] ---> d75e27dfc0a0 [2021-04-13T00:49:09.156Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:49:09.156Z] ---> Using cache [2021-04-13T00:49:09.156Z] ---> 1dc3efa901bc [2021-04-13T00:49:09.156Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:49:09.156Z] ---> Using cache [2021-04-13T00:49:09.156Z] ---> ec40f4709b62 [2021-04-13T00:49:09.156Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-13T00:49:09.428Z] Removing intermediate container f3c1d3e93677 [2021-04-13T00:49:09.428Z] ---> 0dc874f85f1a [2021-04-13T00:49:09.428Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:49:09.702Z] ---> Running in 55b3e5d60cb0 [2021-04-13T00:49:09.979Z] ---> 7a1f13e3d0fe [2021-04-13T00:49:09.979Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-13T00:49:09.979Z] Removing intermediate container 179fab661b40 [2021-04-13T00:49:09.979Z] ---> dbde3dd56d61 [2021-04-13T00:49:09.979Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:49:10.263Z] ---> Running in 4a3c883cfe04 [2021-04-13T00:49:10.263Z] ---> 05ae89e4f924 [2021-04-13T00:49:10.263Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T00:49:10.263Z] ---> Running in 8812ef7d330f [2021-04-13T00:49:10.263Z] Removing intermediate container 55b3e5d60cb0 [2021-04-13T00:49:10.263Z] ---> f4b4920ead85 [2021-04-13T00:49:10.263Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:49:10.537Z] ---> Running in 6d779bb327df [2021-04-13T00:49:11.136Z] Removing intermediate container 8812ef7d330f [2021-04-13T00:49:11.136Z] ---> a610db0383b2 [2021-04-13T00:49:11.136Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:49:11.408Z] Removing intermediate container 6d779bb327df [2021-04-13T00:49:11.408Z] ---> 4b32a8ea0d47 [2021-04-13T00:49:11.408Z] Step 15/23 : WORKDIR / [2021-04-13T00:49:12.003Z] ---> Running in 39cdf62c10d8 [2021-04-13T00:49:12.279Z] ---> cbc2e6683dbf [2021-04-13T00:49:12.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-13T00:49:12.567Z] ---> ca1db843c2e1 [2021-04-13T00:49:12.567Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T00:49:13.164Z] Removing intermediate container 39cdf62c10d8 [2021-04-13T00:49:13.164Z] ---> 1e98d6f3c38f [2021-04-13T00:49:13.164Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:49:14.154Z] ---> 4c8035288eb0 [2021-04-13T00:49:14.154Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T00:49:14.154Z] Removing intermediate container 4a3c883cfe04 [2021-04-13T00:49:14.154Z] ---> 971ffd0b0e35 [2021-04-13T00:49:14.154Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-13T00:49:14.432Z] ---> Running in b06c7d3224b9 [2021-04-13T00:49:14.432Z] ---> 7725a776ab79 [2021-04-13T00:49:14.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-13T00:49:14.710Z] ---> 627dd7540908 [2021-04-13T00:49:14.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-13T00:49:14.984Z] Removing intermediate container e3284036e10c [2021-04-13T00:49:14.984Z] ---> f435a37f03c2 [2021-04-13T00:49:14.984Z] [2021-04-13T00:49:14.984Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:49:14.984Z] ---> d75e27dfc0a0 [2021-04-13T00:49:14.984Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T00:49:15.582Z] ---> 42d1d9052001 [2021-04-13T00:49:15.582Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T00:49:15.582Z] ---> Running in ebda3194830e [2021-04-13T00:49:15.582Z] Removing intermediate container b06c7d3224b9 [2021-04-13T00:49:15.582Z] ---> 4f164ab34daa [2021-04-13T00:49:15.582Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T00:49:15.856Z] ---> 252e9a8b5c54 [2021-04-13T00:49:15.856Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-13T00:49:15.856Z] ---> Running in 8ea30f29a658 [2021-04-13T00:49:16.131Z] ---> Running in eef6ee1150f8 [2021-04-13T00:49:16.131Z] Removing intermediate container ebda3194830e [2021-04-13T00:49:16.131Z] ---> 0564127a2b24 [2021-04-13T00:49:16.131Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T00:49:16.410Z] ---> 272f747da9d5 [2021-04-13T00:49:16.410Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-13T00:49:16.410Z] ---> Running in 1709e4489c0e [2021-04-13T00:49:16.687Z] ---> d8a2fc32da18 [2021-04-13T00:49:16.687Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T00:49:16.687Z] Removing intermediate container 8ea30f29a658 [2021-04-13T00:49:16.687Z] ---> ab01db996b64 [2021-04-13T00:49:16.687Z] Step 23/24 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:49:16.959Z] Removing intermediate container eef6ee1150f8 [2021-04-13T00:49:16.959Z] ---> 5a31a54a5c35 [2021-04-13T00:49:16.959Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:49:16.959Z] ---> Running in 78c02be47f95 [2021-04-13T00:49:16.959Z] ---> Running in 2ede402f2768 [2021-04-13T00:49:17.240Z] Removing intermediate container 1709e4489c0e [2021-04-13T00:49:17.240Z] ---> 8ede401e2376 [2021-04-13T00:49:17.240Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T00:49:17.240Z] ---> Running in 3cb4d5ad743b [2021-04-13T00:49:17.515Z] ---> 12126a699614 [2021-04-13T00:49:17.515Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-13T00:49:17.515Z] ---> Running in 73f326b83231 [2021-04-13T00:49:17.515Z] ---> Running in b0e863acd1bb [2021-04-13T00:49:17.794Z] Removing intermediate container 2ede402f2768 [2021-04-13T00:49:17.794Z] ---> fa5544fcfcb6 [2021-04-13T00:49:17.794Z] Step 24/24 : LABEL version=0.0.0 [2021-04-13T00:49:17.794Z] Removing intermediate container 78c02be47f95 [2021-04-13T00:49:17.794Z] ---> b83ecab49932 [2021-04-13T00:49:17.794Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T00:49:18.068Z] Removing intermediate container 3cb4d5ad743b [2021-04-13T00:49:18.068Z] ---> 814f58566ad0 [2021-04-13T00:49:18.068Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T00:49:18.068Z] ---> Running in c190d02f374b [2021-04-13T00:49:18.345Z] ---> Running in 27bdb91e4ec8 [2021-04-13T00:49:18.345Z] Removing intermediate container 73f326b83231 [2021-04-13T00:49:18.345Z] ---> a31d91c138ad [2021-04-13T00:49:18.345Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:18.345Z] Removing intermediate container b0e863acd1bb [2021-04-13T00:49:18.345Z] ---> a854f28a45c7 [2021-04-13T00:49:18.345Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:49:18.625Z] ---> Running in d88fa2b606ab [2021-04-13T00:49:18.625Z] ---> Running in ea1ce8c4a029 [2021-04-13T00:49:18.902Z] Removing intermediate container c190d02f374b [2021-04-13T00:49:18.902Z] ---> f6d23cfb3655 [2021-04-13T00:49:18.902Z] [2021-04-13T00:49:18.902Z] ---> da3ef76a5920 [2021-04-13T00:49:18.902Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T00:49:19.186Z] Removing intermediate container 27bdb91e4ec8 [2021-04-13T00:49:19.186Z] ---> a673d808fda9 [2021-04-13T00:49:19.186Z] Step 21/22 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:49:19.463Z] ---> Running in 83caf277d33b [2021-04-13T00:49:19.463Z] ---> Running in d98dc2319a59 [2021-04-13T00:49:19.736Z] Successfully built f6d23cfb3655 [2021-04-13T00:49:19.736Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-13T00:49:19.736Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-04-13T00:49:19.736Z] Removing intermediate container d88fa2b606ab [2021-04-13T00:49:19.736Z] ---> fb53b80ebe4e [2021-04-13T00:49:19.736Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:49:20.016Z] ---> Running in 4170626f9412 [2021-04-13T00:49:20.294Z] Removing intermediate container d98dc2319a59 [2021-04-13T00:49:20.294Z] ---> f22e617a576b [2021-04-13T00:49:20.294Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:49:20.569Z] ---> Running in 4d66760eea3f [2021-04-13T00:49:21.175Z] Removing intermediate container 4170626f9412 [2021-04-13T00:49:21.175Z] ---> b6625bd60af8 [2021-04-13T00:49:21.175Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:49:21.175Z] ---> Running in 83120673bb91 [2021-04-13T00:49:21.451Z] Removing intermediate container 4d66760eea3f [2021-04-13T00:49:21.451Z] ---> bef6a0629a35 [2021-04-13T00:49:21.451Z] [2021-04-13T00:49:22.057Z] Successfully built bef6a0629a35 [2021-04-13T00:49:22.652Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-13T00:49:22.652Z] Building docker-sys-mgmt-agent-go [2021-04-13T00:49:22.652Z]  Building docker-support-scheduler-go ... done Removing intermediate container 83120673bb91 [2021-04-13T00:49:22.652Z] ---> 5216cb21b288 [2021-04-13T00:49:22.652Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:49:22.652Z] Removing intermediate container ea1ce8c4a029 [2021-04-13T00:49:22.652Z] ---> c42a8a985081 [2021-04-13T00:49:22.652Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T00:49:22.931Z] ---> Running in d6130ff976a6 [2021-04-13T00:49:22.931Z] ---> Running in 5246239af24a [2021-04-13T00:49:23.172Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:23.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:23.172Z] ---> f04325ccd00d [2021-04-13T00:49:23.172Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:23.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:23.172Z] ---> f04325ccd00d [2021-04-13T00:49:23.172Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d501a18da833 [2021-04-13T00:49:23.172Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:23.172Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d501a18da833 [2021-04-13T00:49:23.172Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d4c3bfbc9a05 [2021-04-13T00:49:23.172Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-13T00:49:23.172Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:23.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:23.172Z] ---> f04325ccd00d [2021-04-13T00:49:23.172Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d501a18da833 [2021-04-13T00:49:23.172Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d4c3bfbc9a05 [2021-04-13T00:49:23.172Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d4c3bfbc9a05 [2021-04-13T00:49:23.172Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> a35469c325a7 [2021-04-13T00:49:23.172Z] Step 6/23 : COPY go.mod . [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 4e5cd5291cf3 [2021-04-13T00:49:23.172Z] Step 7/23 : RUN go mod download [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 9d0f9a86c3cf [2021-04-13T00:49:23.172Z] Step 8/23 : COPY . . [2021-04-13T00:49:23.172Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:49:23.172Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:49:23.172Z] ---> f04325ccd00d [2021-04-13T00:49:23.172Z] Step 3/31 : WORKDIR /edgex-go [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d501a18da833 [2021-04-13T00:49:23.172Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> d4c3bfbc9a05 [2021-04-13T00:49:23.172Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> a35469c325a7 [2021-04-13T00:49:23.172Z] Step 6/31 : COPY go.mod . [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 4e5cd5291cf3 [2021-04-13T00:49:23.172Z] Step 7/31 : RUN go mod download [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 9d0f9a86c3cf [2021-04-13T00:49:23.172Z] Step 8/31 : COPY . . [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 3274bac775cb [2021-04-13T00:49:23.172Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T00:49:23.172Z] ---> Using cache [2021-04-13T00:49:23.172Z] ---> 3274bac775cb [2021-04-13T00:49:23.172Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-13T00:49:23.172Z] ---> Running in 0daae7740a7c [2021-04-13T00:49:23.172Z] ---> Running in 0139577b228b [2021-04-13T00:49:23.172Z] ---> Running in cd570427d4c7 [2021-04-13T00:49:23.172Z] ---> Running in 9809b90f0593 [2021-04-13T00:49:23.916Z] Removing intermediate container 83caf277d33b [2021-04-13T00:49:23.916Z] ---> 9175d28efdb6 [2021-04-13T00:49:23.916Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T00:49:23.916Z] Removing intermediate container 5246239af24a [2021-04-13T00:49:23.916Z] ---> f1e8d0c0f372 [2021-04-13T00:49:23.916Z] [2021-04-13T00:49:24.193Z] ---> Running in be5e28f9a230 [2021-04-13T00:49:24.473Z] Successfully built f1e8d0c0f372 [2021-04-13T00:49:24.473Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-13T00:49:24.473Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-04-13T00:49:24.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:25.069Z] Removing intermediate container be5e28f9a230 [2021-04-13T00:49:25.069Z] ---> 80772a0a09cb [2021-04-13T00:49:25.069Z] Step 28/31 : CMD ["gate"] [2021-04-13T00:49:25.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:49:25.355Z] ---> Running in 0b1d836625d2 [2021-04-13T00:49:25.953Z] Removing intermediate container 0b1d836625d2 [2021-04-13T00:49:25.953Z] ---> 7297a7755eca [2021-04-13T00:49:25.953Z] Step 29/31 : LABEL arch=arm64 [2021-04-13T00:49:25.953Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:49:26.239Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T00:49:26.240Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T00:49:26.514Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T00:49:26.514Z] ---> Running in 4ffe9a6ed7c0 [2021-04-13T00:49:26.514Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T00:49:26.789Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T00:49:26.789Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:49:26.789Z] OK: 8 MiB in 20 packages [2021-04-13T00:49:26.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-13T00:49:26.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-13T00:49:26.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:49:26.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:49:27.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:49:27.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:49:27.403Z] Removing intermediate container 4ffe9a6ed7c0 [2021-04-13T00:49:27.403Z] ---> d5e26b1bdbdb [2021-04-13T00:49:27.403Z] Step 30/31 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:49:27.999Z] OK: 233 MiB in 51 packages [2021-04-13T00:49:28.002Z] ---> Running in 957b56949a49 [2021-04-13T00:49:28.286Z] OK: 233 MiB in 51 packages [2021-04-13T00:49:28.987Z] Removing intermediate container 957b56949a49 [2021-04-13T00:49:28.987Z] ---> dbbf84ece6f0 [2021-04-13T00:49:28.987Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T00:49:28.987Z] Removing intermediate container d6130ff976a6 [2021-04-13T00:49:28.987Z] ---> 587dfdc162ab [2021-04-13T00:49:28.987Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:49:29.982Z] ---> Running in 70fc724a04f4 [2021-04-13T00:49:30.578Z] ---> b305265b4081 [2021-04-13T00:49:30.578Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T00:49:30.856Z] Removing intermediate container 70fc724a04f4 [2021-04-13T00:49:30.856Z] ---> 0cb226ba0387 [2021-04-13T00:49:30.856Z] [2021-04-13T00:49:31.463Z] Successfully built 0cb226ba0387 [2021-04-13T00:49:31.463Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-13T00:49:31.463Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-04-13T00:49:31.695Z] Removing intermediate container cd570427d4c7 [2021-04-13T00:49:31.695Z] ---> cefe6aac2c47 [2021-04-13T00:49:31.695Z] Step 6/23 : COPY go.mod . [2021-04-13T00:49:31.695Z] Removing intermediate container 0139577b228b [2021-04-13T00:49:31.695Z] ---> 9a466420b895 [2021-04-13T00:49:31.695Z] Step 6/23 : COPY go.mod . [2021-04-13T00:49:32.446Z] ---> b535bf143d18 [2021-04-13T00:49:32.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T00:49:33.053Z] ---> 8f71871f196f [2021-04-13T00:49:33.053Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T00:49:33.336Z] ---> Running in 481bc0bf57e7 [2021-04-13T00:49:33.696Z] ---> 2e4046119fc6 [2021-04-13T00:49:33.696Z] Step 7/23 : RUN go mod download [2021-04-13T00:49:33.696Z] ---> e4cfdc741e9f [2021-04-13T00:49:33.696Z] Step 7/23 : RUN go mod download [2021-04-13T00:49:33.941Z] Removing intermediate container 481bc0bf57e7 [2021-04-13T00:49:33.941Z] ---> 64e125995272 [2021-04-13T00:49:33.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:49:34.546Z] ---> Running in 27543679cffd [2021-04-13T00:49:34.561Z] ---> Running in 269b533faaed [2021-04-13T00:49:34.820Z] Removing intermediate container 27543679cffd [2021-04-13T00:49:34.820Z] ---> bee7a9d8418a [2021-04-13T00:49:34.820Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:49:34.960Z] ---> Running in e0b2da0dd1cd [2021-04-13T00:49:35.096Z] ---> Running in 2c97602ed870 [2021-04-13T00:49:35.373Z] Removing intermediate container 2c97602ed870 [2021-04-13T00:49:35.373Z] ---> 6658c92fa0b2 [2021-04-13T00:49:35.373Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:49:35.651Z] ---> Running in f5d83b59c33a [2021-04-13T00:49:36.248Z] Removing intermediate container f5d83b59c33a [2021-04-13T00:49:36.248Z] ---> a804c604982e [2021-04-13T00:49:36.248Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:49:36.523Z] ---> Running in 98c73798919e [2021-04-13T00:49:37.121Z] Removing intermediate container 98c73798919e [2021-04-13T00:49:37.121Z] ---> 2d13ef425169 [2021-04-13T00:49:37.121Z] [2021-04-13T00:49:37.726Z] Successfully built 2d13ef425169 [2021-04-13T00:49:37.726Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-13T00:49:47.457Z] Removing intermediate container 269b533faaed [2021-04-13T00:49:47.457Z] ---> dd6f0614df00 [2021-04-13T00:49:47.457Z] Step 8/23 : COPY . . [2021-04-13T00:49:47.457Z] Removing intermediate container e0b2da0dd1cd [2021-04-13T00:49:47.457Z] ---> 543bdc09179b [2021-04-13T00:49:47.457Z] Step 8/23 : COPY . . [2021-04-13T00:50:16.783Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:50:16.784Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:50:16.784Z] ---> 69df309f5181 [2021-04-13T00:50:16.784Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 6aec2c792ded [2021-04-13T00:50:16.784Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 80e8fe0d537b [2021-04-13T00:50:16.784Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> ab46db0e9a4e [2021-04-13T00:50:16.784Z] Step 6/23 : COPY go.mod . [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> fb55fc38d99a [2021-04-13T00:50:16.784Z] Step 7/23 : RUN go mod download [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 2d731489db82 [2021-04-13T00:50:16.784Z] Step 8/23 : COPY . . [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 2ae40dbedc0a [2021-04-13T00:50:16.784Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-13T00:50:16.784Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:50:16.784Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:50:16.784Z] ---> 69df309f5181 [2021-04-13T00:50:16.784Z] Step 3/23 : WORKDIR /edgex-go [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 6aec2c792ded [2021-04-13T00:50:16.784Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 80e8fe0d537b [2021-04-13T00:50:16.784Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-13T00:50:16.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:50:16.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:50:16.784Z] ---> 69df309f5181 [2021-04-13T00:50:16.784Z] Step 3/21 : WORKDIR /edgex-go [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 6aec2c792ded [2021-04-13T00:50:16.784Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 80e8fe0d537b [2021-04-13T00:50:16.784Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> ab46db0e9a4e [2021-04-13T00:50:16.784Z] Step 6/21 : COPY go.mod . [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> fb55fc38d99a [2021-04-13T00:50:16.784Z] Step 7/21 : RUN go mod download [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 2d731489db82 [2021-04-13T00:50:16.784Z] Step 8/21 : COPY . . [2021-04-13T00:50:16.784Z] ---> Using cache [2021-04-13T00:50:16.784Z] ---> 2ae40dbedc0a [2021-04-13T00:50:16.784Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-13T00:50:17.398Z] ---> Running in 67f1179b4d71 [2021-04-13T00:50:17.398Z] ---> Running in 0b1b49e82492 [2021-04-13T00:50:17.398Z] ---> Running in ddc4dbb86e54 [2021-04-13T00:50:17.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-13T00:50:17.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-13T00:50:17.680Z] ---> 69df309f5181 [2021-04-13T00:50:17.680Z] Step 3/22 : WORKDIR /edgex-go [2021-04-13T00:50:17.680Z] ---> Using cache [2021-04-13T00:50:17.680Z] ---> 6aec2c792ded [2021-04-13T00:50:17.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:50:17.680Z] ---> Using cache [2021-04-13T00:50:17.680Z] ---> 80e8fe0d537b [2021-04-13T00:50:17.680Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-13T00:50:17.680Z] ---> Running in d576e2f8dc16 [2021-04-13T00:50:19.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-13T00:50:19.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-13T00:50:19.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:19.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:20.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:20.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:50:21.028Z] OK: 217 MiB in 51 packages [2021-04-13T00:50:21.308Z] OK: 217 MiB in 51 packages [2021-04-13T00:50:23.316Z] Removing intermediate container d576e2f8dc16 [2021-04-13T00:50:23.316Z] ---> a6d44acb5d9b [2021-04-13T00:50:23.316Z] Step 6/22 : COPY go.mod . [2021-04-13T00:50:23.316Z] Removing intermediate container 0b1b49e82492 [2021-04-13T00:50:23.316Z] ---> a2602fea6196 [2021-04-13T00:50:23.316Z] Step 6/23 : COPY go.mod . [2021-04-13T00:50:24.330Z] ---> f49dd0056c7d [2021-04-13T00:50:24.330Z] Step 7/22 : RUN go mod download [2021-04-13T00:50:24.607Z] ---> Running in bbd6c6656432 [2021-04-13T00:50:24.882Z] ---> da44c98d7ee4 [2021-04-13T00:50:24.882Z] Step 7/23 : RUN go mod download [2021-04-13T00:50:25.162Z] ---> Running in 7ba8812dcb23 [2021-04-13T00:50:30.583Z] Removing intermediate container bbd6c6656432 [2021-04-13T00:50:30.583Z] ---> d21a55d23206 [2021-04-13T00:50:30.583Z] Step 8/22 : COPY . . [2021-04-13T00:50:30.583Z] Removing intermediate container 7ba8812dcb23 [2021-04-13T00:50:30.583Z] ---> ca4129bc8f43 [2021-04-13T00:50:30.583Z] Step 8/23 : COPY . . [2021-04-13T00:50:46.290Z] Removing intermediate container 0daae7740a7c [2021-04-13T00:50:46.290Z] ---> 6900de4732de [2021-04-13T00:50:46.290Z] [2021-04-13T00:50:46.290Z] Step 10/31 : FROM alpine:3.12 [2021-04-13T00:50:46.290Z] ---> 7230e588e954 [2021-04-13T00:50:46.290Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-13T00:50:46.290Z] Removing intermediate container 9809b90f0593 [2021-04-13T00:50:46.290Z] ---> 6ea6bdc74a99 [2021-04-13T00:50:46.290Z] [2021-04-13T00:50:46.290Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:50:46.290Z] ---> 7230e588e954 [2021-04-13T00:50:46.290Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:50:46.290Z] ---> Using cache [2021-04-13T00:50:46.290Z] ---> 851b7a705edf [2021-04-13T00:50:46.290Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:50:46.290Z] ---> Using cache [2021-04-13T00:50:46.290Z] ---> aeee63b5de38 [2021-04-13T00:50:46.290Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-13T00:50:46.290Z] ---> Running in a2b70df22dfb [2021-04-13T00:50:46.290Z] ---> Running in c3cee442ffd5 [2021-04-13T00:50:46.290Z] Removing intermediate container a2b70df22dfb [2021-04-13T00:50:46.290Z] ---> c796d61016b3 [2021-04-13T00:50:46.290Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:50:46.290Z] Removing intermediate container c3cee442ffd5 [2021-04-13T00:50:46.290Z] ---> c5aa58131f01 [2021-04-13T00:50:46.290Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-13T00:50:46.290Z] ---> Running in 5a3401412c99 [2021-04-13T00:50:46.290Z] ---> Running in 8bb1bd2e16a5 [2021-04-13T00:50:47.351Z] Removing intermediate container 5a3401412c99 [2021-04-13T00:50:47.351Z] ---> 9e9551e9d873 [2021-04-13T00:50:47.351Z] Step 15/23 : WORKDIR / [2021-04-13T00:50:49.365Z] ---> Running in 29f96b473c70 [2021-04-13T00:50:49.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:50:49.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:50:50.412Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:50:50.412Z] (2/2) Installing su-exec (0.2-r1) [2021-04-13T00:50:50.412Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:50:50.412Z] OK: 6 MiB in 16 packages [2021-04-13T00:50:51.258Z] Removing intermediate container 29f96b473c70 [2021-04-13T00:50:51.258Z] ---> 957872adbe53 [2021-04-13T00:50:51.258Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:50:52.102Z] ---> af460b62d691 [2021-04-13T00:50:52.103Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T00:50:52.448Z] ---> Running in ba2a22d91215 [2021-04-13T00:50:52.448Z] ---> f825422b0b46 [2021-04-13T00:50:52.448Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-13T00:50:52.930Z] ---> ddb1ffc8ec98 [2021-04-13T00:50:52.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T00:50:53.282Z] ---> Running in 3059bffbcd5e [2021-04-13T00:50:53.965Z] Removing intermediate container 8bb1bd2e16a5 [2021-04-13T00:50:53.965Z] ---> 0c57b9917d3c [2021-04-13T00:50:53.965Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-13T00:50:53.965Z] ---> Running in e7852ece0c2e [2021-04-13T00:50:54.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:50:54.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-13T00:50:55.447Z] Removing intermediate container e7852ece0c2e [2021-04-13T00:50:55.447Z] ---> 4899e39a5d06 [2021-04-13T00:50:55.447Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-13T00:50:55.447Z] ---> be96c1bbdad3 [2021-04-13T00:50:55.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T00:50:56.334Z] ---> Running in e2e547a5fa45 [2021-04-13T00:50:57.894Z] Removing intermediate container e2e547a5fa45 [2021-04-13T00:50:57.894Z] ---> 42b49f128a3e [2021-04-13T00:50:57.894Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-13T00:50:57.894Z] ---> e066b9c6f78c [2021-04-13T00:50:57.894Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-13T00:50:58.846Z] ---> Running in 4bd3998e42df [2021-04-13T00:50:59.300Z] ---> Running in e0cb94614e91 [2021-04-13T00:50:59.601Z] Removing intermediate container e0cb94614e91 [2021-04-13T00:50:59.601Z] ---> 12ac4500e558 [2021-04-13T00:50:59.601Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:50:59.891Z] ---> Running in a8641b5c9d7c [2021-04-13T00:51:00.625Z] Removing intermediate container a8641b5c9d7c [2021-04-13T00:51:00.625Z] ---> c423bb2e5989 [2021-04-13T00:51:00.625Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:51:01.365Z] ---> Running in aae33d5aff32 [2021-04-13T00:51:02.961Z] ---> c116b297c71e [2021-04-13T00:51:02.961Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-13T00:51:03.242Z] ---> 689e52cba005 [2021-04-13T00:51:03.242Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-13T00:51:03.242Z] ---> Running in 591ddc4758e7 [2021-04-13T00:51:03.513Z] ---> Running in 0e3ec5d2500c [2021-04-13T00:51:03.714Z] Removing intermediate container aae33d5aff32 [2021-04-13T00:51:03.714Z] ---> 7c95d4e7280f [2021-04-13T00:51:03.714Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:51:04.539Z] ---> Running in b53b5554984b [2021-04-13T00:51:04.539Z] Removing intermediate container 4bd3998e42df [2021-04-13T00:51:04.539Z] ---> 58ced3f9e506 [2021-04-13T00:51:04.539Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-13T00:51:04.539Z] ---> Running in 6b1902e3a9c4 [2021-04-13T00:51:04.539Z] Removing intermediate container b53b5554984b [2021-04-13T00:51:04.539Z] ---> 414374e26153 [2021-04-13T00:51:04.539Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:51:05.168Z] ---> Running in 76537458d698 [2021-04-13T00:51:05.493Z] Removing intermediate container 6b1902e3a9c4 [2021-04-13T00:51:05.493Z] ---> bd578997314c [2021-04-13T00:51:05.493Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-13T00:51:05.493Z] Removing intermediate container 76537458d698 [2021-04-13T00:51:05.493Z] ---> c34b6a7008e9 [2021-04-13T00:51:05.493Z] [2021-04-13T00:51:05.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:51:05.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-13T00:51:06.725Z] Successfully built c34b6a7008e9 [2021-04-13T00:51:06.725Z] Successfully tagged docker-core-command-go:latest [2021-04-13T00:51:07.016Z]  Building docker-core-command-go ... done  ---> 5d3d79840b42 [2021-04-13T00:51:07.016Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-13T00:51:07.347Z] ---> Running in 40732bf5f70c [2021-04-13T00:51:12.535Z] Removing intermediate container 40732bf5f70c [2021-04-13T00:51:12.536Z] ---> 9431f28a0164 [2021-04-13T00:51:12.536Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:51:14.832Z] ---> ed9702b12ff6 [2021-04-13T00:51:14.832Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-13T00:51:20.651Z] ---> 3440ab55314a [2021-04-13T00:51:20.651Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-13T00:51:20.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-13T00:51:21.811Z] ---> a6dfce3ff17c [2021-04-13T00:51:21.811Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-13T00:51:24.212Z] ---> c1cc383e6e1f [2021-04-13T00:51:24.212Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-13T00:51:26.824Z] ---> cb73e32d3256 [2021-04-13T00:51:26.824Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-13T00:51:27.689Z] ---> Running in 28f222e875d5 [2021-04-13T00:51:29.953Z] Removing intermediate container 28f222e875d5 [2021-04-13T00:51:29.953Z] ---> 91e3d6c94bf4 [2021-04-13T00:51:29.953Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-13T00:51:32.243Z] ---> f26864f9c01e [2021-04-13T00:51:32.243Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-13T00:51:32.536Z] ---> Running in 407dc5d895ed [2021-04-13T00:51:36.872Z] Removing intermediate container 407dc5d895ed [2021-04-13T00:51:36.872Z] ---> e53d4df64ca6 [2021-04-13T00:51:36.872Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-13T00:51:37.152Z] ---> Running in 40cf0887bca2 [2021-04-13T00:51:38.788Z] Removing intermediate container 40cf0887bca2 [2021-04-13T00:51:38.788Z] ---> 736843771f97 [2021-04-13T00:51:38.788Z] Step 28/31 : CMD ["gate"] [2021-04-13T00:51:38.788Z] ---> Running in f763e1293d83 [2021-04-13T00:51:39.239Z] Removing intermediate container ddc4dbb86e54 [2021-04-13T00:51:39.239Z] ---> 12e301955589 [2021-04-13T00:51:39.239Z] [2021-04-13T00:51:39.239Z] Step 10/21 : FROM alpine:3.12 [2021-04-13T00:51:39.239Z] ---> d75e27dfc0a0 [2021-04-13T00:51:39.239Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-13T00:51:39.239Z] ---> Running in dc92cd5a4ddd [2021-04-13T00:51:39.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:39.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:51:39.641Z] Removing intermediate container f763e1293d83 [2021-04-13T00:51:39.641Z] ---> 005c4ca573ff [2021-04-13T00:51:39.641Z] Step 29/31 : LABEL arch=x86_64 [2021-04-13T00:51:39.838Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-13T00:51:40.118Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:51:40.118Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-13T00:51:40.118Z] (4/4) Installing curl (7.69.1-r3) [2021-04-13T00:51:40.118Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:51:40.118Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:51:40.395Z] OK: 7 MiB in 18 packages [2021-04-13T00:51:41.393Z] Removing intermediate container 67f1179b4d71 [2021-04-13T00:51:41.393Z] ---> f8aa6ecf7307 [2021-04-13T00:51:41.393Z] [2021-04-13T00:51:41.393Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:51:41.393Z] ---> d75e27dfc0a0 [2021-04-13T00:51:41.393Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-13T00:51:41.393Z] ---> Using cache [2021-04-13T00:51:41.393Z] ---> 1dc3efa901bc [2021-04-13T00:51:41.393Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:51:41.393Z] ---> Using cache [2021-04-13T00:51:41.393Z] ---> ec40f4709b62 [2021-04-13T00:51:41.393Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-13T00:51:41.667Z] ---> Running in 9b8878795f0e [2021-04-13T00:51:42.666Z] Removing intermediate container 9b8878795f0e [2021-04-13T00:51:42.666Z] ---> 3fa1f27cc3e6 [2021-04-13T00:51:42.666Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-13T00:51:42.947Z] ---> Running in 67b8e7ba534b [2021-04-13T00:51:43.222Z] Removing intermediate container dc92cd5a4ddd [2021-04-13T00:51:43.222Z] ---> bbf587b97c21 [2021-04-13T00:51:43.222Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-13T00:51:43.501Z] ---> Running in 3bb43f378a56 [2021-04-13T00:51:43.729Z] ---> Running in 5e65c27f473d [2021-04-13T00:51:43.775Z] Removing intermediate container 67b8e7ba534b [2021-04-13T00:51:43.775Z] ---> 46b688848050 [2021-04-13T00:51:43.775Z] Step 15/23 : WORKDIR / [2021-04-13T00:51:44.052Z] ---> Running in ffa92fa6b253 [2021-04-13T00:51:44.052Z] Removing intermediate container 3bb43f378a56 [2021-04-13T00:51:44.052Z] ---> c1866621e246 [2021-04-13T00:51:44.052Z] Step 13/21 : WORKDIR /edgex [2021-04-13T00:51:44.327Z] ---> Running in 56239a5bee91 [2021-04-13T00:51:44.665Z] Removing intermediate container ffa92fa6b253 [2021-04-13T00:51:44.666Z] ---> 233a60ecaee7 [2021-04-13T00:51:44.666Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:51:45.236Z] Removing intermediate container ba2a22d91215 [2021-04-13T00:51:45.236Z] ---> c56a89507843 [2021-04-13T00:51:45.236Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T00:51:45.236Z] Removing intermediate container 5e65c27f473d [2021-04-13T00:51:45.236Z] ---> fb2c2b4abae5 [2021-04-13T00:51:45.236Z] Step 30/31 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:51:45.236Z] ---> Running in e20d33ec6e54 [2021-04-13T00:51:45.271Z] Removing intermediate container 56239a5bee91 [2021-04-13T00:51:45.271Z] ---> 4aebea71b024 [2021-04-13T00:51:45.271Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-13T00:51:45.703Z] ---> Running in a2230837e44a [2021-04-13T00:51:46.262Z] ---> b36ff61c04f2 [2021-04-13T00:51:46.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-13T00:51:46.537Z] ---> 90af548c9e94 [2021-04-13T00:51:46.537Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-13T00:51:47.066Z] Removing intermediate container a2230837e44a [2021-04-13T00:51:47.066Z] ---> 2c2650896898 [2021-04-13T00:51:47.066Z] Step 31/31 : LABEL version=0.0.0 [2021-04-13T00:51:47.668Z] ---> Running in c09730701909 [2021-04-13T00:51:48.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-13T00:51:49.177Z] ---> b570cb07451a [2021-04-13T00:51:49.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-13T00:51:49.177Z] ---> c7008941f757 [2021-04-13T00:51:49.177Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-13T00:51:49.373Z] Removing intermediate container c09730701909 [2021-04-13T00:51:49.373Z] ---> e51c5a61c3bb [2021-04-13T00:51:49.373Z] [2021-04-13T00:51:49.776Z] ---> f75f8db19667 [2021-04-13T00:51:49.776Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-13T00:51:50.057Z] ---> Running in a44478928fbe [2021-04-13T00:51:50.150Z] Successfully built e51c5a61c3bb [2021-04-13T00:51:50.338Z] ---> 00270aae2b46 [2021-04-13T00:51:50.338Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-13T00:51:50.444Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-13T00:51:50.610Z] ---> Running in 6ccc7ad1c337 [2021-04-13T00:51:50.895Z] Removing intermediate container a44478928fbe [2021-04-13T00:51:50.895Z] ---> fa982a5d725f [2021-04-13T00:51:50.895Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:51:51.170Z] ---> Running in 2ef849f6eee0 [2021-04-13T00:51:51.446Z] Removing intermediate container 6ccc7ad1c337 [2021-04-13T00:51:51.446Z] ---> 9a3894f02868 [2021-04-13T00:51:51.446Z] Step 18/21 : CMD ["--init=true"] [2021-04-13T00:51:51.720Z] ---> Running in 5a0f465bd7e2 [2021-04-13T00:51:51.720Z] Removing intermediate container 2ef849f6eee0 [2021-04-13T00:51:51.720Z] ---> b63c38588aa4 [2021-04-13T00:51:51.720Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:51:51.997Z] ---> Running in 3352fc714ae1 [2021-04-13T00:51:52.270Z] Removing intermediate container 5a0f465bd7e2 [2021-04-13T00:51:52.270Z] ---> 4730decb7b7d [2021-04-13T00:51:52.270Z] Step 19/21 : LABEL arch=arm64 [2021-04-13T00:51:52.545Z] ---> Running in 68273c8eefaa [2021-04-13T00:51:52.820Z] Removing intermediate container 3352fc714ae1 [2021-04-13T00:51:52.820Z] ---> cc0d63105134 [2021-04-13T00:51:52.820Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:51:53.096Z] ---> Running in 9d9dd05c444b [2021-04-13T00:51:53.367Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3059bffbcd5e [2021-04-13T00:51:53.367Z] ---> 77e561046bd0 [2021-04-13T00:51:53.367Z] [2021-04-13T00:51:53.367Z] Step 10/23 : FROM alpine:3.12 [2021-04-13T00:51:53.367Z] ---> 7230e588e954 [2021-04-13T00:51:53.367Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-13T00:51:53.374Z] Removing intermediate container 68273c8eefaa [2021-04-13T00:51:53.374Z] ---> d92c6211673f [2021-04-13T00:51:53.375Z] Step 20/21 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:51:53.648Z] ---> Running in 6a08b2dbc04b [2021-04-13T00:51:53.648Z] Removing intermediate container 9d9dd05c444b [2021-04-13T00:51:53.648Z] ---> 37bd17f77925 [2021-04-13T00:51:53.648Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:51:53.718Z] ---> Running in 6844d55dde1a [2021-04-13T00:51:53.923Z] ---> Running in efaf6a74cc12 [2021-04-13T00:51:54.494Z] Removing intermediate container e20d33ec6e54 [2021-04-13T00:51:54.494Z] ---> c3616c2954a6 [2021-04-13T00:51:54.494Z] [2021-04-13T00:51:54.494Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T00:51:54.494Z] Removing intermediate container 6844d55dde1a [2021-04-13T00:51:54.494Z] ---> 4a2917976324 [2021-04-13T00:51:54.494Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-13T00:51:54.494Z] ---> Running in edc51f7a7633 [2021-04-13T00:51:54.494Z] 20.10.0: Pulling from library/docker [2021-04-13T00:51:54.527Z] Removing intermediate container 6a08b2dbc04b [2021-04-13T00:51:54.527Z] ---> 04852c74b91e [2021-04-13T00:51:54.527Z] Step 21/21 : LABEL version=0.0.0 [2021-04-13T00:51:54.527Z] ---> Running in 8ac7622e5324 [2021-04-13T00:51:54.803Z] Removing intermediate container efaf6a74cc12 [2021-04-13T00:51:54.803Z] ---> 332b2e20a598 [2021-04-13T00:51:54.803Z] [2021-04-13T00:51:55.047Z] Removing intermediate container edc51f7a7633 [2021-04-13T00:51:55.047Z] ---> 233fc6d1ef98 [2021-04-13T00:51:55.047Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-13T00:51:55.407Z] ---> Running in 6ef1555c7e51 [2021-04-13T00:51:55.409Z] Successfully built 332b2e20a598 [2021-04-13T00:51:55.409Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-13T00:51:55.409Z]  Building docker-core-command-go ... done Removing intermediate container 8ac7622e5324 [2021-04-13T00:51:55.409Z] ---> 39cee6f1c387 [2021-04-13T00:51:55.409Z] [2021-04-13T00:51:56.007Z] Successfully built 39cee6f1c387 [2021-04-13T00:51:56.007Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-13T00:51:56.219Z] Removing intermediate container 6ef1555c7e51 [2021-04-13T00:51:56.219Z] ---> 0f769ef9d619 [2021-04-13T00:51:56.219Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T00:51:56.219Z] ---> Running in b53900866bcd [2021-04-13T00:52:01.339Z] Removing intermediate container b53900866bcd [2021-04-13T00:52:01.339Z] ---> d420d4c6ae68 [2021-04-13T00:52:01.339Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-13T00:52:01.339Z] ---> Running in e2864f4a9478 [2021-04-13T00:52:03.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:52:04.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:52:04.905Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-13T00:52:04.905Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-13T00:52:04.905Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-13T00:52:05.232Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-13T00:52:05.608Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-13T00:52:05.608Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-13T00:52:05.608Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:52:05.608Z] OK: 8 MiB in 20 packages [2021-04-13T00:52:09.002Z] Removing intermediate container e2864f4a9478 [2021-04-13T00:52:09.002Z] ---> 362784aea756 [2021-04-13T00:52:09.002Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:52:09.667Z] ---> 6d246dfd655e [2021-04-13T00:52:09.667Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-13T00:52:11.219Z] ---> c54c30062499 [2021-04-13T00:52:11.219Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-13T00:52:13.275Z] ---> 7a32f5f07bed [2021-04-13T00:52:13.275Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-13T00:52:13.275Z] ---> Running in 1f46675aaedb [2021-04-13T00:52:13.545Z] Removing intermediate container 1f46675aaedb [2021-04-13T00:52:13.545Z] ---> db8d2858fc71 [2021-04-13T00:52:13.545Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:52:13.843Z] ---> Running in e4647726d4a3 [2021-04-13T00:52:14.133Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T00:52:14.133Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T00:52:14.133Z] ---> aefe523efa57 [2021-04-13T00:52:14.133Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:52:14.133Z] Removing intermediate container e4647726d4a3 [2021-04-13T00:52:14.133Z] ---> 55e27ad55355 [2021-04-13T00:52:14.133Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:52:14.382Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 591ddc4758e7 [2021-04-13T00:52:14.382Z] ---> 193f9632c6f7 [2021-04-13T00:52:14.382Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-13T00:52:14.436Z] ---> Running in 4eadbd75c14f [2021-04-13T00:52:14.437Z] ---> Running in a67489fc7db3 [2021-04-13T00:52:14.655Z] ---> Running in 4b0a0dc305ff [2021-04-13T00:52:14.734Z] Removing intermediate container 4eadbd75c14f [2021-04-13T00:52:14.734Z] ---> 0da640f22788 [2021-04-13T00:52:14.734Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T00:52:14.734Z] Removing intermediate container a67489fc7db3 [2021-04-13T00:52:14.734Z] ---> cd6e231d6277 [2021-04-13T00:52:14.734Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:52:14.734Z] ---> Running in 02453b61de2e [2021-04-13T00:52:15.015Z] ---> Running in fe0d225991c5 [2021-04-13T00:52:15.336Z] Removing intermediate container fe0d225991c5 [2021-04-13T00:52:15.336Z] ---> 9e24326b63e4 [2021-04-13T00:52:15.336Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:52:15.670Z] ---> Running in 354a0fa41b92 [2021-04-13T00:52:15.992Z] Removing intermediate container 354a0fa41b92 [2021-04-13T00:52:15.992Z] ---> 0f6277f760bf [2021-04-13T00:52:15.992Z] [2021-04-13T00:52:16.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-13T00:52:16.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T00:52:16.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T00:52:17.096Z] Successfully built 0f6277f760bf [2021-04-13T00:52:17.096Z] Successfully tagged docker-core-data-go:latest [2021-04-13T00:52:17.446Z]  Building docker-core-data-go ... done (1/39) Installing readline (8.0.4-r0) [2021-04-13T00:52:17.446Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T00:52:17.446Z] Executing bash-5.0.17-r0.post-install [2021-04-13T00:52:17.446Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:52:17.446Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T00:52:17.446Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T00:52:17.446Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T00:52:17.446Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T00:52:17.446Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T00:52:17.446Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T00:52:17.446Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T00:52:17.543Z] Removing intermediate container 0e3ec5d2500c [2021-04-13T00:52:17.543Z] ---> 4393b9e94320 [2021-04-13T00:52:17.543Z] [2021-04-13T00:52:17.543Z] Step 10/22 : FROM alpine:3.12 [2021-04-13T00:52:17.543Z] ---> d75e27dfc0a0 [2021-04-13T00:52:17.543Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-13T00:52:17.543Z] ---> Running in 6ce82abb53a2 [2021-04-13T00:52:17.805Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T00:52:17.805Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T00:52:17.805Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T00:52:18.975Z] Removing intermediate container 4b0a0dc305ff [2021-04-13T00:52:18.975Z] ---> 50b0a315ad7a [2021-04-13T00:52:18.975Z] [2021-04-13T00:52:18.975Z] Step 11/23 : FROM docker:20.10.0 [2021-04-13T00:52:18.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:52:18.975Z] 20.10.0: Pulling from library/docker [2021-04-13T00:52:18.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:52:19.444Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T00:52:19.444Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T00:52:19.576Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-13T00:52:19.754Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T00:52:19.754Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T00:52:19.754Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T00:52:19.754Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T00:52:19.754Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T00:52:19.754Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T00:52:19.852Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-13T00:52:19.852Z] Executing busybox-1.31.1-r20.trigger [2021-04-13T00:52:19.852Z] Executing ca-certificates-20191127-r4.trigger [2021-04-13T00:52:20.067Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T00:52:20.067Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T00:52:20.127Z] OK: 6 MiB in 16 packages [2021-04-13T00:52:20.384Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T00:52:20.384Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T00:52:20.384Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T00:52:20.384Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T00:52:20.384Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T00:52:20.384Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T00:52:20.384Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T00:52:20.384Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T00:52:20.682Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T00:52:20.682Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T00:52:20.682Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T00:52:20.682Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T00:52:20.682Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T00:52:20.682Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T00:52:20.682Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T00:52:20.682Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T00:52:20.987Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:52:20.987Z] OK: 72 MiB in 59 packages [2021-04-13T00:52:22.752Z] Removing intermediate container 6ce82abb53a2 [2021-04-13T00:52:22.752Z] ---> ea42a610a553 [2021-04-13T00:52:22.752Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:52:22.752Z] ---> Running in 4c10785df10c [2021-04-13T00:52:23.731Z] Removing intermediate container 4c10785df10c [2021-04-13T00:52:23.731Z] ---> 84a24c5d9319 [2021-04-13T00:52:23.731Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-13T00:52:23.786Z] Collecting docker-compose==1.23.2 [2021-04-13T00:52:23.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T00:52:24.115Z] Collecting PyYAML<4,>=3.10 [2021-04-13T00:52:24.115Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T00:52:24.706Z] ---> Running in eeff67a1e48d [2021-04-13T00:52:25.302Z] Removing intermediate container eeff67a1e48d [2021-04-13T00:52:25.302Z] ---> 92f43b038a74 [2021-04-13T00:52:25.302Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-13T00:52:25.579Z] ---> Running in 5c13ae8124b3 [2021-04-13T00:52:26.561Z] Removing intermediate container 5c13ae8124b3 [2021-04-13T00:52:26.561Z] ---> dbcb82fb61e6 [2021-04-13T00:52:26.561Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-13T00:52:26.586Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T00:52:26.586Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T00:52:26.866Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T00:52:26.866Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T00:52:27.537Z] ---> 0dc6ffab5293 [2021-04-13T00:52:27.537Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-13T00:52:27.812Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-13T00:52:27.812Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-13T00:52:27.812Z] ---> eeaf43b92773 [2021-04-13T00:52:27.812Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-13T00:52:27.932Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T00:52:27.932Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T00:52:27.932Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T00:52:27.932Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T00:52:28.085Z] ---> Running in 7fd409c6c691 [2021-04-13T00:52:29.062Z] ---> 59943193448e [2021-04-13T00:52:29.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-13T00:52:29.062Z] Removing intermediate container 7fd409c6c691 [2021-04-13T00:52:29.062Z] ---> c5ce0c16532c [2021-04-13T00:52:29.062Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-13T00:52:29.062Z] ---> Running in 7bd35ae27dc1 [2021-04-13T00:52:29.599Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T00:52:29.599Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T00:52:29.599Z] Collecting docopt<0.7,>=0.6.1 [2021-04-13T00:52:29.599Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T00:52:29.654Z] ---> 1a4eb1344b2a [2021-04-13T00:52:29.654Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-13T00:52:29.654Z] ---> Running in 35537353f6ac [2021-04-13T00:52:30.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T00:52:30.242Z] Removing intermediate container 35537353f6ac [2021-04-13T00:52:30.242Z] ---> 8e3d53f5ceed [2021-04-13T00:52:30.242Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:52:30.242Z] ---> Running in 699ee693ec1a [2021-04-13T00:52:30.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T00:52:30.667Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-13T00:52:30.667Z] Collecting jsonschema<3,>=2.5.1 [2021-04-13T00:52:30.667Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T00:52:30.833Z] Removing intermediate container 699ee693ec1a [2021-04-13T00:52:30.833Z] ---> 63d3821f2d67 [2021-04-13T00:52:30.833Z] Step 20/22 : LABEL arch=arm64 [2021-04-13T00:52:30.833Z] (1/39) Installing readline (8.0.4-r0) [2021-04-13T00:52:30.833Z] ---> Running in 97570e7bdfe4 [2021-04-13T00:52:30.833Z] (2/39) Installing bash (5.0.17-r0) [2021-04-13T00:52:30.833Z] Executing bash-5.0.17-r0.post-install [2021-04-13T00:52:30.987Z] Collecting docker<4.0,>=3.6.0 [2021-04-13T00:52:30.987Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T00:52:31.102Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-13T00:52:31.102Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-13T00:52:31.102Z] (5/39) Installing curl (7.69.1-r3) [2021-04-13T00:52:31.102Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-13T00:52:31.102Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-13T00:52:31.102Z] (8/39) Installing expat (2.2.9-r1) [2021-04-13T00:52:31.102Z] (9/39) Installing libffi (3.3-r2) [2021-04-13T00:52:31.102Z] (10/39) Installing gdbm (1.13-r1) [2021-04-13T00:52:31.102Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-13T00:52:31.102Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-13T00:52:31.102Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-13T00:52:31.689Z] Removing intermediate container 97570e7bdfe4 [2021-04-13T00:52:31.689Z] ---> a9d8872cb9de [2021-04-13T00:52:31.689Z] Step 21/22 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:52:31.937Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T00:52:31.937Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T00:52:31.937Z] Collecting idna<2.8,>=2.5 [2021-04-13T00:52:31.937Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T00:52:31.937Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-13T00:52:31.937Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-13T00:52:31.937Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T00:52:31.937Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T00:52:31.962Z] ---> Running in 0a7640287fc8 [2021-04-13T00:52:32.324Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T00:52:32.324Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T00:52:32.324Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T00:52:32.324Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T00:52:32.324Z] Installing collected packages: PyYAML, websocket-client, texttable, cached-property, dockerpty, urllib3, idna, requests, docopt, jsonschema, docker-pycreds, docker, docker-compose [2021-04-13T00:52:32.324Z] Running setup.py install for PyYAML: started [2021-04-13T00:52:32.557Z] Removing intermediate container 0a7640287fc8 [2021-04-13T00:52:32.557Z] ---> a44e77cecafc [2021-04-13T00:52:32.557Z] Step 22/22 : LABEL version=0.0.0 [2021-04-13T00:52:32.833Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-13T00:52:32.833Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-13T00:52:32.833Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-13T00:52:32.833Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-13T00:52:32.833Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-13T00:52:32.833Z] ---> Running in 1e74038dc3bc [2021-04-13T00:52:32.833Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-13T00:52:33.106Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-13T00:52:33.106Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-13T00:52:33.106Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-13T00:52:33.106Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-13T00:52:33.106Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-13T00:52:33.106Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-13T00:52:33.106Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-13T00:52:33.106Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-13T00:52:33.379Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-13T00:52:33.380Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-13T00:52:33.380Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-13T00:52:33.380Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-13T00:52:33.380Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-13T00:52:33.380Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-13T00:52:33.380Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-13T00:52:33.380Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-13T00:52:33.380Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-13T00:52:33.380Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-13T00:52:33.380Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-13T00:52:33.380Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-13T00:52:33.380Z] Removing intermediate container 1e74038dc3bc [2021-04-13T00:52:33.380Z] ---> 4ad93de1343f [2021-04-13T00:52:33.380Z] [2021-04-13T00:52:33.651Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T00:52:33.651Z] OK: 72 MiB in 59 packages [2021-04-13T00:52:33.696Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T00:52:33.696Z] Running setup.py install for texttable: started [2021-04-13T00:52:33.923Z] Successfully built 4ad93de1343f [2021-04-13T00:52:33.923Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-13T00:52:34.783Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T00:52:34.783Z] Running setup.py install for dockerpty: started [2021-04-13T00:52:35.779Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T00:52:35.779Z] Attempting uninstall: urllib3 [2021-04-13T00:52:35.779Z] Found existing installation: urllib3 1.25.9 [2021-04-13T00:52:35.779Z] Uninstalling urllib3-1.25.9: [2021-04-13T00:52:36.056Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T00:52:36.357Z] Attempting uninstall: idna [2021-04-13T00:52:36.357Z] Found existing installation: idna 2.9 [2021-04-13T00:52:36.357Z] Uninstalling idna-2.9: [2021-04-13T00:52:36.357Z] Successfully uninstalled idna-2.9 [2021-04-13T00:52:36.678Z] Attempting uninstall: requests [2021-04-13T00:52:36.678Z] Found existing installation: requests 2.23.0 [2021-04-13T00:52:36.678Z] Uninstalling requests-2.23.0: [2021-04-13T00:52:36.678Z] Successfully uninstalled requests-2.23.0 [2021-04-13T00:52:36.999Z] Running setup.py install for docopt: started [2021-04-13T00:52:38.122Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T00:52:38.329Z]  Building docker-support-notifications-go ... done Collecting docker-compose==1.23.2 [2021-04-13T00:52:38.329Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-13T00:52:39.312Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-13T00:52:39.312Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-13T00:52:39.729Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-13T00:52:39.907Z] Collecting jsonschema<3,>=2.5.1 [2021-04-13T00:52:39.907Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-13T00:52:40.502Z] Collecting docker<4.0,>=3.6.0 [2021-04-13T00:52:40.502Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-13T00:52:41.100Z] Collecting texttable<0.10,>=0.9.0 [2021-04-13T00:52:41.100Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-13T00:52:43.074Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-13T00:52:43.074Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-13T00:52:43.074Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-13T00:52:45.039Z] Collecting cached-property<2,>=1.2.0 [2021-04-13T00:52:45.039Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-13T00:52:45.630Z] Collecting PyYAML<4,>=3.10 [2021-04-13T00:52:45.630Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-13T00:52:49.009Z] Collecting docopt<0.7,>=0.6.1 [2021-04-13T00:52:49.009Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-13T00:52:50.974Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-13T00:52:50.975Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-13T00:52:51.247Z] Collecting idna<2.8,>=2.5 [2021-04-13T00:52:51.247Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-13T00:52:51.247Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-13T00:52:51.247Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-13T00:52:51.837Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-13T00:52:51.837Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-13T00:52:52.108Z] Collecting docker-pycreds>=0.4.0 [2021-04-13T00:52:52.108Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-13T00:52:52.378Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-13T00:52:52.378Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-13T00:52:52.378Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-13T00:52:52.378Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-13T00:52:52.773Z] Removing intermediate container 02453b61de2e [2021-04-13T00:52:52.773Z] ---> 5d52d7e2d017 [2021-04-13T00:52:52.773Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T00:52:52.773Z] ---> Running in 0ee775c98eec [2021-04-13T00:52:53.052Z] Removing intermediate container 0ee775c98eec [2021-04-13T00:52:53.052Z] ---> 81c97080888a [2021-04-13T00:52:53.052Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T00:52:53.340Z] ---> Running in f64827cdb21e [2021-04-13T00:52:53.349Z] Installing collected packages: idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, PyYAML, docopt, docker-compose [2021-04-13T00:52:53.349Z] Attempting uninstall: idna [2021-04-13T00:52:53.349Z] Found existing installation: idna 2.9 [2021-04-13T00:52:53.349Z] Uninstalling idna-2.9: [2021-04-13T00:52:53.349Z] Successfully uninstalled idna-2.9 [2021-04-13T00:52:53.940Z] Attempting uninstall: urllib3 [2021-04-13T00:52:53.940Z] Found existing installation: urllib3 1.25.9 [2021-04-13T00:52:53.940Z] Uninstalling urllib3-1.25.9: [2021-04-13T00:52:53.940Z] Successfully uninstalled urllib3-1.25.9 [2021-04-13T00:52:54.101Z] Removing intermediate container f64827cdb21e [2021-04-13T00:52:54.101Z] ---> f8b455b4ebcc [2021-04-13T00:52:54.101Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T00:52:54.530Z] Attempting uninstall: requests [2021-04-13T00:52:54.531Z] Found existing installation: requests 2.23.0 [2021-04-13T00:52:54.531Z] Uninstalling requests-2.23.0: [2021-04-13T00:52:54.531Z] Successfully uninstalled requests-2.23.0 [2021-04-13T00:52:56.239Z] ---> d7fcb77d2e3e [2021-04-13T00:52:56.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T00:52:56.499Z] Running setup.py install for texttable: started [2021-04-13T00:52:56.844Z] ---> c94a034302d6 [2021-04-13T00:52:56.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T00:52:58.389Z] ---> ddc9e495a775 [2021-04-13T00:52:58.389Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T00:52:58.389Z] ---> Running in 2adb6f00fad9 [2021-04-13T00:52:58.470Z] Running setup.py install for texttable: finished with status 'done' [2021-04-13T00:52:58.470Z] Running setup.py install for dockerpty: started [2021-04-13T00:52:59.028Z] Removing intermediate container 2adb6f00fad9 [2021-04-13T00:52:59.028Z] ---> f6bc4f0f7dec [2021-04-13T00:52:59.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:52:59.028Z] ---> Running in ffcf772bd643 [2021-04-13T00:53:00.128Z] Removing intermediate container ffcf772bd643 [2021-04-13T00:53:00.128Z] ---> 67bf71eda59f [2021-04-13T00:53:00.128Z] Step 21/23 : LABEL arch=x86_64 [2021-04-13T00:53:00.128Z] ---> Running in 7307c0a0b3ee [2021-04-13T00:53:00.446Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-13T00:53:00.446Z] Running setup.py install for PyYAML: started [2021-04-13T00:53:00.940Z] Removing intermediate container 7307c0a0b3ee [2021-04-13T00:53:00.940Z] ---> 4f9f0508d8be [2021-04-13T00:53:00.940Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:53:00.940Z] ---> Running in 53297af41386 [2021-04-13T00:53:01.633Z] Removing intermediate container 53297af41386 [2021-04-13T00:53:01.633Z] ---> 8c7a17a207ab [2021-04-13T00:53:01.633Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:53:01.633Z] ---> Running in a908fc59d233 [2021-04-13T00:53:02.309Z] Removing intermediate container a908fc59d233 [2021-04-13T00:53:02.309Z] ---> 833a4febf4da [2021-04-13T00:53:02.309Z] [2021-04-13T00:53:02.407Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-13T00:53:02.407Z] Running setup.py install for docopt: started [2021-04-13T00:53:03.087Z] Successfully built 833a4febf4da [2021-04-13T00:53:03.362Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-13T00:53:04.598Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-13T00:53:04.609Z] $ docker stop --time=1 878ca353ff412fa07c495e8bdfa1ca65272f12ea4b2f79bcd54c7a0a6bace244 [2021-04-13T00:53:05.017Z] Running setup.py install for docopt: finished with status 'done' [2021-04-13T00:53:05.608Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-13T00:53:09.019Z] $ docker rm -f 878ca353ff412fa07c495e8bdfa1ca65272f12ea4b2f79bcd54c7a0a6bace244 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:53:10.303Z] + grep docker [2021-04-13T00:53:10.303Z] + docker images [2021-04-13T00:53:11.303Z] docker-sys-mgmt-agent-go latest 833a4febf4da 10 seconds ago 312MB [2021-04-13T00:53:11.303Z] docker-core-data-go latest 0f6277f760bf 56 seconds ago 22.7MB [2021-04-13T00:53:11.303Z] docker-security-bootstrapper-go latest e51c5a61c3bb About a minute ago 18.9MB [2021-04-13T00:53:11.303Z] docker-core-command-go latest c34b6a7008e9 2 minutes ago 17.3MB [2021-04-13T00:53:11.303Z] docker-security-secretstore-setup-go latest 98b249e8bf52 4 minutes ago 25.8MB [2021-04-13T00:53:11.303Z] docker-core-metadata-go latest 9d50462730c0 4 minutes ago 19MB [2021-04-13T00:53:11.303Z] docker-support-notifications-go latest 95fb83c248e4 4 minutes ago 17.9MB [2021-04-13T00:53:11.303Z] docker-support-scheduler-go latest c571130bdd94 4 minutes ago 17.4MB [2021-04-13T00:53:11.303Z] docker-security-proxy-setup-go latest 25e143bc1c38 4 minutes ago 25.5MB [2021-04-13T00:53:11.303Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-13T00:53:13.879Z] Removing intermediate container 7bd35ae27dc1 [2021-04-13T00:53:13.879Z] ---> 5eb4d3388469 [2021-04-13T00:53:13.879Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-13T00:53:14.151Z] ---> Running in 375b3be8a68a [2021-04-13T00:53:14.422Z] Removing intermediate container 375b3be8a68a [2021-04-13T00:53:14.422Z] ---> 943509e412c4 [2021-04-13T00:53:14.422Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-13T00:53:14.695Z] ---> Running in 71c19325b327 [2021-04-13T00:53:15.291Z] Removing intermediate container 71c19325b327 [2021-04-13T00:53:15.291Z] ---> 63c43b2a7264 [2021-04-13T00:53:15.291Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-13T00:53:16.282Z] ---> b7e67a8a47fb [2021-04-13T00:53:16.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-13T00:53:16.908Z] ---> 056c4f89e439 [2021-04-13T00:53:16.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-13T00:53:17.887Z] ---> 21448dc15d36 [2021-04-13T00:53:17.887Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-13T00:53:17.887Z] ---> Running in 6b5d87160b29 [2021-04-13T00:53:18.478Z] Removing intermediate container 6b5d87160b29 [2021-04-13T00:53:18.478Z] ---> 06643f8d4ebe [2021-04-13T00:53:18.478Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-13T00:53:18.478Z] ---> Running in 3c65ab382864 [2021-04-13T00:53:19.079Z] Removing intermediate container 3c65ab382864 [2021-04-13T00:53:19.079Z] ---> feb5547128f7 [2021-04-13T00:53:19.079Z] Step 21/23 : LABEL arch=arm64 [2021-04-13T00:53:19.351Z] ---> Running in adc7eac9e068 [2021-04-13T00:53:19.626Z] Removing intermediate container adc7eac9e068 [2021-04-13T00:53:19.626Z] ---> 2968682eab93 [2021-04-13T00:53:19.626Z] Step 22/23 : LABEL git_sha=70ab8f18c450f22c252c2c83765dc30e479a9472 [2021-04-13T00:53:19.898Z] ---> Running in 1d292f9872e0 [2021-04-13T00:53:20.170Z] Removing intermediate container 1d292f9872e0 [2021-04-13T00:53:20.170Z] ---> 8cd0495791c9 [2021-04-13T00:53:20.170Z] Step 23/23 : LABEL version=0.0.0 [2021-04-13T00:53:20.443Z] ---> Running in fd62462c76ef [2021-04-13T00:53:21.040Z] Removing intermediate container fd62462c76ef [2021-04-13T00:53:21.040Z] ---> 985970144924 [2021-04-13T00:53:21.040Z] [2021-04-13T00:53:21.311Z] Successfully built 985970144924 [2021-04-13T00:53:21.311Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-13T00:53:21.596Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-13T00:53:21.585Z] $ docker stop --time=1 ec409684c6f6196104d9e0d0ddd863a76ab72c9dad1a08e8a4b401bfeb30af23 [2021-04-13T00:53:23.540Z] $ docker rm -f ec409684c6f6196104d9e0d0ddd863a76ab72c9dad1a08e8a4b401bfeb30af23 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T00:53:24.258Z] + docker images [2021-04-13T00:53:24.258Z] + grep docker [2021-04-13T00:53:24.527Z] docker-sys-mgmt-agent-go-arm64 latest 985970144924 4 seconds ago 299MB [2021-04-13T00:53:24.527Z] docker-support-notifications-go-arm64 latest 4ad93de1343f 51 seconds ago 16.9MB [2021-04-13T00:53:24.527Z] docker-security-proxy-setup-go-arm64 latest 39cee6f1c387 About a minute ago 24.2MB [2021-04-13T00:53:24.527Z] docker-core-command-go-arm64 latest 332b2e20a598 About a minute ago 16.3MB [2021-04-13T00:53:24.527Z] docker-core-data-go-arm64 latest 2d13ef425169 3 minutes ago 21.4MB [2021-04-13T00:53:24.527Z] docker-security-bootstrapper-go-arm64 latest 0cb226ba0387 3 minutes ago 17.9MB [2021-04-13T00:53:24.527Z] docker-core-metadata-go-arm64 latest f1e8d0c0f372 4 minutes ago 17.9MB [2021-04-13T00:53:24.527Z] docker-support-scheduler-go-arm64 latest bef6a0629a35 4 minutes ago 16.4MB [2021-04-13T00:53:24.527Z] docker-security-secretstore-setup-go-arm64 latest f6d23cfb3655 4 minutes ago 24.4MB [2021-04-13T00:53:24.527Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:53:25.419Z] ---> job-cost.sh [2021-04-13T00:53:25.419Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9Cdv [2021-04-13T00:53:27.041Z] Still waiting to schedule task [2021-04-13T00:53:27.041Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-13T00:54:04.393Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T00:54:23.894Z] Running on prd-ubuntu18.04-docker-8c-8g-33806 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-13T00:54:24.029Z] Running in /w/workspace/edgex-go/99 [Pipeline] { [Pipeline] checkout [2021-04-13T00:54:26.075Z] using credential edgex-jenkins-ssh [2021-04-13T00:54:26.163Z] Cloning the remote Git repository [2021-04-13T00:54:26.167Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:54:26.231Z] > git init /w/workspace/edgex-go/99 # timeout=10 [2021-04-13T00:54:26.270Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:54:26.270Z] > git --version # timeout=10 [2021-04-13T00:54:26.282Z] > git --version # 'git version 2.17.1' [2021-04-13T00:54:26.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:54:26.307Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:54:58.504Z] Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-13T00:54:58.819Z] Merge succeeded, producing 0da10b47cc4b3c131adf588dfa8a8fb93576a985 [2021-04-13T00:54:58.820Z] Checking out Revision 0da10b47cc4b3c131adf588dfa8a8fb93576a985 (PR-2858) [2021-04-13T00:54:57.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:54:57.825Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T00:54:57.835Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-13T00:54:57.849Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-13T00:54:57.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:54:57.852Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T00:54:58.522Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:54:58.527Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-13T00:54:58.606Z] > git remote # timeout=10 [2021-04-13T00:54:58.614Z] > git config --get remote.origin.url # timeout=10 [2021-04-13T00:54:58.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T00:54:58.622Z] > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [2021-04-13T00:54:58.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-13T00:54:58.831Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T00:54:58.836Z] > git checkout -f 0da10b47cc4b3c131adf588dfa8a8fb93576a985 # timeout=10 [2021-04-13T00:55:02.550Z] Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" [2021-04-13T00:55:02.561Z] First time build. Skipping changelog. [2021-04-13T00:55:02.563Z] > git rev-list --no-walk 48892b36c5283e6bc263c7a666d0c9f1622a8b76 # timeout=10 [2021-04-13T00:55:02.887Z] [2021-04-13T00:55:02.887Z] GitHub has been notified of this commit’s build result [2021-04-13T00:55:02.887Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T00:55:03.616Z] + echo snap-build.sh [2021-04-13T00:55:03.616Z] snap-build.sh [2021-04-13T00:55:03.616Z] + SNAP_BASE_DIR=. [2021-04-13T00:55:03.616Z] + '[' '!' -z /w/workspace/edgex-go/99 ']' [2021-04-13T00:55:03.616Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/99 [2021-04-13T00:55:03.616Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/99]' [2021-04-13T00:55:03.616Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/99] [2021-04-13T00:55:03.616Z] + cd /w/workspace/edgex-go/99 [2021-04-13T00:55:03.616Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-13T00:55:03.616Z] Reading package lists... [2021-04-13T00:55:03.879Z] Building dependency tree... [2021-04-13T00:55:03.879Z] Reading state information... [2021-04-13T00:55:04.142Z] The following packages were automatically installed and are no longer required: [2021-04-13T00:55:04.142Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-13T00:55:04.142Z] uidmap xdelta3 [2021-04-13T00:55:04.142Z] Use 'sudo apt autoremove' to remove them. [2021-04-13T00:55:04.142Z] The following packages will be REMOVED: [2021-04-13T00:55:04.142Z] lxd* lxd-client* [2021-04-13T00:55:04.405Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-13T00:55:04.405Z] After this operation, 31.7 MB disk space will be freed. [2021-04-13T00:55:05.717Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-13T00:55:05.717Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:55:06.291Z] Removing lxd dnsmasq configuration [2021-04-13T00:55:06.556Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:55:06.820Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-13T00:55:07.794Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-13T00:55:08.055Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-13T00:55:08.055Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-13T00:55:09.443Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-13T00:55:09.443Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-13T00:55:10.831Z] + sudo snap remove --purge lxd [2021-04-13T00:55:11.093Z] snap "lxd" is not installed [2021-04-13T00:55:11.093Z] + sudo groupadd --force --system lxd [2021-04-13T00:55:11.093Z] ++ whoami [2021-04-13T00:55:11.093Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-13T00:55:11.093Z] + newgrp - lxd [2021-04-13T00:55:11.093Z] + sudo snap install lxd [2021-04-13T00:55:19.251Z] 2021-04-13T00:55:17Z INFO Waiting for automatic snapd restart... [2021-04-13T00:55:34.171Z] lxd 4.12 from Canonical* installed [2021-04-13T00:55:34.171Z] + sudo lxd init --auto [2021-04-13T00:55:41.193Z] lf-activate-venv(): INFO: Adding /tmp/venv-9Cdv/bin to PATH [2021-04-13T00:55:41.193Z] INFO: No Stack... [2021-04-13T00:55:41.193Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T00:55:41.193Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T00:55:41.531Z] + cat /w/workspace/edgex-go/99/archives/cost.csv [2021-04-13T00:55:41.531Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T00:55:41.636Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-99-stack-cost] [2021-04-13T00:55:41.648Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-99-stack-cost] did not exist. Created. [2021-04-13T00:55:41.648Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T00:55:42.060Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T00:55:42.330Z] + sudo snap install --classic snapcraft [2021-04-13T00:55:42.416Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T00:55:42.425Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T00:55:47.639Z] snapcraft 4.6.2 from Canonical* installed [2021-04-13T00:55:47.639Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-13T00:55:47.639Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-13T00:55:47.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T00:55:47.639Z] Dload Upload Total Spent Left Speed [2021-04-13T00:55:47.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-04-13T00:55:47.898Z] 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M [2021-04-13T00:55:47.898Z] ./yq_linux_amd64 [2021-04-13T00:55:47.898Z] + sudo snapcraft prime --use-lxd [2021-04-13T00:55:49.818Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-13T00:55:49.818Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-13T00:55:49.818Z] - README.md [2021-04-13T00:55:49.818Z] [2021-04-13T00:55:49.818Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-13T00:55:50.395Z] Launching a container. [2021-04-13T00:56:02.627Z] Waiting for container to be ready [2021-04-13T00:56:02.627Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-13T00:56:02.627Z] [2021-04-13T00:56:06.836Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-13T00:56:06.836Z] Waiting for network to be ready... [2021-04-13T00:56:07.097Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-13T00:56:07.358Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-13T00:56:07.358Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-13T00:56:07.358Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-13T00:56:07.358Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-13T00:56:07.358Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-13T00:56:07.358Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-13T00:56:07.620Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-13T00:56:07.620Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-13T00:56:07.620Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-13T00:56:07.882Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-13T00:56:08.153Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-13T00:56:08.725Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-13T00:56:08.725Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-13T00:56:08.990Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-13T00:56:08.990Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-13T00:56:08.990Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-13T00:56:09.254Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-13T00:56:09.514Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-13T00:56:09.776Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] [2021-04-13T00:56:10.037Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] [2021-04-13T00:56:10.296Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-13T00:56:10.296Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-13T00:56:10.296Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] [2021-04-13T00:56:10.557Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] [2021-04-13T00:56:10.557Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] [2021-04-13T00:56:10.819Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-13T00:56:12.210Z] Fetched 24.3 MB in 5s (4955 kB/s) [2021-04-13T00:56:12.785Z] Reading package lists... [2021-04-13T00:56:13.045Z] Reading package lists... [2021-04-13T00:56:13.318Z] Building dependency tree... [2021-04-13T00:56:13.318Z] Reading state information... [2021-04-13T00:56:13.595Z] The following additional packages will be installed: [2021-04-13T00:56:13.595Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-13T00:56:13.595Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-13T00:56:13.595Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-13T00:56:13.595Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-13T00:56:13.595Z] Suggested packages: [2021-04-13T00:56:13.595Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-13T00:56:13.595Z] Recommended packages: [2021-04-13T00:56:13.595Z] gnupg libsasl2-modules [2021-04-13T00:56:13.595Z] The following NEW packages will be installed: [2021-04-13T00:56:13.595Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-13T00:56:13.595Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-13T00:56:13.595Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-13T00:56:13.595Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-13T00:56:13.595Z] The following packages will be upgraded: [2021-04-13T00:56:13.595Z] gpg gpg-agent gpgconf libudev1 [2021-04-13T00:56:13.855Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-13T00:56:13.855Z] Need to get 3530 kB of archives. [2021-04-13T00:56:13.855Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-13T00:56:13.855Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-13T00:56:13.855Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-13T00:56:14.116Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-13T00:56:14.116Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-13T00:56:14.116Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-13T00:56:14.116Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-13T00:56:14.700Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-13T00:56:14.700Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-13T00:56:14.700Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-13T00:56:14.700Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-13T00:56:14.700Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-13T00:56:14.700Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-13T00:56:14.700Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-13T00:56:14.700Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-13T00:56:14.700Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-13T00:56:14.700Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-13T00:56:14.700Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-13T00:56:14.700Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-13T00:56:14.700Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-13T00:56:14.700Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-13T00:56:14.700Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-13T00:56:14.700Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-13T00:56:14.960Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:56:14.960Z] Fetched 3530 kB in 1s (3103 kB/s) [2021-04-13T00:56:14.960Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-13T00:56:14.960Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:56:14.960Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:56:15.225Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-13T00:56:15.225Z] Selecting previously unselected package udev. [2021-04-13T00:56:15.225Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-13T00:56:15.225Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:56:15.225Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-13T00:56:15.488Z] Selecting previously unselected package libfuse2:amd64. [2021-04-13T00:56:15.488Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-13T00:56:15.488Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-13T00:56:15.748Z] Selecting previously unselected package fuse. [2021-04-13T00:56:15.748Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-13T00:56:15.748Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-13T00:56:15.748Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:56:15.748Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:56:16.009Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:56:16.009Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:56:16.009Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:56:16.009Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:56:16.279Z] Selecting previously unselected package libksba8:amd64. [2021-04-13T00:56:16.279Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-13T00:56:16.279Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-13T00:56:16.279Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-13T00:56:16.279Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.279Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:16.540Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-13T00:56:16.540Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.540Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:16.540Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-13T00:56:16.540Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.540Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:16.540Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-13T00:56:16.540Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.801Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:16.801Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-13T00:56:16.801Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.801Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:16.801Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-13T00:56:16.801Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:16.801Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:17.062Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-13T00:56:17.062Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:17.062Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:17.062Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-13T00:56:17.062Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:17.062Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:17.324Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-13T00:56:17.324Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-13T00:56:17.324Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:17.324Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-13T00:56:17.324Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-13T00:56:17.324Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:56:17.324Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-13T00:56:17.324Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-13T00:56:17.324Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:56:17.584Z] Selecting previously unselected package libldap-common. [2021-04-13T00:56:17.584Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-13T00:56:17.584Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:56:17.584Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-13T00:56:17.584Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-13T00:56:17.584Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:56:17.845Z] Selecting previously unselected package dirmngr. [2021-04-13T00:56:17.845Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:56:17.845Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-13T00:56:17.845Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:56:17.845Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-13T00:56:18.106Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-13T00:56:18.106Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:56:18.106Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-13T00:56:18.106Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-13T00:56:18.106Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:18.106Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-13T00:56:18.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:56:18.366Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-13T00:56:18.628Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-13T00:56:18.628Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:18.890Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-13T00:56:18.890Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-13T00:56:18.890Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-13T00:56:18.890Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:18.890Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-13T00:56:19.150Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-13T00:56:19.150Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-13T00:56:19.412Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:56:19.987Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-13T00:56:19.987Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-13T00:56:19.987Z] This means they are not meant to be enabled using systemctl. [2021-04-13T00:56:19.987Z] Possible reasons for having this kind of units are: [2021-04-13T00:56:19.987Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-13T00:56:19.987Z] .wants/ or .requires/ directory. [2021-04-13T00:56:19.987Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-13T00:56:19.987Z] a requirement dependency on it. [2021-04-13T00:56:19.987Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-13T00:56:19.987Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-13T00:56:19.987Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-13T00:56:19.987Z] instance name specified. [2021-04-13T00:56:20.249Z] Reading package lists... [2021-04-13T00:56:20.515Z] Building dependency tree... [2021-04-13T00:56:20.515Z] Reading state information... [2021-04-13T00:56:20.781Z] The following additional packages will be installed: [2021-04-13T00:56:20.781Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-13T00:56:20.781Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-13T00:56:20.781Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-13T00:56:20.781Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-13T00:56:20.781Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-13T00:56:20.781Z] Suggested packages: [2021-04-13T00:56:20.781Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-13T00:56:20.781Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-13T00:56:20.781Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-13T00:56:20.781Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-13T00:56:20.781Z] systemd-container policykit-1 [2021-04-13T00:56:20.781Z] Recommended packages: [2021-04-13T00:56:20.781Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-13T00:56:20.781Z] The following NEW packages will be installed: [2021-04-13T00:56:20.781Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-13T00:56:20.781Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-13T00:56:20.781Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-13T00:56:20.781Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-13T00:56:20.781Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-13T00:56:20.781Z] The following packages will be upgraded: [2021-04-13T00:56:20.781Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-13T00:56:20.781Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-13T00:56:20.781Z] Need to get 35.2 MB of archives. [2021-04-13T00:56:20.781Z] After this operation, 141 MB of additional disk space will be used. [2021-04-13T00:56:20.781Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-13T00:56:21.043Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-13T00:56:21.043Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-13T00:56:21.043Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-13T00:56:21.043Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-13T00:56:21.043Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-13T00:56:21.043Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-13T00:56:21.043Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-13T00:56:21.043Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-13T00:56:21.043Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-13T00:56:21.043Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-13T00:56:21.043Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-13T00:56:21.043Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-13T00:56:21.043Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-13T00:56:21.043Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-13T00:56:21.043Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-13T00:56:21.043Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-13T00:56:21.988Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-13T00:56:21.988Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-13T00:56:21.988Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-13T00:56:22.248Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-13T00:56:22.248Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-13T00:56:22.248Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-13T00:56:22.248Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-13T00:56:22.248Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-13T00:56:22.248Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-13T00:56:22.248Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-13T00:56:22.248Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-13T00:56:22.248Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-13T00:56:22.248Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-13T00:56:22.507Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:56:22.507Z] Fetched 35.2 MB in 1s (23.6 MB/s) [2021-04-13T00:56:22.507Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:56:22.507Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:56:22.768Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:56:23.341Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:56:23.341Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:56:23.341Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-13T00:56:23.341Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:56:23.341Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-13T00:56:23.341Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-13T00:56:23.602Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-13T00:56:23.603Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-13T00:56:23.603Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-13T00:56:23.863Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-13T00:56:24.126Z] Setting up apt (1.6.13) ... [2021-04-13T00:56:24.126Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-13T00:56:24.697Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-13T00:56:24.697Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-13T00:56:24.698Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-13T00:56:24.698Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-13T00:56:26.661Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-13T00:56:26.661Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:56:26.661Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:26.661Z] Selecting previously unselected package libexpat1:amd64. [2021-04-13T00:56:26.661Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-13T00:56:26.661Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-13T00:56:26.661Z] Selecting previously unselected package python3.6-minimal. [2021-04-13T00:56:26.661Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:56:26.661Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:26.925Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-13T00:56:26.925Z] Checking for services that may need to be restarted...done. [2021-04-13T00:56:26.925Z] Checking for services that may need to be restarted...done. [2021-04-13T00:56:27.186Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:27.186Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-13T00:56:27.186Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:27.758Z] Selecting previously unselected package python3-minimal. [2021-04-13T00:56:27.758Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-13T00:56:27.758Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:56:27.758Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-13T00:56:27.758Z] Selecting previously unselected package mime-support. [2021-04-13T00:56:27.758Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-13T00:56:27.758Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-13T00:56:27.758Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-13T00:56:27.758Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-13T00:56:27.758Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-13T00:56:28.024Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-13T00:56:28.024Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:56:28.024Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:28.293Z] Selecting previously unselected package python3.6. [2021-04-13T00:56:28.294Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-13T00:56:28.294Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:28.294Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-13T00:56:28.294Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:56:28.294Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-13T00:56:28.554Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-13T00:56:28.815Z] Selecting previously unselected package python3. [2021-04-13T00:56:28.816Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-13T00:56:28.816Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-13T00:56:28.816Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-13T00:56:28.816Z] Selecting previously unselected package multiarch-support. [2021-04-13T00:56:28.816Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:28.816Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-13T00:56:28.816Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-13T00:56:29.076Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-13T00:56:29.076Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-13T00:56:29.076Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-13T00:56:29.076Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-13T00:56:29.076Z] Selecting previously unselected package libbsd0:amd64. [2021-04-13T00:56:29.076Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-13T00:56:29.076Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-13T00:56:29.076Z] Selecting previously unselected package sudo. [2021-04-13T00:56:29.076Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:29.076Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-13T00:56:29.337Z] Selecting previously unselected package apparmor. [2021-04-13T00:56:29.337Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-13T00:56:29.337Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-13T00:56:29.597Z] Selecting previously unselected package libedit2:amd64. [2021-04-13T00:56:29.597Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-13T00:56:29.597Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-13T00:56:29.597Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-13T00:56:29.597Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:56:29.597Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:29.597Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-13T00:56:29.597Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:56:29.597Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:29.858Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-13T00:56:29.858Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-13T00:56:29.858Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-13T00:56:29.858Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-13T00:56:29.858Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:56:29.858Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:30.118Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-13T00:56:30.118Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-13T00:56:30.118Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:30.118Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-13T00:56:30.118Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-13T00:56:30.118Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-13T00:56:30.387Z] Selecting previously unselected package openssh-client. [2021-04-13T00:56:30.387Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-13T00:56:30.387Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-13T00:56:30.648Z] Selecting previously unselected package squashfs-tools. [2021-04-13T00:56:30.648Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-13T00:56:30.648Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-13T00:56:30.648Z] Selecting previously unselected package snapd. [2021-04-13T00:56:30.648Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-13T00:56:30.907Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-13T00:56:32.824Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-13T00:56:32.824Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-13T00:56:32.824Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-13T00:56:33.086Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-13T00:56:33.086Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-13T00:56:33.086Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:33.086Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:56:33.086Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-13T00:56:33.086Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-13T00:56:34.040Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-13T00:56:34.041Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-13T00:56:34.041Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-13T00:56:34.041Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:34.041Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:34.041Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-13T00:56:34.614Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-13T00:56:34.614Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:34.614Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-13T00:56:34.876Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-13T00:56:34.876Z] running python rtupdate hooks for python3.6... [2021-04-13T00:56:34.876Z] running python post-rtupdate hooks for python3.6... [2021-04-13T00:56:34.876Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-13T00:56:36.263Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-13T00:56:36.525Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-13T00:56:36.525Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-13T00:56:36.786Z] Setting up snapd (2.48.3+18.04) ... [2021-04-13T00:56:37.049Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-13T00:56:37.310Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-13T00:56:37.310Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-13T00:56:37.572Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-13T00:56:37.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-13T00:56:37.833Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-13T00:56:38.095Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-13T00:56:38.095Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-13T00:56:38.356Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-13T00:56:38.617Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-13T00:56:38.617Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-13T00:56:38.617Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-13T00:56:38.617Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-13T00:56:39.561Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:56:39.822Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:56:39.822Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:56:41.026Z] Reading package lists... [2021-04-13T00:56:41.287Z] Reading package lists... [2021-04-13T00:56:41.549Z] Building dependency tree... [2021-04-13T00:56:41.549Z] Reading state information... [2021-04-13T00:56:41.549Z] Calculating upgrade... [2021-04-13T00:56:41.809Z] The following packages will be upgraded: [2021-04-13T00:56:41.810Z] advancecomp base-files bash binutils binutils-common [2021-04-13T00:56:41.810Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-13T00:56:41.810Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-13T00:56:41.810Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-13T00:56:41.810Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-13T00:56:41.810Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-13T00:56:41.810Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-13T00:56:41.810Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-13T00:56:41.810Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-13T00:56:41.810Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-13T00:56:41.810Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-13T00:56:41.810Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-13T00:56:41.810Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-13T00:56:41.810Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-13T00:56:41.810Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-13T00:56:42.070Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:56:42.070Z] Need to get 63.8 MB of archives. [2021-04-13T00:56:42.070Z] After this operation, 5212 kB of additional disk space will be used. [2021-04-13T00:56:42.070Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-13T00:56:42.070Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-13T00:56:42.646Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-13T00:56:42.646Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-13T00:56:42.646Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-13T00:56:42.646Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-13T00:56:42.646Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-13T00:56:42.646Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-13T00:56:42.646Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-13T00:56:42.646Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-13T00:56:42.646Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-13T00:56:42.646Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-13T00:56:42.646Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-13T00:56:42.646Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-13T00:56:42.646Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-13T00:56:42.646Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-13T00:56:42.646Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-13T00:56:42.907Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-13T00:56:42.907Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] [2021-04-13T00:56:42.907Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-13T00:56:42.907Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-13T00:56:42.907Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-13T00:56:42.907Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-13T00:56:42.907Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-13T00:56:43.167Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-13T00:56:43.167Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-13T00:56:43.167Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-13T00:56:43.167Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-13T00:56:43.167Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-13T00:56:43.167Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-13T00:56:43.167Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-13T00:56:43.167Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-13T00:56:43.167Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-13T00:56:43.167Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-13T00:56:43.167Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-13T00:56:43.167Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-13T00:56:43.167Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-13T00:56:43.167Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-13T00:56:43.167Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-13T00:56:43.167Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-13T00:56:43.167Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-13T00:56:43.167Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-13T00:56:43.167Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-13T00:56:43.167Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-13T00:56:43.167Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-13T00:56:43.167Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-13T00:56:43.167Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-13T00:56:43.167Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-13T00:56:43.167Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-13T00:56:43.167Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-13T00:56:43.167Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-13T00:56:43.167Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-13T00:56:43.167Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-13T00:56:43.427Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-13T00:56:43.427Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-13T00:56:43.427Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-13T00:56:43.427Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-13T00:56:43.427Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-13T00:56:43.427Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-13T00:56:43.427Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-13T00:56:43.427Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-13T00:56:43.427Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-13T00:56:43.427Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-13T00:56:43.427Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-13T00:56:43.427Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-13T00:56:43.427Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-13T00:56:43.427Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-13T00:56:43.427Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-13T00:56:43.427Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-13T00:56:43.427Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-13T00:56:43.427Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-13T00:56:43.427Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-13T00:56:43.427Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-13T00:56:43.427Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-13T00:56:43.427Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-13T00:56:43.427Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-13T00:56:43.427Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-13T00:56:43.427Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-13T00:56:43.689Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-13T00:56:43.689Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-13T00:56:43.689Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-13T00:56:43.689Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-13T00:56:43.689Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-13T00:56:43.689Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-13T00:56:43.689Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-13T00:56:43.689Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-13T00:56:43.689Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-13T00:56:43.689Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-13T00:56:43.689Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-13T00:56:43.951Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-13T00:56:44.211Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-13T00:56:44.472Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-13T00:56:44.472Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-13T00:56:44.732Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-13T00:56:44.992Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-13T00:56:44.993Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-13T00:56:44.993Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-13T00:56:44.993Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-13T00:56:44.993Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-13T00:56:44.993Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:56:44.993Z] Fetched 63.8 MB in 3s (20.3 MB/s) [2021-04-13T00:56:45.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:45.253Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:45.253Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:56:45.825Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:45.825Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:56:46.088Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... [2021-04-13T00:56:46.088Z] Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... [2021-04-13T00:56:46.659Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:46.659Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:46.920Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:46.920Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.181Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.181Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.181Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.181Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.443Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.443Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.443Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.705Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.705Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.705Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:47.967Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:56:47.967Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:56:47.967Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:47.967Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-13T00:56:48.228Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:56:48.228Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:56:48.228Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:48.228Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:48.489Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:48.489Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:48.489Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-13T00:56:48.751Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-13T00:56:48.751Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:56:49.014Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:56:49.014Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:49.275Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:56:49.535Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-13T00:56:49.797Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-13T00:56:49.797Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-13T00:56:49.797Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-13T00:56:49.797Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-13T00:56:50.059Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-13T00:56:50.321Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-13T00:56:50.321Z] Installing new version of config file /etc/issue ... [2021-04-13T00:56:50.321Z] Installing new version of config file /etc/issue.net ... [2021-04-13T00:56:50.321Z] Installing new version of config file /etc/lsb-release ... [2021-04-13T00:56:50.321Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-13T00:56:50.582Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-13T00:56:50.582Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-13T00:56:50.582Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-13T00:56:50.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:50.844Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-13T00:56:50.844Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-13T00:56:50.844Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-13T00:56:51.107Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-13T00:56:51.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:51.107Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:51.107Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:51.107Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:51.369Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:51.369Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-13T00:56:51.369Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-13T00:56:51.369Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-13T00:56:51.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:51.630Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-13T00:56:51.630Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:56:52.202Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-13T00:56:52.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:52.202Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:56:52.202Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:56:52.463Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:56:52.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:52.463Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:56:52.463Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:56:52.731Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-13T00:56:52.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:52.731Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-13T00:56:52.731Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-13T00:56:52.992Z] Setting up grep (3.1-2build1) ... [2021-04-13T00:56:52.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:52.992Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-13T00:56:52.992Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-13T00:56:53.254Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-13T00:56:53.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:53.254Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:56:53.518Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:56:53.518Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-13T00:56:53.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:53.518Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:56:53.779Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:56:54.040Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:56:54.040Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:56:54.302Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-13T00:56:54.302Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:56:54.882Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-13T00:56:54.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:54.882Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-13T00:56:54.882Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-13T00:56:55.826Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-13T00:56:56.088Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-13T00:56:56.088Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-13T00:56:56.088Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-13T00:56:56.088Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-13T00:56:56.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:56.349Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-13T00:56:56.349Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-13T00:56:56.611Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-13T00:56:56.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:56.611Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:56.611Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:56.611Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:56.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:56.873Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:56.873Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:56.873Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:57.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:57.134Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:57.134Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:57.134Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:57.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:57.395Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:57.395Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:57.395Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:57.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:57.657Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:56:57.657Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:56:57.657Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:56:57.657Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:56:57.919Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:56:57.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:57.919Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-13T00:56:57.919Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:56:58.180Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:56:58.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:58.180Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:58.180Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:58.180Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:58.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:58.442Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:58.442Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:58.442Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:58.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:58.705Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:56:58.705Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:56:59.279Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:56:59.541Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-13T00:56:59.803Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-13T00:56:59.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:56:59.803Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-13T00:56:59.803Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-13T00:57:00.063Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:57:00.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-13T00:57:00.324Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-13T00:57:00.324Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-13T00:57:00.324Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-13T00:57:00.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:00.586Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-13T00:57:00.586Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-13T00:57:00.847Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-13T00:57:01.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:01.108Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-13T00:57:01.108Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-13T00:57:01.108Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-13T00:57:01.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:01.108Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-13T00:57:01.369Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-13T00:57:01.369Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-13T00:57:01.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:01.369Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:57:01.370Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:57:01.710Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:57:01.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:01.710Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:57:01.710Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:57:01.985Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:57:01.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:01.985Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-13T00:57:02.609Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:57:02.925Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:57:02.925Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:02.925Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-13T00:57:03.279Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-13T00:57:03.280Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-13T00:57:03.280Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-13T00:57:03.280Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:57:03.280Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:57:03.628Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:57:03.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:03.628Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-13T00:57:03.628Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-13T00:57:03.889Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-13T00:57:03.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:03.889Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-13T00:57:03.889Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-13T00:57:04.156Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-13T00:57:04.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:04.436Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-13T00:57:04.436Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-13T00:57:04.436Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-13T00:57:04.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:04.436Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-13T00:57:04.697Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-13T00:57:04.697Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-13T00:57:05.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:05.016Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-13T00:57:05.016Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-13T00:57:05.278Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-13T00:57:05.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:05.542Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-13T00:57:05.542Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-13T00:57:05.542Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-13T00:57:05.803Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:05.803Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-13T00:57:05.803Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-13T00:57:05.803Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-13T00:57:06.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:06.064Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-13T00:57:06.064Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-13T00:57:06.064Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-13T00:57:06.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:06.328Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-13T00:57:06.328Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-13T00:57:06.328Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-13T00:57:06.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:06.590Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-13T00:57:06.590Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-13T00:57:06.851Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-13T00:57:06.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:06.851Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-13T00:57:06.851Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-13T00:57:07.113Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-13T00:57:07.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-13T00:57:07.113Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-13T00:57:07.113Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-13T00:57:07.113Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-13T00:57:07.374Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-13T00:57:07.374Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-13T00:57:07.374Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-13T00:57:07.635Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-13T00:57:07.635Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-13T00:57:07.635Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-13T00:57:07.904Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-13T00:57:08.475Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-13T00:57:08.475Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-13T00:57:08.475Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-13T00:57:08.475Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-13T00:57:08.736Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-13T00:57:08.736Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-13T00:57:08.736Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-13T00:57:08.736Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-13T00:57:08.736Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-13T00:57:08.736Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-13T00:57:09.000Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-13T00:57:09.000Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-13T00:57:09.000Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-13T00:57:09.000Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-13T00:57:09.264Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-13T00:57:09.264Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-13T00:57:09.526Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-13T00:57:09.526Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-13T00:57:10.470Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-13T00:57:10.470Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-13T00:57:10.470Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-13T00:57:10.470Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-13T00:57:10.730Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:57:10.730Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:57:10.990Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:57:10.990Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:57:11.250Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:57:11.250Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:57:11.250Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-13T00:57:11.250Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-13T00:57:11.511Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:11.511Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:11.772Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:11.772Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:11.772Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:12.032Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:12.032Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:12.032Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:12.979Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:12.979Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:13.922Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:13.922Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:14.495Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:14.495Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:14.758Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:14.758Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:15.708Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-13T00:57:15.708Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-13T00:57:15.971Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:57:15.971Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:57:15.971Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-13T00:57:15.971Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:57:16.232Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-13T00:57:16.232Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-13T00:57:16.493Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-13T00:57:16.493Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-13T00:57:16.493Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:57:16.493Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:57:16.754Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-13T00:57:16.754Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-13T00:57:17.016Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-13T00:57:17.016Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-13T00:57:17.016Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.283Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-13T00:57:17.283Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.283Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.283Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.283Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-13T00:57:17.283Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-13T00:57:17.283Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-13T00:57:17.544Z] [2021-04-13T00:57:17.544Z] Current default time zone: 'Etc/UTC' [2021-04-13T00:57:17.544Z] Local time is now: Tue Apr 13 00:57:17 UTC 2021. [2021-04-13T00:57:17.544Z] Universal Time is now: Tue Apr 13 00:57:17 UTC 2021. [2021-04-13T00:57:17.544Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-13T00:57:17.544Z] [2021-04-13T00:57:17.544Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-13T00:57:17.544Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.544Z] Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... [2021-04-13T00:57:17.544Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-13T00:57:17.544Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-13T00:57:17.544Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-13T00:57:17.804Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-13T00:57:17.804Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-13T00:57:17.804Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-13T00:57:17.804Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-13T00:57:17.804Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:17.804Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-13T00:57:18.066Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:18.066Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:57:18.066Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:18.066Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-13T00:57:18.335Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-13T00:57:18.335Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-13T00:57:18.335Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-13T00:57:18.335Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-13T00:57:18.335Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-13T00:57:18.335Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:57:18.335Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-13T00:57:20.272Z] Updating certificates in /etc/ssl/certs... [2021-04-13T00:57:21.229Z] 23 added, 27 removed; done. [2021-04-13T00:57:21.229Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-13T00:57:21.492Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-13T00:57:21.492Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-13T00:57:21.492Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-13T00:57:21.492Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-13T00:57:21.492Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.492Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:57:21.754Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.754Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.754Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.754Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.754Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:21.754Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-13T00:57:22.021Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:57:22.021Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-13T00:57:22.021Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-13T00:57:22.021Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-13T00:57:22.021Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:22.021Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-13T00:57:22.021Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-13T00:57:22.282Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-13T00:57:22.282Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-13T00:57:22.282Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:57:22.282Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-13T00:57:22.549Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-13T00:57:22.549Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-13T00:57:22.549Z] Updating certificates in /etc/ssl/certs... [2021-04-13T00:57:23.143Z] 0 added, 0 removed; done. [2021-04-13T00:57:23.143Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-13T00:57:23.143Z] done. [2021-04-13T00:57:23.721Z] Reading package lists... [2021-04-13T00:57:23.721Z] Building dependency tree... [2021-04-13T00:57:23.721Z] Reading state information... [2021-04-13T00:57:23.982Z] The following NEW packages will be installed: [2021-04-13T00:57:23.982Z] apt-transport-https [2021-04-13T00:57:24.245Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:57:24.245Z] Need to get 1692 B of archives. [2021-04-13T00:57:24.245Z] After this operation, 154 kB of additional disk space will be used. [2021-04-13T00:57:24.245Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-13T00:57:24.245Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:57:24.245Z] Fetched 1692 B in 0s (8560 B/s) [2021-04-13T00:57:24.245Z] Selecting previously unselected package apt-transport-https. [2021-04-13T00:57:24.245Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-13T00:57:24.245Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-13T00:57:24.245Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-13T00:57:24.506Z] Setting up apt-transport-https (1.6.13) ... [2021-04-13T00:57:24.506Z] Waiting for network to be ready... [2021-04-13T00:57:31.102Z] 2021-04-13T00:57:27Z INFO Waiting for automatic snapd restart... [2021-04-13T00:57:31.102Z] snapd 2.49.2 from Canonical* installed [2021-04-13T00:57:31.363Z] "snapd" switched to the "latest/stable" channel [2021-04-13T00:57:31.363Z] [2021-04-13T00:57:34.667Z] core18 20210309 from Canonical* installed [2021-04-13T00:57:34.667Z] "core18" switched to the "latest/stable" channel [2021-04-13T00:57:34.667Z] [2021-04-13T00:57:38.010Z] snapcraft 4.6.2 from Canonical* installed [2021-04-13T00:57:38.010Z] "snapcraft" switched to the "latest/stable" channel [2021-04-13T00:57:38.010Z] [2021-04-13T00:57:42.230Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-13T00:57:42.230Z] - README.md [2021-04-13T00:57:42.230Z] [2021-04-13T00:57:42.230Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-13T00:57:48.844Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:57:48.844Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:57:48.844Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:57:48.844Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:57:49.788Z] Reading package lists... [2021-04-13T00:57:50.050Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-13T00:57:56.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:57:56.650Z] Reading package lists... [2021-04-13T00:57:56.650Z] Building dependency tree... [2021-04-13T00:57:56.650Z] Reading state information... [2021-04-13T00:57:56.650Z] Suggested packages: [2021-04-13T00:57:56.650Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-13T00:57:56.650Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-13T00:57:56.650Z] Recommended packages: [2021-04-13T00:57:56.650Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-13T00:57:56.650Z] The following NEW packages will be installed: [2021-04-13T00:57:56.650Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-13T00:57:56.650Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-13T00:57:56.650Z] pkg-config zip [2021-04-13T00:57:56.650Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-13T00:57:56.650Z] Need to get 7663 kB of archives. [2021-04-13T00:57:56.650Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-13T00:57:56.650Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-13T00:57:56.650Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-13T00:57:56.650Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-13T00:57:56.650Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-13T00:57:56.650Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-13T00:57:56.650Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-13T00:57:56.650Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-13T00:57:56.911Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-13T00:57:56.911Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-13T00:57:57.172Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-13T00:57:57.172Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-13T00:57:57.172Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-13T00:57:57.172Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-13T00:57:57.172Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-13T00:57:57.172Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-13T00:57:57.434Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-13T00:57:57.701Z] Fetched 7663 kB in 1s (7375 kB/s) [2021-04-13T00:57:57.701Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-13T00:57:57.701Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-13T00:57:57.701Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-13T00:57:57.701Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-13T00:57:57.963Z] Selecting previously unselected package libpsl5:amd64. [2021-04-13T00:57:57.963Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-13T00:57:57.963Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-13T00:57:57.963Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-13T00:57:57.963Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-13T00:57:57.963Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-13T00:57:58.224Z] Selecting previously unselected package librtmp1:amd64. [2021-04-13T00:57:58.224Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-13T00:57:58.224Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-13T00:57:58.224Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-13T00:57:58.224Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-13T00:57:58.224Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-13T00:57:58.224Z] Selecting previously unselected package liberror-perl. [2021-04-13T00:57:58.224Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-13T00:57:58.486Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-13T00:57:58.486Z] Selecting previously unselected package git-man. [2021-04-13T00:57:58.486Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-13T00:57:58.486Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:57:58.486Z] Selecting previously unselected package git. [2021-04-13T00:57:58.486Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-13T00:57:58.747Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:57:59.319Z] Selecting previously unselected package libnorm1:amd64. [2021-04-13T00:57:59.319Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-13T00:57:59.319Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-13T00:57:59.580Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-13T00:57:59.580Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-13T00:57:59.580Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-13T00:57:59.580Z] Selecting previously unselected package libsodium23:amd64. [2021-04-13T00:57:59.580Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-13T00:57:59.580Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-13T00:57:59.580Z] Selecting previously unselected package libzmq5:amd64. [2021-04-13T00:57:59.580Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-13T00:57:59.580Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:57:59.841Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-13T00:57:59.841Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-13T00:57:59.841Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:57:59.841Z] Selecting previously unselected package pkg-config. [2021-04-13T00:57:59.841Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-13T00:57:59.841Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-13T00:58:00.103Z] Selecting previously unselected package zip. [2021-04-13T00:58:00.103Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-13T00:58:00.103Z] Unpacking zip (3.0-11build1) ... [2021-04-13T00:58:00.103Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-13T00:58:00.103Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:58:00.103Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-13T00:58:00.364Z] Setting up liberror-perl (0.17025-1) ... [2021-04-13T00:58:00.364Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-13T00:58:00.364Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-13T00:58:00.364Z] No schema files found: doing nothing. [2021-04-13T00:58:00.364Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-13T00:58:00.364Z] Setting up zip (3.0-11build1) ... [2021-04-13T00:58:00.364Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-13T00:58:00.364Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-13T00:58:00.364Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-13T00:58:00.627Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:58:00.627Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-13T00:58:00.627Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-13T00:58:00.627Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-13T00:58:00.627Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-13T00:58:07.234Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:58:07.234Z] git set to automatically installed. [2021-04-13T00:58:07.234Z] git-man set to automatically installed. [2021-04-13T00:58:07.234Z] libcurl3-gnutls set to automatically installed. [2021-04-13T00:58:07.234Z] liberror-perl set to automatically installed. [2021-04-13T00:58:07.234Z] libglib2.0-0 set to automatically installed. [2021-04-13T00:58:07.234Z] libnghttp2-14 set to automatically installed. [2021-04-13T00:58:07.234Z] libnorm1 set to automatically installed. [2021-04-13T00:58:07.234Z] libpgm-5.2-0 set to automatically installed. [2021-04-13T00:58:07.234Z] libpsl5 set to automatically installed. [2021-04-13T00:58:07.234Z] librtmp1 set to automatically installed. [2021-04-13T00:58:07.234Z] libsodium23 set to automatically installed. [2021-04-13T00:58:07.234Z] libzmq3-dev set to automatically installed. [2021-04-13T00:58:07.234Z] libzmq5 set to automatically installed. [2021-04-13T00:58:07.234Z] pkg-config set to automatically installed. [2021-04-13T00:58:07.234Z] zip set to automatically installed. [2021-04-13T00:58:10.042Z] snapd is not logged in, snap install commands will use sudo [2021-04-13T00:58:16.640Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:58:34.793Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-13T00:58:35.054Z] snapd is not logged in, snap install commands will use sudo [2021-04-13T00:58:41.643Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-13T00:58:41.643Z] snap "core18" has no updates available [2021-04-13T00:58:42.218Z] Pulling go-build-helper [2021-04-13T00:58:42.218Z] + snapcraftctl pull [2021-04-13T00:58:43.639Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-13T00:58:43.639Z] Skipping pull go-build-helper (already ran) [2021-04-13T00:58:43.639Z] Building go-build-helper [2021-04-13T00:58:43.639Z] + snapcraftctl build [2021-04-13T00:58:45.577Z] Staging go-build-helper [2021-04-13T00:58:45.577Z] + snapcraftctl stage [2021-04-13T00:58:55.640Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-13T00:58:55.640Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-13T00:58:55.640Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-13T00:58:55.640Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-13T00:58:55.640Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-13T00:58:55.640Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-13T00:58:55.640Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-13T00:58:55.640Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-13T00:58:55.640Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-13T00:58:55.640Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-13T00:58:55.640Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-13T00:58:55.640Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-13T00:58:55.640Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-13T00:58:55.640Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-13T00:58:55.640Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-13T00:58:55.640Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-13T00:58:55.640Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-13T00:58:55.640Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-13T00:58:55.640Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-13T00:58:55.640Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] [2021-04-13T00:58:55.640Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] [2021-04-13T00:58:55.640Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-13T00:58:55.640Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-13T00:58:55.640Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] [2021-04-13T00:58:55.640Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] [2021-04-13T00:58:55.640Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] [2021-04-13T00:58:55.640Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] [2021-04-13T00:58:55.640Z] Fetched 24.3 MB in 0s (0 B/s) [2021-04-13T00:58:55.640Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-13T00:58:55.640Z] Fetched 224 kB in 0s (0 B/s) [2021-04-13T00:58:55.640Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-13T00:58:55.640Z] Fetched 157 kB in 0s (0 B/s) [2021-04-13T00:58:55.640Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-13T00:58:55.640Z] Fetched 221 kB in 0s (0 B/s) [2021-04-13T00:58:55.640Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-13T00:58:55.640Z] Fetched 143 kB in 0s (0 B/s) [2021-04-13T00:58:55.640Z] Pulling app-service-config [2021-04-13T00:58:55.640Z] + snapcraftctl pull [2021-04-13T00:58:55.640Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-13T00:58:56.211Z] Pulling config-common [2021-04-13T00:58:56.211Z] + snapcraftctl pull [2021-04-13T00:59:00.437Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:59:00.438Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:59:00.438Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:59:00.438Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:00.438Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-13T00:59:00.438Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:00.438Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-13T00:59:00.438Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:00.438Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-13T00:59:00.438Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:00.438Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-13T00:59:00.438Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:00.438Z] Pulling edgex-go [2021-04-13T00:59:00.438Z] + snapcraftctl pull [2021-04-13T00:59:22.528Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-13T00:59:22.528Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-13T00:59:22.528Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-13T00:59:22.528Z] Fetched 0 B in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-13T00:59:22.528Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-13T00:59:22.528Z] Fetched 279 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-13T00:59:22.528Z] Fetched 122 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-13T00:59:22.528Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-13T00:59:22.528Z] Fetched 8848 B in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-13T00:59:22.528Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-13T00:59:22.528Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-13T00:59:22.528Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-13T00:59:22.528Z] Fetched 219 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-13T00:59:22.528Z] Fetched 154 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-13T00:59:22.528Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-13T00:59:22.528Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-13T00:59:22.528Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-13T00:59:22.528Z] Fetched 499 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-13T00:59:22.528Z] Fetched 111 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-13T00:59:22.528Z] Fetched 240 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-13T00:59:22.528Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-13T00:59:22.528Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-13T00:59:22.528Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-13T00:59:22.528Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-13T00:59:22.528Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-13T00:59:22.528Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-13T00:59:22.528Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-13T00:59:22.528Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-13T00:59:22.528Z] Fetched 8720 B in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-13T00:59:22.528Z] Fetched 137 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-13T00:59:22.528Z] Fetched 119 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-13T00:59:22.528Z] Fetched 109 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-13T00:59:22.528Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-13T00:59:22.528Z] Fetched 645 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-13T00:59:22.528Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-13T00:59:22.528Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-13T00:59:22.528Z] Fetched 368 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-13T00:59:22.528Z] Fetched 187 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-13T00:59:22.528Z] Fetched 175 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-13T00:59:22.528Z] Fetched 206 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-13T00:59:22.528Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-13T00:59:22.528Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-13T00:59:22.528Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-13T00:59:22.528Z] Fetched 159 kB in 0s (0 B/s) [2021-04-13T00:59:22.529Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-13T00:59:22.529Z] Fetched 107 kB in 0s (0 B/s) [2021-04-13T00:59:22.529Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-13T00:59:22.529Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-13T00:59:22.529Z] Pulling static-packages [2021-04-13T00:59:22.529Z] + snapcraftctl pull [2021-04-13T00:59:22.529Z] Pulling version [2021-04-13T00:59:22.529Z] + cd /root/project [2021-04-13T00:59:22.529Z] + [ -f VERSION ] [2021-04-13T00:59:22.529Z] + PROJECT_VERSION=local-dev [2021-04-13T00:59:22.529Z] + git rev-parse --short HEAD [2021-04-13T00:59:22.529Z] + GIT_REVISION=0da10b47 [2021-04-13T00:59:22.529Z] + snapcraftctl set-version local-dev [2021-04-13T00:59:23.101Z] Skipping build go-build-helper (already ran) [2021-04-13T00:59:23.101Z] Building app-service-config [2021-04-13T00:59:23.101Z] + make build [2021-04-13T00:59:23.361Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-13T00:59:25.279Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-13T00:59:25.279Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-13T00:59:25.279Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-13T00:59:25.279Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-13T00:59:25.279Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-13T00:59:25.279Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-13T00:59:25.279Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-13T00:59:25.541Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-13T00:59:25.541Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-13T00:59:25.541Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-13T00:59:25.541Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-13T00:59:25.541Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-13T00:59:25.541Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-13T00:59:25.809Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-13T00:59:25.809Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-13T00:59:25.809Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-13T00:59:25.809Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-13T00:59:25.809Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-13T00:59:25.809Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-13T00:59:25.809Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-13T00:59:26.070Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-13T00:59:26.070Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-13T00:59:26.070Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-13T00:59:26.354Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-13T00:59:26.354Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-13T00:59:26.354Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-13T00:59:26.354Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-13T00:59:26.354Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-13T00:59:26.354Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-13T00:59:26.621Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-13T00:59:26.621Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-13T00:59:26.621Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-13T00:59:26.621Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-13T00:59:26.621Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-13T00:59:26.621Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-13T00:59:26.621Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-13T00:59:26.621Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-13T00:59:26.621Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-13T00:59:26.621Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-13T00:59:26.621Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-13T00:59:26.621Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-13T00:59:26.621Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-13T00:59:26.901Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-13T00:59:26.901Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-13T00:59:26.901Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-13T00:59:36.933Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-13T00:59:36.933Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-13T00:59:36.933Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-13T00:59:36.933Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-13T00:59:36.933Z] Building config-common [2021-04-13T00:59:36.933Z] + snapcraftctl build [2021-04-13T00:59:38.852Z] Building edgex-go [2021-04-13T00:59:38.852Z] + cd /root/parts/edgex-go/src [2021-04-13T00:59:38.852Z] + make build [2021-04-13T00:59:38.852Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-13T00:59:39.424Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-13T00:59:39.424Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-13T00:59:39.424Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-13T00:59:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-13T00:59:42.728Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-13T00:59:48.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-13T00:59:49.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-13T00:59:50.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-13T00:59:51.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-13T00:59:51.436Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-13T00:59:51.696Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-13T00:59:51.696Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-13T00:59:51.696Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-13T00:59:53.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-13T00:59:53.605Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-13T00:59:53.605Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-13T00:59:54.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-13T00:59:56.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-13T00:59:57.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-13T00:59:58.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-13T00:59:58.695Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-13T01:00:00.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-13T01:00:00.079Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-13T01:00:01.994Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-13T01:00:01.994Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-13T01:00:01.994Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-13T01:00:01.994Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-13T01:00:01.994Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-13T01:00:01.994Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-13T01:00:01.995Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-13T01:00:01.995Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-13T01:00:01.995Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-13T01:00:05.303Z] Building static-packages [2021-04-13T01:00:05.303Z] + snapcraftctl build [2021-04-13T01:00:07.223Z] Building version [2021-04-13T01:00:07.223Z] + snapcraftctl build [2021-04-13T01:00:09.143Z] Skipping stage go-build-helper (already ran) [2021-04-13T01:00:09.143Z] Staging app-service-config [2021-04-13T01:00:09.143Z] + snapcraftctl stage [2021-04-13T01:00:09.716Z] Staging config-common [2021-04-13T01:00:09.716Z] + snapcraftctl stage [2021-04-13T01:00:11.103Z] Staging edgex-go [2021-04-13T01:00:11.104Z] + snapcraftctl stage [2021-04-13T01:00:12.046Z] Staging static-packages [2021-04-13T01:00:12.046Z] + snapcraftctl stage [2021-04-13T01:00:13.002Z] Staging version [2021-04-13T01:00:13.002Z] + snapcraftctl stage [2021-04-13T01:00:14.106Z] Priming go-build-helper [2021-04-13T01:00:14.106Z] + snapcraftctl prime [2021-04-13T01:00:15.059Z] Priming app-service-config [2021-04-13T01:00:15.059Z] + snapcraftctl prime [2021-04-13T01:00:16.445Z] Priming config-common [2021-04-13T01:00:16.445Z] + snapcraftctl prime [2021-04-13T01:00:17.386Z] Priming edgex-go [2021-04-13T01:00:17.386Z] + snapcraftctl prime [2021-04-13T01:00:18.325Z] Priming static-packages [2021-04-13T01:00:18.325Z] + snapcraftctl prime [2021-04-13T01:00:20.868Z] Priming version [2021-04-13T01:00:20.868Z] + snapcraftctl prime [2021-04-13T01:00:21.820Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-13T01:00:24.893Z] provisioning config files... [2021-04-13T01:00:24.938Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/99@tmp/config4720765909601494206tmp [Pipeline] { [Pipeline] sh [2021-04-13T01:00:25.715Z] + set +x [2021-04-13T01:00:25.715Z] + curl -s https://codecov.io/bash [2021-04-13T01:00:25.715Z] + bash -s -- [2021-04-13T01:00:26.316Z] [2021-04-13T01:00:26.316Z] _____ _ [2021-04-13T01:00:26.316Z] / ____| | | [2021-04-13T01:00:26.316Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T01:00:26.316Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T01:00:26.316Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T01:00:26.316Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T01:00:26.316Z] Bash-20210309-2b87ace [2021-04-13T01:00:26.316Z] [2021-04-13T01:00:26.316Z] [2021-04-13T01:00:26.316Z] ==> git version 2.24.3 found [2021-04-13T01:00:26.316Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-13T01:00:26.316Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T01:00:26.316Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T01:00:26.316Z] ==> Jenkins CI detected. [2021-04-13T01:00:26.316Z] project root: . [2021-04-13T01:00:26.316Z] --> token set from env [2021-04-13T01:00:26.586Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T01:00:26.586Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T01:00:26.855Z] ==> Python coveragepy not found [2021-04-13T01:00:26.855Z] ==> Searching for coverage reports in: [2021-04-13T01:00:26.855Z] + . [2021-04-13T01:00:26.855Z] -> Found 1 reports [2021-04-13T01:00:26.855Z] ==> Detecting git/mercurial file structure [2021-04-13T01:00:26.855Z] ==> Reading reports [2021-04-13T01:00:26.855Z] + ./coverage.out bytes=684356 [2021-04-13T01:00:26.855Z] ==> Appending adjustments [2021-04-13T01:00:26.855Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T01:00:37.153Z] + Found adjustments [2021-04-13T01:00:37.153Z] ==> Gzipping contents [2021-04-13T01:00:37.153Z] 100K /tmp/codecov.FVWK8a.gz [2021-04-13T01:00:37.153Z] ==> Uploading reports [2021-04-13T01:00:37.153Z] url: https://codecov.io [2021-04-13T01:00:37.153Z] query: branch=PR-2858&commit=70ab8f18c450f22c252c2c83765dc30e479a9472&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-13T01:00:37.153Z] -> Pinging Codecov [2021-04-13T01:00:37.153Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=70ab8f18c450f22c252c2c83765dc30e479a9472&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F99%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-13T01:00:37.153Z] -> Uploading to [2021-04-13T01:00:37.153Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/00271124DB129430A58F1EEE437C3FCB/70ab8f18c450f22c252c2c83765dc30e479a9472/a9662284-75bc-4336-b6ee-05e2470da4d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T010036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9a25d4bee92c47906e56d74e7f60807fcbf231b4de25dfbe857ef1632c3d9d1 [2021-04-13T01:00:37.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T01:00:37.153Z] Dload Upload Total Spent Left Speed [2021-04-13T01:00:37.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98351 0 0 100 98351 0 147k --:--:-- --:--:-- --:--:-- 147k 100 98351 0 0 100 98351 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-04-13T01:00:37.426Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/70ab8f18c450f22c252c2c83765dc30e479a9472 [Pipeline] } [2021-04-13T01:00:37.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:00:39.629Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:00:41.484Z] ---> package-listing.sh [2021-04-13T01:00:41.484Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T01:00:41.484Z] ++ facter osfamily [2021-04-13T01:00:41.884Z] + OS_FAMILY=redhat [2021-04-13T01:00:41.884Z] + workspace=/w/workspace/edgex-go/99 [2021-04-13T01:00:41.884Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T01:00:41.884Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T01:00:41.884Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T01:00:41.884Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T01:00:41.884Z] + '[' /w/workspace/edgex-go/99 ']' [2021-04-13T01:00:41.884Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T01:00:41.884Z] + case "${OS_FAMILY}" in [2021-04-13T01:00:41.884Z] + rpm -qa [2021-04-13T01:00:41.884Z] + sort [2021-04-13T01:00:50.418Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T01:00:50.418Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T01:00:50.418Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T01:00:50.418Z] + '[' /w/workspace/edgex-go/99 ']' [2021-04-13T01:00:50.418Z] + mkdir -p /w/workspace/edgex-go/99/archives/ [2021-04-13T01:00:50.418Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/99/archives/ [Pipeline] echo [2021-04-13T01:00:50.495Z] 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/99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T01:00:50.946Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T01:00:51.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T01:00:52.274Z] [2021-04-13T01:00:52.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T01:00:52.832Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T01:00:53.101Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T01:00:53.101Z] df20fa9351a1: Pulling fs layer [2021-04-13T01:00:53.101Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T01:00:53.101Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T01:00:53.101Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T01:00:53.101Z] 93b61091891f: Pulling fs layer [2021-04-13T01:00:53.101Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T01:00:53.101Z] 5e14af77c1be: Pulling fs layer [2021-04-13T01:00:53.101Z] 01666e4c0597: Pulling fs layer [2021-04-13T01:00:53.101Z] aa168da1d23b: Pulling fs layer [2021-04-13T01:00:53.101Z] 46f8f816bc3b: Waiting [2021-04-13T01:00:53.101Z] 93b61091891f: Waiting [2021-04-13T01:00:53.101Z] 93b9cdb0e59b: Waiting [2021-04-13T01:00:53.101Z] 5e14af77c1be: Waiting [2021-04-13T01:00:53.101Z] 01666e4c0597: Waiting [2021-04-13T01:00:53.101Z] aa168da1d23b: Waiting [2021-04-13T01:00:53.101Z] 36b3adc4ff6f: Download complete [2021-04-13T01:00:53.101Z] 46f8f816bc3b: Download complete [2021-04-13T01:00:53.412Z] 93b61091891f: Download complete [2021-04-13T01:00:53.412Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T01:00:53.412Z] 93b9cdb0e59b: Download complete [2021-04-13T01:00:53.412Z] 5e14af77c1be: Verifying Checksum [2021-04-13T01:00:53.412Z] 5e14af77c1be: Download complete [2021-04-13T01:00:53.700Z] 01666e4c0597: Verifying Checksum [2021-04-13T01:00:53.700Z] 01666e4c0597: Download complete [2021-04-13T01:00:54.712Z] df20fa9351a1: Verifying Checksum [2021-04-13T01:00:54.712Z] df20fa9351a1: Download complete [2021-04-13T01:00:55.913Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T01:00:55.913Z] 8ad3a11d3b57: Download complete [2021-04-13T01:00:56.771Z] df20fa9351a1: Pull complete [2021-04-13T01:00:58.421Z] 36b3adc4ff6f: Pull complete [2021-04-13T01:01:03.300Z] 8ad3a11d3b57: Pull complete [2021-04-13T01:01:03.608Z] 46f8f816bc3b: Pull complete [2021-04-13T01:01:05.878Z] aa168da1d23b: Verifying Checksum [2021-04-13T01:01:05.878Z] aa168da1d23b: Download complete [2021-04-13T01:01:05.878Z] 93b61091891f: Pull complete [2021-04-13T01:01:06.399Z] 93b9cdb0e59b: Pull complete [2021-04-13T01:01:06.708Z] 5e14af77c1be: Pull complete [2021-04-13T01:01:07.199Z] 01666e4c0597: Pull complete [2021-04-13T01:01:41.236Z] aa168da1d23b: Pull complete [2021-04-13T01:01:41.236Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T01:01:41.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T01:01:41.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T01:01:42.144Z] prd-centos7-docker-4c-2g-33788 does not seem to be running inside a container [2021-04-13T01:01:43.234Z] $ 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/99/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/99 -v /w/workspace/edgex-go/99:/w/workspace/edgex-go/99:rw,z -v /w/workspace/edgex-go/99@tmp:/w/workspace/edgex-go/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-13T01:01:48.298Z] $ docker top 31d29c4930403332814a2edf5ea29c24d6dc7a7b41deb79977a12f584e0509e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T01:01:49.930Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T01:01:51.664Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T01:01:53.890Z] + ls /var/log/sa-host [2021-04-13T01:01:53.890Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T01:01:53.890Z] file_magic: OK [2021-04-13T01:01:53.890Z] HZ: Using current value: 100 [2021-04-13T01:01:53.890Z] file_header: OK [2021-04-13T01:01:53.890Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T01:01:53.890Z] Statistics: [2021-04-13T01:01:53.890Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-13T01:01:53.890Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T01:01:53.890Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T01:01:53.890Z] file_magic: OK [2021-04-13T01:01:53.890Z] HZ: Using current value: 100 [2021-04-13T01:01:53.890Z] file_header: OK [2021-04-13T01:01:53.890Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T01:01:53.890Z] Statistics: [2021-04-13T01:01:53.890Z] Hnuu...uuuununununu... [2021-04-13T01:01:53.890Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T01:01:54.313Z] provisioning config files... [2021-04-13T01:01:54.456Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/99@tmp/config8700861563965827658tmp [Pipeline] { [Pipeline] echo [2021-04-13T01:01:54.741Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:01:56.642Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T01:01:56.675Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T01:01:56.768Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:01:57.957Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T01:01:58.561Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:01:59.954Z] ---> sudo-logs.sh [2021-04-13T01:01:59.954Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T01:02:00.072Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:02:00.884Z] ---> job-cost.sh [2021-04-13T01:02:01.180Z] lf-activate-venv: SKIPPING [2021-04-13T01:02:01.180Z] DEBUG: total: 0.20999999344348907 [2021-04-13T01:02:01.180Z] INFO: Retrieving Stack Cost... [2021-04-13T01:02:02.239Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T01:02:02.912Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T01:02:02.918Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T01:02:04.565Z] ---> logs-deploy.sh [2021-04-13T01:02:04.565Z] lf-activate-venv: SKIPPING [2021-04-13T01:02:04.565Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/99 [2021-04-13T01:02:04.565Z] INFO: archiving workspace using pattern(s): [2021-04-13T01:02:07.421Z] Archives upload complete. [2021-04-13T01:02:07.693Z] INFO: archiving logs to Nexus [2021-04-13T01:02:09.781Z] ---> uname -a: [2021-04-13T01:02:09.781Z] Linux prd-centos7-docker-4c-2g-33788.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-13T01:02:09.781Z] [2021-04-13T01:02:09.781Z] [2021-04-13T01:02:09.781Z] ---> lscpu: [2021-04-13T01:02:09.781Z] Architecture: x86_64 [2021-04-13T01:02:09.781Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-13T01:02:09.781Z] Byte Order: Little Endian [2021-04-13T01:02:09.781Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-13T01:02:09.781Z] CPU(s): 4 [2021-04-13T01:02:09.781Z] On-line CPU(s) list: 0-3 [2021-04-13T01:02:09.781Z] Thread(s) per core: 1 [2021-04-13T01:02:09.781Z] Core(s) per socket: 1 [2021-04-13T01:02:09.781Z] Socket(s): 4 [2021-04-13T01:02:09.781Z] NUMA node(s): 1 [2021-04-13T01:02:09.781Z] Vendor ID: GenuineIntel [2021-04-13T01:02:09.781Z] CPU family: 6 [2021-04-13T01:02:09.781Z] Model: 44 [2021-04-13T01:02:09.781Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-13T01:02:09.781Z] Stepping: 1 [2021-04-13T01:02:09.781Z] CPU MHz: 2933.438 [2021-04-13T01:02:09.781Z] BogoMIPS: 5866.87 [2021-04-13T01:02:09.781Z] Virtualization: VT-x [2021-04-13T01:02:09.781Z] Hypervisor vendor: KVM [2021-04-13T01:02:09.781Z] Virtualization type: full [2021-04-13T01:02:09.781Z] L1d cache: 128 KiB [2021-04-13T01:02:09.781Z] L1i cache: 128 KiB [2021-04-13T01:02:09.781Z] L2 cache: 16 MiB [2021-04-13T01:02:09.781Z] L3 cache: 64 MiB [2021-04-13T01:02:09.781Z] NUMA node0 CPU(s): 0-3 [2021-04-13T01:02:09.781Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-13T01:02:09.781Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-13T01:02:09.781Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-13T01:02:09.781Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-13T01:02:09.781Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-13T01:02:09.781Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-13T01:02:09.781Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-13T01:02:09.781Z] Vulnerability Srbds: Not affected [2021-04-13T01:02:09.781Z] Vulnerability Tsx async abort: Not affected [2021-04-13T01:02:09.781Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-13T01:02:09.781Z] [2021-04-13T01:02:09.781Z]