Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+db7925e05468a348a54e2ee7c85b6c50909b0e0e (8e9b04c6a99af661f538a2e7ea015a339551f4e0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1416 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 Checking out Revision 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 (PR-3391) > git config core.sparsecheckout # timeout=10 > git checkout -f 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-22T08:29:44.855Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-22T08:29:45.014Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-22T08:29:45.051Z] ========================================================= [2021-04-22T08:29:45.051Z] EdgeX Global Pipelines Version Info [2021-04-22T08:29:45.051Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:29:46.619Z] ------------------- [2021-04-22T08:29:46.619Z] stable info: [2021-04-22T08:29:46.619Z] ------------------- [2021-04-22T08:29:46.619Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-22T08:29:46.619Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-22T08:29:46.619Z] Message: update stable to v1.0.186 [2021-04-22T08:29:47.563Z] ------------------- [2021-04-22T08:29:47.563Z] experimental info: [2021-04-22T08:29:47.563Z] ------------------- [2021-04-22T08:29:47.563Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-22T08:29:47.563Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-22T08:29:47.563Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-22T08:29:47.683Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-22T08:29:47.705Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-22T08:29:47.727Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-22T08:29:47.749Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-22T08:29:47.770Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-22T08:29:47.793Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-22T08:29:47.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-22T08:29:47.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-22T08:29:47.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-22T08:29:47.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-22T08:29:47.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-22T08:29:47.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-22T08:29:47.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-22T08:29:47.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-22T08:29:47.998Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-22T08:29:48.020Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-22T08:29:48.043Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-22T08:29:48.067Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-22T08:29:48.093Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-22T08:29:48.121Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-22T08:29:48.144Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-22T08:29:48.167Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-22T08:29:48.189Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-22T08:29:48.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-22T08:29:48.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-22T08:29:48.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [Pipeline] echo [2021-04-22T08:29:48.278Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87c5224 [Pipeline] echo [2021-04-22T08:29:48.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T08:29:48.382Z] provisioning config files... [2021-04-22T08:29:48.419Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5889438889701990820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:29:48.733Z] ---> docker-login.sh [2021-04-22T08:29:48.733Z] nexus3.edgexfoundry.org:10001 [2021-04-22T08:29:48.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:29:49.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:29:49.257Z] Configure a credential helper to remove this warning. See [2021-04-22T08:29:49.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:29:49.257Z] [2021-04-22T08:29:49.257Z] Login Succeeded [2021-04-22T08:29:49.257Z] nexus3.edgexfoundry.org:10002 [2021-04-22T08:29:49.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:29:49.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:29:49.521Z] Configure a credential helper to remove this warning. See [2021-04-22T08:29:49.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:29:49.521Z] [2021-04-22T08:29:49.521Z] Login Succeeded [2021-04-22T08:29:49.521Z] nexus3.edgexfoundry.org:10003 [2021-04-22T08:29:49.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:29:49.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:29:49.521Z] Configure a credential helper to remove this warning. See [2021-04-22T08:29:49.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:29:49.521Z] [2021-04-22T08:29:49.521Z] Login Succeeded [2021-04-22T08:29:49.521Z] nexus3.edgexfoundry.org:10004 [2021-04-22T08:29:49.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:29:49.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:29:49.783Z] Configure a credential helper to remove this warning. See [2021-04-22T08:29:49.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:29:49.783Z] [2021-04-22T08:29:49.783Z] Login Succeeded [2021-04-22T08:29:49.783Z] docker.io [2021-04-22T08:29:49.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:29:50.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:29:50.046Z] Configure a credential helper to remove this warning. See [2021-04-22T08:29:50.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:29:50.046Z] [2021-04-22T08:29:50.046Z] Login Succeeded [2021-04-22T08:29:50.046Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T08:29:50.055Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T08:29:50.393Z] ++ 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-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/core-command/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/core-data/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-22T08:29:50.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:29:50.394Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-22T08:29:50.394Z] ++ cut -d/ -f2 [2021-04-22T08:29:50.394Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-22T08:29:50.479Z] 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-22T08:29:51.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:29:51.785Z] [2021-04-22T08:29:51.785Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:29:52.100Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:29:52.100Z] latest: Pulling from edgex-devops/git-semver [2021-04-22T08:29:52.100Z] 31603596830f: Pulling fs layer [2021-04-22T08:29:52.100Z] 2a8b12db71e7: Pulling fs layer [2021-04-22T08:29:52.100Z] 6ca5941a6612: Pulling fs layer [2021-04-22T08:29:52.100Z] ecc8261a40a4: Pulling fs layer [2021-04-22T08:29:52.100Z] ecc8261a40a4: Waiting [2021-04-22T08:29:52.100Z] 2a8b12db71e7: Verifying Checksum [2021-04-22T08:29:52.100Z] 2a8b12db71e7: Download complete [2021-04-22T08:29:52.367Z] 31603596830f: Verifying Checksum [2021-04-22T08:29:52.367Z] 31603596830f: Download complete [2021-04-22T08:29:52.367Z] ecc8261a40a4: Verifying Checksum [2021-04-22T08:29:52.367Z] ecc8261a40a4: Download complete [2021-04-22T08:29:52.367Z] 6ca5941a6612: Verifying Checksum [2021-04-22T08:29:52.367Z] 6ca5941a6612: Download complete [2021-04-22T08:29:52.632Z] 31603596830f: Pull complete [2021-04-22T08:29:52.898Z] 2a8b12db71e7: Pull complete [2021-04-22T08:29:53.483Z] 6ca5941a6612: Pull complete [2021-04-22T08:29:54.059Z] ecc8261a40a4: Pull complete [2021-04-22T08:29:54.059Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-22T08:29:54.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:29:54.059Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-22T08:29:54.163Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:29:54.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-22T08:29:56.361Z] $ docker top 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T08:29:56.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T08:29:56.500Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T08:29:56.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T08:29:56.716Z] $ docker exec 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent [2021-04-22T08:29:56.880Z] SSH_AUTH_SOCK=/tmp/ssh-KPWfSr4eF57f/agent.12 [2021-04-22T08:29:56.880Z] SSH_AGENT_PID=17 [2021-04-22T08:29:56.891Z] Running ssh-add (command line suppressed) [2021-04-22T08:29:57.006Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2838947622047370838.key (/w/workspace/edgex-go/4@tmp/private_key_2838947622047370838.key) [2021-04-22T08:29:57.056Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T08:29:57.358Z] + git tag --points-at HEAD [Pipeline] } [2021-04-22T08:29:57.379Z] $ docker exec --env ******** --env ******** 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent -k [2021-04-22T08:29:57.487Z] unset SSH_AUTH_SOCK; [2021-04-22T08:29:57.488Z] unset SSH_AGENT_PID; [2021-04-22T08:29:57.488Z] echo Agent pid 17 killed; [2021-04-22T08:29:57.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-22T08:29:57.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T08:29:57.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T08:29:57.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T08:29:57.744Z] $ docker exec 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent [2021-04-22T08:29:57.897Z] SSH_AUTH_SOCK=/tmp/ssh-b7ree2MxYJe1/agent.47 [2021-04-22T08:29:57.897Z] SSH_AGENT_PID=52 [2021-04-22T08:29:57.904Z] Running ssh-add (command line suppressed) [2021-04-22T08:29:58.025Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8740278886163187844.key (/w/workspace/edgex-go/4@tmp/private_key_8740278886163187844.key) [2021-04-22T08:29:58.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T08:29:58.381Z] + git semver init [2021-04-22T08:29:58.381Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T08:29:58.381Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-22T08:29:58.381Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-22T08:29:58.381Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T08:29:58.381Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T08:29:58.381Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T08:29:58.381Z] # $SEMVER_BRANCH = PR-3391 [2021-04-22T08:29:58.381Z] # $SEMVER_TEMP = /tmp/semver-698765577 [2021-04-22T08:29:58.381Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-22T08:30:16.540Z] # '/tmp/semver-698765577' -> '/w/workspace/edgex-go/4/.semver' [2021-04-22T08:30:16.540Z] # -> Force: false [2021-04-22T08:30:16.540Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-22T08:30:16.558Z] $ docker exec --env ******** --env ******** 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent -k [2021-04-22T08:30:16.749Z] unset SSH_AUTH_SOCK; [2021-04-22T08:30:16.749Z] unset SSH_AGENT_PID; [2021-04-22T08:30:16.749Z] echo Agent pid 52 killed; [2021-04-22T08:30:16.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T08:30:17.145Z] + git semver [Pipeline] } [2021-04-22T08:30:17.164Z] $ docker stop --time=1 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b [2021-04-22T08:30:18.763Z] $ docker rm -f 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T08:30:19.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-22T08:30:19.693Z] Stashed 1 file(s) [Pipeline] echo [2021-04-22T08:30:19.697Z] [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-22T08:30:20.327Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:30:20.658Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:30:20.956Z] + sudo service docker restart [2021-04-22T08:30:20.956Z] + true [2021-04-22T08:30:20.956Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-22T08:30:21.544Z] ========================================================= [2021-04-22T08:30:21.544Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-22T08:30:21.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:30:21.855Z] + 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-22T08:30:26.100Z] Sending build context to Docker daemon 329.9MB [2021-04-22T08:30:26.100Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T08:30:26.100Z] Step 2/6 : FROM ${BASE} [2021-04-22T08:30:26.100Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-22T08:30:26.100Z] 188c0c94c7c5: Pulling fs layer [2021-04-22T08:30:26.100Z] 0ef7d3d256c8: Pulling fs layer [2021-04-22T08:30:26.100Z] de9db76c5a1d: Pulling fs layer [2021-04-22T08:30:26.100Z] bca2f99d35d6: Pulling fs layer [2021-04-22T08:30:26.100Z] 93359f2a8cfa: Pulling fs layer [2021-04-22T08:30:26.100Z] 7c6f9722023f: Pulling fs layer [2021-04-22T08:30:26.100Z] a35cf1a2eb13: Pulling fs layer [2021-04-22T08:30:26.100Z] 93359f2a8cfa: Waiting [2021-04-22T08:30:26.100Z] 7c6f9722023f: Waiting [2021-04-22T08:30:26.100Z] a35cf1a2eb13: Waiting [2021-04-22T08:30:26.100Z] bca2f99d35d6: Waiting [2021-04-22T08:30:26.100Z] de9db76c5a1d: Verifying Checksum [2021-04-22T08:30:26.100Z] de9db76c5a1d: Download complete [2021-04-22T08:30:26.100Z] 0ef7d3d256c8: Download complete [2021-04-22T08:30:26.100Z] 93359f2a8cfa: Verifying Checksum [2021-04-22T08:30:26.100Z] 93359f2a8cfa: Download complete [2021-04-22T08:30:26.100Z] 188c0c94c7c5: Verifying Checksum [2021-04-22T08:30:26.100Z] 188c0c94c7c5: Download complete [2021-04-22T08:30:26.100Z] 7c6f9722023f: Download complete [2021-04-22T08:30:26.100Z] 188c0c94c7c5: Pull complete [2021-04-22T08:30:26.363Z] 0ef7d3d256c8: Pull complete [2021-04-22T08:30:26.363Z] de9db76c5a1d: Pull complete [2021-04-22T08:30:27.761Z] a35cf1a2eb13: Download complete [2021-04-22T08:30:28.024Z] bca2f99d35d6: Verifying Checksum [2021-04-22T08:30:28.024Z] bca2f99d35d6: Download complete [2021-04-22T08:30:33.399Z] bca2f99d35d6: Pull complete [2021-04-22T08:30:33.399Z] 93359f2a8cfa: Pull complete [2021-04-22T08:30:33.399Z] 7c6f9722023f: Pull complete [2021-04-22T08:30:34.872Z] Still waiting to schedule task [2021-04-22T08:30:34.872Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-22T08:30:38.715Z] a35cf1a2eb13: Pull complete [2021-04-22T08:30:38.715Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-22T08:30:38.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-22T08:30:38.715Z] ---> a62c8e92a672 [2021-04-22T08:30:38.715Z] 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-22T08:30:38.715Z] ---> Running in 7ccfa2796613 [2021-04-22T08:30:38.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:30:39.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:30:40.125Z] (1/12) Installing libmagic (5.38-r0) [2021-04-22T08:30:40.699Z] (2/12) Installing file (5.38-r0) [2021-04-22T08:30:40.699Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-22T08:30:40.963Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-22T08:30:45.184Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-22T08:30:45.184Z] (6/12) Installing patch (2.7.6-r6) [2021-04-22T08:30:45.184Z] (7/12) Installing build-base (0.5-r2) [2021-04-22T08:30:45.184Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-22T08:30:45.184Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-22T08:30:45.184Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-22T08:30:45.446Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-22T08:30:45.446Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-22T08:30:45.446Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:30:45.446Z] OK: 233 MiB in 51 packages [2021-04-22T08:30:49.718Z] Removing intermediate container 7ccfa2796613 [2021-04-22T08:30:49.718Z] ---> 1e912da9c412 [2021-04-22T08:30:49.718Z] Step 4/6 : WORKDIR /edgex-go [2021-04-22T08:30:49.718Z] ---> Running in 0a09dadbbf03 [2021-04-22T08:30:49.718Z] Removing intermediate container 0a09dadbbf03 [2021-04-22T08:30:49.718Z] ---> 812877f1023c [2021-04-22T08:30:49.718Z] Step 5/6 : COPY go.mod . [2021-04-22T08:30:49.718Z] ---> 84df6f6070cd [2021-04-22T08:30:49.718Z] Step 6/6 : RUN go mod download [2021-04-22T08:30:49.718Z] ---> Running in a57f0dfba679 [2021-04-22T08:31:11.741Z] Removing intermediate container a57f0dfba679 [2021-04-22T08:31:11.741Z] ---> 12286b2078eb [2021-04-22T08:31:11.741Z] Successfully built 12286b2078eb [2021-04-22T08:31:11.741Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:31:12.064Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T08:31:12.064Z] . [Pipeline] withDockerContainer [2021-04-22T08:31:12.166Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:31:12.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-22T08:31:13.137Z] $ docker top 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:31:13.579Z] + go version [2021-04-22T08:31:13.579Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-22T08:31:13.598Z] $ docker stop --time=1 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a [2021-04-22T08:31:14.939Z] $ docker rm -f 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:31:15.437Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T08:31:15.437Z] . [Pipeline] withDockerContainer [2021-04-22T08:31:15.534Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:31:15.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-22T08:31:16.192Z] $ docker top a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-22T08:31:16.304Z] ========================================================= [2021-04-22T08:31:16.304Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-22T08:31:16.304Z] ========================================================= [Pipeline] sh [2021-04-22T08:31:16.604Z] + make test [2021-04-22T08:31:16.604Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T08:31:26.673Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-22T08:31:41.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-22T08:31:47.035Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-22T08:31:47.308Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-22T08:31:47.308Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-22T08:31:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-22T08:31:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-22T08:31:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-22T08:31:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-22T08:31:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-22T08:31:51.294Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-22T08:31:53.869Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-22T08:31:53.869Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-22T08:31:53.869Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-22T08:31:55.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-04-22T08:31:55.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-22T08:31:55.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-22T08:31:55.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-22T08:31:55.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-22T08:31:55.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-22T08:31:55.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-22T08:31:55.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.085s coverage: 19.8% of statements [2021-04-22T08:31:55.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-04-22T08:31:59.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.254s coverage: 27.1% of statements [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-22T08:31:59.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-22T08:31:59.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-22T08:31:59.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-22T08:31:59.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-22T08:32:00.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.9% of statements [2021-04-22T08:32:00.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-22T08:32:00.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:32:00.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements [2021-04-22T08:32:00.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-22T08:32:02.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-22T08:32:02.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-22T08:32:02.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-22T08:32:02.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-22T08:32:02.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2021-04-22T08:32:02.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-22T08:32:02.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-04-22T08:32:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-22T08:32:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-22T08:32:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-22T08:32:02.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-22T08:32:06.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 93.0% of statements [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-22T08:32:06.330Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.9% of statements [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-22T08:32:06.331Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-04-22T08:32:06.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-04-22T08:32:16.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.087s coverage: 94.4% of statements [2021-04-22T08:32:16.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-22T08:32:21.671Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.270s coverage: 81.9% of statements [2021-04-22T08:32:21.671Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.2% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 66.9% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 41.5% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 88.6% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 28.7% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-22T08:32:29.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-04-22T08:32:29.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-22T08:32:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 95.6% of statements [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-22T08:32:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-22T08:32:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-22T08:32:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-22T08:32:30.143Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-22T08:32:30.143Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-22T08:32:30.408Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements [2021-04-22T08:32:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-22T08:32:30.674Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1422 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-22T08:32:30.692Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-22T08:32:30.933Z] GO111MODULE=on go vet ./... [2021-04-22T08:32:37.330Z] using credential edgex-jenkins-ssh [2021-04-22T08:32:37.350Z] Cloning the remote Git repository [2021-04-22T08:32:37.437Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:32:37.560Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-22T08:32:37.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:32:37.663Z] > git --version # timeout=10 [2021-04-22T08:32:37.687Z] > git --version # 'git version 2.17.1' [2021-04-22T08:32:37.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:32:37.777Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:32:54.697Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-22T08:32:53.687Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:32:53.710Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:32:53.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:32:53.784Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:32:53.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:32:53.797Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-22T08:32:54.723Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:32:54.741Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-22T08:32:55.071Z] > git remote # timeout=10 [2021-04-22T08:32:55.087Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T08:32:55.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:32:55.109Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-22T08:32:55.178Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T08:32:55.186Z] Merge succeeded, producing c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 [2021-04-22T08:32:55.187Z] Checking out Revision c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 (PR-3391) [2021-04-22T08:32:55.199Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:32:55.212Z] > git checkout -f c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 # timeout=10 [2021-04-22T08:32:58.216Z] gofmt -l . [2021-04-22T08:32:58.217Z] [ "`gofmt -l .`" = "" ] [2021-04-22T08:32:58.486Z] ./bin/test-go-mod-tidy.sh [2021-04-22T08:32:59.064Z] ./bin/test-attribution-txt.sh [2021-04-22T08:32:59.435Z] Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" [2021-04-22T08:32:59.458Z] First time build. Skipping changelog. [2021-04-22T08:32:59.449Z] > git rev-list --no-walk 10103b7b129986e7f07d1b4b02e10c7fdba00c9f # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T08:32:59.948Z] + ls -al . [2021-04-22T08:32:59.948Z] total 820 [2021-04-22T08:32:59.948Z] drwxrwxr-x 10 1001 1001 4096 Apr 22 08:32 . [2021-04-22T08:32:59.948Z] drwxr-xr-x 4 root root 28 Apr 22 08:31 .. [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 11 Apr 22 08:29 .dockerignore [2021-04-22T08:32:59.948Z] drwxrwxr-x 8 1001 1001 179 Apr 22 08:29 .git [2021-04-22T08:32:59.948Z] drwxrwxr-x 3 1001 1001 125 Apr 22 08:29 .github [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 818 Apr 22 08:29 .gitignore [2021-04-22T08:32:59.948Z] drwx------ 3 1001 1001 60 Apr 22 08:30 .semver [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 166 Apr 22 08:29 .sonarcloud.properties [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:29 Attribution.txt [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:29 CONTRIBUTING.md [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 931 Apr 22 08:29 Dockerfile.build [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 863 Apr 22 08:29 Jenkinsfile [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:29 LICENSE [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:29 Makefile [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:29 README.md [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:29 SECURITY.md [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 5 Apr 22 08:30 VERSION [2021-04-22T08:32:59.948Z] -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:29 ZMQWindows.md [2021-04-22T08:32:59.949Z] drwxrwxr-x 2 1001 1001 117 Apr 22 08:29 bin [2021-04-22T08:32:59.949Z] drwxrwxr-x 14 1001 1001 4096 Apr 22 08:29 cmd [2021-04-22T08:32:59.949Z] -rw-r--r-- 1 root root 711909 Apr 22 08:32 coverage.out [2021-04-22T08:32:59.949Z] -rw-r--r-- 1 root root 1059 Apr 22 08:32 go.mod [2021-04-22T08:32:59.949Z] -rw-r--r-- 1 root root 22300 Apr 22 08:32 go.sum [2021-04-22T08:32:59.949Z] drwxrwxr-x 8 1001 1001 127 Apr 22 08:29 internal [2021-04-22T08:32:59.949Z] drwxrwxr-x 4 1001 1001 26 Apr 22 08:29 openapi [2021-04-22T08:32:59.949Z] drwxrwxr-x 4 1001 1001 71 Apr 22 08:29 snap [2021-04-22T08:32:59.949Z] -rw-rw-r-- 1 1001 1001 168 Apr 22 08:29 version.go [Pipeline] sh [2021-04-22T08:33:00.878Z] + '[' -e coverage.out ] [2021-04-22T08:33:00.878Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-22T08:33:00.902Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:33:01.087Z] Stashed 1 file(s) [Pipeline] sh [2021-04-22T08:33:01.308Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:33:01.382Z] + make build [2021-04-22T08:33:01.382Z] 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-22T08:33:01.662Z] + sudo service docker restart [2021-04-22T08:33:01.662Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T08:33:03.683Z] provisioning config files... [2021-04-22T08:33:03.731Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2939733316509518484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:33:04.106Z] ---> docker-login.sh [2021-04-22T08:33:04.106Z] nexus3.edgexfoundry.org:10001 [2021-04-22T08:33:05.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:33:05.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:33:05.361Z] Configure a credential helper to remove this warning. See [2021-04-22T08:33:05.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:33:05.361Z] [2021-04-22T08:33:05.361Z] Login Succeeded [2021-04-22T08:33:05.361Z] nexus3.edgexfoundry.org:10002 [2021-04-22T08:33:05.608Z] 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-22T08:33:05.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:33:05.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:33:05.907Z] Configure a credential helper to remove this warning. See [2021-04-22T08:33:05.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:33:05.907Z] [2021-04-22T08:33:05.907Z] Login Succeeded [2021-04-22T08:33:05.907Z] nexus3.edgexfoundry.org:10003 [2021-04-22T08:33:06.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:33:06.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:33:06.460Z] Configure a credential helper to remove this warning. See [2021-04-22T08:33:06.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:33:06.460Z] [2021-04-22T08:33:06.460Z] Login Succeeded [2021-04-22T08:33:06.460Z] nexus3.edgexfoundry.org:10004 [2021-04-22T08:33:06.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:33:07.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:33:07.008Z] Configure a credential helper to remove this warning. See [2021-04-22T08:33:07.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:33:07.008Z] [2021-04-22T08:33:07.008Z] Login Succeeded [2021-04-22T08:33:07.008Z] docker.io [2021-04-22T08:33:07.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:33:07.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:33:07.553Z] Configure a credential helper to remove this warning. See [2021-04-22T08:33:07.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:33:07.553Z] [2021-04-22T08:33:07.553Z] Login Succeeded [2021-04-22T08:33:07.553Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T08:33:07.570Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-22T08:33:07.871Z] ========================================================= [2021-04-22T08:33:07.871Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-22T08:33:07.871Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:33:08.216Z] + 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-22T08:33:10.863Z] Sending build context to Docker daemon 167.6MB [2021-04-22T08:33:10.863Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T08:33:10.863Z] Step 2/6 : FROM ${BASE} [2021-04-22T08:33:10.863Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-22T08:33:10.863Z] 5f621e34cdf4: Pulling fs layer [2021-04-22T08:33:10.863Z] a4357932f1b6: Pulling fs layer [2021-04-22T08:33:10.863Z] 18c013af1878: Pulling fs layer [2021-04-22T08:33:10.863Z] 00ac8860ef70: Pulling fs layer [2021-04-22T08:33:10.863Z] 63d7cb157983: Pulling fs layer [2021-04-22T08:33:10.863Z] b116817d02f9: Pulling fs layer [2021-04-22T08:33:10.863Z] 745a02a5169b: Pulling fs layer [2021-04-22T08:33:10.863Z] 00ac8860ef70: Waiting [2021-04-22T08:33:10.863Z] 63d7cb157983: Waiting [2021-04-22T08:33:10.863Z] b116817d02f9: Waiting [2021-04-22T08:33:10.863Z] 745a02a5169b: Waiting [2021-04-22T08:33:10.863Z] 18c013af1878: Verifying Checksum [2021-04-22T08:33:10.863Z] 18c013af1878: Download complete [2021-04-22T08:33:10.863Z] a4357932f1b6: Download complete [2021-04-22T08:33:10.863Z] 63d7cb157983: Download complete [2021-04-22T08:33:10.863Z] b116817d02f9: Verifying Checksum [2021-04-22T08:33:10.863Z] 5f621e34cdf4: Verifying Checksum [2021-04-22T08:33:10.863Z] 5f621e34cdf4: Download complete [2021-04-22T08:33:11.483Z] 5f621e34cdf4: Pull complete [2021-04-22T08:33:12.084Z] a4357932f1b6: Pull complete [2021-04-22T08:33:12.359Z] 18c013af1878: Pull complete [2021-04-22T08:33:12.960Z] 745a02a5169b: Verifying Checksum [2021-04-22T08:33:12.960Z] 745a02a5169b: Download complete [2021-04-22T08:33:13.833Z] 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-22T08:33:13.942Z] 00ac8860ef70: Verifying Checksum [2021-04-22T08:33:13.942Z] 00ac8860ef70: Download complete [2021-04-22T08:33:15.232Z] 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-22T08:33:16.638Z] 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-22T08:33:16.900Z] 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-22T08:33:18.827Z] 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-22T08:33:20.224Z] 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-22T08:33:21.187Z] 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-22T08:33:22.586Z] 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-22T08:33:23.546Z] 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-22T08:33:24.105Z] 00ac8860ef70: Pull complete [2021-04-22T08:33:24.105Z] 63d7cb157983: Pull complete [2021-04-22T08:33:24.379Z] b116817d02f9: Pull complete [2021-04-22T08:33:24.943Z] 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-22T08:33:26.912Z] $ docker stop --time=1 a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 [2021-04-22T08:33:27.761Z] 745a02a5169b: Pull complete [2021-04-22T08:33:27.761Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-22T08:33:27.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-22T08:33:27.761Z] ---> b7e6874047d6 [2021-04-22T08:33:27.761Z] 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-22T08:33:28.573Z] $ docker rm -f a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:33:31.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:33:31.789Z] [2021-04-22T08:33:31.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:33:32.071Z] ---> Running in 7d860fa26fa6 [2021-04-22T08:33:32.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:33:32.108Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-22T08:33:32.108Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-22T08:33:32.108Z] ca9280d653b3: Pulling fs layer [2021-04-22T08:33:32.108Z] 7e9c9ca2126c: Pulling fs layer [2021-04-22T08:33:32.370Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-22T08:33:32.370Z] cbdbe7a5bc2a: Download complete [2021-04-22T08:33:32.631Z] ca9280d653b3: Verifying Checksum [2021-04-22T08:33:32.631Z] ca9280d653b3: Download complete [2021-04-22T08:33:32.631Z] cbdbe7a5bc2a: Pull complete [2021-04-22T08:33:32.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:33:33.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:33:33.578Z] ca9280d653b3: Pull complete [2021-04-22T08:33:33.838Z] 7e9c9ca2126c: Download complete [2021-04-22T08:33:34.232Z] (1/12) Installing libmagic (5.38-r0) [2021-04-22T08:33:34.233Z] (2/12) Installing file (5.38-r0) [2021-04-22T08:33:34.506Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-22T08:33:34.506Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-22T08:33:38.815Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-22T08:33:38.815Z] (6/12) Installing patch (2.7.6-r6) [2021-04-22T08:33:38.815Z] (7/12) Installing build-base (0.5-r2) [2021-04-22T08:33:38.815Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-22T08:33:38.815Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-22T08:33:38.815Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-22T08:33:38.815Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-22T08:33:39.088Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-22T08:33:39.088Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:33:39.088Z] OK: 217 MiB in 51 packages [2021-04-22T08:33:42.203Z] 7e9c9ca2126c: Pull complete [2021-04-22T08:33:42.203Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-22T08:33:42.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:33:42.203Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-22T08:33:42.337Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:33:42.389Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-22T08:33:43.276Z] $ docker top a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 -eo pid,comm [2021-04-22T08:33:43.389Z] Removing intermediate container 7d860fa26fa6 [2021-04-22T08:33:43.390Z] ---> 01c84cbbd248 [2021-04-22T08:33:43.390Z] Step 4/6 : WORKDIR /edgex-go [2021-04-22T08:33:43.390Z] ---> Running in d74144ca8dbb [Pipeline] { [Pipeline] sh [2021-04-22T08:33:43.660Z] Removing intermediate container d74144ca8dbb [2021-04-22T08:33:43.660Z] ---> 0ff6fd54eef5 [2021-04-22T08:33:43.660Z] Step 5/6 : COPY go.mod . [2021-04-22T08:33:43.698Z] + docker-compose build --help [2021-04-22T08:33:43.698Z] + grep parallel [2021-04-22T08:33:44.267Z] ---> b3c1e56e68bb [2021-04-22T08:33:44.267Z] Step 6/6 : RUN go mod download [2021-04-22T08:33:44.544Z] ---> Running in b002a81e8dd2 [2021-04-22T08:33:44.641Z] --parallel Build images in parallel. [Pipeline] } [2021-04-22T08:33:44.659Z] $ docker stop --time=1 a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 [2021-04-22T08:33:46.015Z] $ docker rm -f a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:33:46.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:33:46.499Z] . [Pipeline] withDockerContainer [2021-04-22T08:33:46.594Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:33:46.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-22T08:33:47.355Z] $ docker top 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:33:47.808Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-22T08:33:48.757Z] Building docker-core-command-go ... [2021-04-22T08:33:48.757Z] Building docker-core-data-go ... [2021-04-22T08:33:48.758Z] Building docker-core-metadata-go ... [2021-04-22T08:33:48.758Z] Building docker-security-bootstrapper-go ... [2021-04-22T08:33:48.758Z] Building docker-security-proxy-setup-go ... [2021-04-22T08:33:48.758Z] Building docker-security-secretstore-setup-go ... [2021-04-22T08:33:48.758Z] Building docker-support-notifications-go ... [2021-04-22T08:33:48.758Z] Building docker-support-scheduler-go ... [2021-04-22T08:33:48.758Z] Building docker-sys-mgmt-agent-go ... [2021-04-22T08:33:48.758Z] Building docker-security-bootstrapper-go [2021-04-22T08:33:48.758Z] Building docker-core-data-go [2021-04-22T08:33:48.758Z] Building docker-support-notifications-go [2021-04-22T08:33:48.758Z] Building docker-security-secretstore-setup-go [2021-04-22T08:33:48.758Z] Building docker-support-scheduler-go [2021-04-22T08:34:11.334Z] Removing intermediate container b002a81e8dd2 [2021-04-22T08:34:11.334Z] ---> 9527d0b016f8 [2021-04-22T08:34:11.334Z] Successfully built 9527d0b016f8 [2021-04-22T08:34:11.334Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:34:11.687Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T08:34:11.687Z] . [Pipeline] withDockerContainer [2021-04-22T08:34:11.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container [2021-04-22T08:34:12.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-22T08:34:13.501Z] $ docker top 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:34:14.426Z] + go version [2021-04-22T08:34:14.427Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-22T08:34:14.455Z] $ docker stop --time=1 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc [2021-04-22T08:34:16.371Z] $ docker rm -f 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:34:17.150Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T08:34:17.150Z] . [Pipeline] withDockerContainer [2021-04-22T08:34:17.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container [2021-04-22T08:34:17.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-22T08:34:19.102Z] $ docker top 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-22T08:34:19.434Z] ========================================================= [2021-04-22T08:34:19.435Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-22T08:34:19.435Z] ========================================================= [Pipeline] sh [2021-04-22T08:34:20.086Z] + make test [2021-04-22T08:34:20.086Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T08:34:27.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:34:27.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:34:27.615Z] ---> 12286b2078eb [2021-04-22T08:34:27.615Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:34:27.615Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:34:27.615Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:34:27.615Z] ---> 12286b2078eb [2021-04-22T08:34:27.615Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:34:27.615Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:34:27.615Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:34:27.615Z] ---> 12286b2078eb [2021-04-22T08:34:27.615Z] Step 3/25 : WORKDIR /edgex-go [2021-04-22T08:34:27.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:34:27.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:34:27.615Z] ---> 12286b2078eb [2021-04-22T08:34:27.615Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:34:27.615Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:34:27.615Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:34:27.615Z] ---> 12286b2078eb [2021-04-22T08:34:27.615Z] Step 3/31 : WORKDIR /edgex-go [2021-04-22T08:34:27.615Z] ---> Running in f44d1ad55022 [2021-04-22T08:34:27.615Z] ---> Running in 2b6b8ddd6a80 [2021-04-22T08:34:27.615Z] ---> Running in b62d64253bf8 [2021-04-22T08:34:27.615Z] ---> Running in 413b5f3606c1 [2021-04-22T08:34:27.615Z] ---> Running in b18a572bb232 [2021-04-22T08:34:27.615Z] Removing intermediate container b62d64253bf8 [2021-04-22T08:34:27.615Z] ---> 90a2b92a7a0d [2021-04-22T08:34:27.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:34:27.615Z] Removing intermediate container 2b6b8ddd6a80 [2021-04-22T08:34:27.615Z] ---> 0fb188b0c3ec [2021-04-22T08:34:27.615Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:34:27.616Z] Removing intermediate container b18a572bb232 [2021-04-22T08:34:27.616Z] ---> 1dc7699691eb [2021-04-22T08:34:27.616Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:34:27.616Z] Removing intermediate container f44d1ad55022 [2021-04-22T08:34:27.616Z] ---> 04086a41b453 [2021-04-22T08:34:27.616Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:34:27.616Z] Removing intermediate container 413b5f3606c1 [2021-04-22T08:34:27.616Z] ---> 76532628d5c3 [2021-04-22T08:34:27.616Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:34:27.616Z] ---> Running in b6c6021d43ec [2021-04-22T08:34:27.616Z] ---> Running in b0f7c5cdc834 [2021-04-22T08:34:27.616Z] ---> Running in af1163e932b6 [2021-04-22T08:34:27.616Z] ---> Running in e879d5e105cf [2021-04-22T08:34:27.616Z] ---> Running in e92bde308d3b [2021-04-22T08:34:27.888Z] Removing intermediate container b0f7c5cdc834 [2021-04-22T08:34:27.888Z] ---> 0953e77be284 [2021-04-22T08:34:27.888Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-22T08:34:27.888Z] Removing intermediate container b6c6021d43ec [2021-04-22T08:34:27.888Z] ---> f9c012240aef [2021-04-22T08:34:27.888Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-22T08:34:27.888Z] ---> Running in 8fdfea0d6774 [2021-04-22T08:34:28.154Z] Removing intermediate container af1163e932b6 [2021-04-22T08:34:28.154Z] ---> 655f2f284283 [2021-04-22T08:34:28.154Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-22T08:34:28.154Z] ---> Running in b6b4f10f4442 [2021-04-22T08:34:28.418Z] ---> Running in f4101c0f8901 [2021-04-22T08:34:28.418Z] Removing intermediate container e92bde308d3b [2021-04-22T08:34:28.418Z] ---> 11130c04145e [2021-04-22T08:34:28.418Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-22T08:34:28.418Z] Removing intermediate container e879d5e105cf [2021-04-22T08:34:28.418Z] ---> 24c24d69607a [2021-04-22T08:34:28.418Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-22T08:34:28.679Z] ---> Running in a29a71a0b41c [2021-04-22T08:34:28.679Z] ---> Running in 64e44ab76836 [2021-04-22T08:34:28.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:29.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:29.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:29.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:29.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:29.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:30.102Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:30.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:30.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:30.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:30.638Z] Removing intermediate container 8fdfea0d6774 [2021-04-22T08:34:30.638Z] ---> 18fdb17fad6d [2021-04-22T08:34:30.638Z] Step 6/22 : COPY go.mod . [2021-04-22T08:34:30.638Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:30.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:34:30.899Z] ---> c56275165155 [2021-04-22T08:34:30.899Z] Step 7/22 : RUN go mod download [2021-04-22T08:34:30.899Z] ---> Running in a1275dd7a8c0 [2021-04-22T08:34:30.899Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:31.166Z] Removing intermediate container f4101c0f8901 [2021-04-22T08:34:31.167Z] ---> a75e45ace626 [2021-04-22T08:34:31.167Z] Step 6/31 : COPY go.mod . [2021-04-22T08:34:31.428Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:31.428Z] ---> 4f2db1d243d7 [2021-04-22T08:34:31.428Z] Step 7/31 : RUN go mod download [2021-04-22T08:34:31.692Z] ---> Running in 26bbb0f1101e [2021-04-22T08:34:31.692Z] Removing intermediate container b6b4f10f4442 [2021-04-22T08:34:31.692Z] ---> f7ad0cafd36b [2021-04-22T08:34:31.692Z] Step 6/23 : COPY go.mod . [2021-04-22T08:34:31.974Z] ---> d7246b732b62 [2021-04-22T08:34:31.974Z] Step 7/23 : RUN go mod download [2021-04-22T08:34:31.974Z] ---> Running in 6426ae8e3512 [2021-04-22T08:34:32.249Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:32.249Z] Removing intermediate container 64e44ab76836 [2021-04-22T08:34:32.249Z] ---> d9c38c461221 [2021-04-22T08:34:32.249Z] Step 6/25 : COPY go.mod . [2021-04-22T08:34:32.511Z] ---> aef566634259 [2021-04-22T08:34:32.511Z] Step 7/25 : RUN go mod download [2021-04-22T08:34:32.511Z] ---> Running in cc02fbfaadc3 [2021-04-22T08:34:33.097Z] Removing intermediate container a29a71a0b41c [2021-04-22T08:34:33.097Z] ---> 519cfdd8037a [2021-04-22T08:34:33.097Z] Step 6/22 : COPY go.mod . [2021-04-22T08:34:33.097Z] Removing intermediate container a1275dd7a8c0 [2021-04-22T08:34:33.097Z] ---> c86c8f12c957 [2021-04-22T08:34:33.097Z] Step 8/22 : COPY . . [2021-04-22T08:34:33.371Z] ---> 06a755258b6e [2021-04-22T08:34:33.371Z] Step 7/22 : RUN go mod download [2021-04-22T08:34:33.371Z] Removing intermediate container 26bbb0f1101e [2021-04-22T08:34:33.371Z] ---> 2c5f9f6f2972 [2021-04-22T08:34:33.371Z] Step 8/31 : COPY . . [2021-04-22T08:34:33.371Z] ---> Running in b655b35a64a1 [2021-04-22T08:34:35.960Z] Removing intermediate container 6426ae8e3512 [2021-04-22T08:34:35.960Z] ---> a1728342ce0a [2021-04-22T08:34:35.960Z] Step 8/23 : COPY . . [2021-04-22T08:34:41.342Z] Removing intermediate container cc02fbfaadc3 [2021-04-22T08:34:41.342Z] ---> 23e49fbb348a [2021-04-22T08:34:41.342Z] Step 8/25 : COPY . . [2021-04-22T08:34:42.455Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-22T08:34:43.270Z] Removing intermediate container b655b35a64a1 [2021-04-22T08:34:43.270Z] ---> 94ce0a30e80b [2021-04-22T08:34:43.270Z] Step 8/22 : COPY . . [2021-04-22T08:35:22.134Z] ---> cd42fcc61325 [2021-04-22T08:35:22.134Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-22T08:35:22.134Z] ---> 05aba99ecc81 [2021-04-22T08:35:22.134Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-22T08:35:22.397Z] ---> 0c37b42aca71 [2021-04-22T08:35:22.397Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-22T08:35:22.970Z] ---> Running in 31e17bc0ef65 [2021-04-22T08:35:22.970Z] ---> Running in 841e868ef259 [2021-04-22T08:35:22.970Z] ---> Running in 72f9edbeb0bc [2021-04-22T08:35:23.242Z] ---> b034e25d0698 [2021-04-22T08:35:23.242Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-22T08:35:23.242Z] ---> 2496e8d6ce66 [2021-04-22T08:35:23.242Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-22T08:35:23.242Z] ---> Running in 84abb10e844a [2021-04-22T08:35:23.242Z] ---> Running in 1d30d0efe56a [2021-04-22T08:35:24.209Z] 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-22T08:35:24.209Z] 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-22T08:35:24.209Z] 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-22T08:35:24.209Z] 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-22T08:35:24.209Z] 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-22T08:35:39.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-22T08:35:41.641Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-22T08:35:49.967Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-22T08:35:49.967Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-22T08:35:52.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-22T08:35:52.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-22T08:35:52.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-22T08:35:53.236Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-22T08:35:56.456Z] 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-22T08:35:56.636Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-22T08:35:57.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-22T08:36:03.469Z] Removing intermediate container 31e17bc0ef65 [2021-04-22T08:36:03.469Z] ---> 535d0a5769f3 [2021-04-22T08:36:03.469Z] [2021-04-22T08:36:03.469Z] Step 10/31 : FROM alpine:3.12 [2021-04-22T08:36:03.469Z] 3.12: Pulling from library/alpine [2021-04-22T08:36:05.917Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-22T08:36:05.917Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-22T08:36:05.917Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-22T08:36:06.061Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:36:06.061Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T08:36:06.061Z] ---> 13621d1b12d4 [2021-04-22T08:36:06.062Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-22T08:36:08.619Z] Removing intermediate container 841e868ef259 [2021-04-22T08:36:08.619Z] ---> 694c558a0837 [2021-04-22T08:36:08.619Z] [2021-04-22T08:36:08.619Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:36:08.619Z] ---> 13621d1b12d4 [2021-04-22T08:36:08.619Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:36:08.619Z] ---> Running in c7adf5bc3056 [2021-04-22T08:36:08.619Z] ---> Running in ad1288d69c34 [2021-04-22T08:36:08.619Z] Removing intermediate container 1d30d0efe56a [2021-04-22T08:36:08.619Z] ---> 0f0169641270 [2021-04-22T08:36:08.619Z] [2021-04-22T08:36:08.619Z] Step 10/25 : FROM alpine:3.12 [2021-04-22T08:36:08.619Z] ---> 13621d1b12d4 [2021-04-22T08:36:08.619Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-22T08:36:10.559Z] ---> Running in 3b606595512d [2021-04-22T08:36:11.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 45.9% of statements [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-22T08:36:11.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-22T08:36:11.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements [2021-04-22T08:36:11.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.216s coverage: 100.0% of statements [2021-04-22T08:36:11.949Z] Removing intermediate container c7adf5bc3056 [2021-04-22T08:36:11.949Z] ---> b94ed18ac6b9 [2021-04-22T08:36:11.949Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-22T08:36:12.522Z] ---> Running in 829d5ff6d284 [2021-04-22T08:36:12.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:12.522Z] Removing intermediate container 84abb10e844a [2021-04-22T08:36:12.522Z] ---> 113522cddc93 [2021-04-22T08:36:12.522Z] [2021-04-22T08:36:12.522Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:36:12.522Z] ---> 13621d1b12d4 [2021-04-22T08:36:12.522Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-22T08:36:12.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:12.522Z] Removing intermediate container 72f9edbeb0bc [2021-04-22T08:36:12.522Z] ---> edf8e1127041 [2021-04-22T08:36:12.522Z] [2021-04-22T08:36:12.522Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:36:12.522Z] ---> 13621d1b12d4 [2021-04-22T08:36:12.522Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-22T08:36:12.785Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:36:12.785Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:36:12.785Z] ---> Running in c727f51019bc [2021-04-22T08:36:12.785Z] OK: 6 MiB in 15 packages [2021-04-22T08:36:12.785Z] ---> Running in 02474ab242a2 [2021-04-22T08:36:12.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:12.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:13.047Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-22T08:36:13.047Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:36:13.047Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-22T08:36:13.047Z] (4/6) Installing curl (7.76.1-r0) [2021-04-22T08:36:13.308Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:36:13.308Z] (6/6) Installing su-exec (0.2-r1) [2021-04-22T08:36:13.308Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:36:13.308Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:36:13.308Z] OK: 7 MiB in 20 packages [2021-04-22T08:36:14.253Z] Removing intermediate container 02474ab242a2 [2021-04-22T08:36:14.253Z] ---> bf5c4f8ce0f9 [2021-04-22T08:36:14.253Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-22T08:36:14.253Z] ---> Running in 95f5fdd43e46 [2021-04-22T08:36:14.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:14.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:14.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:14.516Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:36:14.516Z] (2/2) Installing su-exec (0.2-r1) [2021-04-22T08:36:14.516Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:36:14.516Z] OK: 6 MiB in 16 packages [2021-04-22T08:36:14.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:14.516Z] Removing intermediate container 95f5fdd43e46 [2021-04-22T08:36:14.516Z] ---> 791840ec135d [2021-04-22T08:36:14.516Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-22T08:36:14.516Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-22T08:36:14.777Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:36:14.777Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:36:14.777Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:36:14.777Z] OK: 6 MiB in 16 packages [2021-04-22T08:36:15.735Z] Removing intermediate container ad1288d69c34 [2021-04-22T08:36:15.735Z] ---> c75f56f525b3 [2021-04-22T08:36:15.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:36:15.735Z] ---> Running in 3f638589d5b1 [2021-04-22T08:36:15.735Z] ---> Running in 6b6ca8156549 [2021-04-22T08:36:15.735Z] Removing intermediate container 3b606595512d [2021-04-22T08:36:15.735Z] ---> 6cfcaffbe6a6 [2021-04-22T08:36:15.735Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:36:16.000Z] ---> Running in 3b4c7f67ec80 [2021-04-22T08:36:16.000Z] Removing intermediate container 3f638589d5b1 [2021-04-22T08:36:16.000Z] ---> 0b8ce73e8442 [2021-04-22T08:36:16.000Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:36:16.574Z] Removing intermediate container 6b6ca8156549 [2021-04-22T08:36:16.574Z] ---> 995717f2202a [2021-04-22T08:36:16.574Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-22T08:36:17.147Z] Removing intermediate container 829d5ff6d284 [2021-04-22T08:36:17.147Z] ---> a85473b367e6 [2021-04-22T08:36:17.147Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-22T08:36:17.415Z] ---> Running in 0ab119afa6ef [2021-04-22T08:36:17.415Z] ---> Running in e31a8f8c95f0 [2021-04-22T08:36:17.415Z] ---> Running in 58c2de9b155f [2021-04-22T08:36:17.415Z] Removing intermediate container 3b4c7f67ec80 [2021-04-22T08:36:17.415Z] ---> c699f5184dd7 [2021-04-22T08:36:17.415Z] Step 13/25 : WORKDIR / [2021-04-22T08:36:17.677Z] Removing intermediate container c727f51019bc [2021-04-22T08:36:17.677Z] ---> 2fc221f7160f [2021-04-22T08:36:17.677Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:36:17.677Z] ---> Running in bc1e73f69d54 [2021-04-22T08:36:17.677Z] ---> Running in 2476e9b95b9e [2021-04-22T08:36:17.939Z] Removing intermediate container e31a8f8c95f0 [2021-04-22T08:36:17.939Z] ---> 7148984229fa [2021-04-22T08:36:17.939Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:36:17.939Z] Removing intermediate container 58c2de9b155f [2021-04-22T08:36:17.939Z] ---> af16ff350b1c [2021-04-22T08:36:17.939Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-22T08:36:17.939Z] ---> Running in d68016edb02e [2021-04-22T08:36:18.200Z] ---> Running in 5e1d29e5de60 [2021-04-22T08:36:18.200Z] Removing intermediate container bc1e73f69d54 [2021-04-22T08:36:18.200Z] ---> 3368282ddb25 [2021-04-22T08:36:18.200Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-22T08:36:18.200Z] Removing intermediate container 2476e9b95b9e [2021-04-22T08:36:18.200Z] ---> 0d8420408bff [2021-04-22T08:36:18.200Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-22T08:36:18.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.689s coverage: 27.1% of statements [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-22T08:36:18.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.157s coverage: 100.0% of statements [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-22T08:36:18.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-22T08:36:18.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-22T08:36:18.469Z] ---> Running in 39459bbd7c2c [2021-04-22T08:36:18.469Z] Removing intermediate container d68016edb02e [2021-04-22T08:36:18.469Z] ---> 6e02768537f9 [2021-04-22T08:36:18.469Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:36:18.731Z] Removing intermediate container 5e1d29e5de60 [2021-04-22T08:36:18.731Z] ---> d8c502d93621 [2021-04-22T08:36:18.731Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-22T08:36:18.731Z] ---> 4ab41274647d [2021-04-22T08:36:18.731Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-22T08:36:18.731Z] ---> Running in 0679aaf40541 [2021-04-22T08:36:18.993Z] Removing intermediate container 39459bbd7c2c [2021-04-22T08:36:18.993Z] ---> f0edb4da0432 [2021-04-22T08:36:18.993Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:36:18.993Z] Removing intermediate container 0ab119afa6ef [2021-04-22T08:36:18.993Z] ---> 57e2ca7e0e9a [2021-04-22T08:36:18.993Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-22T08:36:19.258Z] ---> c62e466eb2ad [2021-04-22T08:36:19.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-22T08:36:19.258Z] ---> a6a6cb89f2e7 [2021-04-22T08:36:19.258Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-22T08:36:19.258Z] ---> Running in 0391e9b6e001 [2021-04-22T08:36:19.258Z] ---> Running in 5917c893acd3 [2021-04-22T08:36:19.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements [2021-04-22T08:36:19.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-22T08:36:19.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-22T08:36:19.838Z] Removing intermediate container 0391e9b6e001 [2021-04-22T08:36:19.838Z] ---> f2389dbc7ee5 [2021-04-22T08:36:19.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:36:19.838Z] ---> c05f78797095 [2021-04-22T08:36:19.838Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-22T08:36:20.108Z] ---> 9dce1a98fa9b [2021-04-22T08:36:20.108Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-22T08:36:20.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:20.370Z] ---> 72a8e66616c7 [2021-04-22T08:36:20.370Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-22T08:36:20.370Z] ---> 40f9dd498278 [2021-04-22T08:36:20.370Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-22T08:36:20.634Z] ---> 4adc0ddf947e [2021-04-22T08:36:20.634Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-22T08:36:20.634Z] Removing intermediate container 0679aaf40541 [2021-04-22T08:36:20.634Z] ---> 36ce5b5d1784 [2021-04-22T08:36:20.634Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-22T08:36:20.634Z] ---> Running in 181d01e21904 [2021-04-22T08:36:20.897Z] ---> Running in e2ef7b3e8424 [2021-04-22T08:36:20.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:20.897Z] Removing intermediate container 181d01e21904 [2021-04-22T08:36:20.897Z] ---> 0a2bdb473284 [2021-04-22T08:36:20.897Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:36:20.897Z] ---> 869703984e7d [2021-04-22T08:36:20.897Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-22T08:36:20.897Z] ---> e15a0f1985d9 [2021-04-22T08:36:20.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-22T08:36:21.163Z] Removing intermediate container e2ef7b3e8424 [2021-04-22T08:36:21.163Z] ---> 37f268f4f679 [2021-04-22T08:36:21.163Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-22T08:36:21.163Z] ---> Running in 2d85778fc07c [2021-04-22T08:36:21.424Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:36:21.424Z] ---> f704d0fcd2d8 [2021-04-22T08:36:21.424Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-22T08:36:21.424Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-22T08:36:21.424Z] Removing intermediate container 2d85778fc07c [2021-04-22T08:36:21.424Z] ---> d099328d7cc1 [2021-04-22T08:36:21.424Z] Step 20/22 : LABEL arch=x86_64 [2021-04-22T08:36:21.424Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-22T08:36:21.686Z] ---> Running in 6370654c6154 [2021-04-22T08:36:21.686Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-22T08:36:21.686Z] ---> e0e23a6719a4 [2021-04-22T08:36:21.686Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-22T08:36:21.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.509s coverage: 82.9% of statements [2021-04-22T08:36:21.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-22T08:36:21.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:36:21.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.190s coverage: 78.9% of statements [2021-04-22T08:36:21.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-22T08:36:21.948Z] ---> 8fbf2a469f08 [2021-04-22T08:36:21.948Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-22T08:36:21.948Z] ---> Running in cd985059dc7c [2021-04-22T08:36:22.210Z] ---> Running in 2b7cc60b883c [2021-04-22T08:36:22.210Z] Removing intermediate container 6370654c6154 [2021-04-22T08:36:22.210Z] ---> 8acd8520772b [2021-04-22T08:36:22.210Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:36:22.210Z] ---> f87bbf46f52f [2021-04-22T08:36:22.210Z] Step 21/25 : 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-22T08:36:22.472Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T08:36:22.472Z] ---> Running in 6cc0b474bf42 [2021-04-22T08:36:22.472Z] ---> Running in 96704f90d563 [2021-04-22T08:36:22.472Z] Removing intermediate container cd985059dc7c [2021-04-22T08:36:22.472Z] ---> fc916776b76a [2021-04-22T08:36:22.472Z] Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:36:22.472Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-22T08:36:22.733Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:36:22.733Z] OK: 8 MiB in 20 packages [2021-04-22T08:36:22.733Z] ---> Running in 0c6d58a60d78 [2021-04-22T08:36:23.014Z] Removing intermediate container 6cc0b474bf42 [2021-04-22T08:36:23.014Z] ---> cdabe63f5cb2 [2021-04-22T08:36:23.014Z] Step 20/22 : LABEL arch=x86_64 [2021-04-22T08:36:23.276Z] ---> Running in 8a9ffc296044 [2021-04-22T08:36:23.276Z] Removing intermediate container 0c6d58a60d78 [2021-04-22T08:36:23.276Z] ---> 6e1455b9ab34 [2021-04-22T08:36:23.276Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:36:23.539Z] ---> Running in da907a44a3a9 [2021-04-22T08:36:23.803Z] Removing intermediate container 5917c893acd3 [2021-04-22T08:36:23.803Z] ---> 1042d1f729b9 [2021-04-22T08:36:23.803Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:36:23.803Z] Removing intermediate container 8a9ffc296044 [2021-04-22T08:36:23.803Z] ---> 02745abebbbe [2021-04-22T08:36:23.803Z] Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:36:24.066Z] ---> Running in efceacc49b78 [2021-04-22T08:36:24.066Z] Removing intermediate container da907a44a3a9 [2021-04-22T08:36:24.066Z] ---> 82fbb92b1084 [2021-04-22T08:36:24.066Z] [2021-04-22T08:36:24.066Z] ---> ba0108d2c7e2 [2021-04-22T08:36:24.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-22T08:36:24.646Z] Successfully built 82fbb92b1084 [2021-04-22T08:36:24.646Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-22T08:36:24.646Z] Removing intermediate container 96704f90d563 [2021-04-22T08:36:24.646Z] ---> 696bd8ec60f6 [2021-04-22T08:36:24.646Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-22T08:36:24.646Z] Removing intermediate container 2b7cc60b883c [2021-04-22T08:36:24.646Z] ---> eb4655e08caa [2021-04-22T08:36:24.646Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:36:24.646Z] Building docker-sys-mgmt-agent-go [2021-04-22T08:36:24.646Z]  Building docker-support-scheduler-go ... done Removing intermediate container efceacc49b78 [2021-04-22T08:36:24.646Z] ---> ad06926ad838 [2021-04-22T08:36:24.646Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:36:24.646Z] ---> Running in 08889c4a0eaa [2021-04-22T08:36:24.646Z] ---> 9751dac78b69 [2021-04-22T08:36:24.646Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-22T08:36:24.913Z] ---> Running in 507c2b7f39c8 [2021-04-22T08:36:24.913Z] ---> a978d3c580f1 [2021-04-22T08:36:24.913Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-22T08:36:24.913Z] Removing intermediate container 08889c4a0eaa [2021-04-22T08:36:24.913Z] ---> d1e3ae04316d [2021-04-22T08:36:24.913Z] Step 23/25 : LABEL arch=x86_64 [2021-04-22T08:36:25.178Z] ---> Running in 64e6b2767dde [2021-04-22T08:36:25.178Z] Removing intermediate container 507c2b7f39c8 [2021-04-22T08:36:25.178Z] ---> 5637ee9583b6 [2021-04-22T08:36:25.178Z] [2021-04-22T08:36:25.178Z] ---> c9421f60fe92 [2021-04-22T08:36:25.178Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-22T08:36:25.448Z] Successfully built 5637ee9583b6 [2021-04-22T08:36:25.448Z] ---> Running in 5d8319c72bb0 [2021-04-22T08:36:25.448Z] Successfully tagged docker-support-notifications-go:latest [2021-04-22T08:36:25.448Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-22T08:36:28.014Z] Removing intermediate container 64e6b2767dde [2021-04-22T08:36:28.014Z] ---> 4f3889af559e [2021-04-22T08:36:28.014Z] Step 24/25 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:36:30.568Z] ---> 4b3af111ce67 [2021-04-22T08:36:30.568Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-22T08:36:30.568Z] Removing intermediate container 5d8319c72bb0 [2021-04-22T08:36:30.568Z] ---> 9e3848069f76 [2021-04-22T08:36:30.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:36:30.568Z] ---> Running in 50bc0bc3c716 [2021-04-22T08:36:30.829Z] ---> Running in b4a55bda7af6 [2021-04-22T08:36:33.384Z] Removing intermediate container 50bc0bc3c716 [2021-04-22T08:36:33.384Z] ---> 6ef728a96f34 [2021-04-22T08:36:33.384Z] Step 25/25 : LABEL version=0.0.0 [2021-04-22T08:36:33.384Z] Removing intermediate container b4a55bda7af6 [2021-04-22T08:36:33.384Z] ---> 83d9115d089c [2021-04-22T08:36:33.384Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:36:33.384Z] ---> 0dfe24020ac1 [2021-04-22T08:36:33.384Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-22T08:36:33.384Z] ---> Running in 4c0f560034c3 [2021-04-22T08:36:33.384Z] ---> Running in bda96f5dee46 [2021-04-22T08:36:33.964Z] Removing intermediate container 4c0f560034c3 [2021-04-22T08:36:33.964Z] ---> 882b830e59c5 [2021-04-22T08:36:33.964Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:36:34.238Z] Removing intermediate container bda96f5dee46 [2021-04-22T08:36:34.238Z] ---> 77b0282eff4a [2021-04-22T08:36:34.238Z] [2021-04-22T08:36:34.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-04-22T08:36:34.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-22T08:36:34.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-22T08:36:34.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.236s coverage: 100.0% of statements [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-22T08:36:34.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.209s coverage: 100.0% of statements [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-22T08:36:34.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.428s coverage: 86.7% of statements [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-22T08:36:34.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.423s coverage: 97.5% of statements [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-22T08:36:34.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-22T08:36:34.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-22T08:36:36.175Z] Successfully built 77b0282eff4a [2021-04-22T08:36:36.175Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-22T08:36:36.175Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-22T08:36:36.175Z] ---> 3ed95efd7bc5 [2021-04-22T08:36:36.175Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-22T08:36:36.175Z] ---> Running in 8b411c476560 [2021-04-22T08:36:41.526Z] Removing intermediate container 8b411c476560 [2021-04-22T08:36:41.526Z] ---> 8c9352577a63 [2021-04-22T08:36:41.526Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:36:42.112Z] ---> 6fe1e7a03484 [2021-04-22T08:36:42.112Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.344s coverage: 93.0% of statements [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.115s coverage: 58.8% of statements [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.238s coverage: 0.9% of statements [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-22T08:36:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.159s coverage: 79.5% of statements [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.213s coverage: 96.3% of statements [2021-04-22T08:36:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.135s coverage: 87.5% of statements [2021-04-22T08:36:43.093Z] ---> Running in 14383d84d13d [2021-04-22T08:36:45.684Z] ---> Running in cf24ae89b01d [2021-04-22T08:36:46.276Z] Removing intermediate container 14383d84d13d [2021-04-22T08:36:46.276Z] ---> 309c6ef703dd [2021-04-22T08:36:46.276Z] [2021-04-22T08:36:46.853Z] Successfully built 309c6ef703dd [2021-04-22T08:36:48.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:36:48.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:36:48.252Z] Successfully tagged docker-core-data-go:latest [2021-04-22T08:36:48.524Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-22T08:36:48.524Z] ---> 12286b2078eb [2021-04-22T08:36:48.524Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:36:48.524Z] ---> Using cache [2021-04-22T08:36:48.524Z] ---> 76532628d5c3 [2021-04-22T08:36:48.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:36:48.524Z] ---> Using cache [2021-04-22T08:36:48.524Z] ---> 11130c04145e [2021-04-22T08:36:48.524Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-22T08:36:48.786Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:36:48.786Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:36:48.786Z] ---> 12286b2078eb [2021-04-22T08:36:48.786Z] Step 3/21 : WORKDIR /edgex-go [2021-04-22T08:36:48.786Z] ---> Using cache [2021-04-22T08:36:48.786Z] ---> 76532628d5c3 [2021-04-22T08:36:48.786Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:36:48.786Z] ---> Using cache [2021-04-22T08:36:48.786Z] ---> 11130c04145e [2021-04-22T08:36:48.786Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-22T08:36:50.198Z] Removing intermediate container cf24ae89b01d [2021-04-22T08:36:50.198Z] ---> 7ff22f57457e [2021-04-22T08:36:50.198Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-22T08:36:50.198Z] ---> Running in 078b75c54fc3 [2021-04-22T08:36:50.198Z] ---> Running in d13e1df7d38c [2021-04-22T08:36:52.133Z] ---> e7c8c2a35d9d [2021-04-22T08:36:52.133Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-22T08:36:52.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.174s coverage: 94.4% of statements [2021-04-22T08:36:52.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements [2021-04-22T08:36:54.056Z] ---> Running in c863cc74b824 [2021-04-22T08:36:54.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:55.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:55.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:55.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:36:56.385Z] OK: 233 MiB in 51 packages [2021-04-22T08:36:56.658Z] OK: 233 MiB in 51 packages [2021-04-22T08:36:59.250Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:36:59.251Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:36:59.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.514s coverage: 81.9% of statements [2021-04-22T08:36:59.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-22T08:36:59.831Z] ---> 12286b2078eb [2021-04-22T08:36:59.831Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:36:59.831Z] ---> Using cache [2021-04-22T08:36:59.831Z] ---> 76532628d5c3 [2021-04-22T08:36:59.831Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:36:59.831Z] ---> Using cache [2021-04-22T08:36:59.831Z] ---> 11130c04145e [2021-04-22T08:36:59.831Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:37:00.098Z] Removing intermediate container 078b75c54fc3 [2021-04-22T08:37:00.098Z] ---> 477eb175ec86 [2021-04-22T08:37:00.098Z] Step 6/23 : COPY go.mod . [2021-04-22T08:37:00.362Z] Removing intermediate container c863cc74b824 [2021-04-22T08:37:00.362Z] ---> 07ea7539cdad [2021-04-22T08:37:00.362Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-22T08:37:00.362Z] ---> Running in a061701d7265 [2021-04-22T08:37:00.362Z] Removing intermediate container d13e1df7d38c [2021-04-22T08:37:00.362Z] ---> 24d7eff2950f [2021-04-22T08:37:00.362Z] Step 6/21 : COPY go.mod . [2021-04-22T08:37:00.962Z] ---> 25d419940a56 [2021-04-22T08:37:00.962Z] Step 7/23 : RUN go mod download [2021-04-22T08:37:00.962Z] ---> Running in cc0771683e7c [2021-04-22T08:37:01.237Z] ---> 38e9fd073ad3 [2021-04-22T08:37:01.237Z] Step 7/21 : RUN go mod download [2021-04-22T08:37:01.237Z] ---> Running in 4819c97eae06 [2021-04-22T08:37:01.511Z] ---> Running in 63bc28428f22 [2021-04-22T08:37:02.902Z] Removing intermediate container cc0771683e7c [2021-04-22T08:37:02.902Z] ---> ed2e3fe239bc [2021-04-22T08:37:02.902Z] Step 28/31 : CMD ["gate"] [2021-04-22T08:37:03.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:37:03.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:37:04.346Z] ---> Running in c24127f0c7c7 [2021-04-22T08:37:04.346Z] OK: 233 MiB in 51 packages [2021-04-22T08:37:04.930Z] Removing intermediate container c24127f0c7c7 [2021-04-22T08:37:04.930Z] ---> 6437da3f24f6 [2021-04-22T08:37:04.930Z] Step 29/31 : LABEL arch=x86_64 [2021-04-22T08:37:06.369Z] ---> Running in 61c649c735b3 [2021-04-22T08:37:07.041Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:37:07.041Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:37:07.041Z] ---> 12286b2078eb [2021-04-22T08:37:07.041Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:37:07.041Z] ---> Using cache [2021-04-22T08:37:07.041Z] ---> 76532628d5c3 [2021-04-22T08:37:07.041Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:37:07.041Z] ---> Using cache [2021-04-22T08:37:07.041Z] ---> 11130c04145e [2021-04-22T08:37:07.041Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:37:07.041Z] ---> Using cache [2021-04-22T08:37:07.041Z] ---> 531c238addd0 [2021-04-22T08:37:07.041Z] Step 6/23 : COPY go.mod . [2021-04-22T08:37:07.632Z] Removing intermediate container a061701d7265 [2021-04-22T08:37:07.632Z] ---> 531c238addd0 [2021-04-22T08:37:07.632Z] Step 6/23 : COPY go.mod . [2021-04-22T08:37:07.632Z] Removing intermediate container 61c649c735b3 [2021-04-22T08:37:07.632Z] ---> 214daab3580e [2021-04-22T08:37:07.632Z] Step 30/31 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:37:08.577Z] Removing intermediate container 63bc28428f22 [2021-04-22T08:37:08.578Z] ---> 6b36308700a0 [2021-04-22T08:37:08.578Z] Step 8/21 : COPY . . [2021-04-22T08:37:08.578Z] Removing intermediate container 4819c97eae06 [2021-04-22T08:37:08.578Z] ---> f420ab01427a [2021-04-22T08:37:08.578Z] Step 8/23 : COPY . . [2021-04-22T08:37:08.578Z] ---> 0a0d9f6cf876 [2021-04-22T08:37:08.578Z] Step 7/23 : RUN go mod download [2021-04-22T08:37:08.578Z] ---> 1ddd41b4514e [2021-04-22T08:37:08.578Z] Step 7/23 : RUN go mod download [2021-04-22T08:37:08.578Z] ---> Running in e8961d82bb5a [2021-04-22T08:37:08.578Z] ---> Running in 28d0065b8085 [2021-04-22T08:37:08.840Z] ---> Running in ed8b69a0e211 [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.128s coverage: 79.1% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.0% of statements [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 85.4% of statements [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.783s coverage: 64.4% of statements [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-22T08:37:09.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.118s coverage: 100.0% of statements [2021-04-22T08:37:09.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-04-22T08:37:09.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-04-22T08:37:11.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-04-22T08:37:11.394Z] Removing intermediate container 28d0065b8085 [2021-04-22T08:37:11.395Z] ---> ce2c084809df [2021-04-22T08:37:11.395Z] Step 31/31 : LABEL version=0.0.0 [2021-04-22T08:37:11.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2021-04-22T08:37:13.326Z] ---> Running in 6f9e0711655c [2021-04-22T08:37:15.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 66.9% of statements [2021-04-22T08:37:15.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-22T08:37:15.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-22T08:37:15.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-22T08:37:16.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.499s coverage: 41.5% of statements [2021-04-22T08:37:16.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-22T08:37:16.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-22T08:37:16.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements [2021-04-22T08:37:16.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-22T08:37:16.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-04-22T08:37:19.951Z] Removing intermediate container 6f9e0711655c [2021-04-22T08:37:19.951Z] ---> 431722669699 [2021-04-22T08:37:19.951Z] [2021-04-22T08:37:19.951Z] Successfully built 431722669699 [2021-04-22T08:37:20.907Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-22T08:37:21.482Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e8961d82bb5a [2021-04-22T08:37:21.482Z] ---> 3900f24c20db [2021-04-22T08:37:21.482Z] Step 8/23 : COPY . . [2021-04-22T08:37:25.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-22T08:37:25.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-22T08:37:25.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-22T08:37:25.159Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.210s coverage: 9.6% of statements [2021-04-22T08:37:25.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-22T08:37:25.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 88.6% of statements [2021-04-22T08:37:25.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-22T08:37:25.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:37:25.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-22T08:37:26.810Z] Removing intermediate container ed8b69a0e211 [2021-04-22T08:37:26.810Z] ---> 8d98daf3241c [2021-04-22T08:37:26.810Z] Step 8/23 : COPY . . [2021-04-22T08:37:35.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.830s coverage: 28.7% of statements [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-22T08:37:35.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-22T08:37:35.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.213s coverage: 100.0% of statements [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-22T08:37:35.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.194s coverage: 64.6% of statements [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.393s coverage: 95.6% of statements [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-22T08:37:35.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-22T08:37:35.630Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-22T08:37:35.904Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-22T08:37:36.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements [2021-04-22T08:37:37.160Z] GO111MODULE=on go vet ./... [2021-04-22T08:37:45.024Z] ---> add3ea515338 [2021-04-22T08:37:45.025Z] ---> 3fb6fc3157a5 [2021-04-22T08:37:45.025Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-22T08:37:45.025Z] [2021-04-22T08:37:47.601Z] ---> Running in cb81597cacf7 [2021-04-22T08:37:47.601Z] ---> Running in e60d07e78387 [2021-04-22T08:37:49.531Z] 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-22T08:37:49.531Z] 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-22T08:37:53.820Z] ---> 0a17c5ac28db [2021-04-22T08:37:53.820Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-22T08:37:56.398Z] ---> Running in 86e5897e1ae6 [2021-04-22T08:37:58.361Z] 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-22T08:37:59.800Z] ---> b8eaf5d472bc [2021-04-22T08:37:59.800Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-22T08:37:59.800Z] ---> Running in 53e38a55eb83 [2021-04-22T08:38:00.772Z] 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-22T08:38:15.797Z] 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-22T08:38:20.075Z] Removing intermediate container e60d07e78387 [2021-04-22T08:38:20.075Z] ---> afefe5efea84 [2021-04-22T08:38:20.075Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-22T08:38:20.346Z] ---> Running in 090e49938801 [2021-04-22T08:38:21.334Z] 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-22T08:38:23.278Z] Removing intermediate container cb81597cacf7 [2021-04-22T08:38:23.278Z] ---> f9730d8263a5 [2021-04-22T08:38:23.278Z] [2021-04-22T08:38:23.278Z] Step 10/21 : FROM alpine:3.12 [2021-04-22T08:38:23.278Z] ---> 13621d1b12d4 [2021-04-22T08:38:23.278Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-22T08:38:23.888Z] ---> Running in d7121bd29a76 [2021-04-22T08:38:27.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:38:27.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:38:27.222Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-22T08:38:27.222Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:38:27.222Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-22T08:38:27.222Z] (4/4) Installing curl (7.76.1-r0) [2021-04-22T08:38:27.222Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:38:27.483Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:38:27.483Z] OK: 7 MiB in 18 packages [2021-04-22T08:38:27.483Z] Removing intermediate container 090e49938801 [2021-04-22T08:38:27.483Z] ---> 89f251046ded [2021-04-22T08:38:27.483Z] [2021-04-22T08:38:27.483Z] Step 11/23 : FROM docker:20.10.0 [2021-04-22T08:38:27.483Z] 20.10.0: Pulling from library/docker [2021-04-22T08:38:28.874Z] Removing intermediate container 86e5897e1ae6 [2021-04-22T08:38:28.874Z] ---> f985b34b1c61 [2021-04-22T08:38:28.874Z] [2021-04-22T08:38:28.874Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:38:28.874Z] ---> 13621d1b12d4 [2021-04-22T08:38:28.874Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:38:28.874Z] ---> Using cache [2021-04-22T08:38:28.874Z] ---> c75f56f525b3 [2021-04-22T08:38:28.874Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:38:28.874Z] ---> Using cache [2021-04-22T08:38:28.874Z] ---> 995717f2202a [2021-04-22T08:38:28.874Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-22T08:38:29.821Z] ---> Running in aac2c8be8677 [2021-04-22T08:38:30.785Z] Removing intermediate container aac2c8be8677 [2021-04-22T08:38:30.785Z] ---> c30515129099 [2021-04-22T08:38:30.785Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:38:33.346Z] Removing intermediate container d7121bd29a76 [2021-04-22T08:38:33.346Z] ---> 23bd0ce0823f [2021-04-22T08:38:33.346Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:38:33.346Z] ---> Running in 97ab56dc1d9a [2021-04-22T08:38:33.346Z] ---> Running in 38beea32324c [2021-04-22T08:38:33.346Z] Removing intermediate container 53e38a55eb83 [2021-04-22T08:38:33.346Z] ---> 0587685ad962 [2021-04-22T08:38:33.346Z] [2021-04-22T08:38:33.346Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:38:33.346Z] ---> 13621d1b12d4 [2021-04-22T08:38:33.346Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:38:33.346Z] ---> Using cache [2021-04-22T08:38:33.346Z] ---> c75f56f525b3 [2021-04-22T08:38:33.346Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:38:33.346Z] ---> Using cache [2021-04-22T08:38:33.346Z] ---> 995717f2202a [2021-04-22T08:38:33.346Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-22T08:38:33.612Z] ---> Running in 48469fcf68d9 [2021-04-22T08:38:33.612Z] Removing intermediate container 97ab56dc1d9a [2021-04-22T08:38:33.612Z] ---> ca426d4600f2 [2021-04-22T08:38:33.612Z] Step 15/23 : WORKDIR / [2021-04-22T08:38:33.612Z] ---> Running in 64b79c805e02 [2021-04-22T08:38:33.875Z] Removing intermediate container 38beea32324c [2021-04-22T08:38:33.875Z] ---> 2d21d13a4bbd [2021-04-22T08:38:33.875Z] Step 13/21 : WORKDIR /edgex [2021-04-22T08:38:33.875Z] Removing intermediate container 48469fcf68d9 [2021-04-22T08:38:33.875Z] ---> cd82c1528459 [2021-04-22T08:38:33.875Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:38:33.875Z] ---> Running in 3f72dcc9d0c3 [2021-04-22T08:38:33.875Z] ---> Running in 5422dcdbb7e9 [2021-04-22T08:38:34.142Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-22T08:38:34.142Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-22T08:38:34.142Z] ---> aefe523efa57 [2021-04-22T08:38:34.142Z] 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-22T08:38:34.142Z] Removing intermediate container 64b79c805e02 [2021-04-22T08:38:34.142Z] ---> e25130f4165d [2021-04-22T08:38:34.142Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:38:35.093Z] ---> Running in ee7160b3a45b [2021-04-22T08:38:35.093Z] Removing intermediate container 3f72dcc9d0c3 [2021-04-22T08:38:35.093Z] ---> 5e3fb1998e24 [2021-04-22T08:38:35.093Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-22T08:38:35.093Z] Removing intermediate container 5422dcdbb7e9 [2021-04-22T08:38:35.093Z] ---> 6fce48975632 [2021-04-22T08:38:35.093Z] Step 15/23 : WORKDIR / [2021-04-22T08:38:35.355Z] ---> 26b27a1d45e3 [2021-04-22T08:38:35.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-22T08:38:35.355Z] ---> Running in a8e4c06a92ac [2021-04-22T08:38:35.355Z] Removing intermediate container ee7160b3a45b [2021-04-22T08:38:35.355Z] ---> 5a29e76ba7cf [2021-04-22T08:38:35.355Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-22T08:38:35.626Z] ---> f285267e448a [2021-04-22T08:38:35.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-22T08:38:35.626Z] ---> Running in 59e4b8295033 [2021-04-22T08:38:35.899Z] Removing intermediate container a8e4c06a92ac [2021-04-22T08:38:35.899Z] ---> 83bee18f66cd [2021-04-22T08:38:35.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:38:35.899Z] ---> 936cd72db5e3 [2021-04-22T08:38:35.899Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-22T08:38:36.241Z] ---> 6b40ca438015 [2021-04-22T08:38:36.241Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-22T08:38:36.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:38:36.534Z] ---> a60bbd47caa6 [2021-04-22T08:38:36.534Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-22T08:38:36.534Z] ---> 738d94fd5d7b [2021-04-22T08:38:36.534Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-22T08:38:36.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:38:36.534Z] ---> Running in 1c1a16c96c5d [2021-04-22T08:38:36.534Z] (1/39) Installing readline (8.0.4-r0) [2021-04-22T08:38:36.534Z] (2/39) Installing bash (5.0.17-r0) [2021-04-22T08:38:36.534Z] Executing bash-5.0.17-r0.post-install [2021-04-22T08:38:36.839Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:38:36.839Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-22T08:38:36.839Z] (5/39) Installing curl (7.76.1-r0) [2021-04-22T08:38:36.840Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-22T08:38:36.840Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-22T08:38:36.840Z] (8/39) Installing expat (2.2.9-r1) [2021-04-22T08:38:36.840Z] (9/39) Installing libffi (3.3-r2) [2021-04-22T08:38:36.840Z] (10/39) Installing gdbm (1.13-r1) [2021-04-22T08:38:36.840Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-22T08:38:36.840Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-22T08:38:36.840Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-22T08:38:36.840Z] Removing intermediate container 1c1a16c96c5d [2021-04-22T08:38:36.840Z] ---> 41e5b459f5e0 [2021-04-22T08:38:36.840Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:38:40.152Z] ---> Running in 24d8fdfe0d9e [2021-04-22T08:38:40.152Z] ---> 89cfc535d649 [2021-04-22T08:38:40.152Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-22T08:38:40.152Z] ---> a322940cdd6c [2021-04-22T08:38:40.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-22T08:38:41.098Z] ---> Running in 6633a5061b9b [2021-04-22T08:38:41.098Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-22T08:38:41.098Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-22T08:38:41.098Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-22T08:38:41.098Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-22T08:38:41.098Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-22T08:38:41.360Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-22T08:38:41.360Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-22T08:38:41.360Z] ---> 5d22539df04f [2021-04-22T08:38:41.360Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-22T08:38:41.360Z] Removing intermediate container 24d8fdfe0d9e [2021-04-22T08:38:41.360Z] ---> cb2c8ba96164 [2021-04-22T08:38:41.360Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:38:41.360Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-22T08:38:41.936Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-22T08:38:41.936Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-22T08:38:41.936Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-22T08:38:41.936Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-22T08:38:42.516Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-22T08:38:42.516Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-22T08:38:42.516Z] ---> Running in dcae37f38d79 [2021-04-22T08:38:42.516Z] ---> Running in b39c470ae5e7 [2021-04-22T08:38:42.516Z] Removing intermediate container 6633a5061b9b [2021-04-22T08:38:42.516Z] ---> 1fb0adb06921 [2021-04-22T08:38:42.516Z] Step 18/21 : CMD ["--init=true"] [2021-04-22T08:38:42.516Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-22T08:38:42.778Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-22T08:38:42.778Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-22T08:38:42.778Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-22T08:38:43.042Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-22T08:38:43.043Z] ---> Running in cfa043d53d1a [2021-04-22T08:38:43.043Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-22T08:38:43.304Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-22T08:38:43.304Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-22T08:38:43.304Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-22T08:38:43.304Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-22T08:38:43.304Z] Removing intermediate container b39c470ae5e7 [2021-04-22T08:38:43.304Z] ---> 60cedc58846f [2021-04-22T08:38:43.304Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:38:43.304Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-22T08:38:43.304Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-22T08:38:43.304Z] Removing intermediate container dcae37f38d79 [2021-04-22T08:38:43.304Z] ---> ba7bb922e8d3 [2021-04-22T08:38:43.304Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:38:44.260Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:38:44.260Z] OK: 72 MiB in 59 packages [2021-04-22T08:38:44.260Z] ---> Running in 50e86a31bbbe [2021-04-22T08:38:44.260Z] ---> Running in 70e2cccf119c [2021-04-22T08:38:44.260Z] Removing intermediate container cfa043d53d1a [2021-04-22T08:38:44.260Z] ---> 2475eb658af3 [2021-04-22T08:38:44.260Z] Step 19/21 : LABEL arch=x86_64 [2021-04-22T08:38:44.260Z] ---> Running in 61380a64e4dd [2021-04-22T08:38:44.260Z] Removing intermediate container 50e86a31bbbe [2021-04-22T08:38:44.260Z] ---> 2a0fc44519f1 [2021-04-22T08:38:44.260Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:38:44.260Z] Removing intermediate container 70e2cccf119c [2021-04-22T08:38:44.260Z] ---> 99ad8a100636 [2021-04-22T08:38:44.260Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:38:44.522Z] ---> Running in 02c8f92884af [2021-04-22T08:38:44.522Z] ---> Running in b9019b51a127 [2021-04-22T08:38:44.522Z] Removing intermediate container 61380a64e4dd [2021-04-22T08:38:44.522Z] ---> 0d5048f330a1 [2021-04-22T08:38:44.522Z] Step 20/21 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:38:44.791Z] ---> Running in a07df1094e8f [2021-04-22T08:38:44.791Z] Removing intermediate container 02c8f92884af [2021-04-22T08:38:44.791Z] ---> 5ff8da45404b [2021-04-22T08:38:44.791Z] [2021-04-22T08:38:44.791Z] Removing intermediate container b9019b51a127 [2021-04-22T08:38:44.791Z] ---> 4ef7e20c47c7 [2021-04-22T08:38:44.791Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:38:45.054Z] ---> Running in 5c2263f96fa6 [2021-04-22T08:38:45.054Z] Removing intermediate container a07df1094e8f [2021-04-22T08:38:45.054Z] ---> 148e1ff2760b [2021-04-22T08:38:45.054Z] Step 21/21 : LABEL version=0.0.0 [2021-04-22T08:38:45.054Z] Successfully built 5ff8da45404b [2021-04-22T08:38:45.054Z] ---> Running in 2f6e493e3003 [2021-04-22T08:38:45.054Z] Collecting docker-compose==1.23.2 [2021-04-22T08:38:45.054Z] Successfully tagged docker-core-command-go:latest [2021-04-22T08:38:45.054Z]  Building docker-core-command-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-22T08:38:45.054Z] Removing intermediate container 5c2263f96fa6 [2021-04-22T08:38:45.054Z] ---> 36690193173d [2021-04-22T08:38:45.054Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:38:45.319Z] Collecting docopt<0.7,>=0.6.1 [2021-04-22T08:38:45.319Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-22T08:38:45.319Z] ---> Running in 1b30cd7df276 [2021-04-22T08:38:45.581Z] Removing intermediate container 2f6e493e3003 [2021-04-22T08:38:45.581Z] ---> 9cd1008be2be [2021-04-22T08:38:45.581Z] [2021-04-22T08:38:45.844Z] Successfully built 9cd1008be2be [2021-04-22T08:38:46.105Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-22T08:38:46.105Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1b30cd7df276 [2021-04-22T08:38:46.105Z] ---> 3272bbda0027 [2021-04-22T08:38:46.105Z] [2021-04-22T08:38:46.105Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-22T08:38:46.105Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-22T08:38:46.370Z] Successfully built 3272bbda0027 [2021-04-22T08:38:46.370Z] Successfully tagged docker-core-metadata-go:latest [2021-04-22T08:38:46.371Z]  Building docker-core-metadata-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-22T08:38:46.371Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-22T08:38:46.632Z] Collecting cached-property<2,>=1.2.0 [2021-04-22T08:38:46.632Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-22T08:38:46.632Z] Collecting texttable<0.10,>=0.9.0 [2021-04-22T08:38:46.632Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-22T08:38:47.207Z] Collecting jsonschema<3,>=2.5.1 [2021-04-22T08:38:47.207Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-22T08:38:47.207Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-22T08:38:47.207Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-22T08:38:47.780Z] Collecting docker<4.0,>=3.6.0 [2021-04-22T08:38:47.780Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-22T08:38:48.042Z] Collecting PyYAML<4,>=3.10 [2021-04-22T08:38:48.042Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-22T08:38:48.993Z] 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-22T08:38:48.993Z] 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-22T08:38:48.993Z] 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-22T08:38:48.993Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-22T08:38:48.993Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-22T08:38:48.993Z] Collecting idna<2.8,>=2.5 [2021-04-22T08:38:48.993Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-22T08:38:49.254Z] Collecting docker-pycreds>=0.4.0 [2021-04-22T08:38:49.254Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-22T08:38:49.254Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-22T08:38:49.254Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-22T08:38:49.254Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-22T08:38:49.254Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-22T08:38:49.254Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, cached-property, texttable, jsonschema, dockerpty, docker-pycreds, docker, PyYAML, docker-compose [2021-04-22T08:38:49.254Z] Running setup.py install for docopt: started [2021-04-22T08:38:49.825Z] Running setup.py install for docopt: finished with status 'done' [2021-04-22T08:38:49.825Z] Attempting uninstall: urllib3 [2021-04-22T08:38:49.825Z] Found existing installation: urllib3 1.25.9 [2021-04-22T08:38:49.825Z] Uninstalling urllib3-1.25.9: [2021-04-22T08:38:49.825Z] Successfully uninstalled urllib3-1.25.9 [2021-04-22T08:38:50.085Z] Attempting uninstall: idna [2021-04-22T08:38:50.085Z] Found existing installation: idna 2.9 [2021-04-22T08:38:50.085Z] Uninstalling idna-2.9: [2021-04-22T08:38:50.085Z] Successfully uninstalled idna-2.9 [2021-04-22T08:38:50.346Z] Attempting uninstall: requests [2021-04-22T08:38:50.346Z] Found existing installation: requests 2.23.0 [2021-04-22T08:38:50.346Z] Uninstalling requests-2.23.0: [2021-04-22T08:38:50.346Z] Successfully uninstalled requests-2.23.0 [2021-04-22T08:38:50.346Z] Running setup.py install for texttable: started [2021-04-22T08:38:50.921Z] Running setup.py install for texttable: finished with status 'done' [2021-04-22T08:38:50.922Z] Running setup.py install for dockerpty: started [2021-04-22T08:38:51.495Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-22T08:38:52.067Z] Running setup.py install for PyYAML: started [2021-04-22T08:38:52.640Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-22T08:38:52.640Z] 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-22T08:39:00.806Z] Removing intermediate container 59e4b8295033 [2021-04-22T08:39:00.806Z] ---> f4120c389a09 [2021-04-22T08:39:00.806Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-22T08:39:00.806Z] ---> Running in b2f999c57cef [2021-04-22T08:39:00.806Z] Removing intermediate container b2f999c57cef [2021-04-22T08:39:00.806Z] ---> 2acc4cf4c449 [2021-04-22T08:39:00.806Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-22T08:39:00.806Z] ---> Running in 4223d2c8a488 [2021-04-22T08:39:01.068Z] Removing intermediate container 4223d2c8a488 [2021-04-22T08:39:01.068Z] ---> 2a4948a94461 [2021-04-22T08:39:01.068Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-22T08:39:01.643Z] ---> b531febadbc5 [2021-04-22T08:39:01.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-22T08:39:01.643Z] ---> b00c46346cbf [2021-04-22T08:39:01.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-22T08:39:02.216Z] ---> 8a0df1f6317e [2021-04-22T08:39:02.216Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-22T08:39:02.216Z] ---> Running in cdbf105b4789 [2021-04-22T08:39:02.216Z] Removing intermediate container cdbf105b4789 [2021-04-22T08:39:02.216Z] ---> 1a0a6a923d78 [2021-04-22T08:39:02.216Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:39:02.478Z] ---> Running in 00118095430d [2021-04-22T08:39:02.478Z] Removing intermediate container 00118095430d [2021-04-22T08:39:02.478Z] ---> 86fe20a09781 [2021-04-22T08:39:02.478Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:39:02.478Z] ---> Running in 894247cd6bd3 [2021-04-22T08:39:02.739Z] Removing intermediate container 894247cd6bd3 [2021-04-22T08:39:02.739Z] ---> 6a79571e4850 [2021-04-22T08:39:02.739Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:39:02.739Z] ---> Running in 73944051602e [2021-04-22T08:39:03.001Z] Removing intermediate container 73944051602e [2021-04-22T08:39:03.001Z] ---> 321e14318720 [2021-04-22T08:39:03.001Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:39:03.001Z] ---> Running in 8a299dea2cda [2021-04-22T08:39:03.265Z] Removing intermediate container 8a299dea2cda [2021-04-22T08:39:03.265Z] ---> b9aef631a595 [2021-04-22T08:39:03.265Z] [2021-04-22T08:39:03.525Z] Successfully built b9aef631a595 [2021-04-22T08:39:03.525Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-22T08:39:04.110Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-22T08:39:04.141Z] $ docker stop --time=1 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b [2021-04-22T08:39:07.018Z] $ docker rm -f 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T08:39:07.447Z] + docker images [2021-04-22T08:39:07.447Z] + grep docker [2021-04-22T08:39:07.708Z] docker-sys-mgmt-agent-go latest b9aef631a595 4 seconds ago 312MB [2021-04-22T08:39:07.708Z] docker-security-proxy-setup-go latest 9cd1008be2be 22 seconds ago 26.1MB [2021-04-22T08:39:07.708Z] docker-core-metadata-go latest 3272bbda0027 22 seconds ago 19.2MB [2021-04-22T08:39:07.708Z] docker-core-command-go latest 5ff8da45404b 23 seconds ago 17.5MB [2021-04-22T08:39:07.708Z] docker-security-bootstrapper-go latest 431722669699 About a minute ago 19.3MB [2021-04-22T08:39:07.708Z] docker-core-data-go latest 309c6ef703dd 2 minutes ago 22.9MB [2021-04-22T08:39:07.708Z] docker-security-secretstore-setup-go latest 77b0282eff4a 2 minutes ago 26.5MB [2021-04-22T08:39:07.708Z] docker-support-notifications-go latest 5637ee9583b6 2 minutes ago 18.2MB [2021-04-22T08:39:07.708Z] docker-support-scheduler-go latest 82fbb92b1084 2 minutes ago 17.7MB [2021-04-22T08:39:07.708Z] 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-22T08:39:14.406Z] gofmt -l . [2021-04-22T08:39:14.408Z] [ "`gofmt -l .`" = "" ] [2021-04-22T08:39:14.408Z] ./bin/test-go-mod-tidy.sh [2021-04-22T08:39:14.408Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-22T08:39:15.072Z] + ls -al . [2021-04-22T08:39:15.072Z] total 848 [2021-04-22T08:39:15.072Z] drwxrwxr-x 9 1001 1001 4096 Apr 22 08:39 . [2021-04-22T08:39:15.072Z] drwxr-xr-x 4 root root 4096 Apr 22 08:34 .. [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 11 Apr 22 08:32 .dockerignore [2021-04-22T08:39:15.072Z] drwxrwxr-x 8 1001 1001 4096 Apr 22 08:32 .git [2021-04-22T08:39:15.072Z] drwxrwxr-x 3 1001 1001 4096 Apr 22 08:32 .github [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 818 Apr 22 08:32 .gitignore [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 166 Apr 22 08:32 .sonarcloud.properties [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:32 Attribution.txt [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:32 CONTRIBUTING.md [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 931 Apr 22 08:32 Dockerfile.build [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 863 Apr 22 08:32 Jenkinsfile [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:32 LICENSE [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:32 Makefile [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:32 README.md [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:32 SECURITY.md [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 5 Apr 22 08:30 VERSION [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:32 ZMQWindows.md [2021-04-22T08:39:15.072Z] drwxrwxr-x 2 1001 1001 4096 Apr 22 08:32 bin [2021-04-22T08:39:15.072Z] drwxrwxr-x 14 1001 1001 4096 Apr 22 08:32 cmd [2021-04-22T08:39:15.072Z] -rw-r--r-- 1 root root 711909 Apr 22 08:37 coverage.out [2021-04-22T08:39:15.072Z] -rw-r--r-- 1 root root 1059 Apr 22 08:39 go.mod [2021-04-22T08:39:15.072Z] -rw-r--r-- 1 root root 22300 Apr 22 08:39 go.sum [2021-04-22T08:39:15.072Z] drwxrwxr-x 8 1001 1001 4096 Apr 22 08:32 internal [2021-04-22T08:39:15.072Z] drwxrwxr-x 4 1001 1001 4096 Apr 22 08:32 openapi [2021-04-22T08:39:15.072Z] drwxrwxr-x 4 1001 1001 4096 Apr 22 08:32 snap [2021-04-22T08:39:15.072Z] -rw-rw-r-- 1 1001 1001 168 Apr 22 08:32 version.go [Pipeline] sh [2021-04-22T08:39:15.731Z] + '[' -e coverage.out ] [2021-04-22T08:39:15.732Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-22T08:39:15.763Z] Warning: overwriting stash ‘coverage-report’ [2021-04-22T08:39:17.140Z] Stashed 1 file(s) [Pipeline] sh [2021-04-22T08:39:17.789Z] + make build [2021-04-22T08:39:17.789Z] 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-22T08:39:22.935Z] Still waiting to schedule task [2021-04-22T08:39:22.935Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-22T08:39:32.896Z] 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-22T08:39:59.750Z] 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-22T08:40:09.908Z] 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-22T08:40:12.195Z] Running on prd-ubuntu18.04-docker-8c-8g-1427 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-22T08:40:12.219Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-22T08:40:14.515Z] using credential edgex-jenkins-ssh [2021-04-22T08:40:14.527Z] Cloning the remote Git repository [2021-04-22T08:40:14.531Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:40:14.620Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-22T08:40:14.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:40:14.652Z] > git --version # timeout=10 [2021-04-22T08:40:14.661Z] > git --version # 'git version 2.17.1' [2021-04-22T08:40:14.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:40:14.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:40:18.248Z] 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-22T08:40:20.224Z] 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-22T08:40:24.866Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-22T08:40:25.040Z] Merge succeeded, producing 7e5844cbcf7c082acaeff60ad9d5712038d3142f [2021-04-22T08:40:25.040Z] Checking out Revision 7e5844cbcf7c082acaeff60ad9d5712038d3142f (PR-3391) [2021-04-22T08:40:24.206Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:40:24.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:40:24.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:40:24.237Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:40:24.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:40:24.242Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-22T08:40:24.875Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:40:24.879Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-22T08:40:24.962Z] > git remote # timeout=10 [2021-04-22T08:40:24.969Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T08:40:24.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:40:24.977Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-22T08:40:25.035Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T08:40:25.043Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:40:25.049Z] > git checkout -f 7e5844cbcf7c082acaeff60ad9d5712038d3142f # timeout=10 [2021-04-22T08:40:26.945Z] 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-22T08:40:28.654Z] Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" [2021-04-22T08:40:28.665Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:40:29.710Z] + echo snap-build.sh [2021-04-22T08:40:29.710Z] snap-build.sh [2021-04-22T08:40:29.710Z] + SNAP_BASE_DIR=. [2021-04-22T08:40:29.710Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-22T08:40:29.710Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-22T08:40:29.710Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-22T08:40:29.710Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-22T08:40:29.710Z] + cd /w/workspace/edgex-go/4 [2021-04-22T08:40:29.710Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-22T08:40:29.710Z] Reading package lists... [2021-04-22T08:40:29.710Z] Building dependency tree... [2021-04-22T08:40:29.710Z] Reading state information... [2021-04-22T08:40:29.972Z] The following packages were automatically installed and are no longer required: [2021-04-22T08:40:29.972Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-22T08:40:29.972Z] uidmap xdelta3 [2021-04-22T08:40:29.972Z] Use 'sudo apt autoremove' to remove them. [2021-04-22T08:40:29.972Z] The following packages will be REMOVED: [2021-04-22T08:40:29.972Z] lxd* lxd-client* [2021-04-22T08:40:28.659Z] > git rev-list --no-walk 10103b7b129986e7f07d1b4b02e10c7fdba00c9f # timeout=10 [2021-04-22T08:40:30.544Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-22T08:40:30.544Z] After this operation, 31.7 MB disk space will be freed. [2021-04-22T08:40:31.589Z] (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-22T08:40:31.589Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:40:32.161Z] Removing lxd dnsmasq configuration [2021-04-22T08:40:32.352Z] 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-22T08:40:32.423Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:40:32.686Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-22T08:40:33.629Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-22T08:40:33.895Z] (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-22T08:40:33.895Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:40:35.288Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-22T08:40:35.288Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-22T08:40:36.670Z] + sudo snap remove --purge lxd [2021-04-22T08:40:36.670Z] snap "lxd" is not installed [2021-04-22T08:40:36.670Z] + sudo groupadd --force --system lxd [2021-04-22T08:40:36.670Z] ++ whoami [2021-04-22T08:40:36.670Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-22T08:40:36.670Z] + newgrp - lxd [2021-04-22T08:40:36.670Z] + sudo snap install lxd [2021-04-22T08:40:37.748Z] 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-22T08:40:42.056Z] 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-22T08:40:44.817Z] 2021-04-22T08:40:42Z INFO Waiting for automatic snapd restart... [2021-04-22T08:40:46.365Z] 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-22T08:40:51.771Z] 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-22T08:41:00.071Z] $ docker stop --time=1 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f [2021-04-22T08:41:02.626Z] $ docker rm -f 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f [2021-04-22T08:41:02.954Z] lxd 4.13 from Canonical* installed [2021-04-22T08:41:02.954Z] + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:41:04.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:41:04.446Z] [2021-04-22T08:41:04.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:41:05.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:41:05.337Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-22T08:41:05.337Z] 29e5d40040c1: Pulling fs layer [2021-04-22T08:41:05.337Z] 1ce36da41761: Pulling fs layer [2021-04-22T08:41:05.337Z] 25b303627fd3: Pulling fs layer [2021-04-22T08:41:05.610Z] 29e5d40040c1: Verifying Checksum [2021-04-22T08:41:05.610Z] 29e5d40040c1: Download complete [2021-04-22T08:41:06.209Z] 1ce36da41761: Verifying Checksum [2021-04-22T08:41:06.209Z] 1ce36da41761: Download complete [2021-04-22T08:41:06.209Z] 29e5d40040c1: Pull complete [2021-04-22T08:41:07.647Z] 1ce36da41761: Pull complete [2021-04-22T08:41:07.919Z] 25b303627fd3: Verifying Checksum [2021-04-22T08:41:07.919Z] 25b303627fd3: Download complete [2021-04-22T08:41:09.558Z] + sudo snap install --classic snapcraft [2021-04-22T08:41:16.146Z] snapcraft 4.6.2 from Canonical* installed [2021-04-22T08:41:16.146Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-22T08:41:16.146Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-22T08:41:16.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T08:41:16.146Z] Dload Upload Total Spent Left Speed [2021-04-22T08:41:16.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4446 0 --:--:-- --:--:-- --:--:-- 4446 [2021-04-22T08:41:16.719Z] 100 3325k 100 3325k 0 0 6215k 0 --:--:-- --:--:-- --:--:-- 6215k [2021-04-22T08:41:16.719Z] ./yq_linux_amd64 [2021-04-22T08:41:16.719Z] + sudo snapcraft prime --use-lxd [2021-04-22T08:41:18.075Z] 25b303627fd3: Pull complete [2021-04-22T08:41:18.075Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-22T08:41:18.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:41:18.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-22T08:41:18.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container [2021-04-22T08:41:18.438Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-22T08:41:18.633Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-22T08:41:18.633Z] 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-22T08:41:18.633Z] - README.md [2021-04-22T08:41:18.633Z] [2021-04-22T08:41:18.633Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-22T08:41:18.895Z] Launching a container. [2021-04-22T08:41:21.822Z] $ docker top 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:41:22.815Z] + docker-compose build --help [2021-04-22T08:41:22.815Z] + grep parallel [2021-04-22T08:41:28.202Z] --parallel Build images in parallel. [Pipeline] } [2021-04-22T08:41:28.216Z] $ docker stop --time=1 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace [2021-04-22T08:41:30.220Z] $ docker rm -f 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:41:30.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:41:30.962Z] . [Pipeline] withDockerContainer [2021-04-22T08:41:31.144Z] Waiting for container to be ready [2021-04-22T08:41:31.144Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-22T08:41:31.144Z] [2021-04-22T08:41:31.251Z] prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container [2021-04-22T08:41:31.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-22T08:41:32.931Z] $ docker top 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:41:33.995Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-22T08:41:34.455Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-22T08:41:34.455Z] Waiting for network to be ready... [2021-04-22T08:41:35.396Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-22T08:41:35.396Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-22T08:41:35.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-22T08:41:35.657Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-22T08:41:35.657Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-22T08:41:36.228Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-22T08:41:36.229Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-22T08:41:36.229Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-22T08:41:36.229Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-22T08:41:36.229Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-22T08:41:36.229Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-22T08:41:36.229Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-22T08:41:36.229Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-22T08:41:36.229Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-22T08:41:36.801Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-22T08:41:36.801Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-22T08:41:36.801Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-22T08:41:37.061Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-22T08:41:38.003Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-22T08:41:38.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-22T08:41:38.265Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-22T08:41:38.265Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-22T08:41:38.526Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-22T08:41:38.526Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-22T08:41:38.526Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-22T08:41:38.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-22T08:41:39.052Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-22T08:41:39.388Z] Building docker-core-command-go ... [2021-04-22T08:41:39.388Z] Building docker-core-data-go ... [2021-04-22T08:41:39.388Z] Building docker-core-metadata-go ... [2021-04-22T08:41:39.389Z] Building docker-security-bootstrapper-go ... [2021-04-22T08:41:39.389Z] Building docker-security-proxy-setup-go ... [2021-04-22T08:41:39.389Z] Building docker-security-secretstore-setup-go ... [2021-04-22T08:41:39.389Z] Building docker-support-notifications-go ... [2021-04-22T08:41:39.389Z] Building docker-support-scheduler-go ... [2021-04-22T08:41:39.389Z] Building docker-sys-mgmt-agent-go ... [2021-04-22T08:41:39.389Z] Building docker-security-bootstrapper-go [2021-04-22T08:41:39.389Z] Building docker-core-command-go [2021-04-22T08:41:39.389Z] Building docker-support-notifications-go [2021-04-22T08:41:39.389Z] Building docker-security-secretstore-setup-go [2021-04-22T08:41:39.389Z] Building docker-core-metadata-go [2021-04-22T08:41:40.435Z] Fetched 24.4 MB in 5s (4601 kB/s) [2021-04-22T08:41:41.007Z] Reading package lists... [2021-04-22T08:41:41.267Z] Reading package lists... [2021-04-22T08:41:41.529Z] Building dependency tree... [2021-04-22T08:41:41.529Z] Reading state information... [2021-04-22T08:41:41.529Z] The following additional packages will be installed: [2021-04-22T08:41:41.529Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-22T08:41:41.529Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-22T08:41:41.529Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-22T08:41:41.529Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-22T08:41:41.529Z] Suggested packages: [2021-04-22T08:41:41.529Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-22T08:41:41.529Z] Recommended packages: [2021-04-22T08:41:41.529Z] gnupg libsasl2-modules [2021-04-22T08:41:41.529Z] The following NEW packages will be installed: [2021-04-22T08:41:41.529Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-22T08:41:41.529Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-22T08:41:41.529Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-22T08:41:41.529Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-22T08:41:41.529Z] The following packages will be upgraded: [2021-04-22T08:41:41.529Z] gpg gpg-agent gpgconf libudev1 [2021-04-22T08:41:41.792Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-22T08:41:41.792Z] Need to get 3529 kB of archives. [2021-04-22T08:41:41.792Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-22T08:41:41.792Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-22T08:41:41.792Z] 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-22T08:41:42.053Z] 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-22T08:41:42.053Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-22T08:41:42.053Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-22T08:41:42.053Z] 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-22T08:41:42.625Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-22T08:41:42.625Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-22T08:41:42.625Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-22T08:41:42.625Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-22T08:41:42.625Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-22T08:41:42.625Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-22T08:41:42.625Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-22T08:41:42.625Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-22T08:41:42.625Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-22T08:41:42.625Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-22T08:41:42.625Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-22T08:41:42.625Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-22T08:41:42.625Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-22T08:41:42.625Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-22T08:41:42.625Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-22T08:41:42.625Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-22T08:41:42.886Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:41:42.886Z] Fetched 3529 kB in 1s (3125 kB/s) [2021-04-22T08:41:42.886Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-22T08:41:42.886Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:41:42.886Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:41:42.886Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-22T08:41:43.148Z] Selecting previously unselected package udev. [2021-04-22T08:41:43.148Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-22T08:41:43.148Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:41:43.148Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-22T08:41:43.409Z] Selecting previously unselected package libfuse2:amd64. [2021-04-22T08:41:43.409Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-22T08:41:43.409Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-22T08:41:43.409Z] Selecting previously unselected package fuse. [2021-04-22T08:41:43.409Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-22T08:41:43.409Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-22T08:41:43.409Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:41:43.409Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:41:43.670Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:41:43.670Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:41:43.670Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:41:43.670Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:41:43.931Z] Selecting previously unselected package libksba8:amd64. [2021-04-22T08:41:43.931Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-22T08:41:43.931Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-22T08:41:43.931Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-22T08:41:43.931Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:43.931Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:43.931Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-22T08:41:43.931Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:43.931Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.192Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-22T08:41:44.192Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.192Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.192Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-22T08:41:44.192Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.192Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.192Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-22T08:41:44.192Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.192Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.454Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-22T08:41:44.454Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.454Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.454Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-22T08:41:44.454Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.454Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.454Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-22T08:41:44.715Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.715Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.715Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-22T08:41:44.715Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:41:44.715Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:44.715Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-22T08:41:44.715Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-22T08:41:44.715Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:41:44.975Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-22T08:41:44.975Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-22T08:41:44.975Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:41:44.975Z] Selecting previously unselected package libldap-common. [2021-04-22T08:41:44.975Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-22T08:41:44.975Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:41:44.975Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-22T08:41:44.975Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-22T08:41:44.975Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:41:45.237Z] Selecting previously unselected package dirmngr. [2021-04-22T08:41:45.237Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:41:45.237Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-22T08:41:45.237Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:41:45.237Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-22T08:41:45.497Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-22T08:41:45.497Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:41:45.497Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:41:45.497Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-22T08:41:45.497Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:45.497Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-22T08:41:45.497Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:41:45.497Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-22T08:41:46.069Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-22T08:41:46.069Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.069Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-22T08:41:46.069Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-22T08:41:46.330Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-22T08:41:46.330Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:41:46.330Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:41:46.591Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-22T08:41:46.591Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:41:46.856Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-22T08:41:46.857Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-22T08:41:46.857Z] This means they are not meant to be enabled using systemctl. [2021-04-22T08:41:46.857Z] Possible reasons for having this kind of units are: [2021-04-22T08:41:46.857Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-22T08:41:46.857Z] .wants/ or .requires/ directory. [2021-04-22T08:41:46.857Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-22T08:41:46.857Z] a requirement dependency on it. [2021-04-22T08:41:46.857Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-22T08:41:46.857Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-22T08:41:46.857Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-22T08:41:46.857Z] instance name specified. [2021-04-22T08:41:47.430Z] Reading package lists... [2021-04-22T08:41:47.430Z] Building dependency tree... [2021-04-22T08:41:47.430Z] Reading state information... [2021-04-22T08:41:47.692Z] The following additional packages will be installed: [2021-04-22T08:41:47.692Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-22T08:41:47.692Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-22T08:41:47.692Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-22T08:41:47.692Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-22T08:41:47.692Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-22T08:41:47.692Z] Suggested packages: [2021-04-22T08:41:47.692Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-22T08:41:47.692Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-22T08:41:47.692Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-22T08:41:47.692Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-22T08:41:47.692Z] systemd-container policykit-1 [2021-04-22T08:41:47.692Z] Recommended packages: [2021-04-22T08:41:47.692Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-22T08:41:47.692Z] The following NEW packages will be installed: [2021-04-22T08:41:47.692Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-22T08:41:47.692Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-22T08:41:47.692Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-22T08:41:47.692Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-22T08:41:47.692Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-22T08:41:47.692Z] The following packages will be upgraded: [2021-04-22T08:41:47.692Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-22T08:41:47.953Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-22T08:41:47.953Z] Need to get 35.2 MB of archives. [2021-04-22T08:41:47.953Z] After this operation, 141 MB of additional disk space will be used. [2021-04-22T08:41:47.953Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-22T08:41:47.953Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-22T08:41:48.525Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-22T08:41:48.525Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-22T08:41:48.525Z] 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-22T08:41:48.786Z] 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-22T08:41:48.786Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-22T08:41:48.786Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-22T08:41:48.786Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-22T08:41:48.786Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-22T08:41:48.786Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-22T08:41:48.786Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-22T08:41:48.786Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-22T08:41:48.786Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-22T08:41:48.786Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-22T08:41:48.786Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-22T08:41:48.786Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-22T08:41:49.048Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-22T08:41:49.048Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-22T08:41:49.048Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-22T08:41:49.048Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-22T08:41:49.048Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-22T08:41:49.048Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-22T08:41:49.048Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-22T08:41:49.048Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-22T08:41:49.048Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-22T08:41:49.048Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-22T08:41:49.048Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-22T08:41:49.048Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-22T08:41:49.048Z] 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-22T08:41:50.440Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:41:50.440Z] Fetched 35.2 MB in 3s (13.1 MB/s) [2021-04-22T08:41:50.440Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:41:50.440Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:41:50.702Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:41:51.276Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:41:51.276Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:41:51.276Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-22T08:41:51.538Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:41:51.538Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-22T08:41:51.538Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-22T08:41:51.800Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-22T08:41:51.800Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:41:51.800Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-22T08:41:51.800Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-22T08:41:53.729Z] Setting up apt (1.6.13) ... [2021-04-22T08:41:53.991Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-22T08:41:54.254Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-22T08:41:54.254Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-22T08:41:54.254Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-22T08:41:54.516Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-22T08:41:54.776Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-22T08:41:54.776Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:41:54.776Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:54.776Z] Selecting previously unselected package libexpat1:amd64. [2021-04-22T08:41:54.776Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-22T08:41:54.776Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-22T08:41:55.036Z] Selecting previously unselected package python3.6-minimal. [2021-04-22T08:41:55.036Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:41:55.036Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:55.297Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-22T08:41:55.297Z] Checking for services that may need to be restarted...done. [2021-04-22T08:41:55.297Z] Checking for services that may need to be restarted...done. [2021-04-22T08:41:55.297Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:55.559Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-22T08:41:55.559Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:56.132Z] Selecting previously unselected package python3-minimal. [2021-04-22T08:41:56.132Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-22T08:41:56.132Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:41:56.132Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-22T08:41:56.132Z] Selecting previously unselected package mime-support. [2021-04-22T08:41:56.132Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-22T08:41:56.132Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-22T08:41:56.132Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-22T08:41:56.132Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-22T08:41:56.132Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-22T08:41:56.393Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-22T08:41:56.393Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:41:56.393Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:56.655Z] Selecting previously unselected package python3.6. [2021-04-22T08:41:56.655Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:41:56.655Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:41:56.655Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-22T08:41:56.655Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:41:56.655Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-22T08:41:56.655Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-22T08:41:56.916Z] Selecting previously unselected package python3. [2021-04-22T08:41:56.916Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-22T08:41:56.916Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:41:56.916Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-22T08:41:57.176Z] Selecting previously unselected package multiarch-support. [2021-04-22T08:41:57.176Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:41:57.176Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-22T08:41:57.176Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-22T08:41:57.438Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-22T08:41:57.438Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-22T08:41:57.438Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-22T08:41:57.438Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-22T08:41:57.438Z] Selecting previously unselected package libbsd0:amd64. [2021-04-22T08:41:57.438Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-22T08:41:57.700Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-22T08:41:57.700Z] Selecting previously unselected package sudo. [2021-04-22T08:41:57.700Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-22T08:41:57.700Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-22T08:41:57.961Z] Selecting previously unselected package apparmor. [2021-04-22T08:41:57.961Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-22T08:41:57.961Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-22T08:41:57.961Z] Selecting previously unselected package libedit2:amd64. [2021-04-22T08:41:57.961Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-22T08:41:57.961Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-22T08:41:58.222Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-22T08:41:58.223Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:41:58.223Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:41:58.223Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-22T08:41:58.223Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:41:58.223Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:41:58.484Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-22T08:41:58.484Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-22T08:41:58.484Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-22T08:41:58.484Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-22T08:41:58.484Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:41:58.484Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:41:58.484Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-22T08:41:58.484Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:41:58.746Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:41:58.746Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-22T08:41:58.746Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-22T08:41:58.746Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-22T08:41:59.007Z] Selecting previously unselected package openssh-client. [2021-04-22T08:41:59.007Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-22T08:41:59.007Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-22T08:41:59.007Z] Selecting previously unselected package squashfs-tools. [2021-04-22T08:41:59.266Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-22T08:41:59.266Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-22T08:41:59.266Z] Selecting previously unselected package snapd. [2021-04-22T08:41:59.266Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-22T08:41:59.266Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-22T08:42:01.185Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-22T08:42:01.185Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-22T08:42:01.185Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-22T08:42:01.444Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-22T08:42:01.444Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-22T08:42:01.444Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:42:01.444Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:42:01.444Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-22T08:42:01.444Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-22T08:42:02.018Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-22T08:42:02.281Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-22T08:42:02.281Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-22T08:42:02.281Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:42:02.281Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:42:02.281Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:42:02.851Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-22T08:42:02.851Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:42:02.851Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-22T08:42:02.851Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-22T08:42:03.111Z] running python rtupdate hooks for python3.6... [2021-04-22T08:42:03.111Z] running python post-rtupdate hooks for python3.6... [2021-04-22T08:42:03.111Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-22T08:42:04.496Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-22T08:42:04.757Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:42:04.757Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-22T08:42:04.757Z] Setting up snapd (2.48.3+18.04) ... [2021-04-22T08:42:05.329Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-22T08:42:05.329Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-22T08:42:05.590Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-22T08:42:05.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-22T08:42:05.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-22T08:42:05.852Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-22T08:42:06.114Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-22T08:42:06.375Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-22T08:42:06.375Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-22T08:42:06.636Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-22T08:42:06.898Z] /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-22T08:42:06.898Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:42:06.898Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-22T08:42:07.840Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:42:07.841Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:42:07.841Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:42:09.044Z] Reading package lists... [2021-04-22T08:42:09.305Z] Reading package lists... [2021-04-22T08:42:09.566Z] Building dependency tree... [2021-04-22T08:42:09.566Z] Reading state information... [2021-04-22T08:42:09.566Z] Calculating upgrade... [2021-04-22T08:42:09.827Z] The following packages will be upgraded: [2021-04-22T08:42:09.827Z] advancecomp base-files bash binutils binutils-common [2021-04-22T08:42:09.827Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-22T08:42:09.827Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-22T08:42:09.827Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-22T08:42:09.827Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-22T08:42:09.827Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-22T08:42:09.827Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-22T08:42:09.827Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-22T08:42:09.827Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-22T08:42:09.827Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-22T08:42:09.827Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-22T08:42:09.827Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-22T08:42:09.827Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-22T08:42:09.827Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-22T08:42:09.827Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-22T08:42:09.827Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:42:09.827Z] Need to get 64.0 MB of archives. [2021-04-22T08:42:09.827Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-22T08:42:09.827Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-22T08:42:10.090Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-22T08:42:10.090Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-22T08:42:10.090Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-22T08:42:10.090Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-22T08:42:10.090Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-22T08:42:10.090Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-22T08:42:10.090Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-22T08:42:10.090Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-22T08:42:10.090Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-22T08:42:10.090Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-22T08:42:10.090Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-22T08:42:10.090Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-22T08:42:10.090Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-22T08:42:10.090Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-22T08:42:10.090Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-22T08:42:10.090Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-22T08:42:10.090Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-22T08:42:10.090Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-22T08:42:10.090Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-22T08:42:10.351Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-22T08:42:10.351Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-22T08:42:10.351Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-22T08:42:10.351Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-22T08:42:10.351Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-22T08:42:10.351Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-22T08:42:10.351Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-22T08:42:10.351Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-22T08:42:10.351Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-22T08:42:10.351Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-22T08:42:10.351Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-22T08:42:10.351Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-22T08:42:10.351Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-22T08:42:10.351Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-22T08:42:10.351Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-22T08:42:10.352Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-22T08:42:10.352Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-22T08:42:10.352Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-22T08:42:10.352Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-22T08:42:10.352Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-22T08:42:10.352Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-22T08:42:10.352Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-22T08:42:10.352Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-22T08:42:10.352Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-22T08:42:10.352Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-22T08:42:10.352Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-22T08:42:10.352Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-22T08:42:10.352Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-22T08:42:10.352Z] Get:49 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-22T08:42:10.352Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-22T08:42:10.352Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-22T08:42:10.352Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-22T08:42:10.352Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-22T08:42:10.352Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-22T08:42:10.352Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-22T08:42:10.352Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-22T08:42:10.611Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-22T08:42:10.880Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-22T08:42:10.880Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-22T08:42:10.880Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-22T08:42:10.880Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-22T08:42:10.880Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-22T08:42:11.141Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-22T08:42:11.142Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-22T08:42:11.142Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-22T08:42:11.142Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-22T08:42:11.142Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-22T08:42:11.142Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-22T08:42:11.142Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-22T08:42:11.142Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-22T08:42:11.142Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-22T08:42:11.142Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-22T08:42:11.142Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-22T08:42:11.142Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-22T08:42:11.142Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-22T08:42:11.142Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-22T08:42:11.142Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-22T08:42:11.142Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-22T08:42:11.142Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-22T08:42:11.411Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-22T08:42:11.411Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-22T08:42:11.411Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-22T08:42:11.411Z] Get:83 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-22T08:42:11.411Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-22T08:42:11.411Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-22T08:42:11.411Z] Get:86 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-22T08:42:11.411Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-22T08:42:11.411Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-22T08:42:11.411Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-22T08:42:11.411Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-22T08:42:11.411Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-22T08:42:11.411Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-22T08:42:11.411Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-22T08:42:11.411Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-22T08:42:11.411Z] Get:95 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-22T08:42:11.411Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-22T08:42:11.411Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-22T08:42:11.411Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-22T08:42:11.411Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-22T08:42:11.672Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-22T08:42:11.672Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-22T08:42:11.935Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:42:11.935Z] Fetched 64.0 MB in 2s (36.1 MB/s) [2021-04-22T08:42:11.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:11.935Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:42:11.935Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:42:12.508Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:42:12.508Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:42:12.795Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-22T08:42:12.795Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-22T08:42:13.755Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:13.755Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:13.755Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:13.755Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:13.755Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:13.755Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.015Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:14.015Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.277Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:14.277Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.277Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:14.277Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.538Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:14.538Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.538Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:14.800Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:42:14.800Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:14.800Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-22T08:42:14.800Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:15.066Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:42:15.066Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:15.067Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:15.067Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:15.067Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:15.328Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:15.329Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:42:15.589Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:15.589Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:42:15.589Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:42:15.850Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:42:16.423Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-22T08:42:16.423Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:42:16.423Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-22T08:42:16.423Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-22T08:42:16.423Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-22T08:42:16.685Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-22T08:42:16.948Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-22T08:42:16.948Z] Installing new version of config file /etc/issue ... [2021-04-22T08:42:16.948Z] Installing new version of config file /etc/issue.net ... [2021-04-22T08:42:16.948Z] Installing new version of config file /etc/lsb-release ... [2021-04-22T08:42:16.948Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-22T08:42:17.209Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-22T08:42:17.209Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-22T08:42:17.470Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-22T08:42:17.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:17.470Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-22T08:42:17.470Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-22T08:42:17.741Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-22T08:42:17.741Z] 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-22T08:42:17.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:17.741Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:18.009Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:18.009Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:18.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:18.009Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-22T08:42:18.009Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-22T08:42:18.272Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-22T08:42:18.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:18.536Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-22T08:42:18.536Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:42:18.796Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-22T08:42:19.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:19.058Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:42:19.059Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:42:19.319Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:42:19.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:19.319Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:42:19.319Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:42:19.580Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-22T08:42:19.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:19.580Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-22T08:42:19.580Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-22T08:42:19.842Z] Setting up grep (3.1-2build1) ... [2021-04-22T08:42:19.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:19.842Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-22T08:42:19.842Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-22T08:42:20.102Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-22T08:42:20.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:20.363Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:42:20.363Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:42:20.363Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-22T08:42:20.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:20.622Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:42:20.622Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:42:21.192Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:42:21.192Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:42:21.192Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:42:21.192Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:42:21.762Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-22T08:42:22.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:22.025Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-22T08:42:22.025Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:42:23.417Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-22T08:42:23.417Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-22T08:42:23.417Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-22T08:42:23.417Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-22T08:42:23.417Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-22T08:42:23.417Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:23.417Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-22T08:42:23.417Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-22T08:42:23.677Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-22T08:42:23.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:23.940Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:23.940Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:23.940Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:24.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:24.204Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:24.204Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:24.204Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:24.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:24.466Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:24.466Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:24.466Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:24.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:24.466Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:25.039Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:25.039Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:25.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:25.300Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:42:25.300Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:42:25.300Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:42:25.300Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:42:25.562Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:42:25.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:25.562Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:42:25.562Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:42:25.823Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:42:25.823Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:25.823Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:25.823Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:26.084Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:26.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:26.084Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:26.084Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:26.344Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:26.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:26.344Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:26.605Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:26.868Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:27.131Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-22T08:42:27.392Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-22T08:42:27.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:27.392Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:42:27.392Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:42:27.653Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:42:27.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:42:27.916Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-22T08:42:27.916Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:42:27.916Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-22T08:42:27.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:27.916Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-22T08:42:28.177Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-22T08:42:28.177Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-22T08:42:28.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:28.438Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-22T08:42:28.438Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-22T08:42:28.438Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-22T08:42:28.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:28.700Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-22T08:42:28.700Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-22T08:42:28.700Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-22T08:42:28.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:28.961Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:42:28.961Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:42:28.961Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:42:29.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:29.223Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:42:29.223Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:42:29.223Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:42:29.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:29.483Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:42:29.483Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:42:29.744Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:42:29.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:29.744Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:42:30.006Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:42:30.006Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:42:30.006Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:42:30.267Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:42:30.267Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:42:30.267Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:42:30.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:30.528Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-22T08:42:30.528Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-22T08:42:30.528Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-22T08:42:30.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:30.790Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-22T08:42:30.790Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:42:30.790Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:42:31.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:31.051Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:42:31.312Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:42:31.312Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:42:31.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:31.312Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-22T08:42:31.312Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-22T08:42:31.575Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-22T08:42:31.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:31.575Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-22T08:42:31.835Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-22T08:42:32.096Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-22T08:42:32.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:32.096Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:42:32.096Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:42:32.357Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-22T08:42:32.357Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:32.357Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-22T08:42:32.357Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-22T08:42:32.617Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-22T08:42:32.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:32.617Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-22T08:42:32.617Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-22T08:42:32.884Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-22T08:42:32.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:32.884Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-22T08:42:32.884Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-22T08:42:33.145Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-22T08:42:33.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:33.145Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-22T08:42:33.145Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-22T08:42:33.406Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-22T08:42:33.406Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:33.406Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-22T08:42:33.406Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-22T08:42:33.667Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-22T08:42:33.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:33.667Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-22T08:42:33.667Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-22T08:42:33.928Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-22T08:42:33.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:33.928Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-22T08:42:33.928Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-22T08:42:34.189Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-22T08:42:34.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:42:34.189Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-22T08:42:34.189Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-22T08:42:34.189Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-22T08:42:34.451Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-22T08:42:34.451Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-22T08:42:34.451Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-22T08:42:34.451Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-22T08:42:34.712Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-22T08:42:34.712Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-22T08:42:34.712Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-22T08:42:34.974Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-22T08:42:34.974Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-22T08:42:35.236Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-22T08:42:35.236Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-22T08:42:35.498Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-22T08:42:35.498Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-22T08:42:35.498Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-22T08:42:35.765Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-22T08:42:35.765Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-22T08:42:35.765Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-22T08:42:36.026Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-22T08:42:36.026Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-22T08:42:36.026Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-22T08:42:36.026Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-22T08:42:36.287Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-22T08:42:36.287Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-22T08:42:36.549Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-22T08:42:36.549Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-22T08:42:37.491Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-22T08:42:37.491Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-22T08:42:37.491Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-22T08:42:37.491Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-22T08:42:37.491Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:42:37.491Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:42:38.065Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:42:38.065Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:42:38.065Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:42:38.065Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:42:38.326Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:42:38.326Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:42:38.326Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:38.326Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:38.586Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:38.586Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:38.846Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:38.846Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:38.846Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:38.846Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:39.797Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:39.797Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:40.745Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:40.745Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:41.693Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:41.693Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:41.693Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:41.954Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:42.533Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:42:42.794Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:42:42.794Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:42:42.794Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:42:42.794Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-22T08:42:42.794Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:42:43.055Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-22T08:42:43.055Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:42:43.316Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-22T08:42:43.316Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-22T08:42:43.316Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:42:43.316Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:42:43.316Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:42:43.577Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:42:43.577Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-22T08:42:43.577Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-22T08:42:43.838Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:43.838Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:42:43.838Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:43.838Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:43.838Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:43.838Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-22T08:42:43.838Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-22T08:42:43.838Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-22T08:42:44.099Z] [2021-04-22T08:42:44.099Z] Current default time zone: 'Etc/UTC' [2021-04-22T08:42:44.099Z] Local time is now: Thu Apr 22 08:42:43 UTC 2021. [2021-04-22T08:42:44.099Z] Universal Time is now: Thu Apr 22 08:42:43 UTC 2021. [2021-04-22T08:42:44.099Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-22T08:42:44.099Z] [2021-04-22T08:42:44.099Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-22T08:42:44.099Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:44.099Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-22T08:42:44.099Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:42:44.099Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-22T08:42:44.099Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-22T08:42:44.099Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-22T08:42:44.361Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-22T08:42:44.361Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-22T08:42:44.361Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-22T08:42:44.361Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:44.361Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-22T08:42:44.622Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:44.622Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:42:44.622Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:44.622Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-22T08:42:44.622Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-22T08:42:44.622Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-22T08:42:44.622Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-22T08:42:44.622Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-22T08:42:44.884Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-22T08:42:44.884Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:42:44.884Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-22T08:42:46.799Z] Updating certificates in /etc/ssl/certs... [2021-04-22T08:42:47.742Z] 23 added, 27 removed; done. [2021-04-22T08:42:47.742Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-22T08:42:47.742Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:42:47.743Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-22T08:42:47.743Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-22T08:42:47.743Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-22T08:42:47.743Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:47.743Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:42:47.743Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.005Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.005Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.005Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.005Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.005Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-22T08:42:48.005Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:42:48.005Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:42:48.005Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-22T08:42:48.268Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:42:48.268Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.268Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:42:48.268Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:42:48.268Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-22T08:42:48.268Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:42:48.531Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:42:48.531Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-22T08:42:48.531Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-22T08:42:48.531Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-22T08:42:48.531Z] Updating certificates in /etc/ssl/certs... [2021-04-22T08:42:49.104Z] 0 added, 0 removed; done. [2021-04-22T08:42:49.104Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-22T08:42:49.104Z] done. [2021-04-22T08:42:49.677Z] Reading package lists... [2021-04-22T08:42:49.677Z] Building dependency tree... [2021-04-22T08:42:49.677Z] Reading state information... [2021-04-22T08:42:49.939Z] The following NEW packages will be installed: [2021-04-22T08:42:49.939Z] apt-transport-https [2021-04-22T08:42:50.201Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:42:50.201Z] Need to get 1692 B of archives. [2021-04-22T08:42:50.201Z] After this operation, 154 kB of additional disk space will be used. [2021-04-22T08:42:50.201Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-22T08:42:50.201Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:42:50.201Z] Fetched 1692 B in 0s (8566 B/s) [2021-04-22T08:42:50.201Z] Selecting previously unselected package apt-transport-https. [2021-04-22T08:42:50.201Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-22T08:42:50.201Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-22T08:42:50.201Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-22T08:42:50.462Z] Setting up apt-transport-https (1.6.13) ... [2021-04-22T08:42:50.723Z] Waiting for network to be ready... [2021-04-22T08:42:57.323Z] 2021-04-22T08:42:53Z INFO Waiting for automatic snapd restart... [2021-04-22T08:42:57.323Z] snapd 2.49.2 from Canonical* installed [2021-04-22T08:42:57.896Z] "snapd" switched to the "latest/stable" channel [2021-04-22T08:42:57.896Z] [2021-04-22T08:43:00.444Z] core18 20210309 from Canonical* installed [2021-04-22T08:43:00.705Z] "core18" switched to the "latest/stable" channel [2021-04-22T08:43:00.705Z] [2021-04-22T08:43:01.169Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:43:01.169Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:43:01.169Z] ---> 9527d0b016f8 [2021-04-22T08:43:01.169Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:43:01.169Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:43:01.169Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:43:01.169Z] ---> 9527d0b016f8 [2021-04-22T08:43:01.169Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:43:01.169Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:43:01.169Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:43:01.169Z] ---> 9527d0b016f8 [2021-04-22T08:43:01.169Z] Step 3/25 : WORKDIR /edgex-go [2021-04-22T08:43:01.169Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:43:01.169Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:43:01.169Z] ---> 9527d0b016f8 [2021-04-22T08:43:01.169Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:43:01.169Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:43:01.169Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:43:01.169Z] ---> 9527d0b016f8 [2021-04-22T08:43:01.169Z] Step 3/31 : WORKDIR /edgex-go [2021-04-22T08:43:01.169Z] ---> Running in e8fe275a431f [2021-04-22T08:43:01.169Z] ---> Running in ac15033f8377 [2021-04-22T08:43:01.169Z] ---> Running in c41def614148 [2021-04-22T08:43:01.169Z] ---> Running in ef98de3a917c [2021-04-22T08:43:01.169Z] ---> Running in 69f316254e2a [2021-04-22T08:43:01.169Z] Removing intermediate container ef98de3a917c [2021-04-22T08:43:01.169Z] ---> 85d74f4b9613 [2021-04-22T08:43:01.169Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:43:01.169Z] Removing intermediate container 69f316254e2a [2021-04-22T08:43:01.169Z] ---> a2684d9ddbb4 [2021-04-22T08:43:01.169Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:43:01.169Z] Removing intermediate container ac15033f8377 [2021-04-22T08:43:01.169Z] Removing intermediate container c41def614148 [2021-04-22T08:43:01.169Z] ---> fb4dbf509005 [2021-04-22T08:43:01.169Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:43:01.169Z] ---> c70753fcc436 [2021-04-22T08:43:01.169Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:43:01.169Z] Removing intermediate container e8fe275a431f [2021-04-22T08:43:01.169Z] ---> 5020828afab7 [2021-04-22T08:43:01.169Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:43:01.169Z] ---> Running in a5a74310a3fd [2021-04-22T08:43:01.169Z] ---> Running in 6b80d53fd554 [2021-04-22T08:43:01.169Z] ---> Running in aa444db309c9 [2021-04-22T08:43:01.169Z] ---> Running in c43cdec9c228 [2021-04-22T08:43:01.169Z] ---> Running in 697f1d2410df [2021-04-22T08:43:01.443Z] Removing intermediate container a5a74310a3fd [2021-04-22T08:43:01.443Z] ---> 8e033cb0799c [2021-04-22T08:43:01.443Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:43:01.723Z] ---> Running in ae672e6e30fa [2021-04-22T08:43:01.994Z] Removing intermediate container 6b80d53fd554 [2021-04-22T08:43:01.994Z] ---> cc1511475656 [2021-04-22T08:43:01.994Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:43:01.994Z] Removing intermediate container aa444db309c9 [2021-04-22T08:43:01.994Z] ---> 56a663505031 [2021-04-22T08:43:01.994Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-22T08:43:02.275Z] ---> Running in 36b5e3d8296c [2021-04-22T08:43:02.275Z] ---> Running in 37a4e1f6ef15 [2021-04-22T08:43:02.549Z] Removing intermediate container 697f1d2410df [2021-04-22T08:43:02.549Z] ---> 9991e473dabd [2021-04-22T08:43:02.549Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-22T08:43:02.549Z] Removing intermediate container c43cdec9c228 [2021-04-22T08:43:02.549Z] ---> 42bf610a905a [2021-04-22T08:43:02.549Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-22T08:43:02.825Z] ---> Running in 57317e74cc01 [2021-04-22T08:43:02.825Z] ---> Running in b04917f56469 [2021-04-22T08:43:03.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.014Z] snapcraft 4.6.2 from Canonical* installed [2021-04-22T08:43:04.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.276Z] "snapcraft" switched to the "latest/stable" channel [2021-04-22T08:43:04.276Z] [2021-04-22T08:43:04.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:04.860Z] OK: 217 MiB in 51 packages [2021-04-22T08:43:05.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:05.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:05.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:05.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:43:06.432Z] OK: 217 MiB in 51 packages [2021-04-22T08:43:06.432Z] Removing intermediate container ae672e6e30fa [2021-04-22T08:43:06.432Z] ---> f26e34b14ec5 [2021-04-22T08:43:06.432Z] Step 6/23 : COPY go.mod . [2021-04-22T08:43:06.432Z] OK: 217 MiB in 51 packages [2021-04-22T08:43:06.432Z] OK: 217 MiB in 51 packages [2021-04-22T08:43:06.711Z] OK: 217 MiB in 51 packages [2021-04-22T08:43:07.315Z] ---> 02639c03e8d5 [2021-04-22T08:43:07.315Z] Step 7/23 : RUN go mod download [2021-04-22T08:43:07.591Z] ---> Running in 4898f40db299 [2021-04-22T08:43:07.870Z] Removing intermediate container 37a4e1f6ef15 [2021-04-22T08:43:07.870Z] ---> 2395d770324b [2021-04-22T08:43:07.870Z] Step 6/22 : COPY go.mod . [2021-04-22T08:43:08.482Z] Removing intermediate container b04917f56469 [2021-04-22T08:43:08.482Z] ---> 64740e5a699e [2021-04-22T08:43:08.482Z] Step 6/25 : COPY go.mod . [2021-04-22T08:43:08.484Z] 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-22T08:43:08.485Z] - README.md [2021-04-22T08:43:08.485Z] [2021-04-22T08:43:08.485Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-22T08:43:08.761Z] Removing intermediate container 57317e74cc01 [2021-04-22T08:43:08.761Z] ---> 824faf3f5a65 [2021-04-22T08:43:08.761Z] Step 6/31 : COPY go.mod . [2021-04-22T08:43:08.761Z] Removing intermediate container 36b5e3d8296c [2021-04-22T08:43:08.761Z] ---> 21b0aa361fda [2021-04-22T08:43:08.761Z] Step 6/23 : COPY go.mod . [2021-04-22T08:43:09.036Z] ---> 9da81b25c541 [2021-04-22T08:43:09.036Z] Step 7/22 : RUN go mod download [2021-04-22T08:43:09.636Z] ---> Running in e4306d544ce5 [2021-04-22T08:43:09.636Z] ---> ab25f1a7a26a [2021-04-22T08:43:09.636Z] Step 7/25 : RUN go mod download [2021-04-22T08:43:09.921Z] ---> Running in 98c6cc28c4c7 [2021-04-22T08:43:10.206Z] ---> ab61850007c3 [2021-04-22T08:43:10.206Z] Step 7/23 : RUN go mod download [2021-04-22T08:43:10.206Z] ---> 48c01fa109bb [2021-04-22T08:43:10.206Z] Step 7/31 : RUN go mod download [2021-04-22T08:43:10.206Z] ---> Running in 518bfc7ea521 [2021-04-22T08:43:10.206Z] ---> Running in 4abe0f20d292 [2021-04-22T08:43:11.673Z] Removing intermediate container 4898f40db299 [2021-04-22T08:43:11.673Z] ---> ed3e7a61344d [2021-04-22T08:43:11.673Z] Step 8/23 : COPY . . [2021-04-22T08:43:15.072Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:43:15.072Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:43:15.072Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:43:15.072Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:43:15.079Z] Removing intermediate container e4306d544ce5 [2021-04-22T08:43:15.079Z] ---> 10c4c746268f [2021-04-22T08:43:15.079Z] Step 8/22 : COPY . . [2021-04-22T08:43:15.386Z] Removing intermediate container 98c6cc28c4c7 [2021-04-22T08:43:15.386Z] ---> f9b8433c0720 [2021-04-22T08:43:15.386Z] Step 8/25 : COPY . . [2021-04-22T08:43:15.644Z] Reading package lists... [2021-04-22T08:43:15.671Z] Removing intermediate container 518bfc7ea521 [2021-04-22T08:43:15.671Z] ---> 8dceaf542b53 [2021-04-22T08:43:15.671Z] Step 8/31 : COPY . . [2021-04-22T08:43:15.920Z] 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-22T08:43:16.265Z] Removing intermediate container 4abe0f20d292 [2021-04-22T08:43:16.265Z] ---> 25b95ac83746 [2021-04-22T08:43:16.265Z] Step 8/23 : COPY . . [2021-04-22T08:43:22.525Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:43:22.525Z] Reading package lists... [2021-04-22T08:43:22.525Z] Building dependency tree... [2021-04-22T08:43:22.525Z] Reading state information... [2021-04-22T08:43:22.525Z] Suggested packages: [2021-04-22T08:43:22.525Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-22T08:43:22.525Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-22T08:43:22.525Z] Recommended packages: [2021-04-22T08:43:22.525Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-22T08:43:22.525Z] The following NEW packages will be installed: [2021-04-22T08:43:22.525Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-22T08:43:22.525Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-22T08:43:22.525Z] pkg-config zip [2021-04-22T08:43:22.525Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:43:22.525Z] Need to get 7663 kB of archives. [2021-04-22T08:43:22.525Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-22T08:43:22.525Z] 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-22T08:43:22.525Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-22T08:43:22.525Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-22T08:43:22.525Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-22T08:43:22.525Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-22T08:43:22.785Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-22T08:43:22.786Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-22T08:43:22.786Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-22T08:43:23.047Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-22T08:43:23.047Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-22T08:43:23.047Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-22T08:43:23.047Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-22T08:43:23.047Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-22T08:43:23.047Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-22T08:43:23.047Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-22T08:43:23.307Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:43:23.307Z] Fetched 7663 kB in 1s (9588 kB/s) [2021-04-22T08:43:23.307Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-22T08:43:23.307Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-22T08:43:23.307Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-22T08:43:23.307Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-22T08:43:23.568Z] Selecting previously unselected package libpsl5:amd64. [2021-04-22T08:43:23.568Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-22T08:43:23.568Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-22T08:43:23.568Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-22T08:43:23.568Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-22T08:43:23.568Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-22T08:43:23.829Z] Selecting previously unselected package librtmp1:amd64. [2021-04-22T08:43:23.829Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-22T08:43:23.829Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-22T08:43:23.829Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-22T08:43:23.829Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-22T08:43:23.829Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-22T08:43:24.089Z] Selecting previously unselected package liberror-perl. [2021-04-22T08:43:24.090Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-22T08:43:24.090Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-22T08:43:24.090Z] Selecting previously unselected package git-man. [2021-04-22T08:43:24.090Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-22T08:43:24.090Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:43:24.352Z] Selecting previously unselected package git. [2021-04-22T08:43:24.352Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-22T08:43:24.352Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:43:24.925Z] Selecting previously unselected package libnorm1:amd64. [2021-04-22T08:43:24.926Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-22T08:43:25.186Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-22T08:43:25.186Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-22T08:43:25.186Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-22T08:43:25.186Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-22T08:43:25.186Z] Selecting previously unselected package libsodium23:amd64. [2021-04-22T08:43:25.186Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-22T08:43:25.186Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-22T08:43:25.447Z] Selecting previously unselected package libzmq5:amd64. [2021-04-22T08:43:25.447Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-22T08:43:25.447Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:43:25.447Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-22T08:43:25.447Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-22T08:43:25.447Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:43:25.709Z] Selecting previously unselected package pkg-config. [2021-04-22T08:43:25.709Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-22T08:43:25.709Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-22T08:43:25.709Z] Selecting previously unselected package zip. [2021-04-22T08:43:25.709Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-22T08:43:25.709Z] Unpacking zip (3.0-11build1) ... [2021-04-22T08:43:25.971Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-22T08:43:25.971Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:43:25.971Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-22T08:43:25.971Z] Setting up liberror-perl (0.17025-1) ... [2021-04-22T08:43:25.971Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-22T08:43:25.971Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-22T08:43:25.971Z] No schema files found: doing nothing. [2021-04-22T08:43:25.971Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-22T08:43:26.232Z] Setting up zip (3.0-11build1) ... [2021-04-22T08:43:26.232Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-22T08:43:26.232Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-22T08:43:26.232Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-22T08:43:26.232Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:43:26.232Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-22T08:43:26.232Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:43:26.232Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:43:26.492Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:43:33.082Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:43:33.082Z] git set to automatically installed. [2021-04-22T08:43:33.082Z] git-man set to automatically installed. [2021-04-22T08:43:33.082Z] libcurl3-gnutls set to automatically installed. [2021-04-22T08:43:33.082Z] liberror-perl set to automatically installed. [2021-04-22T08:43:33.082Z] libglib2.0-0 set to automatically installed. [2021-04-22T08:43:33.082Z] libnghttp2-14 set to automatically installed. [2021-04-22T08:43:33.082Z] libnorm1 set to automatically installed. [2021-04-22T08:43:33.082Z] libpgm-5.2-0 set to automatically installed. [2021-04-22T08:43:33.082Z] libpsl5 set to automatically installed. [2021-04-22T08:43:33.082Z] librtmp1 set to automatically installed. [2021-04-22T08:43:33.082Z] libsodium23 set to automatically installed. [2021-04-22T08:43:33.082Z] libzmq3-dev set to automatically installed. [2021-04-22T08:43:33.082Z] libzmq5 set to automatically installed. [2021-04-22T08:43:33.082Z] pkg-config set to automatically installed. [2021-04-22T08:43:33.082Z] zip set to automatically installed. [2021-04-22T08:43:34.481Z] snapd is not logged in, snap install commands will use sudo [2021-04-22T08:43:41.106Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:43:41.368Z] snap "core18" has no updates available [2021-04-22T08:43:43.280Z] snapd is not logged in, snap install commands will use sudo [2021-04-22T08:43:43.367Z] ---> e954085b501b [2021-04-22T08:43:43.367Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-22T08:43:43.367Z] ---> f8ba47c4dc72 [2021-04-22T08:43:43.367Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-22T08:43:43.367Z] ---> b707ce6bf1e5 [2021-04-22T08:43:43.367Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-22T08:43:43.367Z] ---> 98c0122648ba [2021-04-22T08:43:43.367Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-22T08:43:43.367Z] ---> 897dcf511459 [2021-04-22T08:43:43.367Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-22T08:43:43.367Z] ---> Running in 5126e76485d8 [2021-04-22T08:43:43.367Z] ---> Running in 1f15123a3a9d [2021-04-22T08:43:43.367Z] ---> Running in 3f6b9a87a4f2 [2021-04-22T08:43:43.367Z] ---> Running in d6242a3d8443 [2021-04-22T08:43:43.367Z] ---> Running in 9cf555c8bdad [2021-04-22T08:43:43.974Z] 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-22T08:43:44.253Z] 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-22T08:43:44.533Z] 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-22T08:43:44.812Z] 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-22T08:43:44.812Z] 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-22T08:43:49.868Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:44:02.105Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-22T08:44:02.677Z] Pulling go-build-helper [2021-04-22T08:44:02.677Z] + snapcraftctl pull [2021-04-22T08:44:04.062Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-22T08:44:04.062Z] Skipping pull go-build-helper (already ran) [2021-04-22T08:44:04.062Z] Building go-build-helper [2021-04-22T08:44:04.062Z] + snapcraftctl build [2021-04-22T08:44:05.977Z] Staging go-build-helper [2021-04-22T08:44:05.977Z] + snapcraftctl stage [2021-04-22T08:44:15.991Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-22T08:44:15.991Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-22T08:44:15.991Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-22T08:44:15.991Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-22T08:44:15.991Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-22T08:44:15.991Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-22T08:44:15.991Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-22T08:44:15.991Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-22T08:44:15.991Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-22T08:44:15.991Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-22T08:44:15.991Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-22T08:44:15.991Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-22T08:44:15.991Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-22T08:44:15.991Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-22T08:44:15.991Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-22T08:44:15.991Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-22T08:44:15.991Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-22T08:44:15.991Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-22T08:44:15.991Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-22T08:44:15.991Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-22T08:44:15.991Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-22T08:44:15.991Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-22T08:44:15.991Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-22T08:44:15.991Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-22T08:44:15.991Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-22T08:44:15.991Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-22T08:44:15.991Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-22T08:44:15.991Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-22T08:44:15.991Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-22T08:44:15.991Z] Fetched 224 kB in 0s (0 B/s) [2021-04-22T08:44:15.991Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-22T08:44:15.991Z] Fetched 157 kB in 0s (0 B/s) [2021-04-22T08:44:15.991Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-22T08:44:15.991Z] Fetched 221 kB in 0s (0 B/s) [2021-04-22T08:44:15.991Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-22T08:44:15.991Z] Fetched 143 kB in 0s (0 B/s) [2021-04-22T08:44:15.991Z] Pulling app-service-config [2021-04-22T08:44:15.991Z] + snapcraftctl pull [2021-04-22T08:44:16.569Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-22T08:44:17.140Z] Pulling config-common [2021-04-22T08:44:17.140Z] + snapcraftctl pull [2021-04-22T08:44:21.343Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:44:21.343Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:44:21.343Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:44:21.343Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:21.343Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-22T08:44:21.343Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:21.343Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-22T08:44:21.343Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:21.343Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-22T08:44:21.343Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:21.343Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-22T08:44:21.343Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:21.343Z] Pulling edgex-go [2021-04-22T08:44:21.343Z] + snapcraftctl pull [2021-04-22T08:44:43.309Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:44:43.309Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:44:43.309Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:44:43.309Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-22T08:44:43.309Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-22T08:44:43.309Z] Fetched 279 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-22T08:44:43.309Z] Fetched 122 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-22T08:44:43.309Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-22T08:44:43.309Z] Fetched 8848 B in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-22T08:44:43.309Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-22T08:44:43.309Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-22T08:44:43.309Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-22T08:44:43.309Z] Fetched 219 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-22T08:44:43.309Z] Fetched 154 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-22T08:44:43.309Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-22T08:44:43.309Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-22T08:44:43.309Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-22T08:44:43.309Z] Fetched 499 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-22T08:44:43.309Z] Fetched 111 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-22T08:44:43.309Z] Fetched 240 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-22T08:44:43.309Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-22T08:44:43.309Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-22T08:44:43.309Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-22T08:44:43.309Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-22T08:44:43.309Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-22T08:44:43.309Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-22T08:44:43.309Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-22T08:44:43.309Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-22T08:44:43.309Z] Fetched 8720 B in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-22T08:44:43.309Z] Fetched 137 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-22T08:44:43.309Z] Fetched 119 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-22T08:44:43.309Z] Fetched 110 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-22T08:44:43.309Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-22T08:44:43.309Z] Fetched 645 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-22T08:44:43.309Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-22T08:44:43.309Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-22T08:44:43.309Z] Fetched 368 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-22T08:44:43.309Z] Fetched 187 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-22T08:44:43.309Z] Fetched 175 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-22T08:44:43.309Z] Fetched 206 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-22T08:44:43.309Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-22T08:44:43.309Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-22T08:44:43.309Z] Fetched 159 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-22T08:44:43.309Z] Fetched 107 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-22T08:44:43.309Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-22T08:44:43.309Z] Pulling static-packages [2021-04-22T08:44:43.309Z] + snapcraftctl pull [2021-04-22T08:44:43.309Z] Pulling version [2021-04-22T08:44:43.309Z] + cd /root/project [2021-04-22T08:44:43.309Z] + [ -f VERSION ] [2021-04-22T08:44:43.309Z] + PROJECT_VERSION=local-dev [2021-04-22T08:44:43.309Z] + git rev-parse --short HEAD [2021-04-22T08:44:43.309Z] + GIT_REVISION=7e5844cb [2021-04-22T08:44:43.309Z] + snapcraftctl set-version local-dev [2021-04-22T08:44:43.309Z] Skipping build go-build-helper (already ran) [2021-04-22T08:44:43.309Z] Building app-service-config [2021-04-22T08:44:43.309Z] + make build [2021-04-22T08:44:43.309Z] 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-22T08:44:45.223Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-22T08:44:45.223Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-22T08:44:45.223Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-22T08:44:45.224Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-22T08:44:45.484Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-22T08:44:45.484Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-22T08:44:45.484Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-22T08:44:45.484Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-22T08:44:46.055Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-22T08:44:46.055Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-22T08:44:46.315Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-22T08:44:46.315Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-22T08:44:46.575Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-22T08:44:46.575Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-22T08:44:46.575Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-22T08:44:46.575Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-22T08:44:46.575Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-22T08:44:46.575Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-22T08:44:46.834Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-22T08:44:46.834Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-22T08:44:46.834Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-22T08:44:46.834Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-22T08:44:46.834Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-22T08:44:46.834Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-22T08:44:46.834Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-22T08:44:46.834Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-22T08:44:46.834Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-22T08:44:46.834Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-22T08:44:46.834Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-22T08:44:46.834Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-22T08:44:46.834Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-22T08:44:46.834Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-22T08:44:47.093Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-22T08:44:47.093Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-22T08:44:47.093Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-22T08:44:47.093Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-22T08:44:47.093Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-22T08:44:47.093Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-22T08:44:47.093Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-22T08:44:47.093Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-22T08:44:57.088Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-22T08:44:57.088Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-22T08:44:57.088Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-22T08:44:57.088Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-22T08:44:57.088Z] Building config-common [2021-04-22T08:44:57.088Z] + snapcraftctl build [2021-04-22T08:44:59.005Z] Building edgex-go [2021-04-22T08:44:59.267Z] + cd /root/parts/edgex-go/src [2021-04-22T08:44:59.267Z] + make build [2021-04-22T08:44:59.267Z] 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-22T08:44:59.837Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-22T08:44:59.837Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-22T08:44:59.837Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-22T08:44:59.837Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-22T08:45:00.113Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-22T08:45:00.113Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-22T08:45:00.113Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-22T08:45:00.113Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-22T08:45:00.113Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-22T08:45:00.113Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-22T08:45:00.113Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-22T08:45:00.113Z] go: downloading golang.org/x/text v0.3.2 [2021-04-22T08:45:04.319Z] 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-22T08:45:04.579Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-22T08:45:09.867Z] 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-22T08:45:10.808Z] 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-22T08:45:12.721Z] 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-22T08:45:12.980Z] 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-22T08:45:12.980Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-22T08:45:13.239Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-22T08:45:13.239Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-22T08:45:13.239Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-22T08:45:15.287Z] 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-22T08:45:15.287Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-22T08:45:15.287Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-22T08:45:17.439Z] 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-22T08:45:18.548Z] 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-22T08:45:18.548Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-22T08:45:20.096Z] 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-22T08:45:21.093Z] 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-22T08:45:22.032Z] 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-22T08:45:22.291Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-22T08:45:24.201Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-22T08:45:24.201Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-22T08:45:24.201Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-22T08:45:24.201Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-22T08:45:24.201Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-22T08:45:24.201Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-22T08:45:24.201Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-22T08:45:24.201Z] + 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-22T08:45:24.201Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-22T08:45:24.460Z] + 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-22T08:45:24.460Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-22T08:45:24.460Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-22T08:45:24.460Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-22T08:45:24.460Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-22T08:45:24.460Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-22T08:45:24.460Z] + 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-22T08:45:27.759Z] Building static-packages [2021-04-22T08:45:27.759Z] + snapcraftctl build [2021-04-22T08:45:29.673Z] Building version [2021-04-22T08:45:29.673Z] + snapcraftctl build [2021-04-22T08:45:31.588Z] Skipping stage go-build-helper (already ran) [2021-04-22T08:45:31.588Z] Staging app-service-config [2021-04-22T08:45:31.588Z] + snapcraftctl stage [2021-04-22T08:45:32.544Z] Staging config-common [2021-04-22T08:45:32.544Z] + snapcraftctl stage [2021-04-22T08:45:33.928Z] Staging edgex-go [2021-04-22T08:45:33.928Z] + snapcraftctl stage [2021-04-22T08:45:34.869Z] Staging static-packages [2021-04-22T08:45:34.869Z] + snapcraftctl stage [2021-04-22T08:45:35.811Z] Staging version [2021-04-22T08:45:35.811Z] + snapcraftctl stage [2021-04-22T08:45:36.688Z] 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-22T08:45:36.749Z] Priming go-build-helper [2021-04-22T08:45:36.749Z] + snapcraftctl prime [2021-04-22T08:45:37.695Z] Priming app-service-config [2021-04-22T08:45:37.695Z] + snapcraftctl prime [2021-04-22T08:45:39.136Z] Priming config-common [2021-04-22T08:45:39.136Z] + snapcraftctl prime [2021-04-22T08:45:40.075Z] Priming edgex-go [2021-04-22T08:45:40.075Z] + snapcraftctl prime [2021-04-22T08:45:41.457Z] Priming static-packages [2021-04-22T08:45:41.457Z] + snapcraftctl prime [2021-04-22T08:45:43.374Z] Priming version [2021-04-22T08:45:43.374Z] + snapcraftctl prime [2021-04-22T08:45:44.762Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-22T08:45:47.375Z] Removing intermediate container 1f15123a3a9d [2021-04-22T08:45:47.375Z] ---> d6eaee64426e [2021-04-22T08:45:47.375Z] [2021-04-22T08:45:47.375Z] Step 10/25 : FROM alpine:3.12 [2021-04-22T08:45:47.375Z] Removing intermediate container d6242a3d8443 [2021-04-22T08:45:47.375Z] ---> a40c77584210 [2021-04-22T08:45:47.375Z] [2021-04-22T08:45:47.375Z] Step 10/31 : FROM alpine:3.12 [2021-04-22T08:45:47.375Z] 3.12: Pulling from library/alpine [2021-04-22T08:45:47.375Z] 3.12: Pulling from library/alpine [2021-04-22T08:45:47.375Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:45:47.375Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:45:47.375Z] Status: Image is up to date for alpine:3.12 [2021-04-22T08:45:47.375Z] ---> 9852663dfa18 [2021-04-22T08:45:47.375Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-22T08:45:47.375Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T08:45:47.375Z] ---> 9852663dfa18 [2021-04-22T08:45:47.375Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-22T08:45:47.654Z] ---> Running in 25ad203c3044 [2021-04-22T08:45:47.654Z] ---> Running in 33b4adb8cebf [2021-04-22T08:45:49.114Z] Removing intermediate container 33b4adb8cebf [2021-04-22T08:45:49.114Z] ---> 7811101ca11e [2021-04-22T08:45:49.114Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-22T08:45:49.388Z] ---> Running in ef36e974f134 [2021-04-22T08:45:50.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:50.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:50.981Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-22T08:45:50.981Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:45:50.981Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-22T08:45:50.981Z] (4/6) Installing curl (7.76.1-r0) [2021-04-22T08:45:51.255Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:51.255Z] (6/6) Installing su-exec (0.2-r1) [2021-04-22T08:45:51.255Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:51.255Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:45:51.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:51.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:51.528Z] OK: 7 MiB in 20 packages [2021-04-22T08:45:52.139Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:52.139Z] (2/2) Installing su-exec (0.2-r1) [2021-04-22T08:45:52.139Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:52.139Z] OK: 5 MiB in 16 packages [2021-04-22T08:45:54.144Z] Removing intermediate container 5126e76485d8 [2021-04-22T08:45:54.144Z] ---> 051699944902 [2021-04-22T08:45:54.144Z] [2021-04-22T08:45:54.144Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:45:54.144Z] ---> 9852663dfa18 [2021-04-22T08:45:54.144Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:45:54.742Z] ---> Running in 0a45e5091f06 [2021-04-22T08:45:55.014Z] Removing intermediate container ef36e974f134 [2021-04-22T08:45:55.014Z] ---> e99100ec8141 [2021-04-22T08:45:55.014Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-22T08:45:55.291Z] Removing intermediate container 25ad203c3044 [2021-04-22T08:45:55.291Z] ---> 1a0ccdae69a4 [2021-04-22T08:45:55.291Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:45:55.564Z] ---> Running in f0a69055eee4 [2021-04-22T08:45:55.564Z] ---> Running in 77249d9e3ce0 [2021-04-22T08:45:56.161Z] Removing intermediate container f0a69055eee4 [2021-04-22T08:45:56.161Z] ---> ad11a97639ef [2021-04-22T08:45:56.161Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-22T08:45:56.446Z] Removing intermediate container 77249d9e3ce0 [2021-04-22T08:45:56.446Z] ---> 136121e1a79e [2021-04-22T08:45:56.446Z] Step 13/25 : WORKDIR / [2021-04-22T08:45:56.728Z] ---> Running in b1970eb53f61 [2021-04-22T08:45:56.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:56.728Z] ---> Running in 556f33518613 [2021-04-22T08:45:57.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:57.098Z] Removing intermediate container 3f6b9a87a4f2 [2021-04-22T08:45:57.098Z] ---> 4a4f4f70f3f8 [2021-04-22T08:45:57.098Z] [2021-04-22T08:45:57.098Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:45:57.098Z] ---> 9852663dfa18 [2021-04-22T08:45:57.098Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-22T08:45:57.491Z] Removing intermediate container b1970eb53f61 [2021-04-22T08:45:57.491Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:57.491Z] ---> e55486850ac0 [2021-04-22T08:45:57.491Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-22T08:45:57.491Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:57.491Z] ---> Running in 78d0ebad9b1e [2021-04-22T08:45:57.491Z] OK: 5 MiB in 15 packages [2021-04-22T08:45:58.156Z] ---> Running in 844f83f5fb3d [2021-04-22T08:45:58.156Z] Removing intermediate container 556f33518613 [2021-04-22T08:45:58.156Z] ---> a53401219896 [2021-04-22T08:45:58.156Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-22T08:45:59.690Z] ---> d512af2e13d0 [2021-04-22T08:45:59.690Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-22T08:45:59.690Z] Removing intermediate container 0a45e5091f06 [2021-04-22T08:45:59.690Z] ---> 3eacc79aceae [2021-04-22T08:45:59.690Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:45:59.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:45:59.974Z] ---> Running in c94a35a61d89 [2021-04-22T08:45:59.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:46:00.578Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-22T08:46:00.853Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:46:00.854Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:46:00.854Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:46:01.125Z] OK: 6 MiB in 16 packages [2021-04-22T08:46:01.407Z] Removing intermediate container c94a35a61d89 [2021-04-22T08:46:01.407Z] ---> a649e567d9ab [2021-04-22T08:46:01.407Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-22T08:46:01.684Z] ---> b3fc3939ab98 [2021-04-22T08:46:01.684Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-22T08:46:01.963Z] ---> Running in 19598e14c6e8 [2021-04-22T08:46:02.561Z] Removing intermediate container 844f83f5fb3d [2021-04-22T08:46:02.561Z] ---> f8a318725a90 [2021-04-22T08:46:02.561Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-22T08:46:02.561Z] Removing intermediate container 19598e14c6e8 [2021-04-22T08:46:02.561Z] ---> afc23b1d4133 [2021-04-22T08:46:02.561Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:46:03.157Z] ---> Running in 83d71d4be8ac [2021-04-22T08:46:03.158Z] ---> cceeae67baa7 [2021-04-22T08:46:03.158Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-22T08:46:03.158Z] ---> Running in 5321e4f5b0cc [2021-04-22T08:46:03.435Z] Removing intermediate container 78d0ebad9b1e [2021-04-22T08:46:03.435Z] ---> caf467d75586 [2021-04-22T08:46:03.435Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:46:03.708Z] Removing intermediate container 9cf555c8bdad [2021-04-22T08:46:03.708Z] ---> fd23b1ea2634 [2021-04-22T08:46:03.708Z] [2021-04-22T08:46:03.708Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:46:03.708Z] ---> 9852663dfa18 [2021-04-22T08:46:03.708Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:46:03.708Z] ---> Using cache [2021-04-22T08:46:03.708Z] ---> 3eacc79aceae [2021-04-22T08:46:03.708Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:46:03.708Z] ---> Using cache [2021-04-22T08:46:03.708Z] ---> a649e567d9ab [2021-04-22T08:46:03.708Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-22T08:46:03.708Z] ---> Running in 077b75041e2e [2021-04-22T08:46:04.019Z] ---> Running in 3a0e571d291c [2021-04-22T08:46:04.019Z] Removing intermediate container 83d71d4be8ac [2021-04-22T08:46:04.019Z] ---> fb87885bf2c5 [2021-04-22T08:46:04.019Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-22T08:46:04.019Z] Removing intermediate container 5321e4f5b0cc [2021-04-22T08:46:04.019Z] ---> 28229a1a341b [2021-04-22T08:46:04.019Z] Step 15/23 : WORKDIR / [2021-04-22T08:46:04.019Z] ---> 1602b41e9643 [2021-04-22T08:46:04.019Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-22T08:46:04.304Z] ---> Running in 8dfb8d8d169b [2021-04-22T08:46:04.304Z] Removing intermediate container 077b75041e2e [2021-04-22T08:46:04.304Z] ---> c38293a70157 [2021-04-22T08:46:04.304Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-22T08:46:04.589Z] ---> Running in 2bdf92cc666c [2021-04-22T08:46:04.589Z] Removing intermediate container 3a0e571d291c [2021-04-22T08:46:04.589Z] ---> 032a06ee45f6 [2021-04-22T08:46:04.589Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:46:04.862Z] ---> Running in 323238b791db [2021-04-22T08:46:05.137Z] Removing intermediate container 8dfb8d8d169b [2021-04-22T08:46:05.137Z] ---> 0324f2417ebb [2021-04-22T08:46:05.137Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:46:05.137Z] ---> 8bad584e17a5 [2021-04-22T08:46:05.137Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-22T08:46:05.137Z] Removing intermediate container 2bdf92cc666c [2021-04-22T08:46:05.137Z] ---> defba1987e7e [2021-04-22T08:46:05.137Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:46:05.419Z] ---> Running in 5309044b0bae [2021-04-22T08:46:05.419Z] ---> Running in a5fa6ed7e03b [2021-04-22T08:46:05.692Z] Removing intermediate container 323238b791db [2021-04-22T08:46:05.692Z] ---> 6dcf8ca725f4 [2021-04-22T08:46:05.692Z] Step 15/23 : WORKDIR / [2021-04-22T08:46:05.692Z] ---> a5b1645a00bf [2021-04-22T08:46:05.692Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-22T08:46:05.966Z] ---> Running in d31ed8c92bca [2021-04-22T08:46:06.239Z] ---> f0307da22731 [2021-04-22T08:46:06.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-22T08:46:06.513Z] Removing intermediate container 5309044b0bae [2021-04-22T08:46:06.513Z] ---> 8be9f7f1c815 [2021-04-22T08:46:06.513Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:46:06.786Z] Removing intermediate container d31ed8c92bca [2021-04-22T08:46:06.786Z] ---> 4b6d10ac23d7 [2021-04-22T08:46:06.786Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:46:07.767Z] ---> 8ab72f1cb337 [2021-04-22T08:46:07.767Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-22T08:46:08.047Z] ---> 69fdc716755f [2021-04-22T08:46:08.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-22T08:46:08.047Z] ---> 5457acbe4ad6 [2021-04-22T08:46:08.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-22T08:46:08.047Z] ---> 517a2948c732 [2021-04-22T08:46:08.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-22T08:46:09.035Z] ---> c81c1a2cfc0f [2021-04-22T08:46:09.035Z] Step 21/25 : 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-22T08:46:09.312Z] ---> Running in edf0751086a6 [2021-04-22T08:46:09.312Z] ---> 2a3ebe987298 [2021-04-22T08:46:09.312Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-22T08:46:09.312Z] Removing intermediate container a5fa6ed7e03b [2021-04-22T08:46:09.312Z] ---> fc41eebcd7a5 [2021-04-22T08:46:09.312Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:46:09.902Z] ---> Running in 18b5c86aee5b [2021-04-22T08:46:10.178Z] ---> cdd119df6252 [2021-04-22T08:46:10.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-22T08:46:10.178Z] ---> de2e9841db83 [2021-04-22T08:46:10.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-22T08:46:10.451Z] ---> cb7bdcfebaf7 [2021-04-22T08:46:10.451Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-22T08:46:10.451Z] Removing intermediate container 18b5c86aee5b [2021-04-22T08:46:10.451Z] ---> 99e94aaec479 [2021-04-22T08:46:10.451Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:46:10.734Z] ---> Running in 683355f30131 [2021-04-22T08:46:11.330Z] Removing intermediate container 683355f30131 [2021-04-22T08:46:11.330Z] ---> 478ec93c0b2c [2021-04-22T08:46:11.330Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:46:11.930Z] ---> Running in ac06a75e33d1 [2021-04-22T08:46:11.930Z] ---> 30c69814e885 [2021-04-22T08:46:11.930Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-22T08:46:12.208Z] ---> 9ba4757d7297 [2021-04-22T08:46:12.208Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-22T08:46:12.208Z] ---> Running in 4182461d3f17 [2021-04-22T08:46:12.208Z] ---> 42bca4675f7d [2021-04-22T08:46:12.208Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-22T08:46:12.208Z] ---> Running in aa21e7d6c584 [2021-04-22T08:46:12.483Z] Removing intermediate container ac06a75e33d1 [2021-04-22T08:46:12.483Z] ---> c309132d2027 [2021-04-22T08:46:12.483Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:46:12.759Z] ---> Running in e07ffb7d6523 [2021-04-22T08:46:12.760Z] Removing intermediate container 4182461d3f17 [2021-04-22T08:46:12.760Z] ---> 4ff9febeab5d [2021-04-22T08:46:12.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:46:13.046Z] Removing intermediate container edf0751086a6 [2021-04-22T08:46:13.046Z] ---> 1db48024e504 [2021-04-22T08:46:13.046Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-22T08:46:13.046Z] Removing intermediate container aa21e7d6c584 [2021-04-22T08:46:13.046Z] ---> eb59164c8293 [2021-04-22T08:46:13.046Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:46:13.046Z] ---> Running in 3dc9d903b7a7 [2021-04-22T08:46:13.046Z] ---> Running in 624c15f3da1e [2021-04-22T08:46:13.320Z] ---> Running in 4b8e4db3a4bb [2021-04-22T08:46:13.320Z] ---> 8748e98fab75 [2021-04-22T08:46:13.320Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-22T08:46:13.320Z] Removing intermediate container e07ffb7d6523 [2021-04-22T08:46:13.320Z] ---> 9bd831335523 [2021-04-22T08:46:13.320Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:46:13.604Z] ---> Running in a5471813a9e2 [2021-04-22T08:46:13.884Z] Removing intermediate container 3dc9d903b7a7 [2021-04-22T08:46:13.884Z] ---> 4214ff573faf [2021-04-22T08:46:13.884Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:46:13.884Z] Removing intermediate container 624c15f3da1e [2021-04-22T08:46:13.884Z] ---> 5bc2598a200b [2021-04-22T08:46:13.884Z] Step 23/25 : LABEL arch=arm64 [2021-04-22T08:46:13.884Z] Removing intermediate container 4b8e4db3a4bb [2021-04-22T08:46:13.884Z] ---> f3932db50890 [2021-04-22T08:46:13.884Z] Step 20/22 : LABEL arch=arm64 [2021-04-22T08:46:14.159Z] ---> Running in 2273e56b80d0 [2021-04-22T08:46:14.160Z] ---> Running in fc521a3c9cbe [2021-04-22T08:46:14.160Z] ---> Running in 339ba1520cea [2021-04-22T08:46:14.432Z] Removing intermediate container a5471813a9e2 [2021-04-22T08:46:14.432Z] ---> 93a977dbb749 [2021-04-22T08:46:14.432Z] [2021-04-22T08:46:14.706Z] ---> a0e37615a72b [2021-04-22T08:46:14.706Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-22T08:46:14.977Z] Removing intermediate container 2273e56b80d0 [2021-04-22T08:46:14.977Z] ---> 79ac95fc1181 [2021-04-22T08:46:14.977Z] Step 24/25 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:46:14.977Z] Removing intermediate container 339ba1520cea [2021-04-22T08:46:14.977Z] Removing intermediate container fc521a3c9cbe [2021-04-22T08:46:14.977Z] ---> ff61239fe2b7 [2021-04-22T08:46:14.977Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:46:14.977Z] ---> 1e66262ee4cd [2021-04-22T08:46:14.977Z] Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:46:14.977Z] Successfully built 93a977dbb749 [2021-04-22T08:46:15.255Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-22T08:46:15.255Z] Building docker-support-scheduler-go [2021-04-22T08:46:15.255Z]  Building docker-core-command-go ... done  ---> Running in 3c90c65ebf58 [2021-04-22T08:46:15.255Z] ---> Running in d4b386561fed [2021-04-22T08:46:15.255Z] ---> Running in e7d26932a692 [2021-04-22T08:46:15.853Z] ---> 53c948de72f7 [2021-04-22T08:46:15.853Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-22T08:46:16.127Z] ---> Running in d26bc4a74bb3 [2021-04-22T08:46:16.127Z] Removing intermediate container e7d26932a692 [2021-04-22T08:46:16.127Z] Removing intermediate container 3c90c65ebf58 [2021-04-22T08:46:16.127Z] ---> fc85ec6df717 [2021-04-22T08:46:16.127Z] ---> 86a385f23083 [2021-04-22T08:46:16.127Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:46:16.127Z] Step 25/25 : LABEL version=0.0.0 [2021-04-22T08:46:16.127Z] Removing intermediate container d4b386561fed [2021-04-22T08:46:16.127Z] ---> efcb37d53855 [2021-04-22T08:46:16.127Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:46:16.402Z] ---> Running in fb78f9ef25cd [2021-04-22T08:46:16.402Z] ---> Running in b4f07658b32e [2021-04-22T08:46:16.402Z] ---> Running in 2008c5ce8153 [2021-04-22T08:46:17.001Z] Removing intermediate container d26bc4a74bb3 [2021-04-22T08:46:17.001Z] ---> bc5960f2c7f1 [2021-04-22T08:46:17.001Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-22T08:46:17.274Z] Removing intermediate container 2008c5ce8153 [2021-04-22T08:46:17.274Z] ---> 789e511f6d25 [2021-04-22T08:46:17.274Z] [2021-04-22T08:46:17.274Z] Removing intermediate container b4f07658b32e [2021-04-22T08:46:17.274Z] ---> 749cf2183fbb [2021-04-22T08:46:17.274Z] [2021-04-22T08:46:17.558Z] Removing intermediate container fb78f9ef25cd [2021-04-22T08:46:17.558Z] ---> 6df82337c583 [2021-04-22T08:46:17.558Z] [2021-04-22T08:46:18.163Z] Successfully built 749cf2183fbb [2021-04-22T08:46:18.163Z] Successfully built 789e511f6d25 [2021-04-22T08:46:18.435Z] Successfully built 6df82337c583 [2021-04-22T08:46:18.710Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-22T08:46:18.710Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-22T08:46:18.981Z] ---> 0c14439249e4 [2021-04-22T08:46:18.981Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-22T08:46:19.256Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-22T08:46:19.256Z]  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-22T08:46:19.256Z] Building docker-core-data-go [2021-04-22T08:46:19.256Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-22T08:46:19.558Z] ---> Running in f6e51a3ba3a9 [2021-04-22T08:46:22.981Z] Removing intermediate container f6e51a3ba3a9 [2021-04-22T08:46:22.981Z] ---> ed3e217d2dc8 [2021-04-22T08:46:22.981Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-22T08:46:22.981Z] ---> Running in 1b01014d7dbf [2021-04-22T08:46:23.578Z] Removing intermediate container 1b01014d7dbf [2021-04-22T08:46:23.578Z] ---> 48f6e3c3ea9a [2021-04-22T08:46:23.578Z] Step 28/31 : CMD ["gate"] [2021-04-22T08:46:23.855Z] ---> Running in 5802d35bed92 [2021-04-22T08:46:24.455Z] Removing intermediate container 5802d35bed92 [2021-04-22T08:46:24.455Z] ---> 9ef82e3a2106 [2021-04-22T08:46:24.455Z] Step 29/31 : LABEL arch=arm64 [2021-04-22T08:46:25.050Z] ---> Running in fcffaf2b4d26 [2021-04-22T08:46:26.039Z] Removing intermediate container fcffaf2b4d26 [2021-04-22T08:46:26.039Z] ---> b4238535af98 [2021-04-22T08:46:26.039Z] Step 30/31 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:46:27.474Z] ---> Running in ba5ccf7cc61d [2021-04-22T08:46:28.460Z] Removing intermediate container ba5ccf7cc61d [2021-04-22T08:46:28.460Z] ---> 7d2d26bc4f27 [2021-04-22T08:46:28.460Z] Step 31/31 : LABEL version=0.0.0 [2021-04-22T08:46:30.442Z] ---> Running in 1a5729eb2757 [2021-04-22T08:46:31.885Z] Removing intermediate container 1a5729eb2757 [2021-04-22T08:46:31.885Z] ---> 6de8bd570ebf [2021-04-22T08:46:31.885Z] [2021-04-22T08:46:32.483Z] Successfully built 6de8bd570ebf [2021-04-22T08:46:32.483Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-22T08:47:19.442Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:19.442Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:19.442Z] ---> 9527d0b016f8 [2021-04-22T08:47:19.442Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 5020828afab7 [2021-04-22T08:47:19.442Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 9991e473dabd [2021-04-22T08:47:19.442Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 824faf3f5a65 [2021-04-22T08:47:19.442Z] Step 6/22 : COPY go.mod . [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 48c01fa109bb [2021-04-22T08:47:19.442Z] Step 7/22 : RUN go mod download [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 8dceaf542b53 [2021-04-22T08:47:19.442Z] Step 8/22 : COPY . . [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 98c0122648ba [2021-04-22T08:47:19.442Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-22T08:47:19.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:19.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:19.442Z] ---> 9527d0b016f8 [2021-04-22T08:47:19.442Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:47:19.442Z] ---> Using cache [2021-04-22T08:47:19.442Z] ---> 5020828afab7 [2021-04-22T08:47:19.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:19.720Z] ---> Using cache [2021-04-22T08:47:19.720Z] ---> 9991e473dabd [2021-04-22T08:47:19.721Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-22T08:47:19.998Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:19.998Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:19.998Z] ---> 9527d0b016f8 [2021-04-22T08:47:19.998Z] Step 3/21 : WORKDIR /edgex-go [2021-04-22T08:47:19.998Z] ---> Using cache [2021-04-22T08:47:19.998Z] ---> 5020828afab7 [2021-04-22T08:47:19.998Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:19.998Z] ---> Using cache [2021-04-22T08:47:19.998Z] ---> 9991e473dabd [2021-04-22T08:47:19.998Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-22T08:47:19.998Z] ---> Using cache [2021-04-22T08:47:19.998Z] ---> 824faf3f5a65 [2021-04-22T08:47:19.998Z] Step 6/21 : COPY go.mod . [2021-04-22T08:47:19.998Z] ---> Using cache [2021-04-22T08:47:19.998Z] ---> 48c01fa109bb [2021-04-22T08:47:19.998Z] Step 7/21 : RUN go mod download [2021-04-22T08:47:19.998Z] ---> Using cache [2021-04-22T08:47:19.998Z] ---> 8dceaf542b53 [2021-04-22T08:47:19.998Z] Step 8/21 : COPY . . [2021-04-22T08:47:20.272Z] ---> Using cache [2021-04-22T08:47:20.272Z] ---> 98c0122648ba [2021-04-22T08:47:20.272Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-22T08:47:20.272Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:20.272Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:20.272Z] ---> 9527d0b016f8 [2021-04-22T08:47:20.272Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:47:20.272Z] ---> Using cache [2021-04-22T08:47:20.272Z] ---> 5020828afab7 [2021-04-22T08:47:20.272Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:20.272Z] ---> Using cache [2021-04-22T08:47:20.272Z] ---> 9991e473dabd [2021-04-22T08:47:20.272Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-22T08:47:21.715Z] ---> Running in 4b8ac943a52a [2021-04-22T08:47:21.715Z] ---> Running in 909756f734e5 [2021-04-22T08:47:21.715Z] ---> Running in cacce79fd69d [2021-04-22T08:47:21.715Z] ---> Running in 51ee7df2c680 [2021-04-22T08:47:23.713Z] 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-22T08:47:23.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:23.713Z] 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-22T08:47:23.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:24.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:24.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:25.193Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:25.194Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:27.235Z] Removing intermediate container 909756f734e5 [2021-04-22T08:47:27.235Z] ---> 665767644135 [2021-04-22T08:47:27.235Z] Step 6/23 : COPY go.mod . [2021-04-22T08:47:27.235Z] Removing intermediate container cacce79fd69d [2021-04-22T08:47:27.235Z] ---> 0ef64543d0b3 [2021-04-22T08:47:27.235Z] Step 6/23 : COPY go.mod . [2021-04-22T08:47:28.243Z] ---> 9de3fdbade8e [2021-04-22T08:47:28.243Z] Step 7/23 : RUN go mod download [2021-04-22T08:47:28.530Z] ---> Running in 9d2f1fb939c9 [2021-04-22T08:47:28.803Z] ---> b499fe03420a [2021-04-22T08:47:28.803Z] Step 7/23 : RUN go mod download [2021-04-22T08:47:29.083Z] ---> Running in dc888b05042e [2021-04-22T08:47:34.540Z] Removing intermediate container 9d2f1fb939c9 [2021-04-22T08:47:34.540Z] ---> 264000ba9351 [2021-04-22T08:47:34.540Z] Step 8/23 : COPY . . [2021-04-22T08:47:34.540Z] Removing intermediate container dc888b05042e [2021-04-22T08:47:34.540Z] ---> 32f428b4caf0 [2021-04-22T08:47:34.540Z] Step 8/23 : COPY . . [2021-04-22T08:48:13.900Z] ---> 1b900ac2024b [2021-04-22T08:48:13.900Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-22T08:48:13.900Z] ---> b42482c616b0 [2021-04-22T08:48:13.900Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-22T08:48:13.900Z] ---> Running in c23388f8ba9f [2021-04-22T08:48:13.900Z] ---> Running in 805503712ac9 [2021-04-22T08:48:13.900Z] 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-22T08:48:13.900Z] 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-22T08:48:36.133Z] 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-22T08:48:54.466Z] Removing intermediate container 51ee7df2c680 [2021-04-22T08:48:54.466Z] ---> bbdd79c74f3f [2021-04-22T08:48:54.466Z] [2021-04-22T08:48:54.466Z] Step 10/21 : FROM alpine:3.12 [2021-04-22T08:48:54.466Z] ---> 9852663dfa18 [2021-04-22T08:48:54.466Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-22T08:48:54.466Z] ---> Running in 825b49e0e83e [2021-04-22T08:48:55.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:48:55.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:48:56.513Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-22T08:48:56.513Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:48:56.513Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-22T08:48:56.513Z] (4/4) Installing curl (7.76.1-r0) [2021-04-22T08:48:56.790Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:48:56.790Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:48:56.790Z] OK: 7 MiB in 18 packages [2021-04-22T08:49:01.115Z] Removing intermediate container 825b49e0e83e [2021-04-22T08:49:01.115Z] ---> a3b8183a4f9a [2021-04-22T08:49:01.115Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:49:01.115Z] ---> Running in 25cf1b111e0c [2021-04-22T08:49:02.115Z] Removing intermediate container 25cf1b111e0c [2021-04-22T08:49:02.115Z] ---> bafc5866a29f [2021-04-22T08:49:02.115Z] Step 13/21 : WORKDIR /edgex [2021-04-22T08:49:02.390Z] ---> Running in aded798c27b9 [2021-04-22T08:49:02.667Z] Removing intermediate container 4b8ac943a52a [2021-04-22T08:49:02.667Z] ---> efcdde02b152 [2021-04-22T08:49:02.667Z] [2021-04-22T08:49:02.667Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:49:02.667Z] ---> 9852663dfa18 [2021-04-22T08:49:02.667Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:49:02.667Z] ---> Using cache [2021-04-22T08:49:02.667Z] ---> 3eacc79aceae [2021-04-22T08:49:02.667Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:49:02.667Z] ---> Using cache [2021-04-22T08:49:02.667Z] ---> a649e567d9ab [2021-04-22T08:49:02.667Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-22T08:49:02.942Z] ---> Running in e9ee3c431e8b [2021-04-22T08:49:03.543Z] Removing intermediate container aded798c27b9 [2021-04-22T08:49:03.543Z] ---> aaf0002de190 [2021-04-22T08:49:03.543Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-22T08:49:03.543Z] Removing intermediate container e9ee3c431e8b [2021-04-22T08:49:03.543Z] ---> e4fab99c67f1 [2021-04-22T08:49:03.543Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:49:03.820Z] ---> Running in 64dbd306d282 [2021-04-22T08:49:04.421Z] Removing intermediate container 64dbd306d282 [2021-04-22T08:49:04.421Z] ---> 5df02159e3df [2021-04-22T08:49:04.421Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:49:04.698Z] ---> 1e43c5eb590c [2021-04-22T08:49:04.698Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-22T08:49:06.141Z] ---> 912da388b5e9 [2021-04-22T08:49:06.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-22T08:49:07.132Z] ---> a69c10956cc9 [2021-04-22T08:49:07.132Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-22T08:49:08.579Z] ---> c4c44d876001 [2021-04-22T08:49:08.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-22T08:49:09.576Z] ---> 014b9a92e744 [2021-04-22T08:49:09.576Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-22T08:49:09.576Z] ---> Running in 9d1b9b64505f [2021-04-22T08:49:09.859Z] ---> f26163b5d579 [2021-04-22T08:49:09.859Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-22T08:49:10.136Z] ---> Running in d052a7d187c5 [2021-04-22T08:49:10.415Z] Removing intermediate container 9d1b9b64505f [2021-04-22T08:49:10.415Z] ---> cfab464f82b5 [2021-04-22T08:49:10.415Z] Step 18/21 : CMD ["--init=true"] [2021-04-22T08:49:10.701Z] ---> Running in 4a275b87073e [2021-04-22T08:49:10.981Z] Removing intermediate container d052a7d187c5 [2021-04-22T08:49:10.981Z] ---> ca1dc14aa3ed [2021-04-22T08:49:10.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:49:11.264Z] ---> Running in 66649334b320 [2021-04-22T08:49:11.547Z] Removing intermediate container 4a275b87073e [2021-04-22T08:49:11.547Z] ---> 522d476e2759 [2021-04-22T08:49:11.547Z] Step 19/21 : LABEL arch=arm64 [2021-04-22T08:49:11.828Z] ---> Running in fab82e35f0db [2021-04-22T08:49:12.108Z] Removing intermediate container 66649334b320 [2021-04-22T08:49:12.108Z] ---> d3a31324582d [2021-04-22T08:49:12.108Z] Step 20/22 : LABEL arch=arm64 [2021-04-22T08:49:12.394Z] ---> Running in da80bcb18d0d [2021-04-22T08:49:12.677Z] Removing intermediate container fab82e35f0db [2021-04-22T08:49:12.677Z] ---> f96250f58c51 [2021-04-22T08:49:12.677Z] Step 20/21 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:49:12.677Z] ---> Running in 9222e5fa4412 [2021-04-22T08:49:12.958Z] Removing intermediate container da80bcb18d0d [2021-04-22T08:49:12.958Z] ---> db73701b22e8 [2021-04-22T08:49:12.958Z] Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:49:13.235Z] ---> Running in 60da7c185c85 [2021-04-22T08:49:13.844Z] Removing intermediate container 9222e5fa4412 [2021-04-22T08:49:13.844Z] ---> 75449623d2a1 [2021-04-22T08:49:13.844Z] Step 21/21 : LABEL version=0.0.0 [2021-04-22T08:49:13.844Z] ---> Running in fe2bd0432c8a [2021-04-22T08:49:14.127Z] Removing intermediate container 60da7c185c85 [2021-04-22T08:49:14.127Z] ---> 2e687860f19f [2021-04-22T08:49:14.127Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:49:14.406Z] ---> Running in 84174be4edb1 [2021-04-22T08:49:14.685Z] Removing intermediate container fe2bd0432c8a [2021-04-22T08:49:14.685Z] ---> 74fec29f6f96 [2021-04-22T08:49:14.685Z] [2021-04-22T08:49:15.293Z] Removing intermediate container 84174be4edb1 [2021-04-22T08:49:15.293Z] ---> f40945b864d4 [2021-04-22T08:49:15.293Z] [2021-04-22T08:49:15.293Z] Successfully built 74fec29f6f96 [2021-04-22T08:49:15.294Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-22T08:49:15.904Z]  Building docker-security-proxy-setup-go ... done Successfully built f40945b864d4 [2021-04-22T08:49:15.904Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-22T08:49:34.266Z]  Building docker-support-scheduler-go ... done Removing intermediate container c23388f8ba9f [2021-04-22T08:49:34.266Z] ---> eb0a5da1f5bf [2021-04-22T08:49:34.266Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-22T08:49:34.266Z] ---> Running in a8aabc7c1b8d [2021-04-22T08:49:35.708Z] 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-22T08:49:39.106Z] Removing intermediate container a8aabc7c1b8d [2021-04-22T08:49:39.106Z] ---> b8d0ee840370 [2021-04-22T08:49:39.106Z] [2021-04-22T08:49:39.106Z] Step 11/23 : FROM docker:20.10.0 [2021-04-22T08:49:39.106Z] 20.10.0: Pulling from library/docker [2021-04-22T08:49:47.388Z] Removing intermediate container 805503712ac9 [2021-04-22T08:49:47.388Z] ---> 102021f51336 [2021-04-22T08:49:47.388Z] [2021-04-22T08:49:47.388Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:49:47.388Z] ---> 9852663dfa18 [2021-04-22T08:49:47.388Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-22T08:49:47.661Z] ---> Running in f479c8e0b5cc [2021-04-22T08:49:48.258Z] Removing intermediate container f479c8e0b5cc [2021-04-22T08:49:48.258Z] ---> 9059d17db683 [2021-04-22T08:49:48.258Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-22T08:49:48.258Z] ---> Running in 1ad6ae79a389 [2021-04-22T08:49:48.531Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-22T08:49:48.531Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-22T08:49:48.531Z] ---> eeaf43b92773 [2021-04-22T08:49:48.531Z] 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-22T08:49:48.804Z] ---> Running in e30bb4d949e6 [2021-04-22T08:49:48.804Z] Removing intermediate container 1ad6ae79a389 [2021-04-22T08:49:48.804Z] ---> 86ef013b315a [2021-04-22T08:49:48.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-22T08:49:49.075Z] ---> Running in c06d3e8ba942 [2021-04-22T08:49:49.347Z] Removing intermediate container e30bb4d949e6 [2021-04-22T08:49:49.347Z] ---> 00a00a35b341 [2021-04-22T08:49:49.347Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-22T08:49:49.347Z] ---> Running in 338f5e988e30 [2021-04-22T08:49:49.620Z] Removing intermediate container c06d3e8ba942 [2021-04-22T08:49:49.620Z] ---> 74d7cda5b3a5 [2021-04-22T08:49:49.620Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:49:49.893Z] ---> Running in b14a858bbd30 [2021-04-22T08:49:50.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:51.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:52.138Z] (1/39) Installing readline (8.0.4-r0) [2021-04-22T08:49:52.138Z] (2/39) Installing bash (5.0.17-r0) [2021-04-22T08:49:52.138Z] Executing bash-5.0.17-r0.post-install [2021-04-22T08:49:52.138Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:49:52.138Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-22T08:49:52.138Z] (5/39) Installing curl (7.76.1-r0) [2021-04-22T08:49:52.138Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-22T08:49:52.138Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-22T08:49:52.138Z] (8/39) Installing expat (2.2.9-r1) [2021-04-22T08:49:52.138Z] (9/39) Installing libffi (3.3-r2) [2021-04-22T08:49:52.138Z] (10/39) Installing gdbm (1.13-r1) [2021-04-22T08:49:52.138Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-22T08:49:52.138Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-22T08:49:52.138Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-22T08:49:52.138Z] Removing intermediate container b14a858bbd30 [2021-04-22T08:49:52.138Z] ---> f7a7ae0d75c0 [2021-04-22T08:49:52.138Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-22T08:49:52.413Z] ---> Running in 1346d49f04c3 [2021-04-22T08:49:53.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:54.116Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-22T08:49:54.116Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-22T08:49:54.116Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-22T08:49:54.116Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-22T08:49:54.116Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-22T08:49:54.116Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-22T08:49:54.116Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-22T08:49:54.391Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-22T08:49:54.392Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-22T08:49:54.392Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-22T08:49:54.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:54.392Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-22T08:49:54.664Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-22T08:49:54.664Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-22T08:49:54.664Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-22T08:49:54.664Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-22T08:49:54.664Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-22T08:49:54.933Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-22T08:49:54.933Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-22T08:49:54.933Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-22T08:49:54.933Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-22T08:49:54.933Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-22T08:49:54.933Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-22T08:49:54.933Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-22T08:49:54.933Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-22T08:49:54.933Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-22T08:49:54.933Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-22T08:49:55.206Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:49:55.206Z] OK: 72 MiB in 59 packages [2021-04-22T08:49:55.798Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:49:55.798Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-22T08:49:55.798Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-22T08:49:56.071Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-22T08:49:56.071Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T08:49:56.342Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-22T08:49:56.342Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:49:56.342Z] OK: 8 MiB in 20 packages [2021-04-22T08:49:59.055Z] Removing intermediate container 1346d49f04c3 [2021-04-22T08:49:59.055Z] ---> 116f92bc22c5 [2021-04-22T08:49:59.055Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:49:59.377Z] ---> e2719fc8655e [2021-04-22T08:49:59.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-22T08:50:00.897Z] Collecting docker-compose==1.23.2 [2021-04-22T08:50:01.185Z] ---> 64f911ca9dce [2021-04-22T08:50:01.185Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:01.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-22T08:50:01.792Z] ---> e375a1617ba9 [2021-04-22T08:50:01.792Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-22T08:50:02.065Z] ---> Running in bb8161ddd137 [2021-04-22T08:50:02.659Z] Removing intermediate container bb8161ddd137 [2021-04-22T08:50:02.659Z] ---> 2fcdeaee8bd8 [2021-04-22T08:50:02.659Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:02.659Z] ---> Running in 3a1f70aa5c5b [2021-04-22T08:50:03.253Z] Collecting PyYAML<4,>=3.10 [2021-04-22T08:50:03.253Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-22T08:50:03.253Z] Removing intermediate container 3a1f70aa5c5b [2021-04-22T08:50:03.253Z] ---> 8ef5f1367c40 [2021-04-22T08:50:03.253Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:50:03.253Z] ---> Running in 90cbcc7bd08a [2021-04-22T08:50:03.848Z] Removing intermediate container 90cbcc7bd08a [2021-04-22T08:50:03.848Z] ---> da8cd36f9c4e [2021-04-22T08:50:03.848Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:50:03.849Z] ---> Running in f83de05d0fa4 [2021-04-22T08:50:04.448Z] Removing intermediate container f83de05d0fa4 [2021-04-22T08:50:04.448Z] ---> adeb539c9ec1 [2021-04-22T08:50:04.448Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:50:04.448Z] ---> Running in 38c4aeaa259b [2021-04-22T08:50:05.046Z] Removing intermediate container 38c4aeaa259b [2021-04-22T08:50:05.046Z] ---> 20aa7a6d4014 [2021-04-22T08:50:05.046Z] [2021-04-22T08:50:05.642Z] Successfully built 20aa7a6d4014 [2021-04-22T08:50:05.642Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-22T08:50:08.260Z]  Building docker-core-data-go ... done Collecting texttable<0.10,>=0.9.0 [2021-04-22T08:50:08.260Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-22T08:50:10.873Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-22T08:50:10.873Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-22T08:50:14.248Z] Collecting docker<4.0,>=3.6.0 [2021-04-22T08:50:14.248Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-22T08:50:15.222Z] Collecting cached-property<2,>=1.2.0 [2021-04-22T08:50:15.222Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-22T08:50:15.495Z] Collecting docopt<0.7,>=0.6.1 [2021-04-22T08:50:15.495Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-22T08:50:18.871Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-22T08:50:18.871Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-22T08:50:18.871Z] 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-22T08:50:19.466Z] Collecting jsonschema<3,>=2.5.1 [2021-04-22T08:50:19.466Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-22T08:50:21.432Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-22T08:50:21.432Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-22T08:50:22.023Z] Collecting docker-pycreds>=0.4.0 [2021-04-22T08:50:22.023Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-22T08:50:22.294Z] Collecting idna<2.8,>=2.5 [2021-04-22T08:50:22.294Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-22T08:50:23.268Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-22T08:50:23.268Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-22T08:50:23.540Z] 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-22T08:50:23.540Z] 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-22T08:50:23.540Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-22T08:50:23.540Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-22T08:50:23.540Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-22T08:50:23.540Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-22T08:50:24.965Z] Installing collected packages: PyYAML, texttable, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, docopt, jsonschema, docker-compose [2021-04-22T08:50:24.965Z] Running setup.py install for PyYAML: started [2021-04-22T08:50:27.581Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-22T08:50:27.855Z] Running setup.py install for texttable: started [2021-04-22T08:50:30.466Z] Running setup.py install for texttable: finished with status 'done' [2021-04-22T08:50:30.466Z] Running setup.py install for dockerpty: started [2021-04-22T08:50:33.073Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-22T08:50:33.073Z] Attempting uninstall: idna [2021-04-22T08:50:33.073Z] Found existing installation: idna 2.9 [2021-04-22T08:50:33.073Z] Uninstalling idna-2.9: [2021-04-22T08:50:33.073Z] Successfully uninstalled idna-2.9 [2021-04-22T08:50:33.667Z] Attempting uninstall: urllib3 [2021-04-22T08:50:33.667Z] Found existing installation: urllib3 1.25.9 [2021-04-22T08:50:33.667Z] Uninstalling urllib3-1.25.9: [2021-04-22T08:50:33.938Z] Successfully uninstalled urllib3-1.25.9 [2021-04-22T08:50:34.530Z] Attempting uninstall: requests [2021-04-22T08:50:34.531Z] Found existing installation: requests 2.23.0 [2021-04-22T08:50:34.531Z] Uninstalling requests-2.23.0: [2021-04-22T08:50:34.802Z] Successfully uninstalled requests-2.23.0 [2021-04-22T08:50:36.251Z] Running setup.py install for docopt: started [2021-04-22T08:50:38.880Z] Running setup.py install for docopt: finished with status 'done' [2021-04-22T08:50:40.334Z] 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-22T08:50:48.641Z] Removing intermediate container 338f5e988e30 [2021-04-22T08:50:48.641Z] ---> dbda96b5cb9a [2021-04-22T08:50:48.641Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-22T08:50:48.641Z] ---> Running in 3d6b2cc72587 [2021-04-22T08:50:49.240Z] Removing intermediate container 3d6b2cc72587 [2021-04-22T08:50:49.240Z] ---> 9a6a5ed60d6d [2021-04-22T08:50:49.240Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-22T08:50:49.240Z] ---> Running in 27ad338e6d71 [2021-04-22T08:50:49.839Z] Removing intermediate container 27ad338e6d71 [2021-04-22T08:50:49.839Z] ---> 8e053dcca9ff [2021-04-22T08:50:49.839Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-22T08:50:51.276Z] ---> 2cfba612a61e [2021-04-22T08:50:51.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:51.872Z] ---> 6e59b785df9f [2021-04-22T08:50:51.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-22T08:50:52.854Z] ---> cbd857afed4c [2021-04-22T08:50:52.854Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-22T08:50:52.854Z] ---> Running in 9388518f49ea [2021-04-22T08:50:53.451Z] Removing intermediate container 9388518f49ea [2021-04-22T08:50:53.451Z] ---> f82505010cfd [2021-04-22T08:50:53.451Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:53.451Z] ---> Running in 3eb4bd66f286 [2021-04-22T08:50:54.049Z] Removing intermediate container 3eb4bd66f286 [2021-04-22T08:50:54.049Z] ---> b704fdce60e4 [2021-04-22T08:50:54.049Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:50:54.049Z] ---> Running in ff7efeb9195e [2021-04-22T08:50:54.661Z] Removing intermediate container ff7efeb9195e [2021-04-22T08:50:54.661Z] ---> 90250a90d7fc [2021-04-22T08:50:54.661Z] Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [2021-04-22T08:50:54.661Z] ---> Running in eee8646d00d8 [2021-04-22T08:50:55.267Z] Removing intermediate container eee8646d00d8 [2021-04-22T08:50:55.267Z] ---> 8a4dfa02465a [2021-04-22T08:50:55.267Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:50:55.267Z] ---> Running in f7de8dc67b57 [2021-04-22T08:50:55.868Z] Removing intermediate container f7de8dc67b57 [2021-04-22T08:50:55.868Z] ---> 0bf80db81a43 [2021-04-22T08:50:55.868Z] [2021-04-22T08:50:56.150Z] Successfully built 0bf80db81a43 [2021-04-22T08:50:56.438Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-22T08:50:56.729Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-22T08:50:56.726Z] $ docker stop --time=1 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af [2021-04-22T08:50:58.745Z] $ docker rm -f 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T08:50:59.397Z] + grep docker [2021-04-22T08:50:59.397Z] + docker images [2021-04-22T08:50:59.668Z] docker-sys-mgmt-agent-go-arm64 latest 0bf80db81a43 4 seconds ago 299MB [2021-04-22T08:50:59.668Z] docker-core-data-go-arm64 latest 20aa7a6d4014 55 seconds ago 21.6MB [2021-04-22T08:50:59.668Z] docker-support-scheduler-go-arm64 latest f40945b864d4 About a minute ago 16.6MB [2021-04-22T08:50:59.668Z] docker-security-proxy-setup-go-arm64 latest 74fec29f6f96 About a minute ago 24.7MB [2021-04-22T08:50:59.668Z] docker-security-bootstrapper-go-arm64 latest 6de8bd570ebf 4 minutes ago 18.2MB [2021-04-22T08:50:59.668Z] docker-core-metadata-go-arm64 latest 6df82337c583 4 minutes ago 18.1MB [2021-04-22T08:50:59.668Z] docker-support-notifications-go-arm64 latest 749cf2183fbb 4 minutes ago 17.2MB [2021-04-22T08:50:59.668Z] docker-security-secretstore-setup-go-arm64 latest 789e511f6d25 4 minutes ago 25MB [2021-04-22T08:50:59.668Z] docker-core-command-go-arm64 latest 93a977dbb749 4 minutes ago 16.5MB [2021-04-22T08:50:59.668Z] 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-22T08:51:00.220Z] ---> job-cost.sh [2021-04-22T08:51:00.220Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tDHg [2021-04-22T08:51:56.753Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T08:53:48.523Z] lf-activate-venv(): INFO: Adding /tmp/venv-tDHg/bin to PATH [2021-04-22T08:53:48.523Z] INFO: No Stack... [2021-04-22T08:53:48.523Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-22T08:53:48.795Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T08:53:49.145Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-04-22T08:53:49.145Z] + cut -d, -f6 [Pipeline] lock [2021-04-22T08:53:49.270Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] [2021-04-22T08:53:49.277Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] did not exist. Created. [2021-04-22T08:53:49.277Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T08:53:49.635Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-22T08:53:49.939Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T08:53:49.954Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-22T08:53:50.683Z] provisioning config files... [2021-04-22T08:53:50.693Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9073545301574751290tmp [Pipeline] { [Pipeline] sh [2021-04-22T08:53:51.006Z] + set +x [2021-04-22T08:53:51.006Z] + curl -s https://codecov.io/bash [2021-04-22T08:53:51.006Z] + bash -s -- [2021-04-22T08:53:51.583Z] [2021-04-22T08:53:51.583Z] _____ _ [2021-04-22T08:53:51.583Z] / ____| | | [2021-04-22T08:53:51.583Z] | | ___ __| | ___ ___ _____ __ [2021-04-22T08:53:51.583Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-22T08:53:51.583Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-22T08:53:51.583Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-22T08:53:51.583Z] Bash-1.0.2 [2021-04-22T08:53:51.583Z] [2021-04-22T08:53:51.583Z] [2021-04-22T08:53:51.583Z] ==> git version 2.24.3 found [2021-04-22T08:53:51.583Z] ==> 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-22T08:53:51.583Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-22T08:53:51.583Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-22T08:53:51.583Z] ==> Jenkins CI detected. [2021-04-22T08:53:51.583Z] project root: . [2021-04-22T08:53:51.583Z] --> token set from env [2021-04-22T08:53:51.583Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-22T08:53:51.583Z] ==> Running gcov in . (disable via -X gcov) [2021-04-22T08:53:51.583Z] ==> Python coveragepy not found [2021-04-22T08:53:51.583Z] ==> Searching for coverage reports in: [2021-04-22T08:53:51.583Z] + . [2021-04-22T08:53:51.583Z] -> Found 1 reports [2021-04-22T08:53:51.583Z] ==> Detecting git/mercurial file structure [2021-04-22T08:53:51.583Z] ==> Reading reports [2021-04-22T08:53:51.583Z] + ./coverage.out bytes=711909 [2021-04-22T08:53:51.583Z] ==> Appending adjustments [2021-04-22T08:53:51.583Z] https://docs.codecov.io/docs/fixing-reports [2021-04-22T08:53:55.803Z] + Found adjustments [2021-04-22T08:53:55.803Z] ==> Gzipping contents [2021-04-22T08:53:55.803Z] 100K /tmp/codecov.ogmbCq.gz [2021-04-22T08:53:55.803Z] ==> Uploading reports [2021-04-22T08:53:55.803Z] url: https://codecov.io [2021-04-22T08:53:55.803Z] query: branch=PR-3391&commit=87c52240a4078ef75d8cb9f55c5cf34f46bf8552&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-22T08:53:55.803Z] -> Pinging Codecov [2021-04-22T08:53:55.803Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=87c52240a4078ef75d8cb9f55c5cf34f46bf8552&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-22T08:53:55.803Z] -> Uploading to [2021-04-22T08:53:55.803Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-22/00271124DB129430A58F1EEE437C3FCB/87c52240a4078ef75d8cb9f55c5cf34f46bf8552/f64f1e59-b443-4f80-885f-93405f0f01a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T085355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a47790cc5ff3d17c19a8170b7a512677a8cf7a6c875bb9cfcf8da02a2a98db9 [2021-04-22T08:53:55.803Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T08:53:55.803Z] Dload Upload Total Spent Left Speed [2021-04-22T08:53:56.066Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 218k --:--:-- --:--:-- --:--:-- 218k [2021-04-22T08:53:56.066Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [Pipeline] } [2021-04-22T08:53:56.077Z] 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-22T08:53:56.846Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:53:57.739Z] ---> package-listing.sh [2021-04-22T08:53:57.739Z] ++ facter osfamily [2021-04-22T08:53:57.739Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-22T08:53:57.739Z] + OS_FAMILY=redhat [2021-04-22T08:53:57.739Z] + workspace=/w/workspace/edgex-go/4 [2021-04-22T08:53:57.739Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-22T08:53:57.739Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-22T08:53:57.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-22T08:53:57.739Z] + PACKAGES=/tmp/packages_start.txt [2021-04-22T08:53:57.740Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-22T08:53:57.740Z] + PACKAGES=/tmp/packages_end.txt [2021-04-22T08:53:57.740Z] + case "${OS_FAMILY}" in [2021-04-22T08:53:57.740Z] + rpm -qa [2021-04-22T08:53:57.740Z] + sort [2021-04-22T08:54:03.046Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-22T08:54:03.046Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-22T08:54:03.046Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-22T08:54:03.046Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-22T08:54:03.046Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-22T08:54:03.046Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-22T08:54:03.059Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-22T08:54:03.350Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:54:03.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:54:03.707Z] [2021-04-22T08:54:03.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:54:04.345Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:54:04.345Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-22T08:54:04.345Z] df20fa9351a1: Pulling fs layer [2021-04-22T08:54:04.345Z] 36b3adc4ff6f: Pulling fs layer [2021-04-22T08:54:04.345Z] 8ad3a11d3b57: Pulling fs layer [2021-04-22T08:54:04.345Z] 46f8f816bc3b: Pulling fs layer [2021-04-22T08:54:04.345Z] 93b61091891f: Pulling fs layer [2021-04-22T08:54:04.345Z] 93b9cdb0e59b: Pulling fs layer [2021-04-22T08:54:04.345Z] 5e14af77c1be: Pulling fs layer [2021-04-22T08:54:04.345Z] 01666e4c0597: Pulling fs layer [2021-04-22T08:54:04.345Z] aa168da1d23b: Pulling fs layer [2021-04-22T08:54:04.345Z] 46f8f816bc3b: Waiting [2021-04-22T08:54:04.345Z] 93b9cdb0e59b: Waiting [2021-04-22T08:54:04.345Z] 93b61091891f: Waiting [2021-04-22T08:54:04.345Z] aa168da1d23b: Waiting [2021-04-22T08:54:04.345Z] 5e14af77c1be: Waiting [2021-04-22T08:54:04.345Z] 36b3adc4ff6f: Download complete [2021-04-22T08:54:04.345Z] 46f8f816bc3b: Verifying Checksum [2021-04-22T08:54:04.345Z] 46f8f816bc3b: Download complete [2021-04-22T08:54:04.619Z] df20fa9351a1: Verifying Checksum [2021-04-22T08:54:04.619Z] 93b61091891f: Download complete [2021-04-22T08:54:04.619Z] 93b9cdb0e59b: Verifying Checksum [2021-04-22T08:54:04.619Z] 93b9cdb0e59b: Download complete [2021-04-22T08:54:04.619Z] 5e14af77c1be: Verifying Checksum [2021-04-22T08:54:04.619Z] 5e14af77c1be: Download complete [2021-04-22T08:54:04.619Z] 01666e4c0597: Verifying Checksum [2021-04-22T08:54:04.619Z] 01666e4c0597: Download complete [2021-04-22T08:54:04.881Z] df20fa9351a1: Pull complete [2021-04-22T08:54:05.148Z] 36b3adc4ff6f: Pull complete [2021-04-22T08:54:05.148Z] 8ad3a11d3b57: Verifying Checksum [2021-04-22T08:54:05.148Z] 8ad3a11d3b57: Download complete [2021-04-22T08:54:07.096Z] aa168da1d23b: Verifying Checksum [2021-04-22T08:54:07.096Z] aa168da1d23b: Download complete [2021-04-22T08:54:07.674Z] 8ad3a11d3b57: Pull complete [2021-04-22T08:54:07.941Z] 46f8f816bc3b: Pull complete [2021-04-22T08:54:08.514Z] 93b61091891f: Pull complete [2021-04-22T08:54:08.514Z] 93b9cdb0e59b: Pull complete [2021-04-22T08:54:08.778Z] 5e14af77c1be: Pull complete [2021-04-22T08:54:08.778Z] 01666e4c0597: Pull complete [2021-04-22T08:54:16.997Z] aa168da1d23b: Pull complete [2021-04-22T08:54:16.997Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-22T08:54:16.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:54:16.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-22T08:54:17.179Z] prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container [2021-04-22T08:54:17.229Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-22T08:54:22.738Z] $ docker top 24e660fa9d682ef72477fabe2c89ddaffd693cf75c169f2f48080f26c9fd9813 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:54:23.242Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-22T08:54:23.540Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-22T08:54:23.843Z] + ls /var/log/sa-host [2021-04-22T08:54:23.843Z] + sadf -c /var/log/sa-host/sa22 [2021-04-22T08:54:23.843Z] file_magic: OK [2021-04-22T08:54:23.843Z] HZ: Using current value: 100 [2021-04-22T08:54:23.843Z] file_header: OK [2021-04-22T08:54:23.843Z] 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-22T08:54:23.843Z] Statistics: [2021-04-22T08:54:23.843Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-22T08:54:23.843Z] File successfully converted to sysstat format version 12.2.1 [2021-04-22T08:54:23.843Z] + sadf -c /var/log/sa-host/sa23 [2021-04-22T08:54:23.843Z] file_magic: OK [2021-04-22T08:54:23.843Z] HZ: Using current value: 100 [2021-04-22T08:54:23.843Z] file_header: OK [2021-04-22T08:54:23.844Z] 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-22T08:54:23.844Z] Statistics: [2021-04-22T08:54:23.844Z] Hnuu...uuuununununu... [2021-04-22T08:54:23.844Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-22T08:54:24.089Z] provisioning config files... [2021-04-22T08:54:24.129Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5989123225280874386tmp [Pipeline] { [Pipeline] echo [2021-04-22T08:54:24.154Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:24.465Z] ---> create-netrc.sh [Pipeline] } [2021-04-22T08:54:24.474Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-22T08:54:24.523Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:24.824Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-22T08:54:24.838Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:25.140Z] ---> sudo-logs.sh [2021-04-22T08:54:25.140Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-22T08:54:25.174Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:25.475Z] ---> job-cost.sh [2021-04-22T08:54:25.475Z] lf-activate-venv: SKIPPING [2021-04-22T08:54:25.475Z] DEBUG: total: 0.20999999344348907 [2021-04-22T08:54:25.475Z] INFO: Retrieving Stack Cost... [2021-04-22T08:54:26.420Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T08:54:26.994Z] INFO: Archiving Costs [Pipeline] echo [2021-04-22T08:54:27.009Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:27.306Z] ---> logs-deploy.sh [2021-04-22T08:54:27.306Z] lf-activate-venv: SKIPPING [2021-04-22T08:54:27.306Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/4 [2021-04-22T08:54:27.306Z] INFO: archiving workspace using pattern(s): [2021-04-22T08:54:29.856Z] Archives upload complete. [2021-04-22T08:54:29.856Z] INFO: archiving logs to Nexus