Pull request #3250 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than 9f096b0d8c06001cd478bbb1c49927610bc59fd4 Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29505 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 Commit message: "feat(command): Update CoreCommand to use re-designed profile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T09:32:25.477Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T09:32:25.713Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T09:32:25.804Z] ========================================================= [2021-03-11T09:32:25.804Z] EdgeX Global Pipelines Version Info [2021-03-11T09:32:25.804Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1265bcb5af221117b5850d876f9952298d4645a7 # timeout=10 [2021-03-11T09:32:27.366Z] ------------------- [2021-03-11T09:32:27.366Z] stable info: [2021-03-11T09:32:27.366Z] ------------------- [2021-03-11T09:32:27.366Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T09:32:27.366Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T09:32:27.366Z] Message: update stable to v1.0.184 [2021-03-11T09:32:28.315Z] ------------------- [2021-03-11T09:32:28.315Z] experimental info: [2021-03-11T09:32:28.315Z] ------------------- [2021-03-11T09:32:28.315Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T09:32:28.315Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T09:32:28.315Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T09:32:28.551Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T09:32:28.635Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T09:32:28.716Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T09:32:28.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T09:32:28.893Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T09:32:28.974Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T09:32:29.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T09:32:29.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T09:32:29.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T09:32:29.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T09:32:29.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T09:32:29.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T09:32:29.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T09:32:29.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T09:32:29.776Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T09:32:29.854Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T09:32:29.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T09:32:30.031Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T09:32:30.125Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T09:32:30.383Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T09:32:30.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T09:32:30.572Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T09:32:30.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T09:32:30.795Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T09:32:30.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-11T09:32:30.981Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [Pipeline] echo [2021-03-11T09:32:31.084Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f096b0 [Pipeline] echo [2021-03-11T09:32:31.170Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T09:32:31.353Z] provisioning config files... [2021-03-11T09:32:31.384Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7151095680592927457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:32:31.816Z] ---> docker-login.sh [2021-03-11T09:32:31.816Z] nexus3.edgexfoundry.org:10001 [2021-03-11T09:32:32.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:32:32.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:32:32.342Z] Configure a credential helper to remove this warning. See [2021-03-11T09:32:32.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:32:32.342Z] [2021-03-11T09:32:32.342Z] Login Succeeded [2021-03-11T09:32:32.342Z] nexus3.edgexfoundry.org:10002 [2021-03-11T09:32:32.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:32:32.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:32:32.605Z] Configure a credential helper to remove this warning. See [2021-03-11T09:32:32.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:32:32.605Z] [2021-03-11T09:32:32.605Z] Login Succeeded [2021-03-11T09:32:32.605Z] nexus3.edgexfoundry.org:10003 [2021-03-11T09:32:32.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:32:32.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:32:32.605Z] Configure a credential helper to remove this warning. See [2021-03-11T09:32:32.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:32:32.605Z] [2021-03-11T09:32:32.605Z] Login Succeeded [2021-03-11T09:32:32.605Z] nexus3.edgexfoundry.org:10004 [2021-03-11T09:32:32.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:32:32.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:32:32.867Z] Configure a credential helper to remove this warning. See [2021-03-11T09:32:32.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:32:32.867Z] [2021-03-11T09:32:32.867Z] Login Succeeded [2021-03-11T09:32:32.867Z] docker.io [2021-03-11T09:32:32.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:32:33.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:32:33.129Z] Configure a credential helper to remove this warning. See [2021-03-11T09:32:33.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:32:33.129Z] [2021-03-11T09:32:33.129Z] Login Succeeded [2021-03-11T09:32:33.129Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T09:32:33.137Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T09:32:33.588Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T09:32:33.588Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T09:32:33.588Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T09:32:33.588Z] ++ cut -d/ -f2 [2021-03-11T09:32:33.588Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T09:32:33.677Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:32:34.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T09:32:34.485Z] [2021-03-11T09:32:34.486Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:32:34.830Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T09:32:34.830Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T09:32:34.830Z] 31603596830f: Pulling fs layer [2021-03-11T09:32:34.830Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T09:32:34.830Z] 6ca5941a6612: Pulling fs layer [2021-03-11T09:32:34.830Z] ecc8261a40a4: Pulling fs layer [2021-03-11T09:32:34.830Z] ecc8261a40a4: Waiting [2021-03-11T09:32:34.830Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T09:32:34.830Z] 2a8b12db71e7: Download complete [2021-03-11T09:32:35.095Z] 31603596830f: Verifying Checksum [2021-03-11T09:32:35.095Z] 31603596830f: Download complete [2021-03-11T09:32:35.095Z] ecc8261a40a4: Verifying Checksum [2021-03-11T09:32:35.095Z] ecc8261a40a4: Download complete [2021-03-11T09:32:35.095Z] 6ca5941a6612: Verifying Checksum [2021-03-11T09:32:35.095Z] 6ca5941a6612: Download complete [2021-03-11T09:32:35.357Z] 31603596830f: Pull complete [2021-03-11T09:32:35.620Z] 2a8b12db71e7: Pull complete [2021-03-11T09:32:36.581Z] 6ca5941a6612: Pull complete [2021-03-11T09:32:36.581Z] ecc8261a40a4: Pull complete [2021-03-11T09:32:36.581Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T09:32:36.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T09:32:36.581Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T09:32:36.694Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:32:36.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T09:32:39.508Z] $ docker top aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T09:32:39.850Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T09:32:39.850Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T09:32:40.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T09:32:40.100Z] $ docker exec aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent [2021-03-11T09:32:40.269Z] SSH_AUTH_SOCK=/tmp/ssh-WjDMxqX8RHfF/agent.11 [2021-03-11T09:32:40.269Z] SSH_AGENT_PID=17 [2021-03-11T09:32:40.279Z] Running ssh-add (command line suppressed) [2021-03-11T09:32:40.407Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2520114236377627607.key (/w/workspace/edgex-go/3@tmp/private_key_2520114236377627607.key) [2021-03-11T09:32:40.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T09:32:40.800Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T09:32:40.823Z] $ docker exec --env ******** --env ******** aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent -k [2021-03-11T09:32:40.951Z] unset SSH_AUTH_SOCK; [2021-03-11T09:32:40.952Z] unset SSH_AGENT_PID; [2021-03-11T09:32:40.952Z] echo Agent pid 17 killed; [2021-03-11T09:32:41.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T09:32:41.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T09:32:41.131Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T09:32:41.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T09:32:41.313Z] $ docker exec aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent [2021-03-11T09:32:41.492Z] SSH_AUTH_SOCK=/tmp/ssh-2c68Js2YOkAV/agent.46 [2021-03-11T09:32:41.492Z] SSH_AGENT_PID=52 [2021-03-11T09:32:41.499Z] Running ssh-add (command line suppressed) [2021-03-11T09:32:41.638Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_342883130451254738.key (/w/workspace/edgex-go/3@tmp/private_key_342883130451254738.key) [2021-03-11T09:32:41.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T09:32:42.069Z] + git semver init [2021-03-11T09:32:42.070Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T09:32:42.070Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-11T09:32:42.070Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-11T09:32:42.070Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T09:32:42.070Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T09:32:42.070Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T09:32:42.070Z] # $SEMVER_BRANCH = PR-3250 [2021-03-11T09:32:42.070Z] # $SEMVER_TEMP = /tmp/semver-277457361 [2021-03-11T09:32:42.070Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T09:33:28.882Z] # '/tmp/semver-277457361' -> '/w/workspace/edgex-go/3/.semver' [2021-03-11T09:33:28.882Z] # -> Force: false [2021-03-11T09:33:28.882Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-11T09:33:28.899Z] $ docker exec --env ******** --env ******** aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 ssh-agent -k [2021-03-11T09:33:29.213Z] unset SSH_AUTH_SOCK; [2021-03-11T09:33:29.214Z] unset SSH_AGENT_PID; [2021-03-11T09:33:29.214Z] echo Agent pid 52 killed; [2021-03-11T09:33:29.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T09:33:29.794Z] + git semver [Pipeline] } [2021-03-11T09:33:29.817Z] $ docker stop --time=1 aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 [2021-03-11T09:33:31.682Z] $ docker rm -f aabd84870c4afc7f686e54d0a9193b563b49f72307b694bb2f5a8211d2447ee3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T09:33:32.223Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T09:33:32.786Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T09:33:32.789Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T09:33:33.806Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T09:33:34.107Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T09:33:34.408Z] + true [2021-03-11T09:33:34.408Z] + sudo service docker restart [2021-03-11T09:33:34.409Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T09:33:35.053Z] ========================================================= [2021-03-11T09:33:35.054Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T09:33:35.054Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:33:35.402Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-11T09:33:38.732Z] Sending build context to Docker daemon 328.5MB [2021-03-11T09:33:38.732Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T09:33:38.732Z] Step 2/6 : FROM ${BASE} [2021-03-11T09:33:38.994Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T09:33:38.994Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T09:33:38.994Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T09:33:38.994Z] de9db76c5a1d: Pulling fs layer [2021-03-11T09:33:38.994Z] bca2f99d35d6: Pulling fs layer [2021-03-11T09:33:38.994Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T09:33:38.994Z] 7c6f9722023f: Pulling fs layer [2021-03-11T09:33:38.994Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T09:33:38.994Z] 93359f2a8cfa: Waiting [2021-03-11T09:33:38.994Z] 7c6f9722023f: Waiting [2021-03-11T09:33:38.994Z] bca2f99d35d6: Waiting [2021-03-11T09:33:38.994Z] de9db76c5a1d: Download complete [2021-03-11T09:33:38.994Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T09:33:38.994Z] 0ef7d3d256c8: Download complete [2021-03-11T09:33:38.994Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T09:33:38.994Z] 93359f2a8cfa: Download complete [2021-03-11T09:33:38.994Z] 7c6f9722023f: Verifying Checksum [2021-03-11T09:33:38.994Z] 7c6f9722023f: Download complete [2021-03-11T09:33:38.994Z] 188c0c94c7c5: Download complete [2021-03-11T09:33:39.572Z] 188c0c94c7c5: Pull complete [2021-03-11T09:33:39.572Z] 0ef7d3d256c8: Pull complete [2021-03-11T09:33:39.839Z] de9db76c5a1d: Pull complete [2021-03-11T09:33:41.237Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T09:33:41.237Z] a35cf1a2eb13: Download complete [2021-03-11T09:33:41.817Z] bca2f99d35d6: Verifying Checksum [2021-03-11T09:33:41.817Z] bca2f99d35d6: Download complete [2021-03-11T09:33:48.250Z] Still waiting to schedule task [2021-03-11T09:33:48.250Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T09:33:48.449Z] bca2f99d35d6: Pull complete [2021-03-11T09:33:48.449Z] 93359f2a8cfa: Pull complete [2021-03-11T09:33:48.449Z] 7c6f9722023f: Pull complete [2021-03-11T09:33:52.683Z] a35cf1a2eb13: Pull complete [2021-03-11T09:33:52.683Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T09:33:52.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T09:33:52.683Z] ---> a62c8e92a672 [2021-03-11T09:33:52.683Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T09:33:52.683Z] ---> Running in 2bb31cf27500 [2021-03-11T09:33:52.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:33:54.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:33:55.291Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T09:33:55.553Z] (2/12) Installing file (5.38-r0) [2021-03-11T09:33:55.553Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T09:33:55.815Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T09:34:01.122Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T09:34:01.122Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T09:34:01.122Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T09:34:01.122Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T09:34:01.122Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T09:34:01.122Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T09:34:01.386Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T09:34:01.386Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T09:34:01.650Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:34:01.650Z] OK: 233 MiB in 51 packages [2021-03-11T09:34:05.890Z] Removing intermediate container 2bb31cf27500 [2021-03-11T09:34:05.890Z] ---> ff3990244f9e [2021-03-11T09:34:05.890Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T09:34:05.890Z] ---> Running in 0dae2ebebf27 [2021-03-11T09:34:05.890Z] Removing intermediate container 0dae2ebebf27 [2021-03-11T09:34:05.890Z] ---> e26115cc1c88 [2021-03-11T09:34:05.890Z] Step 5/6 : COPY go.mod . [2021-03-11T09:34:05.890Z] ---> 788ab9dfa57a [2021-03-11T09:34:05.890Z] Step 6/6 : RUN go mod download [2021-03-11T09:34:05.890Z] ---> Running in ab2a6591c598 [2021-03-11T09:34:27.916Z] Removing intermediate container ab2a6591c598 [2021-03-11T09:34:27.916Z] ---> 25d59b0b1661 [2021-03-11T09:34:27.916Z] Successfully built 25d59b0b1661 [2021-03-11T09:34:27.916Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:34:28.236Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T09:34:28.236Z] . [Pipeline] withDockerContainer [2021-03-11T09:34:28.349Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:34:28.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T09:34:29.499Z] $ docker top 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:34:30.027Z] + go version [2021-03-11T09:34:30.027Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T09:34:30.044Z] $ docker stop --time=1 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 [2021-03-11T09:34:32.009Z] $ docker rm -f 00bde5493e644140f78460d7d496d69f035ee154fd444fe5ba008bb4740014b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:34:32.828Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T09:34:32.828Z] . [Pipeline] withDockerContainer [2021-03-11T09:34:32.934Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:34:32.981Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T09:34:33.775Z] $ docker top 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T09:34:33.989Z] ========================================================= [2021-03-11T09:34:33.989Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T09:34:33.989Z] ========================================================= [Pipeline] sh [2021-03-11T09:34:34.282Z] + make test [2021-03-11T09:34:34.282Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T09:34:42.470Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T09:35:04.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T09:35:04.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T09:35:06.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T09:35:06.050Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T09:35:07.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T09:35:07.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T09:35:07.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T09:35:07.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T09:35:08.454Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T09:35:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T09:35:11.318Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T09:35:11.318Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T09:35:11.318Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T09:35:13.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T09:35:13.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T09:35:13.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 82.9% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:35:16.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-03-11T09:35:16.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T09:35:19.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T09:35:19.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T09:35:19.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T09:35:19.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-03-11T09:35:19.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T09:35:20.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-03-11T09:35:20.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T09:35:20.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-03-11T09:35:20.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T09:35:20.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T09:35:20.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T09:35:20.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T09:35:22.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-03-11T09:35:22.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-03-11T09:35:23.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-03-11T09:35:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-03-11T09:35:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-03-11T09:35:35.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.052s coverage: 81.4% of statements [2021-03-11T09:35:43.508Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29506 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T09:35:43.567Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 69.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.188s coverage: 87.1% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.742s coverage: 29.1% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 96.5% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T09:35:47.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-11T09:35:47.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-11T09:35:47.652Z] GO111MODULE=on go vet ./... [2021-03-11T09:35:48.642Z] using credential edgex-jenkins-ssh [2021-03-11T09:35:48.708Z] Cloning the remote Git repository [2021-03-11T09:35:48.777Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:35:48.907Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-11T09:35:48.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:35:48.982Z] > git --version # timeout=10 [2021-03-11T09:35:48.999Z] > git --version # 'git version 2.17.1' [2021-03-11T09:35:49.001Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:35:49.087Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T09:36:05.010Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:36:05.655Z] Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:36:05.656Z] Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) [2021-03-11T09:36:03.975Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T09:36:03.993Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T09:36:04.029Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T09:36:04.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:36:04.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:36:04.089Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T09:36:05.031Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T09:36:05.045Z] > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [2021-03-11T09:36:05.465Z] > git remote # timeout=10 [2021-03-11T09:36:05.497Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T09:36:05.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:36:05.572Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T09:36:05.616Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T09:36:05.663Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T09:36:05.679Z] > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [2021-03-11T09:36:10.315Z] Commit message: "feat(command): Update CoreCommand to use re-designed profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T09:36:11.964Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T09:36:12.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T09:36:12.818Z] + true [2021-03-11T09:36:12.818Z] + sudo service docker restart [2021-03-11T09:36:14.422Z] gofmt -l . [2021-03-11T09:36:14.422Z] [ "`gofmt -l .`" = "" ] [2021-03-11T09:36:14.422Z] ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T09:36:14.905Z] provisioning config files... [2021-03-11T09:36:14.950Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6731256595240036571tmp [Pipeline] { [2021-03-11T09:36:15.005Z] ./bin/test-attribution-txt.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:36:15.366Z] ---> docker-login.sh [2021-03-11T09:36:15.366Z] nexus3.edgexfoundry.org:10001 [Pipeline] sh [2021-03-11T09:36:16.211Z] + ls -al . [2021-03-11T09:36:16.211Z] total 740 [2021-03-11T09:36:16.211Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 09:36 . [2021-03-11T09:36:16.211Z] drwxr-xr-x 4 root root 28 Mar 11 09:34 .. [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 09:32 .dockerignore [2021-03-11T09:36:16.211Z] drwxrwxr-x 8 1001 1001 179 Mar 11 09:32 .git [2021-03-11T09:36:16.211Z] drwxrwxr-x 3 1001 1001 125 Mar 11 09:32 .github [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 09:32 .gitignore [2021-03-11T09:36:16.211Z] drwx------ 3 1001 1001 60 Mar 11 09:33 .semver [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 09:32 .sonarcloud.properties [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 09:32 Attribution.txt [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 09:32 CONTRIBUTING.md [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 09:32 Dockerfile.build [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 09:32 Jenkinsfile [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 09:32 LICENSE [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 09:32 Makefile [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 09:32 README.md [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 09:32 SECURITY.md [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 09:33 VERSION [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 09:32 ZMQWindows.md [2021-03-11T09:36:16.211Z] drwxrwxr-x 2 1001 1001 117 Mar 11 09:32 bin [2021-03-11T09:36:16.211Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 09:32 cmd [2021-03-11T09:36:16.211Z] -rw-r--r-- 1 root root 628834 Mar 11 09:35 coverage.out [2021-03-11T09:36:16.211Z] -rw-r--r-- 1 root root 1055 Mar 11 09:36 go.mod [2021-03-11T09:36:16.211Z] -rw-r--r-- 1 root root 21981 Mar 11 09:36 go.sum [2021-03-11T09:36:16.211Z] drwxrwxr-x 8 1001 1001 127 Mar 11 09:32 internal [2021-03-11T09:36:16.211Z] drwxrwxr-x 4 1001 1001 26 Mar 11 09:32 openapi [2021-03-11T09:36:16.211Z] drwxrwxr-x 4 1001 1001 71 Mar 11 09:32 snap [2021-03-11T09:36:16.211Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 09:32 version.go [Pipeline] sh [2021-03-11T09:36:16.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:36:16.517Z] + '[' -e coverage.out ] [2021-03-11T09:36:16.517Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T09:36:16.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:36:16.635Z] Configure a credential helper to remove this warning. See [2021-03-11T09:36:16.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:36:16.635Z] [2021-03-11T09:36:16.635Z] Login Succeeded [2021-03-11T09:36:16.635Z] nexus3.edgexfoundry.org:10002 [2021-03-11T09:36:16.787Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T09:36:16.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:36:17.090Z] + make build [2021-03-11T09:36:17.090Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T09:36:17.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:36:17.185Z] Configure a credential helper to remove this warning. See [2021-03-11T09:36:17.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:36:17.185Z] [2021-03-11T09:36:17.185Z] Login Succeeded [2021-03-11T09:36:17.185Z] nexus3.edgexfoundry.org:10003 [2021-03-11T09:36:17.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:36:17.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:36:17.735Z] Configure a credential helper to remove this warning. See [2021-03-11T09:36:17.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:36:17.735Z] [2021-03-11T09:36:17.735Z] Login Succeeded [2021-03-11T09:36:17.735Z] nexus3.edgexfoundry.org:10004 [2021-03-11T09:36:18.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:36:18.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:36:18.287Z] Configure a credential helper to remove this warning. See [2021-03-11T09:36:18.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:36:18.287Z] [2021-03-11T09:36:18.287Z] Login Succeeded [2021-03-11T09:36:18.287Z] docker.io [2021-03-11T09:36:18.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T09:36:19.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T09:36:19.153Z] Configure a credential helper to remove this warning. See [2021-03-11T09:36:19.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T09:36:19.153Z] [2021-03-11T09:36:19.153Z] Login Succeeded [2021-03-11T09:36:19.153Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T09:36:19.170Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T09:36:19.660Z] ========================================================= [2021-03-11T09:36:19.660Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T09:36:19.660Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:36:20.054Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-11T09:36:22.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T09:36:22.687Z] Sending build context to Docker daemon 166.7MB [2021-03-11T09:36:22.687Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T09:36:22.687Z] Step 2/6 : FROM ${BASE} [2021-03-11T09:36:22.687Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T09:36:22.687Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T09:36:22.687Z] a4357932f1b6: Pulling fs layer [2021-03-11T09:36:22.687Z] 18c013af1878: Pulling fs layer [2021-03-11T09:36:22.687Z] 00ac8860ef70: Pulling fs layer [2021-03-11T09:36:22.687Z] 63d7cb157983: Pulling fs layer [2021-03-11T09:36:22.687Z] b116817d02f9: Pulling fs layer [2021-03-11T09:36:22.687Z] 745a02a5169b: Pulling fs layer [2021-03-11T09:36:22.687Z] 63d7cb157983: Waiting [2021-03-11T09:36:22.687Z] b116817d02f9: Waiting [2021-03-11T09:36:22.687Z] 745a02a5169b: Waiting [2021-03-11T09:36:22.687Z] 00ac8860ef70: Waiting [2021-03-11T09:36:22.687Z] 18c013af1878: Download complete [2021-03-11T09:36:22.687Z] a4357932f1b6: Download complete [2021-03-11T09:36:22.687Z] 63d7cb157983: Verifying Checksum [2021-03-11T09:36:22.687Z] 63d7cb157983: Download complete [2021-03-11T09:36:22.687Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T09:36:22.687Z] 5f621e34cdf4: Download complete [2021-03-11T09:36:22.687Z] b116817d02f9: Verifying Checksum [2021-03-11T09:36:22.687Z] b116817d02f9: Download complete [2021-03-11T09:36:23.301Z] 5f621e34cdf4: Pull complete [2021-03-11T09:36:23.903Z] a4357932f1b6: Pull complete [2021-03-11T09:36:24.184Z] 18c013af1878: Pull complete [2021-03-11T09:36:26.172Z] 745a02a5169b: Verifying Checksum [2021-03-11T09:36:26.172Z] 745a02a5169b: Download complete [2021-03-11T09:36:26.449Z] 00ac8860ef70: Verifying Checksum [2021-03-11T09:36:26.449Z] 00ac8860ef70: Download complete [2021-03-11T09:36:30.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T09:36:31.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T09:36:33.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T09:36:33.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T09:36:35.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T09:36:36.621Z] 00ac8860ef70: Pull complete [2021-03-11T09:36:36.621Z] 63d7cb157983: Pull complete [2021-03-11T09:36:36.897Z] b116817d02f9: Pull complete [2021-03-11T09:36:37.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T09:36:38.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T09:36:39.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T09:36:40.297Z] 745a02a5169b: Pull complete [2021-03-11T09:36:40.574Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T09:36:40.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T09:36:40.574Z] ---> b7e6874047d6 [2021-03-11T09:36:40.574Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T09:36:40.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T09:36:42.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-11T09:36:44.057Z] $ docker stop --time=1 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d [2021-03-11T09:36:44.914Z] ---> Running in 69046fe12e56 [2021-03-11T09:36:45.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:36:45.751Z] $ docker rm -f 4ae83197be43c8d1ec0c3a3e77e0d8b7c6452a12462a08927e1c4cb83bc7a46d [2021-03-11T09:36:46.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-11T09:36:47.098Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T09:36:47.098Z] (2/12) Installing file (5.38-r0) [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:36:47.370Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T09:36:47.370Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T09:36:47.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T09:36:47.637Z] [2021-03-11T09:36:47.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:36:47.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T09:36:47.992Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T09:36:47.992Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T09:36:47.992Z] ca9280d653b3: Pulling fs layer [2021-03-11T09:36:47.992Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T09:36:48.568Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T09:36:48.568Z] cbdbe7a5bc2a: Download complete [2021-03-11T09:36:48.832Z] cbdbe7a5bc2a: Pull complete [2021-03-11T09:36:49.101Z] ca9280d653b3: Verifying Checksum [2021-03-11T09:36:49.101Z] ca9280d653b3: Download complete [2021-03-11T09:36:50.066Z] ca9280d653b3: Pull complete [2021-03-11T09:36:50.330Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T09:36:50.330Z] 7e9c9ca2126c: Download complete [2021-03-11T09:36:56.952Z] 7e9c9ca2126c: Pull complete [2021-03-11T09:36:56.952Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T09:36:56.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T09:36:56.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T09:36:57.082Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:36:57.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T09:37:00.106Z] $ docker top 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:37:01.090Z] + docker-compose build --help [2021-03-11T09:37:01.090Z] + grep parallel [2021-03-11T09:37:02.052Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T09:37:02.335Z] $ docker stop --time=1 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 [2021-03-11T09:37:02.448Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T09:37:02.448Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T09:37:02.448Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T09:37:02.448Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T09:37:02.448Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T09:37:02.448Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T09:37:02.448Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T09:37:02.448Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T09:37:02.448Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:37:02.448Z] OK: 217 MiB in 51 packages [2021-03-11T09:37:03.786Z] $ docker rm -f 05d96ca3123092d415cafb223eae618e3b36bda7222efd9f8e15183fe75a9f97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:37:04.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T09:37:04.419Z] . [Pipeline] withDockerContainer [2021-03-11T09:37:04.529Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:37:04.578Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T09:37:05.411Z] $ docker top bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:37:05.840Z] Removing intermediate container 69046fe12e56 [2021-03-11T09:37:05.840Z] ---> 7f331c48817a [2021-03-11T09:37:05.840Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T09:37:05.840Z] ---> Running in 5b8f602ea3c8 [2021-03-11T09:37:05.840Z] Removing intermediate container 5b8f602ea3c8 [2021-03-11T09:37:05.840Z] ---> 64726ca7b675 [2021-03-11T09:37:05.840Z] Step 5/6 : COPY go.mod . [2021-03-11T09:37:05.917Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T09:37:06.822Z] ---> d3664653f32a [2021-03-11T09:37:06.822Z] Step 6/6 : RUN go mod download [2021-03-11T09:37:06.822Z] ---> Running in 441bf246526e [2021-03-11T09:37:06.864Z] Building docker-core-command-go ... [2021-03-11T09:37:06.864Z] Building docker-core-data-go ... [2021-03-11T09:37:06.864Z] Building docker-core-metadata-go ... [2021-03-11T09:37:06.864Z] Building docker-security-bootstrapper-go ... [2021-03-11T09:37:06.864Z] Building docker-security-proxy-setup-go ... [2021-03-11T09:37:06.864Z] Building docker-security-secretstore-setup-go ... [2021-03-11T09:37:06.864Z] Building docker-support-notifications-go ... [2021-03-11T09:37:06.864Z] Building docker-support-scheduler-go ... [2021-03-11T09:37:06.864Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T09:37:06.864Z] Building docker-core-data-go [2021-03-11T09:37:06.864Z] Building docker-security-secretstore-setup-go [2021-03-11T09:37:06.864Z] Building docker-core-metadata-go [2021-03-11T09:37:06.864Z] Building docker-support-notifications-go [2021-03-11T09:37:06.864Z] Building docker-support-scheduler-go [2021-03-11T09:37:39.206Z] Removing intermediate container 441bf246526e [2021-03-11T09:37:39.206Z] ---> ddbba45a296b [2021-03-11T09:37:39.206Z] Successfully built ddbba45a296b [2021-03-11T09:37:39.206Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:37:39.574Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T09:37:39.574Z] . [2021-03-11T09:37:39.594Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:37:39.594Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:37:39.594Z] ---> 25d59b0b1661 [2021-03-11T09:37:39.594Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T09:37:39.594Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:37:39.594Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:37:39.594Z] ---> 25d59b0b1661 [2021-03-11T09:37:39.594Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] withDockerContainer [2021-03-11T09:37:39.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container [2021-03-11T09:37:39.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T09:37:40.197Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:37:40.197Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:37:40.197Z] ---> 25d59b0b1661 [2021-03-11T09:37:40.197Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T09:37:40.197Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:37:40.197Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:37:40.197Z] ---> 25d59b0b1661 [2021-03-11T09:37:40.197Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T09:37:40.197Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:37:40.197Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:37:40.197Z] ---> 25d59b0b1661 [2021-03-11T09:37:40.197Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T09:37:40.774Z] ---> Running in 5ef63c7dc137 [2021-03-11T09:37:40.774Z] ---> Running in cd09114984e6 [2021-03-11T09:37:40.774Z] ---> Running in 62f1ede9d4bd [2021-03-11T09:37:40.774Z] ---> Running in fc44db77c51d [2021-03-11T09:37:40.774Z] ---> Running in 61f4b71e4068 [2021-03-11T09:37:41.349Z] Removing intermediate container fc44db77c51d [2021-03-11T09:37:41.349Z] ---> 5f92a8a3e100 [2021-03-11T09:37:41.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:37:41.349Z] Removing intermediate container cd09114984e6 [2021-03-11T09:37:41.349Z] ---> e39f48e753dd [2021-03-11T09:37:41.349Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:37:41.349Z] Removing intermediate container 61f4b71e4068 [2021-03-11T09:37:41.349Z] ---> 1231031c1c4e [2021-03-11T09:37:41.349Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:37:41.349Z] Removing intermediate container 62f1ede9d4bd [2021-03-11T09:37:41.349Z] ---> 1a6a6c4af03b [2021-03-11T09:37:41.349Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:37:41.349Z] Removing intermediate container 5ef63c7dc137 [2021-03-11T09:37:41.349Z] ---> fddfaba6d4c1 [2021-03-11T09:37:41.349Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:37:41.349Z] ---> Running in 23b46ebb98ab [2021-03-11T09:37:41.349Z] ---> Running in 3fe0b61eb783 [2021-03-11T09:37:41.349Z] ---> Running in 27139f547b11 [2021-03-11T09:37:41.611Z] ---> Running in bfc100b99d97 [2021-03-11T09:37:41.611Z] ---> Running in 5e0d5bcd07d3 [2021-03-11T09:37:41.643Z] $ docker top 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:37:42.705Z] + go version [2021-03-11T09:37:42.705Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T09:37:42.734Z] $ docker stop --time=1 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 [2021-03-11T09:37:43.564Z] Removing intermediate container 3fe0b61eb783 [2021-03-11T09:37:43.564Z] ---> 123e13402733 [2021-03-11T09:37:43.564Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T09:37:43.828Z] Removing intermediate container 23b46ebb98ab [2021-03-11T09:37:43.828Z] ---> 159a2e278b17 [2021-03-11T09:37:43.828Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T09:37:43.828Z] ---> Running in 060a2f02a2a7 [2021-03-11T09:37:43.828Z] Removing intermediate container 27139f547b11 [2021-03-11T09:37:43.828Z] ---> 0272e25ff545 [2021-03-11T09:37:43.828Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T09:37:43.828Z] Removing intermediate container 5e0d5bcd07d3 [2021-03-11T09:37:43.828Z] ---> 8c051a80b5e7 [2021-03-11T09:37:43.828Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T09:37:44.101Z] ---> Running in 5093d812e74c [2021-03-11T09:37:44.101Z] ---> Running in 79136b9c797d [2021-03-11T09:37:44.101Z] ---> Running in 1a3bdd10b3be [2021-03-11T09:37:44.101Z] Removing intermediate container bfc100b99d97 [2021-03-11T09:37:44.101Z] ---> fd85b9158537 [2021-03-11T09:37:44.101Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T09:37:44.365Z] ---> Running in aab493414b59 [2021-03-11T09:37:44.630Z] $ docker rm -f 0a65c16a785e8988c8730b5efd6206e6859fa00e49e202c743b85c99a4b7bb36 [Pipeline] // withDockerContainer [Pipeline] } [2021-03-11T09:37:44.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:44.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-11T09:37:45.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:45.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:45.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:37:45.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:45.598Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T09:37:45.598Z] . [Pipeline] withDockerContainer [2021-03-11T09:37:45.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:45.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:45.816Z] prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container [2021-03-11T09:37:45.898Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T09:37:46.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:46.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:37:46.268Z] OK: 233 MiB in 51 packages [2021-03-11T09:37:46.535Z] OK: 233 MiB in 51 packages [2021-03-11T09:37:46.535Z] OK: 233 MiB in 51 packages [2021-03-11T09:37:46.805Z] Removing intermediate container 060a2f02a2a7 [2021-03-11T09:37:46.805Z] ---> 62b803b5f195 [2021-03-11T09:37:46.805Z] Step 6/22 : COPY go.mod . [2021-03-11T09:37:47.067Z] OK: 233 MiB in 51 packages [2021-03-11T09:37:47.067Z] OK: 233 MiB in 51 packages [2021-03-11T09:37:47.067Z] ---> d1f9fd10f65d [2021-03-11T09:37:47.067Z] Step 7/22 : RUN go mod download [2021-03-11T09:37:47.067Z] ---> Running in 779a52a134c1 [2021-03-11T09:37:47.067Z] Removing intermediate container 79136b9c797d [2021-03-11T09:37:47.067Z] ---> 9c23b358d506 [2021-03-11T09:37:47.067Z] Step 6/22 : COPY go.mod . [2021-03-11T09:37:47.176Z] $ docker top f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 -eo pid,comm [2021-03-11T09:37:47.330Z] Removing intermediate container 5093d812e74c [2021-03-11T09:37:47.331Z] ---> 93953ab245d9 [2021-03-11T09:37:47.331Z] Step 6/23 : COPY go.mod . [Pipeline] { [Pipeline] echo [2021-03-11T09:37:47.501Z] ========================================================= [2021-03-11T09:37:47.501Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T09:37:47.501Z] ========================================================= [Pipeline] sh [2021-03-11T09:37:47.594Z] ---> b578696a0007 [2021-03-11T09:37:47.594Z] Step 7/22 : RUN go mod download [2021-03-11T09:37:47.861Z] ---> Running in 672af2baf4c5 [2021-03-11T09:37:47.861Z] ---> 88324d84584c [2021-03-11T09:37:47.861Z] Step 7/23 : RUN go mod download [2021-03-11T09:37:48.128Z] ---> Running in ddb38aa8fa1d [2021-03-11T09:37:48.143Z] + make test [2021-03-11T09:37:48.143Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T09:37:48.416Z] Removing intermediate container 1a3bdd10b3be [2021-03-11T09:37:48.416Z] ---> fcaa4823d679 [2021-03-11T09:37:48.416Z] Step 6/23 : COPY go.mod . [2021-03-11T09:37:48.416Z] Removing intermediate container aab493414b59 [2021-03-11T09:37:48.416Z] ---> 8367ef41fce4 [2021-03-11T09:37:48.416Z] Step 6/24 : COPY go.mod . [2021-03-11T09:37:48.683Z] ---> d98109f9f720 [2021-03-11T09:37:48.683Z] Step 7/23 : RUN go mod download [2021-03-11T09:37:48.954Z] ---> 3456e37aec5f [2021-03-11T09:37:48.954Z] Step 7/24 : RUN go mod download [2021-03-11T09:37:48.954Z] ---> Running in 212b4eb8cd7e [2021-03-11T09:37:48.954Z] ---> Running in 76d5cdff507d [2021-03-11T09:37:49.913Z] Removing intermediate container 779a52a134c1 [2021-03-11T09:37:49.913Z] ---> 823ee25aa732 [2021-03-11T09:37:49.913Z] Step 8/22 : COPY . . [2021-03-11T09:37:49.913Z] Removing intermediate container 672af2baf4c5 [2021-03-11T09:37:49.913Z] ---> ade02a83e708 [2021-03-11T09:37:49.913Z] Step 8/22 : COPY . . [2021-03-11T09:37:50.868Z] Removing intermediate container ddb38aa8fa1d [2021-03-11T09:37:50.868Z] ---> db249de5df0e [2021-03-11T09:37:50.868Z] Step 8/23 : COPY . . [2021-03-11T09:37:57.554Z] Removing intermediate container 212b4eb8cd7e [2021-03-11T09:37:57.554Z] ---> 758b283c7a2a [2021-03-11T09:37:57.554Z] Step 8/23 : COPY . . [2021-03-11T09:37:59.913Z] Removing intermediate container 76d5cdff507d [2021-03-11T09:37:59.913Z] ---> c6d16abfee58 [2021-03-11T09:37:59.913Z] Step 8/24 : COPY . . [2021-03-11T09:38:11.592Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T09:38:32.260Z] ---> c5190172134e [2021-03-11T09:38:32.260Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T09:38:32.261Z] ---> 320d63b1fa00 [2021-03-11T09:38:32.261Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T09:38:32.261Z] ---> e5a8b7baa8ae [2021-03-11T09:38:32.261Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T09:38:32.261Z] ---> 5fc243dd8ef8 [2021-03-11T09:38:32.261Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T09:38:32.261Z] ---> Running in 8281fcd082a0 [2021-03-11T09:38:32.261Z] ---> Running in b8fa274e9376 [2021-03-11T09:38:32.261Z] ---> Running in 77edc6ed3dcb [2021-03-11T09:38:32.261Z] ---> Running in de8b61668437 [2021-03-11T09:38:33.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T09:38:33.242Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T09:38:33.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T09:38:33.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T09:38:33.832Z] ---> ed993377fc97 [2021-03-11T09:38:33.832Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T09:38:34.098Z] ---> Running in ccdcdc4b9737 [2021-03-11T09:38:35.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T09:39:07.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T09:39:08.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T09:39:10.234Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T09:39:18.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T09:39:18.541Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T09:39:19.746Z] Removing intermediate container ccdcdc4b9737 [2021-03-11T09:39:19.746Z] ---> 5f4d5592ef6b [2021-03-11T09:39:19.746Z] [2021-03-11T09:39:19.746Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T09:39:19.746Z] Removing intermediate container de8b61668437 [2021-03-11T09:39:19.747Z] ---> b4ff63a56eba [2021-03-11T09:39:19.747Z] [2021-03-11T09:39:19.747Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T09:39:20.010Z] 3.12: Pulling from library/alpine [2021-03-11T09:39:20.010Z] 3.12: Pulling from library/alpine [2021-03-11T09:39:20.010Z] Removing intermediate container 77edc6ed3dcb [2021-03-11T09:39:20.010Z] ---> 692dd7fc2f40 [2021-03-11T09:39:20.010Z] [2021-03-11T09:39:20.010Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T09:39:20.010Z] 3.12: Pulling from library/alpine [2021-03-11T09:39:20.591Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T09:39:20.591Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T09:39:20.592Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T09:39:20.592Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T09:39:20.592Z] ---> 88dd2752d2ea [2021-03-11T09:39:20.592Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T09:39:20.592Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T09:39:20.592Z] Status: Image is up to date for alpine:3.12 [2021-03-11T09:39:20.592Z] ---> 88dd2752d2ea [2021-03-11T09:39:20.592Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:39:20.592Z] ---> 88dd2752d2ea [2021-03-11T09:39:20.592Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T09:39:21.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T09:39:21.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T09:39:21.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T09:39:21.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T09:39:23.922Z] ---> Running in 5910ee7cdfb5 [2021-03-11T09:39:23.922Z] ---> Running in d41cdbd43339 [2021-03-11T09:39:23.922Z] ---> Running in 0e2c2b95aa4d [2021-03-11T09:39:23.922Z] Removing intermediate container 8281fcd082a0 [2021-03-11T09:39:23.922Z] ---> 8d9b187e5550 [2021-03-11T09:39:23.922Z] [2021-03-11T09:39:23.922Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:39:23.922Z] ---> 88dd2752d2ea [2021-03-11T09:39:23.922Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:39:24.195Z] Removing intermediate container b8fa274e9376 [2021-03-11T09:39:24.195Z] ---> 763728e2e340 [2021-03-11T09:39:24.195Z] [2021-03-11T09:39:24.195Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:39:24.195Z] ---> 88dd2752d2ea [2021-03-11T09:39:24.195Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T09:39:24.195Z] ---> Running in 5e27bd34494b [2021-03-11T09:39:24.461Z] ---> Running in eaed08323069 [2021-03-11T09:39:24.737Z] Removing intermediate container eaed08323069 [2021-03-11T09:39:24.737Z] ---> c5ac4cd3dab2 [2021-03-11T09:39:24.737Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T09:39:24.737Z] ---> Running in 72a9467db1bf [2021-03-11T09:39:25.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T09:39:25.285Z] Removing intermediate container 72a9467db1bf [2021-03-11T09:39:25.285Z] ---> d6f2f596c890 [2021-03-11T09:39:25.285Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T09:39:25.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.285Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T09:39:25.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:25.285Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T09:39:25.560Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T09:39:25.560Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T09:39:25.560Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:39:25.560Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:39:25.560Z] OK: 6 MiB in 15 packages [2021-03-11T09:39:25.560Z] OK: 6 MiB in 15 packages [2021-03-11T09:39:25.801Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T09:39:25.823Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T09:39:25.823Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:39:25.823Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T09:39:25.823Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:39:25.823Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T09:39:25.823Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T09:39:25.823Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:39:25.823Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:39:25.823Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:39:25.823Z] OK: 6 MiB in 16 packages [2021-03-11T09:39:25.823Z] OK: 7 MiB in 19 packages [2021-03-11T09:39:25.823Z] ---> Running in abbfc15f50bc [2021-03-11T09:39:26.780Z] Removing intermediate container abbfc15f50bc [2021-03-11T09:39:26.780Z] ---> 2c5bb2546274 [2021-03-11T09:39:26.780Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:39:27.048Z] ---> Running in f6fce6b3e22d [2021-03-11T09:39:27.048Z] Removing intermediate container 5e27bd34494b [2021-03-11T09:39:27.048Z] ---> 092f53801145 [2021-03-11T09:39:27.048Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:39:27.628Z] Removing intermediate container 0e2c2b95aa4d [2021-03-11T09:39:27.628Z] ---> f8032fb0e03b [2021-03-11T09:39:27.628Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:39:27.893Z] ---> Running in 909306576dda [2021-03-11T09:39:28.472Z] ---> Running in dfb9b8a12c6f [2021-03-11T09:39:28.472Z] Removing intermediate container d41cdbd43339 [2021-03-11T09:39:28.472Z] ---> d870ee3ea412 [2021-03-11T09:39:28.472Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:39:28.472Z] Removing intermediate container 5910ee7cdfb5 [2021-03-11T09:39:28.472Z] ---> 1e33372c8942 [2021-03-11T09:39:28.472Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T09:39:28.472Z] ---> Running in 0b06f012ff6d [2021-03-11T09:39:28.736Z] ---> Running in ddd0388cf169 [2021-03-11T09:39:29.314Z] Removing intermediate container 909306576dda [2021-03-11T09:39:29.314Z] ---> 8304ba18b7a6 [2021-03-11T09:39:29.314Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T09:39:29.314Z] Removing intermediate container dfb9b8a12c6f [2021-03-11T09:39:29.314Z] ---> 3633624d11fe [2021-03-11T09:39:29.314Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T09:39:29.314Z] ---> Running in 621215ceca0d [2021-03-11T09:39:29.314Z] Removing intermediate container 0b06f012ff6d [2021-03-11T09:39:29.314Z] ---> a642184b0f5f [2021-03-11T09:39:29.314Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T09:39:29.578Z] ---> Running in 07cb5733d5ab [2021-03-11T09:39:29.578Z] Removing intermediate container ddd0388cf169 [2021-03-11T09:39:29.578Z] ---> 078c720e9610 [2021-03-11T09:39:29.578Z] Step 13/24 : WORKDIR / [2021-03-11T09:39:29.578Z] ---> Running in 4f0378ad54c9 [2021-03-11T09:39:29.840Z] ---> Running in 70c20e5b8acd [2021-03-11T09:39:29.840Z] Removing intermediate container 621215ceca0d [2021-03-11T09:39:29.840Z] ---> fd7ba7da8512 [2021-03-11T09:39:29.840Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T09:39:29.840Z] Removing intermediate container 07cb5733d5ab [2021-03-11T09:39:29.840Z] ---> 6ed1a8ddd437 [2021-03-11T09:39:29.840Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T09:39:30.101Z] Removing intermediate container 4f0378ad54c9 [2021-03-11T09:39:30.101Z] ---> 8a93d1d504ce [2021-03-11T09:39:30.101Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T09:39:30.101Z] ---> Running in f0cf311b2aa8 [2021-03-11T09:39:30.101Z] ---> Running in 352d39253e1d [2021-03-11T09:39:30.366Z] Removing intermediate container f6fce6b3e22d [2021-03-11T09:39:30.366Z] ---> 9df2409d9aa4 [2021-03-11T09:39:30.366Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T09:39:30.366Z] ---> Running in 00317f2ccf69 [2021-03-11T09:39:30.366Z] Removing intermediate container 70c20e5b8acd [2021-03-11T09:39:30.366Z] ---> 3db56687e045 [2021-03-11T09:39:30.366Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T09:39:30.366Z] ---> Running in eed33567b992 [2021-03-11T09:39:30.631Z] Removing intermediate container 352d39253e1d [2021-03-11T09:39:30.631Z] ---> b902116100af [2021-03-11T09:39:30.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:39:30.900Z] Removing intermediate container f0cf311b2aa8 [2021-03-11T09:39:30.900Z] ---> c2fded9fde9a [2021-03-11T09:39:30.900Z] Step 15/23 : WORKDIR / [2021-03-11T09:39:30.900Z] Removing intermediate container 00317f2ccf69 [2021-03-11T09:39:30.900Z] ---> 0fa98082c060 [2021-03-11T09:39:30.900Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:39:30.900Z] ---> 3002e7bf36f0 [2021-03-11T09:39:30.900Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T09:39:30.900Z] ---> Running in d81f59445f88 [2021-03-11T09:39:31.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:31.848Z] ---> df0e8b18ad8e [2021-03-11T09:39:31.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T09:39:31.848Z] ---> 12f49762f548 [2021-03-11T09:39:31.848Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T09:39:31.848Z] ---> 4384774fd509 [2021-03-11T09:39:31.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T09:39:32.118Z] Removing intermediate container d81f59445f88 [2021-03-11T09:39:32.118Z] ---> a07e55773afe [2021-03-11T09:39:32.118Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:39:32.382Z] ---> 7ce4791cf24f [2021-03-11T09:39:32.382Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T09:39:32.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:39:32.382Z] ---> 6da2c0c58cdf [2021-03-11T09:39:32.382Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T09:39:32.651Z] ---> 025301e7788c [2021-03-11T09:39:32.652Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T09:39:32.652Z] ---> 2d2df55355c7 [2021-03-11T09:39:32.652Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T09:39:32.932Z] ---> 223c5e5ed2c1 [2021-03-11T09:39:32.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T09:39:32.932Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T09:39:33.202Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T09:39:33.202Z] ---> a3318521c4ea [2021-03-11T09:39:33.202Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T09:39:33.202Z] ---> 7ff40247dfe6 [2021-03-11T09:39:33.202Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T09:39:33.202Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T09:39:33.202Z] ---> Running in 48c952791b90 [2021-03-11T09:39:33.202Z] ---> 3786d4714935 [2021-03-11T09:39:33.202Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T09:39:33.202Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T09:39:33.202Z] ---> Running in 017e35f4c7d6 [2021-03-11T09:39:33.470Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T09:39:33.738Z] ---> f4a8ab157bb7 [2021-03-11T09:39:33.738Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T09:39:33.738Z] Removing intermediate container 48c952791b90 [2021-03-11T09:39:33.738Z] ---> ff2f0f2dc48a [2021-03-11T09:39:33.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:39:33.739Z] Removing intermediate container 017e35f4c7d6 [2021-03-11T09:39:33.739Z] ---> 39e7742b5ec7 [2021-03-11T09:39:33.739Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:39:33.739Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T09:39:33.739Z] ---> 9dc81868faa1 [2021-03-11T09:39:33.739Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T09:39:33.739Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:39:33.739Z] OK: 8 MiB in 20 packages [2021-03-11T09:39:33.739Z] ---> Running in bfb5a50a73df [2021-03-11T09:39:33.739Z] ---> Running in 9c551ed628af [2021-03-11T09:39:34.005Z] ---> Running in 3a40b418192b [2021-03-11T09:39:34.005Z] ---> da3b130e66cb [2021-03-11T09:39:34.005Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T09:39:34.124Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T09:39:34.124Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T09:39:34.124Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T09:39:34.268Z] ---> Running in 38a31650ef8b [2021-03-11T09:39:34.268Z] Removing intermediate container bfb5a50a73df [2021-03-11T09:39:34.268Z] ---> 7e2620148c26 [2021-03-11T09:39:34.268Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T09:39:34.268Z] Removing intermediate container 9c551ed628af [2021-03-11T09:39:34.268Z] ---> dc88ae62eb9f [2021-03-11T09:39:34.268Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T09:39:34.531Z] Removing intermediate container 3a40b418192b [2021-03-11T09:39:34.531Z] ---> 78924061185b [2021-03-11T09:39:34.531Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:39:34.531Z] ---> Running in 22c01dfdef70 [2021-03-11T09:39:34.531Z] ---> Running in 985aecfea858 [2021-03-11T09:39:34.801Z] ---> Running in 4aa06ffaf74b [2021-03-11T09:39:34.801Z] Removing intermediate container eed33567b992 [2021-03-11T09:39:34.801Z] ---> cab1f85930f2 [2021-03-11T09:39:34.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:39:34.801Z] Removing intermediate container 985aecfea858 [2021-03-11T09:39:34.801Z] ---> 1f86e5c9c0ad [2021-03-11T09:39:34.801Z] Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:39:35.070Z] Removing intermediate container 22c01dfdef70 [2021-03-11T09:39:35.070Z] ---> 9d8a7d458e01 [2021-03-11T09:39:35.070Z] Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:39:35.070Z] ---> Running in 51b9387d1948 [2021-03-11T09:39:35.070Z] ---> Running in 2a8538efa0f0 [2021-03-11T09:39:35.335Z] Removing intermediate container 4aa06ffaf74b [2021-03-11T09:39:35.335Z] ---> 3f990aa2350d [2021-03-11T09:39:35.335Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T09:39:35.335Z] ---> 5ae23652104c [2021-03-11T09:39:35.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T09:39:35.335Z] Removing intermediate container 51b9387d1948 [2021-03-11T09:39:35.335Z] ---> 9f315ed5b8a9 [2021-03-11T09:39:35.335Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T09:39:35.607Z] ---> Running in a871b55d183c [2021-03-11T09:39:35.607Z] Removing intermediate container 2a8538efa0f0 [2021-03-11T09:39:35.607Z] ---> 577ad17cab6c [2021-03-11T09:39:35.607Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T09:39:35.607Z] ---> Running in d4f2175d2c27 [2021-03-11T09:39:35.873Z] Removing intermediate container a871b55d183c [2021-03-11T09:39:35.873Z] ---> 7e3e924388d6 [2021-03-11T09:39:35.873Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:39:35.873Z] ---> Running in 8baf528e4e8a [2021-03-11T09:39:36.140Z] Removing intermediate container 38a31650ef8b [2021-03-11T09:39:36.140Z] ---> cfb1256a00ad [2021-03-11T09:39:36.140Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T09:39:36.140Z] ---> Running in 2c3caa36546c [2021-03-11T09:39:36.140Z] Removing intermediate container d4f2175d2c27 [2021-03-11T09:39:36.140Z] ---> a78aaead8fc7 [2021-03-11T09:39:36.140Z] [2021-03-11T09:39:36.140Z] ---> ba4799be7698 [2021-03-11T09:39:36.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T09:39:36.140Z] Removing intermediate container 8baf528e4e8a [2021-03-11T09:39:36.140Z] ---> d31a23bf80c8 [2021-03-11T09:39:36.140Z] [2021-03-11T09:39:36.140Z] ---> Running in 60153d088ad7 [2021-03-11T09:39:36.404Z] Removing intermediate container 2c3caa36546c [2021-03-11T09:39:36.404Z] ---> 70e48c5438df [2021-03-11T09:39:36.404Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:39:36.667Z] Successfully built d31a23bf80c8 [2021-03-11T09:39:36.667Z] Successfully built a78aaead8fc7 [2021-03-11T09:39:36.667Z] ---> Running in 68d17ead96c4 [2021-03-11T09:39:36.667Z] Removing intermediate container 60153d088ad7 [2021-03-11T09:39:36.667Z] ---> 18cd0ec7586e [2021-03-11T09:39:36.667Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T09:39:36.667Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T09:39:36.667Z] Building docker-security-bootstrapper-go [2021-03-11T09:39:36.930Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-11T09:39:36.930Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-11T09:39:36.930Z] ---> 0dda4eddc144 [2021-03-11T09:39:36.930Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T09:39:36.930Z] ---> Running in 8667a4a06d07 [2021-03-11T09:39:36.930Z] ---> Running in dcd0c99a25aa [2021-03-11T09:39:36.930Z] Removing intermediate container 68d17ead96c4 [2021-03-11T09:39:36.930Z] ---> a3480d420560 [2021-03-11T09:39:36.930Z] [2021-03-11T09:39:37.193Z] Removing intermediate container 8667a4a06d07 [2021-03-11T09:39:37.193Z] ---> 12f9ff354618 [2021-03-11T09:39:37.193Z] Step 23/24 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:39:37.193Z] Removing intermediate container dcd0c99a25aa [2021-03-11T09:39:37.193Z] ---> b0060617908b [2021-03-11T09:39:37.193Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:39:37.193Z] Successfully built a3480d420560 [2021-03-11T09:39:37.193Z] ---> Running in 895034b4256f [2021-03-11T09:39:37.193Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T09:39:37.193Z] Building docker-sys-mgmt-agent-go [2021-03-11T09:39:37.457Z]  Building docker-core-metadata-go ... done  ---> Running in e8b97f3b977b [2021-03-11T09:39:37.457Z] Removing intermediate container 895034b4256f [2021-03-11T09:39:37.457Z] ---> 9e3055ee1ae0 [2021-03-11T09:39:37.457Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T09:39:37.457Z] Removing intermediate container e8b97f3b977b [2021-03-11T09:39:37.457Z] ---> 6753bbda0d8e [2021-03-11T09:39:37.457Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T09:39:37.722Z] ---> Running in 3465a0cd6b1e [2021-03-11T09:39:37.722Z] ---> Running in 2868fd6c6d2e [2021-03-11T09:39:37.996Z] Removing intermediate container 3465a0cd6b1e [2021-03-11T09:39:37.996Z] ---> 90749e5bb93a [2021-03-11T09:39:37.996Z] [2021-03-11T09:39:37.996Z] Removing intermediate container 2868fd6c6d2e [2021-03-11T09:39:37.996Z] ---> c17e35135091 [2021-03-11T09:39:37.996Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:39:38.261Z] Successfully built 90749e5bb93a [2021-03-11T09:39:38.523Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T09:39:38.523Z] Building docker-core-command-go [2021-03-11T09:39:38.523Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in eb52eed8f3f1 [2021-03-11T09:39:38.787Z] Removing intermediate container eb52eed8f3f1 [2021-03-11T09:39:38.787Z] ---> 861f9d5f252d [2021-03-11T09:39:38.787Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:39:40.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T09:39:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T09:39:41.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements [2021-03-11T09:39:42.132Z] ---> Running in eee97e0ace25 [2021-03-11T09:39:42.132Z] Removing intermediate container eee97e0ace25 [2021-03-11T09:39:42.132Z] ---> ac67dcee9b82 [2021-03-11T09:39:42.132Z] [2021-03-11T09:39:43.535Z] Successfully built ac67dcee9b82 [2021-03-11T09:39:45.459Z] Successfully tagged docker-core-data-go:latest [2021-03-11T09:39:47.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T09:39:47.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T09:39:47.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T09:39:47.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T09:39:49.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements [2021-03-11T09:39:49.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T09:39:49.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T09:39:51.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements [2021-03-11T09:39:51.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T09:39:51.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:39:51.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements [2021-03-11T09:39:51.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T09:40:01.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T09:40:01.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T09:40:03.710Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:40:03.710Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:40:03.710Z] ---> 25d59b0b1661 [2021-03-11T09:40:03.710Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fddfaba6d4c1 [2021-03-11T09:40:03.710Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 8c051a80b5e7 [2021-03-11T09:40:03.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fcaa4823d679 [2021-03-11T09:40:03.710Z] Step 6/21 : COPY go.mod . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> d98109f9f720 [2021-03-11T09:40:03.710Z] Step 7/21 : RUN go mod download [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 758b283c7a2a [2021-03-11T09:40:03.710Z] Step 8/21 : COPY . . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 320d63b1fa00 [2021-03-11T09:40:03.710Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T09:40:03.710Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:40:03.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:40:03.710Z] ---> 25d59b0b1661 [2021-03-11T09:40:03.710Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fddfaba6d4c1 [2021-03-11T09:40:03.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 8c051a80b5e7 [2021-03-11T09:40:03.710Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fcaa4823d679 [2021-03-11T09:40:03.710Z] Step 6/23 : COPY go.mod . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> d98109f9f720 [2021-03-11T09:40:03.710Z] Step 7/23 : RUN go mod download [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 758b283c7a2a [2021-03-11T09:40:03.710Z] Step 8/23 : COPY . . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 320d63b1fa00 [2021-03-11T09:40:03.710Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T09:40:03.710Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:40:03.710Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:40:03.710Z] ---> 25d59b0b1661 [2021-03-11T09:40:03.710Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fddfaba6d4c1 [2021-03-11T09:40:03.710Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 8c051a80b5e7 [2021-03-11T09:40:03.710Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T09:40:03.710Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:40:03.710Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:40:03.710Z] ---> 25d59b0b1661 [2021-03-11T09:40:03.710Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fddfaba6d4c1 [2021-03-11T09:40:03.710Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 8c051a80b5e7 [2021-03-11T09:40:03.710Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> fcaa4823d679 [2021-03-11T09:40:03.710Z] Step 6/31 : COPY go.mod . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> d98109f9f720 [2021-03-11T09:40:03.710Z] Step 7/31 : RUN go mod download [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 758b283c7a2a [2021-03-11T09:40:03.710Z] Step 8/31 : COPY . . [2021-03-11T09:40:03.710Z] ---> Using cache [2021-03-11T09:40:03.710Z] ---> 320d63b1fa00 [2021-03-11T09:40:03.710Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T09:40:04.659Z] ---> Running in 716e8f18bf58 [2021-03-11T09:40:04.659Z] ---> Running in e2aa52846d0e [2021-03-11T09:40:04.659Z] ---> Running in 077a0ecb3408 [2021-03-11T09:40:04.659Z] ---> Running in 1e350a71a05f [2021-03-11T09:40:06.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T09:40:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T09:40:06.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T09:40:06.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:06.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:07.622Z] OK: 233 MiB in 51 packages [2021-03-11T09:40:09.056Z] Removing intermediate container 077a0ecb3408 [2021-03-11T09:40:09.056Z] ---> 30d50cf429a6 [2021-03-11T09:40:09.056Z] Step 6/26 : COPY go.mod . [2021-03-11T09:40:09.327Z] ---> 62d5fa80011c [2021-03-11T09:40:09.327Z] Step 7/26 : RUN go mod download [2021-03-11T09:40:09.595Z] ---> Running in 46527430b3a1 [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.330s coverage: 92.8% of statements [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.1% of statements [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T09:40:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-03-11T09:40:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-03-11T09:40:13.875Z] Removing intermediate container 46527430b3a1 [2021-03-11T09:40:13.875Z] ---> f814447a081f [2021-03-11T09:40:13.875Z] Step 8/26 : COPY . . [2021-03-11T09:40:21.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements [2021-03-11T09:40:21.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-11T09:40:21.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.118s coverage: 81.4% of statements [2021-03-11T09:40:33.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T09:40:35.929Z] ---> 55a1d4a8b35f [2021-03-11T09:40:35.930Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T09:40:36.192Z] ---> Running in 01fc01803dff [2021-03-11T09:40:38.118Z] Removing intermediate container 1e350a71a05f [2021-03-11T09:40:38.118Z] ---> 034c55d627f2 [2021-03-11T09:40:38.118Z] [2021-03-11T09:40:38.118Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T09:40:38.119Z] ---> 88dd2752d2ea [2021-03-11T09:40:38.119Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T09:40:38.701Z] ---> Running in f56da02c5dc1 [2021-03-11T09:40:38.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T09:40:38.701Z] Removing intermediate container e2aa52846d0e [2021-03-11T09:40:38.701Z] ---> ef6a3576fb18 [2021-03-11T09:40:38.701Z] [2021-03-11T09:40:38.701Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:40:38.968Z] ---> 88dd2752d2ea [2021-03-11T09:40:38.968Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:40:38.968Z] ---> Using cache [2021-03-11T09:40:38.968Z] ---> f8032fb0e03b [2021-03-11T09:40:38.968Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:40:38.968Z] ---> Using cache [2021-03-11T09:40:38.968Z] ---> 3633624d11fe [2021-03-11T09:40:38.969Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T09:40:38.969Z] Removing intermediate container 716e8f18bf58 [2021-03-11T09:40:38.969Z] ---> 2f6f803c0253 [2021-03-11T09:40:38.969Z] [2021-03-11T09:40:38.969Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T09:40:38.969Z] ---> 88dd2752d2ea [2021-03-11T09:40:38.969Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T09:40:38.969Z] ---> Running in 54a81862207a [2021-03-11T09:40:38.969Z] ---> Running in 2c5c02f6a5e6 [2021-03-11T09:40:39.233Z] Removing intermediate container f56da02c5dc1 [2021-03-11T09:40:39.233Z] ---> b3ac12b865cf [2021-03-11T09:40:39.233Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T09:40:39.233Z] ---> Running in 9739a2b406a5 [2021-03-11T09:40:39.506Z] Removing intermediate container 54a81862207a [2021-03-11T09:40:39.506Z] ---> 759e9efbe4e3 [2021-03-11T09:40:39.506Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T09:40:40.100Z] ---> Running in 3f9a05e2dcde [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.128s coverage: 92.9% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 77.8% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 84.6% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 62.4% of statements [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T09:40:40.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-11T09:40:40.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-03-11T09:40:40.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:40.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:40.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:40.368Z] Removing intermediate container 3f9a05e2dcde [2021-03-11T09:40:40.368Z] ---> f1aafcf60ba2 [2021-03-11T09:40:40.368Z] Step 15/23 : WORKDIR / [2021-03-11T09:40:40.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:40:40.637Z] ---> Running in d0334e9fb262 [2021-03-11T09:40:40.637Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T09:40:40.637Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T09:40:40.637Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T09:40:40.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:40:40.637Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:40:40.637Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T09:40:40.637Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T09:40:40.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:40:40.637Z] OK: 6 MiB in 16 packages [2021-03-11T09:40:40.637Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:40:41.223Z] OK: 7 MiB in 18 packages [2021-03-11T09:40:41.223Z] Removing intermediate container d0334e9fb262 [2021-03-11T09:40:41.223Z] ---> 96fd48243388 [2021-03-11T09:40:41.223Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:40:41.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.869s coverage: 69.0% of statements [2021-03-11T09:40:41.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T09:40:41.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T09:40:41.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T09:40:41.816Z] ---> 908d05ba6cc3 [2021-03-11T09:40:41.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T09:40:42.088Z] Removing intermediate container 9739a2b406a5 [2021-03-11T09:40:42.088Z] ---> 6b42c496e6ab [2021-03-11T09:40:42.088Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T09:40:42.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.405s coverage: 38.4% of statements [2021-03-11T09:40:42.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T09:40:42.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T09:40:42.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-03-11T09:40:42.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T09:40:42.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements [2021-03-11T09:40:42.696Z] ---> Running in 084e075236de [2021-03-11T09:40:42.696Z] Removing intermediate container 2c5c02f6a5e6 [2021-03-11T09:40:42.696Z] ---> 5377021beace [2021-03-11T09:40:42.696Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T09:40:42.958Z] ---> 4b1f6d5f7ec0 [2021-03-11T09:40:42.958Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T09:40:43.542Z] ---> Running in 5952e53d390e [2021-03-11T09:40:43.809Z] ---> 52f6732a6fb1 [2021-03-11T09:40:43.809Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T09:40:43.809Z] Removing intermediate container 084e075236de [2021-03-11T09:40:43.809Z] ---> 6b0e5e8d567e [2021-03-11T09:40:43.809Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T09:40:43.809Z] ---> Running in af7e489d73c2 [2021-03-11T09:40:44.078Z] ---> Running in dd669c74eff6 [2021-03-11T09:40:44.078Z] Removing intermediate container 5952e53d390e [2021-03-11T09:40:44.078Z] ---> a5a018c762ff [2021-03-11T09:40:44.078Z] Step 13/21 : WORKDIR /edgex [2021-03-11T09:40:44.078Z] ---> Running in 7e467e55d907 [2021-03-11T09:40:44.353Z] Removing intermediate container af7e489d73c2 [2021-03-11T09:40:44.353Z] ---> bd350d4a69cb [2021-03-11T09:40:44.353Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:40:44.353Z] Removing intermediate container dd669c74eff6 [2021-03-11T09:40:44.353Z] ---> 5feee3917a57 [2021-03-11T09:40:44.353Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T09:40:44.353Z] ---> Running in 1a5dec7a3580 [2021-03-11T09:40:44.353Z] Removing intermediate container 7e467e55d907 [2021-03-11T09:40:44.353Z] ---> 0e75ad70862c [2021-03-11T09:40:44.353Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T09:40:44.353Z] ---> Running in 7da174f9c536 [2021-03-11T09:40:44.649Z] Removing intermediate container 1a5dec7a3580 [2021-03-11T09:40:44.649Z] ---> 4d9b5e705e39 [2021-03-11T09:40:44.649Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T09:40:44.947Z] ---> Running in afdf8198194e [2021-03-11T09:40:44.947Z] ---> 8737c010eda0 [2021-03-11T09:40:44.947Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T09:40:45.230Z] Removing intermediate container afdf8198194e [2021-03-11T09:40:45.230Z] ---> 6c8c280e644d [2021-03-11T09:40:45.230Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:40:45.505Z] ---> Running in 8577313ab8a0 [2021-03-11T09:40:45.796Z] Removing intermediate container 8577313ab8a0 [2021-03-11T09:40:45.796Z] ---> 6bb0b918f0ad [2021-03-11T09:40:45.796Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:40:46.072Z] ---> 1db6b1ce0e9e [2021-03-11T09:40:46.072Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T09:40:46.072Z] ---> Running in 9ea585d5fce2 [2021-03-11T09:40:46.683Z] Removing intermediate container 7da174f9c536 [2021-03-11T09:40:46.683Z] ---> fad40a4cad17 [2021-03-11T09:40:46.683Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T09:40:46.683Z] Removing intermediate container 9ea585d5fce2 [2021-03-11T09:40:46.683Z] ---> 3f8eeba7ee80 [2021-03-11T09:40:46.683Z] [2021-03-11T09:40:46.683Z] ---> Running in 68765e72af0d [2021-03-11T09:40:46.958Z] ---> ca5d704add8d [2021-03-11T09:40:46.958Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T09:40:47.229Z] ---> Running in 150b228962bd [2021-03-11T09:40:47.229Z] Successfully built 3f8eeba7ee80 [2021-03-11T09:40:47.229Z] Successfully tagged docker-core-command-go:latest [2021-03-11T09:40:47.229Z]  Building docker-core-command-go ... done Removing intermediate container 68765e72af0d [2021-03-11T09:40:47.229Z] ---> 2bcdcdc30a3c [2021-03-11T09:40:47.229Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T09:40:47.833Z] Removing intermediate container 150b228962bd [2021-03-11T09:40:47.833Z] ---> 85c70d1717a7 [2021-03-11T09:40:47.833Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T09:40:48.103Z] ---> 5d6f44d585f8 [2021-03-11T09:40:48.103Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T09:40:48.103Z] ---> Running in ab103c799d68 [2021-03-11T09:40:48.370Z] ---> Running in cf183cb74b65 [2021-03-11T09:40:48.639Z] Removing intermediate container ab103c799d68 [2021-03-11T09:40:48.639Z] ---> 290523f24981 [2021-03-11T09:40:48.639Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T09:40:48.639Z] ---> Running in e9e4a2889e14 [2021-03-11T09:40:48.912Z] Removing intermediate container e9e4a2889e14 [2021-03-11T09:40:48.912Z] ---> c74d2a5b6a93 [2021-03-11T09:40:48.912Z] Step 20/21 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:40:48.912Z] ---> Running in eab78dc2e705 [2021-03-11T09:40:49.178Z] Removing intermediate container eab78dc2e705 [2021-03-11T09:40:49.178Z] ---> 7b7b2226a452 [2021-03-11T09:40:49.178Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T09:40:49.178Z] ---> Running in ebf8ab49dd5e [2021-03-11T09:40:49.758Z] Removing intermediate container ebf8ab49dd5e [2021-03-11T09:40:49.758Z] ---> 5d3e8031dade [2021-03-11T09:40:49.758Z] [2021-03-11T09:40:49.758Z] Removing intermediate container cf183cb74b65 [2021-03-11T09:40:49.758Z] ---> 3350c7782480 [2021-03-11T09:40:49.758Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:40:49.758Z] Successfully built 5d3e8031dade [2021-03-11T09:40:50.023Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T09:40:50.023Z]  Building docker-security-proxy-setup-go ... done  ---> 2c4cccbf5401 [2021-03-11T09:40:50.023Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T09:40:50.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.0% of statements [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T09:40:50.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T09:40:50.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T09:40:50.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:40:50.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T09:40:51.960Z] ---> ec9cd9e76e07 [2021-03-11T09:40:51.960Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T09:40:51.960Z] Removing intermediate container 01fc01803dff [2021-03-11T09:40:51.960Z] ---> 47480900d22e [2021-03-11T09:40:51.960Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T09:40:51.960Z] ---> Running in 76415227b016 [2021-03-11T09:40:51.960Z] ---> 5071a202c833 [2021-03-11T09:40:51.960Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T09:40:52.229Z] ---> 9eb4d14a79bb [2021-03-11T09:40:52.229Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T09:40:52.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T09:40:52.491Z] ---> 291df17eac47 [2021-03-11T09:40:52.491Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T09:40:52.756Z] ---> Running in 8b478b54a50f [2021-03-11T09:40:53.018Z] Removing intermediate container 8b478b54a50f [2021-03-11T09:40:53.018Z] ---> 5e09852953fd [2021-03-11T09:40:53.018Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T09:40:53.281Z] ---> 514159df8816 [2021-03-11T09:40:53.281Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T09:40:53.867Z] ---> Running in 672e848f1207 [2021-03-11T09:40:53.867Z] Removing intermediate container 76415227b016 [2021-03-11T09:40:53.867Z] ---> 52c805b9e55f [2021-03-11T09:40:53.867Z] [2021-03-11T09:40:53.867Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T09:40:53.867Z] 20.10.0: Pulling from library/docker [2021-03-11T09:40:55.813Z] Removing intermediate container 672e848f1207 [2021-03-11T09:40:55.813Z] ---> cd417b14a10b [2021-03-11T09:40:55.813Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T09:40:56.078Z] ---> Running in f0f364a7326d [2021-03-11T09:40:56.344Z] Removing intermediate container f0f364a7326d [2021-03-11T09:40:56.344Z] ---> 8369bb68e3c7 [2021-03-11T09:40:56.344Z] Step 28/31 : CMD ["gate"] [2021-03-11T09:40:56.609Z] ---> Running in 4cfefd2bf8a5 [2021-03-11T09:40:56.875Z] Removing intermediate container 4cfefd2bf8a5 [2021-03-11T09:40:56.875Z] ---> 742b952113ac [2021-03-11T09:40:56.875Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T09:40:57.145Z] ---> Running in f052de6fa61e [2021-03-11T09:40:57.410Z] Removing intermediate container f052de6fa61e [2021-03-11T09:40:57.410Z] ---> 8e35e4dcbd7a [2021-03-11T09:40:57.410Z] Step 30/31 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:40:57.678Z] ---> Running in 3ffd437b7d19 [2021-03-11T09:40:57.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.715s coverage: 29.1% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 96.5% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T09:40:57.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T09:40:57.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.086s coverage: 100.0% of statements [2021-03-11T09:40:58.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-11T09:40:59.084Z] Removing intermediate container 3ffd437b7d19 [2021-03-11T09:40:59.084Z] ---> 960fa936a004 [2021-03-11T09:40:59.084Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T09:40:59.084Z] ---> Running in ed15dc4b0e98 [2021-03-11T09:40:59.351Z] Removing intermediate container ed15dc4b0e98 [2021-03-11T09:40:59.351Z] ---> b53f0f4b9070 [2021-03-11T09:40:59.351Z] [2021-03-11T09:40:59.351Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T09:40:59.351Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T09:40:59.351Z] ---> aefe523efa57 [2021-03-11T09:40:59.351Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T09:40:59.351Z] ---> Running in 87a47059f850 [2021-03-11T09:40:59.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 100.0% of statements [2021-03-11T09:40:59.613Z] Successfully built b53f0f4b9070 [2021-03-11T09:40:59.613Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T09:41:00.043Z] GO111MODULE=on go vet ./... [2021-03-11T09:41:00.189Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:00.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:00.189Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T09:41:00.189Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T09:41:00.189Z] Executing bash-5.0.17-r0.post-install [2021-03-11T09:41:00.189Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:41:00.189Z] OK: 12 MiB in 22 packages [2021-03-11T09:41:00.763Z] Removing intermediate container 87a47059f850 [2021-03-11T09:41:00.763Z] ---> bba1adc67e3a [2021-03-11T09:41:00.763Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T09:41:01.025Z] ---> Running in 3ff478be0cc8 [2021-03-11T09:41:01.025Z] Removing intermediate container 3ff478be0cc8 [2021-03-11T09:41:01.025Z] ---> 9ea0d677ee70 [2021-03-11T09:41:01.025Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T09:41:01.292Z] ---> Running in 70d9ff64f872 [2021-03-11T09:41:01.292Z] Removing intermediate container 70d9ff64f872 [2021-03-11T09:41:01.292Z] ---> 1143440d3086 [2021-03-11T09:41:01.292Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T09:41:01.292Z] ---> Running in ef4418ff17ce [2021-03-11T09:41:01.557Z] Removing intermediate container ef4418ff17ce [2021-03-11T09:41:01.557Z] ---> 1937693a83e5 [2021-03-11T09:41:01.557Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T09:41:02.511Z] ---> 42cfc7467885 [2021-03-11T09:41:02.511Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T09:41:02.773Z] ---> 0a3c4c57ad92 [2021-03-11T09:41:02.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T09:41:03.352Z] ---> 841ceea2f8f3 [2021-03-11T09:41:03.352Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T09:41:03.352Z] ---> Running in edb9d39501ab [2021-03-11T09:41:03.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:04.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:04.190Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T09:41:04.452Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T09:41:04.452Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T09:41:04.452Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T09:41:04.452Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T09:41:04.452Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T09:41:04.452Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T09:41:05.396Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T09:41:05.396Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T09:41:05.396Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T09:41:05.396Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T09:41:05.396Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T09:41:05.396Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T09:41:05.396Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T09:41:05.396Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T09:41:05.396Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T09:41:05.396Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T09:41:05.661Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T09:41:05.661Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T09:41:05.661Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T09:41:05.661Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T09:41:05.661Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T09:41:05.661Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T09:41:05.661Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T09:41:05.661Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T09:41:05.661Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T09:41:05.661Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T09:41:05.661Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T09:41:05.661Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T09:41:05.661Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T09:41:05.661Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T09:41:05.661Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T09:41:05.661Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T09:41:05.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:41:05.924Z] OK: 71 MiB in 55 packages [2021-03-11T09:41:14.076Z] Removing intermediate container edb9d39501ab [2021-03-11T09:41:14.076Z] ---> 82234a80caf0 [2021-03-11T09:41:14.076Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T09:41:14.076Z] ---> Running in a447c56e7090 [2021-03-11T09:41:15.026Z] Collecting docker-compose==1.23.2 [2021-03-11T09:41:15.026Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T09:41:15.289Z] Collecting PyYAML<4,>=3.10 [2021-03-11T09:41:15.289Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T09:41:16.236Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T09:41:16.236Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T09:41:16.236Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T09:41:16.499Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T09:41:16.761Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T09:41:17.024Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T09:41:17.024Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T09:41:17.024Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T09:41:17.287Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T09:41:17.287Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T09:41:17.287Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T09:41:17.287Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T09:41:17.860Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T09:41:17.860Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T09:41:17.860Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T09:41:18.435Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T09:41:18.435Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T09:41:18.435Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T09:41:18.435Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T09:41:18.699Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T09:41:18.699Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T09:41:18.699Z] Collecting idna<2.8,>=2.5 [2021-03-11T09:41:18.699Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T09:41:18.699Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T09:41:18.699Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T09:41:18.699Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T09:41:18.699Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T09:41:18.699Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T09:41:18.699Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T09:41:18.966Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docopt, dockerpty, jsonschema, docker-compose [2021-03-11T09:41:18.966Z] Running setup.py install for PyYAML: started [2021-03-11T09:41:19.539Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T09:41:19.800Z] Attempting uninstall: urllib3 [2021-03-11T09:41:19.800Z] Found existing installation: urllib3 1.25.9 [2021-03-11T09:41:19.800Z] Uninstalling urllib3-1.25.9: [2021-03-11T09:41:19.800Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T09:41:20.063Z] Attempting uninstall: idna [2021-03-11T09:41:20.063Z] Found existing installation: idna 2.9 [2021-03-11T09:41:20.063Z] Uninstalling idna-2.9: [2021-03-11T09:41:20.063Z] Successfully uninstalled idna-2.9 [2021-03-11T09:41:20.063Z] Attempting uninstall: requests [2021-03-11T09:41:20.063Z] Found existing installation: requests 2.23.0 [2021-03-11T09:41:20.063Z] Uninstalling requests-2.23.0: [2021-03-11T09:41:20.327Z] Successfully uninstalled requests-2.23.0 [2021-03-11T09:41:20.589Z] Running setup.py install for texttable: started [2021-03-11T09:41:21.164Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T09:41:21.164Z] Running setup.py install for docopt: started [2021-03-11T09:41:21.741Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T09:41:21.741Z] Running setup.py install for dockerpty: started [2021-03-11T09:41:22.003Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T09:41:22.948Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T09:41:25.517Z] Removing intermediate container a447c56e7090 [2021-03-11T09:41:25.517Z] ---> a1b84e9a59bd [2021-03-11T09:41:25.517Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T09:41:25.517Z] ---> Running in db3ddf5282aa [2021-03-11T09:41:26.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:26.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T09:41:26.358Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:41:26.358Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T09:41:26.620Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T09:41:26.620Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:41:26.620Z] OK: 72 MiB in 58 packages [2021-03-11T09:41:26.884Z] Removing intermediate container db3ddf5282aa [2021-03-11T09:41:26.884Z] ---> 413986be1886 [2021-03-11T09:41:26.884Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T09:41:27.146Z] ---> Running in b6ae9b7e078f [2021-03-11T09:41:27.146Z] Removing intermediate container b6ae9b7e078f [2021-03-11T09:41:27.146Z] ---> 81937659c86a [2021-03-11T09:41:27.146Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:41:27.409Z] ---> Running in e6450e917939 [2021-03-11T09:41:27.410Z] Removing intermediate container e6450e917939 [2021-03-11T09:41:27.410Z] ---> 0f46d315cd1b [2021-03-11T09:41:27.410Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T09:41:27.672Z] ---> Running in cc1b0e1dbf07 [2021-03-11T09:41:27.672Z] Removing intermediate container cc1b0e1dbf07 [2021-03-11T09:41:27.672Z] ---> 6b68c870f977 [2021-03-11T09:41:27.672Z] Step 25/26 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:41:27.936Z] ---> Running in 638497ab9a5f [2021-03-11T09:41:27.936Z] Removing intermediate container 638497ab9a5f [2021-03-11T09:41:27.936Z] ---> ab96eaac188b [2021-03-11T09:41:27.936Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T09:41:27.936Z] ---> Running in 3a40cacf950c [2021-03-11T09:41:28.198Z] Removing intermediate container 3a40cacf950c [2021-03-11T09:41:28.198Z] ---> 3859a88eb79b [2021-03-11T09:41:28.198Z] [2021-03-11T09:41:28.460Z] Successfully built 3859a88eb79b [2021-03-11T09:41:28.723Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T09:41:28.995Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T09:41:29.017Z] $ docker stop --time=1 bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 [2021-03-11T09:41:30.612Z] $ docker rm -f bef296af05ea229492594ecf69528e290d0ba1b525e72877fe6315a8623f4718 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T09:41:31.173Z] + docker images [2021-03-11T09:41:31.173Z] + grep docker [2021-03-11T09:41:31.435Z] docker-sys-mgmt-agent-go latest 3859a88eb79b 3 seconds ago 313MB [2021-03-11T09:41:31.435Z] docker-security-bootstrapper-go latest b53f0f4b9070 32 seconds ago 18.7MB [2021-03-11T09:41:31.435Z] docker-security-proxy-setup-go latest 5d3e8031dade 42 seconds ago 24.7MB [2021-03-11T09:41:31.435Z] docker-core-command-go latest 3f8eeba7ee80 45 seconds ago 17.2MB [2021-03-11T09:41:31.435Z] docker-core-data-go latest ac67dcee9b82 About a minute ago 22.6MB [2021-03-11T09:41:31.435Z] docker-security-secretstore-setup-go latest 90749e5bb93a About a minute ago 24.9MB [2021-03-11T09:41:31.435Z] docker-core-metadata-go latest a3480d420560 About a minute ago 19MB [2021-03-11T09:41:31.435Z] docker-support-notifications-go latest d31a23bf80c8 About a minute ago 17.8MB [2021-03-11T09:41:31.435Z] docker-support-scheduler-go latest a78aaead8fc7 About a minute ago 17.3MB [2021-03-11T09:41:31.435Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T09:41:47.156Z] Still waiting to schedule task [2021-03-11T09:41:47.156Z] ‘prd-ubuntu18.04-docker-8c-8g-29507’ is offline [2021-03-11T09:42:21.923Z] gofmt -l . [2021-03-11T09:42:22.902Z] [ "`gofmt -l .`" = "" ] [2021-03-11T09:42:26.297Z] ./bin/test-go-mod-tidy.sh [2021-03-11T09:42:26.894Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T09:42:29.534Z] + ls -al . [2021-03-11T09:42:29.534Z] total 768 [2021-03-11T09:42:29.534Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 09:42 . [2021-03-11T09:42:29.534Z] drwxr-xr-x 4 root root 4096 Mar 11 09:37 .. [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 09:36 .dockerignore [2021-03-11T09:42:29.534Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 09:36 .git [2021-03-11T09:42:29.534Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 09:36 .github [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 09:36 .gitignore [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 09:36 .sonarcloud.properties [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 09:36 Attribution.txt [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 09:36 CONTRIBUTING.md [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 09:36 Dockerfile.build [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 09:36 Jenkinsfile [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 09:36 LICENSE [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 09:36 Makefile [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 09:36 README.md [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 09:36 SECURITY.md [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 09:33 VERSION [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 09:36 ZMQWindows.md [2021-03-11T09:42:29.534Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 09:36 bin [2021-03-11T09:42:29.534Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 09:36 cmd [2021-03-11T09:42:29.534Z] -rw-r--r-- 1 root root 628834 Mar 11 09:40 coverage.out [2021-03-11T09:42:29.534Z] -rw-r--r-- 1 root root 1055 Mar 11 09:42 go.mod [2021-03-11T09:42:29.534Z] -rw-r--r-- 1 root root 21981 Mar 11 09:42 go.sum [2021-03-11T09:42:29.534Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 09:36 internal [2021-03-11T09:42:29.534Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 09:36 openapi [2021-03-11T09:42:29.534Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 09:36 snap [2021-03-11T09:42:29.534Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 09:36 version.go [Pipeline] sh [2021-03-11T09:42:30.198Z] + '[' -e coverage.out ] [2021-03-11T09:42:30.198Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T09:42:30.262Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T09:42:31.790Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T09:42:32.474Z] + make build [2021-03-11T09:42:32.474Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T09:42:42.953Z] Running on prd-ubuntu18.04-docker-8c-8g-29508 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T09:42:43.012Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-11T09:42:45.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T09:42:45.283Z] using credential edgex-jenkins-ssh [2021-03-11T09:42:45.336Z] Cloning the remote Git repository [2021-03-11T09:42:45.360Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:42:45.440Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-11T09:42:45.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:42:45.475Z] > git --version # timeout=10 [2021-03-11T09:42:45.482Z] > git --version # 'git version 2.17.1' [2021-03-11T09:42:45.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:42:45.511Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T09:42:52.472Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:42:52.637Z] Merge succeeded, producing 9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:42:52.638Z] Checking out Revision 9f096b0d8c06001cd478bbb1c49927610bc59fd4 (PR-3250) [2021-03-11T09:42:51.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T09:42:51.792Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T09:42:51.801Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T09:42:51.815Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T09:42:51.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:42:51.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T09:42:52.481Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T09:42:52.486Z] > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [2021-03-11T09:42:52.609Z] > git remote # timeout=10 [2021-03-11T09:42:52.615Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T09:42:52.620Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T09:42:52.623Z] > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 [2021-03-11T09:42:52.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T09:42:52.644Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T09:42:52.648Z] > git checkout -f 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [2021-03-11T09:42:56.409Z] Commit message: "feat(command): Update CoreCommand to use re-designed profile" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:42:57.592Z] + echo snap-build.sh [2021-03-11T09:42:57.592Z] snap-build.sh [2021-03-11T09:42:57.592Z] + SNAP_BASE_DIR=. [2021-03-11T09:42:57.592Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-11T09:42:57.592Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-11T09:42:57.592Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-11T09:42:57.592Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-11T09:42:57.592Z] + cd /w/workspace/edgex-go/3 [2021-03-11T09:42:57.592Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T09:42:57.592Z] Reading package lists... [2021-03-11T09:42:57.895Z] Building dependency tree... [2021-03-11T09:42:57.895Z] Reading state information... [2021-03-11T09:42:58.157Z] The following packages were automatically installed and are no longer required: [2021-03-11T09:42:58.157Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T09:42:58.157Z] uidmap xdelta3 [2021-03-11T09:42:58.157Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T09:42:58.157Z] The following packages will be REMOVED: [2021-03-11T09:42:58.157Z] lxd* lxd-client* [2021-03-11T09:42:58.730Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T09:42:58.730Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T09:42:59.779Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-11T09:42:59.779Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T09:43:00.725Z] Removing lxd dnsmasq configuration [2021-03-11T09:43:00.986Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T09:43:01.247Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T09:43:01.835Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T09:43:02.111Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-11T09:43:02.111Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T09:43:04.038Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T09:43:04.038Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T09:43:05.433Z] + sudo snap remove --purge lxd [2021-03-11T09:43:06.007Z] snap "lxd" is not installed [2021-03-11T09:43:06.007Z] + sudo groupadd --force --system lxd [2021-03-11T09:43:06.007Z] ++ whoami [2021-03-11T09:43:06.007Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T09:43:06.007Z] + newgrp - lxd [2021-03-11T09:43:06.007Z] + sudo snap install lxd [2021-03-11T09:43:16.040Z] 2021-03-11T09:43:13Z INFO Waiting for automatic snapd restart... [2021-03-11T09:43:17.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T09:43:21.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T09:43:27.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T09:43:29.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T09:43:34.199Z] lxd 4.12 from Canonical* installed [2021-03-11T09:43:34.199Z] + sudo lxd init --auto [2021-03-11T09:43:34.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T09:43:40.808Z] + sudo snap install --classic snapcraft [2021-03-11T09:43:42.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T09:43:47.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T09:43:48.966Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T09:43:48.966Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T09:43:48.966Z] + patch --verbose -p1 [2021-03-11T09:43:48.966Z] Hmm... Looks like a unified diff to me... [2021-03-11T09:43:48.966Z] The text leading up to this was: [2021-03-11T09:43:48.966Z] -------------------------- [2021-03-11T09:43:48.966Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T09:43:48.966Z] |From: Tony Espy [2021-03-11T09:43:48.966Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T09:43:48.966Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T09:43:48.966Z] | [2021-03-11T09:43:48.966Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T09:43:48.966Z] |optimize the snap CI check run for pull requests. When [2021-03-11T09:43:48.966Z] |applied, it essentially strips out everything (apps and [2021-03-11T09:43:48.966Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T09:43:48.966Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T09:43:48.966Z] |catch changes to edgex-go that break the snap build. [2021-03-11T09:43:48.966Z] | [2021-03-11T09:43:48.966Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T09:43:48.966Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T09:43:48.966Z] |resulting in a failed snap build CI check in the associated [2021-03-11T09:43:48.966Z] |pull request. [2021-03-11T09:43:48.966Z] | [2021-03-11T09:43:48.966Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T09:43:48.966Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T09:43:48.966Z] |need to build the finally binary .snap file (and it won't [2021-03-11T09:43:48.966Z] |work with the patch applied). This further reduces the build [2021-03-11T09:43:48.966Z] |time. [2021-03-11T09:43:48.966Z] |--- [2021-03-11T09:43:48.966Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T09:43:48.966Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T09:43:48.966Z] | [2021-03-11T09:43:48.966Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T09:43:48.966Z] |index 1e537489..faf42425 100644 [2021-03-11T09:43:48.966Z] |--- a/snap/snapcraft.yaml [2021-03-11T09:43:48.966Z] |+++ b/snap/snapcraft.yaml [2021-03-11T09:43:48.966Z] -------------------------- [2021-03-11T09:43:48.966Z] patching file snap/snapcraft.yaml [2021-03-11T09:43:48.966Z] Using Plan A... [2021-03-11T09:43:48.966Z] Hunk #1 succeeded at 73. [2021-03-11T09:43:48.966Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T09:43:48.966Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T09:43:48.966Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T09:43:48.966Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T09:43:48.966Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T09:43:48.966Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T09:43:48.966Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T09:43:48.966Z] Hmm... Ignoring the trailing garbage. [2021-03-11T09:43:48.966Z] done [2021-03-11T09:43:48.966Z] + sudo snapcraft prime --use-lxd [2021-03-11T09:43:49.543Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T09:43:49.543Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T09:43:49.543Z] - README.md [2021-03-11T09:43:49.543Z] - snapcraft.yaml.orig [2021-03-11T09:43:49.543Z] [2021-03-11T09:43:49.543Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T09:43:50.120Z] Launching a container. [2021-03-11T09:43:52.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T09:43:55.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T09:43:59.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T09:44:02.372Z] Waiting for container to be ready [2021-03-11T09:44:02.634Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T09:44:02.634Z] [Pipeline] } [2021-03-11T09:44:06.109Z] $ docker stop --time=1 f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 [2021-03-11T09:44:06.848Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T09:44:07.110Z] Waiting for network to be ready... [2021-03-11T09:44:07.683Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T09:44:07.683Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T09:44:08.257Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T09:44:08.257Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T09:44:08.257Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T09:44:08.521Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T09:44:08.521Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T09:44:08.521Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T09:44:08.521Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T09:44:08.521Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T09:44:08.521Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T09:44:08.521Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T09:44:08.521Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T09:44:08.521Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T09:44:08.521Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T09:44:08.521Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T09:44:08.521Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T09:44:08.788Z] $ docker rm -f f83e69fbc153c72c2a55d740bd51bb16fcd67e13499daae10ed5d25c45472637 [2021-03-11T09:44:08.783Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T09:44:08.783Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T09:44:09.045Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T09:44:09.045Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T09:44:09.307Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T09:44:09.307Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T09:44:09.307Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T09:44:09.307Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T09:44:09.307Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T09:44:09.307Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:44:10.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T09:44:10.946Z] [2021-03-11T09:44:10.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:44:11.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T09:44:11.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T09:44:11.603Z] 29e5d40040c1: Pulling fs layer [2021-03-11T09:44:11.603Z] 1ce36da41761: Pulling fs layer [2021-03-11T09:44:11.603Z] 25b303627fd3: Pulling fs layer [2021-03-11T09:44:12.199Z] 29e5d40040c1: Download complete [2021-03-11T09:44:12.804Z] 1ce36da41761: Verifying Checksum [2021-03-11T09:44:12.804Z] 1ce36da41761: Download complete [2021-03-11T09:44:12.804Z] 29e5d40040c1: Pull complete [2021-03-11T09:44:13.520Z] Fetched 24.0 MB in 6s (4068 kB/s) [2021-03-11T09:44:14.240Z] 1ce36da41761: Pull complete [2021-03-11T09:44:14.835Z] 25b303627fd3: Verifying Checksum [2021-03-11T09:44:14.835Z] 25b303627fd3: Download complete [2021-03-11T09:44:14.910Z] Reading package lists... [2021-03-11T09:44:15.173Z] Reading package lists... [2021-03-11T09:44:15.436Z] Building dependency tree... [2021-03-11T09:44:15.436Z] Reading state information... [2021-03-11T09:44:15.436Z] The following additional packages will be installed: [2021-03-11T09:44:15.436Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T09:44:15.436Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T09:44:15.436Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T09:44:15.436Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T09:44:15.699Z] Suggested packages: [2021-03-11T09:44:15.699Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T09:44:15.699Z] Recommended packages: [2021-03-11T09:44:15.699Z] gnupg libsasl2-modules [2021-03-11T09:44:15.699Z] The following NEW packages will be installed: [2021-03-11T09:44:15.699Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T09:44:15.699Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T09:44:15.699Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T09:44:15.699Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T09:44:15.699Z] The following packages will be upgraded: [2021-03-11T09:44:15.699Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T09:44:15.699Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T09:44:15.699Z] Need to get 3530 kB of archives. [2021-03-11T09:44:15.699Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T09:44:15.699Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-11T09:44:15.699Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T09:44:15.699Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T09:44:15.699Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T09:44:15.699Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T09:44:15.962Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T09:44:16.536Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T09:44:16.536Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T09:44:16.536Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T09:44:16.536Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T09:44:16.536Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T09:44:16.536Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T09:44:16.536Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T09:44:16.536Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T09:44:16.536Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T09:44:16.536Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T09:44:16.536Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T09:44:16.536Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T09:44:16.536Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T09:44:16.536Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T09:44:16.536Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T09:44:16.536Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T09:44:16.800Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T09:44:16.800Z] Fetched 3530 kB in 1s (3412 kB/s) [2021-03-11T09:44:17.065Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T09:44:17.065Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T09:44:17.065Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T09:44:17.065Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T09:44:17.331Z] Selecting previously unselected package udev. [2021-03-11T09:44:17.331Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T09:44:17.331Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T09:44:17.331Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T09:44:17.593Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T09:44:17.593Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T09:44:17.593Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T09:44:17.854Z] Selecting previously unselected package fuse. [2021-03-11T09:44:17.854Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T09:44:17.854Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T09:44:17.854Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T09:44:17.854Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T09:44:18.118Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T09:44:18.118Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T09:44:18.379Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T09:44:18.379Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T09:44:18.379Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T09:44:18.379Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T09:44:18.379Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T09:44:18.379Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T09:44:18.379Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.641Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:18.641Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T09:44:18.641Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.641Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:18.641Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T09:44:18.641Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.641Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:18.902Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T09:44:18.902Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.902Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:18.902Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T09:44:18.902Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.902Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:18.902Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T09:44:18.902Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:18.902Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:19.163Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T09:44:19.163Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:19.163Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:19.163Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T09:44:19.163Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:19.163Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:19.163Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T09:44:19.163Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T09:44:19.163Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:19.426Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T09:44:19.426Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T09:44:19.426Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T09:44:19.426Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T09:44:19.426Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T09:44:19.426Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T09:44:19.691Z] Selecting previously unselected package libldap-common. [2021-03-11T09:44:19.691Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T09:44:19.691Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T09:44:19.691Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T09:44:19.691Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T09:44:19.691Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T09:44:19.691Z] Selecting previously unselected package dirmngr. [2021-03-11T09:44:19.691Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T09:44:19.691Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T09:44:19.953Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T09:44:19.953Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T09:44:19.953Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T09:44:19.953Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T09:44:19.953Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T09:44:19.953Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T09:44:20.215Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:20.215Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T09:44:20.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T09:44:20.215Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T09:44:20.798Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T09:44:20.798Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:20.798Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T09:44:20.798Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T09:44:21.062Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T09:44:21.062Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.062Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T09:44:21.324Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T09:44:21.324Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T09:44:21.324Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T09:44:21.896Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T09:44:21.897Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T09:44:21.897Z] This means they are not meant to be enabled using systemctl. [2021-03-11T09:44:21.897Z] Possible reasons for having this kind of units are: [2021-03-11T09:44:21.897Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T09:44:21.897Z] .wants/ or .requires/ directory. [2021-03-11T09:44:21.897Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T09:44:21.897Z] a requirement dependency on it. [2021-03-11T09:44:21.897Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T09:44:21.897Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T09:44:21.897Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T09:44:21.897Z] instance name specified. [2021-03-11T09:44:22.159Z] Reading package lists... [2021-03-11T09:44:22.422Z] Building dependency tree... [2021-03-11T09:44:22.422Z] Reading state information... [2021-03-11T09:44:22.685Z] The following additional packages will be installed: [2021-03-11T09:44:22.686Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T09:44:22.686Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T09:44:22.686Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T09:44:22.686Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T09:44:22.686Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T09:44:22.686Z] Suggested packages: [2021-03-11T09:44:22.686Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T09:44:22.686Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T09:44:22.686Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T09:44:22.686Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T09:44:22.686Z] systemd-container policykit-1 [2021-03-11T09:44:22.686Z] Recommended packages: [2021-03-11T09:44:22.686Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T09:44:22.686Z] The following NEW packages will be installed: [2021-03-11T09:44:22.686Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T09:44:22.686Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T09:44:22.686Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T09:44:22.686Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T09:44:22.686Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T09:44:22.686Z] The following packages will be upgraded: [2021-03-11T09:44:22.686Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-11T09:44:22.948Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T09:44:22.949Z] Need to get 35.2 MB of archives. [2021-03-11T09:44:22.949Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T09:44:22.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-11T09:44:22.949Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T09:44:23.520Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T09:44:23.520Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T09:44:23.783Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T09:44:23.783Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T09:44:23.783Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T09:44:23.783Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T09:44:23.783Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T09:44:23.783Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T09:44:23.783Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T09:44:23.783Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T09:44:23.783Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T09:44:23.783Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T09:44:23.783Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T09:44:23.783Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T09:44:23.783Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T09:44:23.783Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T09:44:23.783Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T09:44:23.783Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T09:44:23.783Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T09:44:23.783Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T09:44:23.783Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T09:44:23.783Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T09:44:23.783Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T09:44:23.783Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T09:44:23.783Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T09:44:23.784Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T09:44:24.045Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T09:44:24.045Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T09:44:24.977Z] 25b303627fd3: Pull complete [2021-03-11T09:44:24.977Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T09:44:24.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T09:44:24.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T09:44:25.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container [2021-03-11T09:44:25.300Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T09:44:25.430Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T09:44:25.431Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-03-11T09:44:25.431Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T09:44:25.431Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T09:44:25.431Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T09:44:26.002Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T09:44:26.002Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T09:44:26.264Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T09:44:26.264Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T09:44:26.264Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T09:44:26.264Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T09:44:26.526Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T09:44:26.788Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T09:44:26.788Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T09:44:26.788Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T09:44:27.049Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T09:44:27.049Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T09:44:27.622Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T09:44:27.622Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T09:44:27.622Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T09:44:27.884Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T09:44:28.147Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T09:44:28.147Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T09:44:28.147Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:28.407Z] $ docker top 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:44:29.090Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T09:44:29.090Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T09:44:29.090Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T09:44:29.090Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T09:44:29.090Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T09:44:29.090Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:29.352Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T09:44:29.352Z] Checking for services that may need to be restarted...done. [2021-03-11T09:44:29.352Z] Checking for services that may need to be restarted...done. [2021-03-11T09:44:29.352Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:29.377Z] + docker-compose build --help [2021-03-11T09:44:29.377Z] + grep parallel [2021-03-11T09:44:29.619Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T09:44:29.619Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:30.192Z] Selecting previously unselected package python3-minimal. [2021-03-11T09:44:30.192Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T09:44:30.192Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T09:44:30.192Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T09:44:30.192Z] Selecting previously unselected package mime-support. [2021-03-11T09:44:30.192Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T09:44:30.192Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T09:44:30.453Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T09:44:30.453Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T09:44:30.453Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T09:44:30.453Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T09:44:30.453Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T09:44:30.453Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:31.025Z] Selecting previously unselected package python3.6. [2021-03-11T09:44:31.025Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T09:44:31.025Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:31.025Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T09:44:31.025Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T09:44:31.025Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T09:44:31.025Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T09:44:31.286Z] Selecting previously unselected package python3. [2021-03-11T09:44:31.286Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T09:44:31.286Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T09:44:31.286Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T09:44:31.548Z] Selecting previously unselected package multiarch-support. [2021-03-11T09:44:31.548Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T09:44:31.548Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T09:44:31.548Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T09:44:31.548Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T09:44:31.548Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T09:44:31.548Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T09:44:31.548Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T09:44:31.809Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T09:44:31.809Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T09:44:31.809Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T09:44:31.810Z] Selecting previously unselected package sudo. [2021-03-11T09:44:31.810Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T09:44:31.810Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T09:44:32.071Z] Selecting previously unselected package apparmor. [2021-03-11T09:44:32.071Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T09:44:32.071Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T09:44:32.333Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T09:44:32.333Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T09:44:32.333Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T09:44:32.333Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T09:44:32.333Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T09:44:32.333Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:32.596Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T09:44:32.596Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T09:44:32.596Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:32.596Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T09:44:32.596Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T09:44:32.596Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T09:44:32.596Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T09:44:32.596Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T09:44:32.596Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:32.753Z] --parallel Build images in parallel. [2021-03-11T09:44:32.858Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T09:44:32.858Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T09:44:32.858Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:32.858Z] Selecting previously unselected package libssl1.0.0:amd64. [Pipeline] } [2021-03-11T09:44:33.062Z] $ docker stop --time=1 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 [2021-03-11T09:44:33.120Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T09:44:33.120Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T09:44:33.120Z] Selecting previously unselected package openssh-client. [2021-03-11T09:44:33.120Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T09:44:33.120Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T09:44:33.382Z] Selecting previously unselected package squashfs-tools. [2021-03-11T09:44:33.382Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T09:44:33.382Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T09:44:33.382Z] Selecting previously unselected package snapd. [2021-03-11T09:44:33.382Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T09:44:33.644Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T09:44:34.920Z] $ docker rm -f 6cede65193789a360e18c4ff52f2e5a8088a74a86d2a4b2c38177e406e745379 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:44:35.606Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T09:44:35.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T09:44:35.733Z] . [Pipeline] withDockerContainer [2021-03-11T09:44:35.867Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T09:44:35.867Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T09:44:35.867Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T09:44:35.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-29506 does not seem to be running inside a container [2021-03-11T09:44:36.044Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T09:44:36.129Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T09:44:36.129Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:36.129Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T09:44:36.129Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T09:44:36.129Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T09:44:37.076Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T09:44:37.076Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T09:44:37.076Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T09:44:37.076Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:37.076Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:37.076Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T09:44:37.378Z] $ docker top 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:44:38.023Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T09:44:38.285Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:38.285Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T09:44:38.285Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T09:44:38.285Z] running python rtupdate hooks for python3.6... [2021-03-11T09:44:38.285Z] running python post-rtupdate hooks for python3.6... [2021-03-11T09:44:38.385Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T09:44:38.548Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T09:44:40.468Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T09:44:40.468Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T09:44:40.468Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T09:44:40.468Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T09:44:41.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T09:44:41.304Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T09:44:41.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T09:44:41.830Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T09:44:42.094Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T09:44:42.094Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T09:44:42.094Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T09:44:42.357Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T09:44:42.621Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T09:44:42.675Z] Building docker-core-command-go ... [2021-03-11T09:44:42.675Z] Building docker-core-data-go ... [2021-03-11T09:44:42.675Z] Building docker-core-metadata-go ... [2021-03-11T09:44:42.675Z] Building docker-security-bootstrapper-go ... [2021-03-11T09:44:42.675Z] Building docker-security-proxy-setup-go ... [2021-03-11T09:44:42.675Z] Building docker-security-secretstore-setup-go ... [2021-03-11T09:44:42.675Z] Building docker-support-notifications-go ... [2021-03-11T09:44:42.675Z] Building docker-support-scheduler-go ... [2021-03-11T09:44:42.675Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T09:44:42.675Z] Building docker-security-secretstore-setup-go [2021-03-11T09:44:42.675Z] Building docker-core-command-go [2021-03-11T09:44:42.675Z] Building docker-core-metadata-go [2021-03-11T09:44:42.675Z] Building docker-support-notifications-go [2021-03-11T09:44:42.675Z] Building docker-support-scheduler-go [2021-03-11T09:44:42.885Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T09:44:43.147Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-11T09:44:43.147Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T09:44:43.147Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T09:44:44.538Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T09:44:44.538Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T09:44:44.538Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T09:44:46.189Z] Reading package lists... [2021-03-11T09:44:46.452Z] Reading package lists... [2021-03-11T09:44:46.731Z] Building dependency tree... [2021-03-11T09:44:46.731Z] Reading state information... [2021-03-11T09:44:46.731Z] Calculating upgrade... [2021-03-11T09:44:46.997Z] The following packages will be upgraded: [2021-03-11T09:44:46.997Z] advancecomp base-files bash binutils binutils-common [2021-03-11T09:44:46.997Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T09:44:46.997Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T09:44:46.997Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T09:44:46.997Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T09:44:46.997Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T09:44:46.997Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T09:44:46.997Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T09:44:46.997Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T09:44:46.997Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T09:44:46.997Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T09:44:46.997Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T09:44:46.997Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T09:44:46.997Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T09:44:47.260Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T09:44:47.260Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T09:44:47.260Z] Need to get 63.8 MB of archives. [2021-03-11T09:44:47.260Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T09:44:47.260Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T09:44:47.260Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T09:44:47.835Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T09:44:48.098Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T09:44:48.098Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T09:44:48.098Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T09:44:48.098Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T09:44:48.098Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T09:44:48.098Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-11T09:44:48.098Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T09:44:48.098Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T09:44:48.098Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T09:44:48.098Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T09:44:48.098Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T09:44:48.098Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T09:44:48.098Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T09:44:48.098Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T09:44:48.098Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T09:44:48.098Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T09:44:48.098Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T09:44:48.098Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T09:44:48.098Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T09:44:48.098Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T09:44:48.098Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T09:44:48.363Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T09:44:48.363Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T09:44:48.363Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T09:44:48.363Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T09:44:48.363Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T09:44:48.363Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T09:44:48.363Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T09:44:48.363Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T09:44:48.363Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T09:44:48.363Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T09:44:48.363Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T09:44:48.363Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T09:44:48.363Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T09:44:48.363Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T09:44:48.363Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T09:44:48.363Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T09:44:48.363Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T09:44:48.363Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T09:44:48.363Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T09:44:48.363Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T09:44:48.363Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T09:44:48.363Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T09:44:48.363Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T09:44:48.363Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T09:44:48.628Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T09:44:48.628Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T09:44:48.628Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T09:44:48.628Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T09:44:48.628Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T09:44:48.628Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T09:44:48.628Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T09:44:48.628Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T09:44:48.628Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T09:44:48.628Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T09:44:48.628Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T09:44:48.628Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T09:44:48.628Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T09:44:48.628Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T09:44:48.628Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T09:44:48.628Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T09:44:48.628Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T09:44:48.628Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T09:44:48.628Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T09:44:48.628Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T09:44:48.628Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T09:44:48.628Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T09:44:48.628Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T09:44:48.628Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T09:44:48.628Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T09:44:48.628Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T09:44:48.628Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T09:44:48.628Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T09:44:48.628Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T09:44:48.628Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T09:44:48.628Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T09:44:48.890Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T09:44:48.890Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T09:44:48.890Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T09:44:48.890Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T09:44:48.890Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T09:44:48.890Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T09:44:48.891Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T09:44:48.891Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T09:44:48.891Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T09:44:48.891Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T09:44:48.891Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T09:44:49.467Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T09:44:50.045Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T09:44:50.045Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T09:44:50.045Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T09:44:50.308Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T09:44:50.308Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T09:44:50.308Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T09:44:50.308Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T09:44:50.308Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T09:44:50.571Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T09:44:50.571Z] Fetched 63.8 MB in 3s (19.9 MB/s) [2021-03-11T09:44:50.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:50.571Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T09:44:50.833Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T09:44:51.406Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T09:44:51.407Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T09:44:51.407Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T09:44:51.407Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T09:44:52.351Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.351Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.351Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.351Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.613Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.613Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.613Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.613Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.874Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.874Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.874Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:52.874Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:52.874Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:53.137Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:53.137Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:44:53.137Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T09:44:53.137Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:53.399Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T09:44:53.399Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:44:53.399Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T09:44:53.399Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:53.662Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:53.662Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:53.662Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:53.924Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T09:44:53.924Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T09:44:53.924Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:44:54.190Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T09:44:54.190Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T09:44:54.452Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T09:44:55.027Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T09:44:55.289Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T09:44:55.289Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T09:44:55.289Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T09:44:55.289Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T09:44:55.289Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T09:44:55.551Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T09:44:55.551Z] Installing new version of config file /etc/issue ... [2021-03-11T09:44:55.551Z] Installing new version of config file /etc/issue.net ... [2021-03-11T09:44:55.551Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T09:44:55.551Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T09:44:56.124Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T09:44:56.124Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T09:44:56.124Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T09:44:56.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:56.124Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T09:44:56.124Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T09:44:56.387Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T09:44:56.387Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-11T09:44:56.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:56.648Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:44:56.648Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T09:44:56.648Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:44:56.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:56.648Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T09:44:56.909Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T09:44:56.909Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T09:44:57.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:57.171Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T09:44:57.171Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T09:44:57.433Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T09:44:57.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:57.433Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T09:44:57.433Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T09:44:57.695Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T09:44:57.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:57.695Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T09:44:57.695Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T09:44:57.957Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T09:44:57.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:57.957Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T09:44:57.957Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T09:44:58.219Z] Setting up grep (3.1-2build1) ... [2021-03-11T09:44:58.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:58.219Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T09:44:58.219Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T09:44:58.480Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T09:44:58.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:58.742Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T09:44:58.742Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T09:44:58.742Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T09:44:58.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:44:58.742Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T09:44:59.004Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T09:44:59.577Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T09:44:59.577Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T09:44:59.577Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T09:44:59.839Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T09:45:00.411Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T09:45:00.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:00.411Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T09:45:00.411Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T09:45:01.802Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T09:45:01.802Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T09:45:01.802Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T09:45:01.802Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T09:45:01.802Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T09:45:01.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:01.802Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T09:45:02.078Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T09:45:02.078Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T09:45:02.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:02.354Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:02.354Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:02.354Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:02.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:02.620Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:02.620Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:02.620Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:02.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:02.882Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:02.882Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:02.882Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:03.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:03.145Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:03.145Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:03.145Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:03.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:03.406Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T09:45:03.406Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T09:45:03.406Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T09:45:03.673Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T09:45:03.673Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T09:45:03.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:03.673Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T09:45:03.673Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T09:45:03.942Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T09:45:03.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:03.942Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:03.942Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:04.212Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:04.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:04.212Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:04.212Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:04.480Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:04.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:04.480Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:04.480Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:05.061Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:05.330Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T09:45:05.593Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T09:45:05.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:05.855Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T09:45:05.855Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T09:45:06.117Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T09:45:06.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T09:45:06.379Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T09:45:06.379Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T09:45:06.379Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T09:45:06.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:06.641Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T09:45:06.641Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T09:45:06.915Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T09:45:07.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:07.218Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T09:45:07.218Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T09:45:07.218Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T09:45:07.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:07.503Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T09:45:07.503Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T09:45:07.503Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T09:45:07.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:07.503Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T09:45:07.503Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T09:45:07.783Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T09:45:08.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:08.064Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T09:45:08.064Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T09:45:08.064Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T09:45:08.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:08.342Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T09:45:08.342Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T09:45:08.613Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T09:45:08.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:08.892Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T09:45:08.892Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T09:45:08.892Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T09:45:08.892Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T09:45:09.172Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T09:45:09.172Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T09:45:09.172Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T09:45:09.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:09.445Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T09:45:09.445Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T09:45:09.734Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T09:45:09.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:09.734Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T09:45:09.734Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T09:45:09.734Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T09:45:10.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:10.751Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T09:45:10.751Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T09:45:10.751Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T09:45:11.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:11.012Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T09:45:11.012Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T09:45:11.012Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T09:45:11.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:11.362Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T09:45:11.362Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T09:45:11.623Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T09:45:11.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:11.886Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T09:45:11.886Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T09:45:12.149Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T09:45:12.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:12.149Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T09:45:12.149Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T09:45:12.412Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T09:45:12.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:12.674Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T09:45:12.674Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T09:45:12.674Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T09:45:12.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:12.935Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T09:45:12.935Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T09:45:12.935Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T09:45:13.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:13.196Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T09:45:13.196Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T09:45:13.458Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T09:45:13.458Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:13.458Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T09:45:13.458Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T09:45:13.458Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T09:45:13.720Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T09:45:13.720Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T09:45:13.720Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T09:45:13.720Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T09:45:13.982Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T09:45:13.982Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T09:45:13.982Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T09:45:13.982Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T09:45:14.250Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T09:45:14.250Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T09:45:14.250Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T09:45:14.511Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T09:45:14.777Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T09:45:14.778Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T09:45:15.038Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T09:45:15.038Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T09:45:15.038Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T09:45:15.299Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T09:45:15.299Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T09:45:15.299Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T09:45:15.299Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T09:45:15.561Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T09:45:15.561Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T09:45:15.823Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T09:45:15.823Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T09:45:15.823Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T09:45:15.823Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T09:45:16.084Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T09:45:16.085Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T09:45:17.031Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T09:45:17.031Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T09:45:17.031Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T09:45:17.294Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T09:45:17.294Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T09:45:17.294Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T09:45:17.867Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T09:45:17.867Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T09:45:18.130Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T09:45:18.130Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T09:45:18.130Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T09:45:18.130Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T09:45:18.394Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:18.394Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:18.656Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:18.656Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:18.656Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:18.921Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:19.185Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:19.185Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:20.581Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:20.581Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:21.527Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:21.527Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:22.104Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:22.104Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:22.680Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:22.680Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:23.630Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T09:45:23.630Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T09:45:23.630Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T09:45:23.630Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T09:45:23.894Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T09:45:23.895Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T09:45:23.895Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T09:45:24.157Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T09:45:24.157Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T09:45:24.157Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T09:45:24.419Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T09:45:24.419Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T09:45:24.419Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T09:45:24.419Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T09:45:24.681Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T09:45:24.681Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T09:45:24.681Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:24.681Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T09:45:24.943Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:24.943Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:24.943Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:24.943Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T09:45:24.943Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T09:45:24.943Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T09:45:25.205Z] [2021-03-11T09:45:25.205Z] Current default time zone: 'Etc/UTC' [2021-03-11T09:45:25.205Z] Local time is now: Thu Mar 11 09:45:24 UTC 2021. [2021-03-11T09:45:25.205Z] Universal Time is now: Thu Mar 11 09:45:24 UTC 2021. [2021-03-11T09:45:25.205Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T09:45:25.205Z] [2021-03-11T09:45:25.205Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T09:45:25.205Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:25.205Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T09:45:25.205Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T09:45:25.205Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T09:45:25.205Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T09:45:25.205Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T09:45:25.205Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T09:45:25.205Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T09:45:25.205Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T09:45:25.466Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:25.466Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T09:45:25.466Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:25.729Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T09:45:25.729Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:25.729Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T09:45:25.729Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T09:45:25.729Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T09:45:25.729Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T09:45:25.729Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T09:45:25.729Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T09:45:25.729Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T09:45:25.991Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T09:45:27.913Z] Updating certificates in /etc/ssl/certs... [2021-03-11T09:45:28.485Z] 23 added, 27 removed; done. [2021-03-11T09:45:28.485Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T09:45:28.485Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T09:45:28.485Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T09:45:28.485Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T09:45:28.485Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T09:45:28.747Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:28.747Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T09:45:28.747Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:28.747Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:28.747Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:28.747Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:28.747Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:29.008Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T09:45:29.009Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T09:45:29.009Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T09:45:29.009Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T09:45:29.009Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T09:45:29.009Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:29.271Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T09:45:29.271Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T09:45:29.271Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T09:45:29.271Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T09:45:29.271Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T09:45:29.534Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T09:45:29.534Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T09:45:29.534Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T09:45:29.534Z] Updating certificates in /etc/ssl/certs... [2021-03-11T09:45:30.108Z] 0 added, 0 removed; done. [2021-03-11T09:45:30.108Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T09:45:30.108Z] done. [2021-03-11T09:45:31.054Z] Reading package lists... [2021-03-11T09:45:31.318Z] Building dependency tree... [2021-03-11T09:45:31.318Z] Reading state information... [2021-03-11T09:45:31.581Z] The following NEW packages will be installed: [2021-03-11T09:45:31.581Z] apt-transport-https [2021-03-11T09:45:31.581Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T09:45:31.581Z] Need to get 1696 B of archives. [2021-03-11T09:45:31.581Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T09:45:31.581Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T09:45:31.845Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T09:45:31.845Z] Fetched 1696 B in 0s (39.8 kB/s) [2021-03-11T09:45:31.845Z] Selecting previously unselected package apt-transport-https. [2021-03-11T09:45:31.845Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T09:45:31.845Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T09:45:31.845Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T09:45:32.107Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T09:45:32.370Z] Waiting for network to be ready... [2021-03-11T09:45:38.970Z] 2021-03-11T09:45:36Z INFO Waiting for automatic snapd restart... [2021-03-11T09:45:39.550Z] snapd 2.49 from Canonical* installed [2021-03-11T09:45:40.496Z] "snapd" switched to the "latest/stable" channel [2021-03-11T09:45:40.496Z] [2021-03-11T09:45:45.824Z] core18 20210128 from Canonical* installed [2021-03-11T09:45:45.824Z] "core18" switched to the "latest/stable" channel [2021-03-11T09:45:45.824Z] [2021-03-11T09:45:51.120Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T09:45:51.120Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T09:45:51.120Z] [2021-03-11T09:45:55.342Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T09:45:55.342Z] - README.md [2021-03-11T09:45:55.342Z] - snapcraft.yaml.orig [2021-03-11T09:45:55.342Z] [2021-03-11T09:45:55.342Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T09:46:01.952Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T09:46:01.952Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T09:46:01.952Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T09:46:01.952Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T09:46:03.882Z] Reading package lists... [2021-03-11T09:46:04.144Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T09:46:04.402Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:46:04.402Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:46:04.402Z] ---> ddbba45a296b [2021-03-11T09:46:04.402Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T09:46:04.402Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:46:04.402Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:46:04.402Z] ---> ddbba45a296b [2021-03-11T09:46:04.402Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T09:46:04.402Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:46:04.402Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:46:04.402Z] ---> ddbba45a296b [2021-03-11T09:46:04.402Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T09:46:04.402Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:46:04.402Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:46:04.402Z] ---> ddbba45a296b [2021-03-11T09:46:04.402Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T09:46:04.402Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:46:04.402Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:46:04.402Z] ---> ddbba45a296b [2021-03-11T09:46:04.402Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T09:46:04.402Z] ---> Running in 372d611af0b6 [2021-03-11T09:46:04.402Z] ---> Running in b80e3758a088 [2021-03-11T09:46:04.402Z] ---> Running in b8148c1620d8 [2021-03-11T09:46:04.402Z] ---> Running in fa93585603b1 [2021-03-11T09:46:04.402Z] ---> Running in 03efc391e730 [2021-03-11T09:46:04.402Z] Removing intermediate container b8148c1620d8 [2021-03-11T09:46:04.402Z] ---> 78838c63fa15 [2021-03-11T09:46:04.402Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:46:04.402Z] Removing intermediate container fa93585603b1 [2021-03-11T09:46:04.402Z] ---> 02f0c63d58e0 [2021-03-11T09:46:04.402Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:46:04.402Z] Removing intermediate container 372d611af0b6 [2021-03-11T09:46:04.402Z] ---> 7b6829c9158a [2021-03-11T09:46:04.402Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:46:04.402Z] Removing intermediate container b80e3758a088 [2021-03-11T09:46:04.402Z] ---> 287e1107bc4e [2021-03-11T09:46:04.402Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:46:04.403Z] Removing intermediate container 03efc391e730 [2021-03-11T09:46:04.403Z] ---> e5d33d44df6b [2021-03-11T09:46:04.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:46:04.403Z] ---> Running in 462b75cab426 [2021-03-11T09:46:04.403Z] ---> Running in 04e6a44ac1d5 [2021-03-11T09:46:04.403Z] ---> Running in a2ce42c3abaa [2021-03-11T09:46:04.403Z] ---> Running in f3013c7ebfa4 [2021-03-11T09:46:04.403Z] ---> Running in f18ba7ce4437 [2021-03-11T09:46:04.403Z] Removing intermediate container 04e6a44ac1d5 [2021-03-11T09:46:04.403Z] ---> 8abac1d5d588 [2021-03-11T09:46:04.403Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T09:46:04.403Z] Removing intermediate container 462b75cab426 [2021-03-11T09:46:04.403Z] ---> e451f36bc20f [2021-03-11T09:46:04.403Z] Step 5/22 : RUN apk add --update --no-cache make git ---> Running in 448b4497c690 [2021-03-11T09:46:04.403Z] [2021-03-11T09:46:04.403Z] Removing intermediate container a2ce42c3abaa [2021-03-11T09:46:04.403Z] ---> 97bd919302ed [2021-03-11T09:46:04.403Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T09:46:04.403Z] ---> Running in daf832881bb2 [2021-03-11T09:46:04.403Z] ---> Running in 4af07bee7b6d [2021-03-11T09:46:04.403Z] Removing intermediate container f18ba7ce4437 [2021-03-11T09:46:04.403Z] ---> f0c304b68025 [2021-03-11T09:46:04.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T09:46:04.403Z] Removing intermediate container f3013c7ebfa4 [2021-03-11T09:46:04.403Z] ---> 7e2161c77fb7 [2021-03-11T09:46:04.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T09:46:04.403Z] ---> Running in d37c68926a33 [2021-03-11T09:46:04.403Z] ---> Running in 3e1aab45ebd1 [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] OK: 217 MiB in 51 packages [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:46:04.403Z] OK: 217 MiB in 51 packages [2021-03-11T09:46:04.678Z] OK: 217 MiB in 51 packages [2021-03-11T09:46:04.952Z] OK: 217 MiB in 51 packages [2021-03-11T09:46:04.952Z] OK: 217 MiB in 51 packages [2021-03-11T09:46:05.249Z] Removing intermediate container 448b4497c690 [2021-03-11T09:46:05.249Z] ---> 4dbe6959ae4d [2021-03-11T09:46:05.249Z] Step 6/22 : COPY go.mod . [2021-03-11T09:46:06.233Z] Removing intermediate container daf832881bb2 [2021-03-11T09:46:06.233Z] ---> 281039751c23 [2021-03-11T09:46:06.233Z] Step 6/22 : COPY go.mod . [2021-03-11T09:46:06.233Z] Removing intermediate container 4af07bee7b6d [2021-03-11T09:46:06.233Z] ---> c1b596d492b1 [2021-03-11T09:46:06.233Z] Step 6/24 : COPY go.mod . [2021-03-11T09:46:06.505Z] ---> 83cd5194f60f [2021-03-11T09:46:06.505Z] Step 7/22 : RUN go mod download [2021-03-11T09:46:06.505Z] Removing intermediate container d37c68926a33 [2021-03-11T09:46:06.505Z] ---> 17cc27a9ebc4 [2021-03-11T09:46:06.505Z] Step 6/23 : COPY go.mod . [2021-03-11T09:46:06.779Z] ---> Running in 9621f9f12683 [2021-03-11T09:46:06.779Z] Removing intermediate container 3e1aab45ebd1 [2021-03-11T09:46:06.779Z] ---> e61e83f203f9 [2021-03-11T09:46:06.779Z] Step 6/23 : COPY go.mod . [2021-03-11T09:46:07.053Z] ---> af06c44cc761 [2021-03-11T09:46:07.053Z] Step 7/22 : RUN go mod download [2021-03-11T09:46:07.328Z] ---> d13982b9fe03 [2021-03-11T09:46:07.328Z] Step 7/24 : RUN go mod download [2021-03-11T09:46:07.328Z] ---> Running in 65b34bac7699 [2021-03-11T09:46:07.607Z] ---> Running in 0086fa7979f3 [2021-03-11T09:46:07.607Z] ---> 78ceaa3b419c [2021-03-11T09:46:07.607Z] Step 7/23 : RUN go mod download [2021-03-11T09:46:07.890Z] ---> 7bf10bb7834a [2021-03-11T09:46:07.890Z] Step 7/23 : RUN go mod download [2021-03-11T09:46:08.162Z] ---> Running in c434a6f6c7d5 [2021-03-11T09:46:08.162Z] ---> Running in ad3b2c66ac66 [2021-03-11T09:46:10.758Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T09:46:10.758Z] Reading package lists... [2021-03-11T09:46:10.759Z] Building dependency tree... [2021-03-11T09:46:10.759Z] Reading state information... [2021-03-11T09:46:10.759Z] Suggested packages: [2021-03-11T09:46:10.759Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T09:46:10.759Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T09:46:10.759Z] Recommended packages: [2021-03-11T09:46:10.759Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T09:46:10.759Z] The following NEW packages will be installed: [2021-03-11T09:46:10.759Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T09:46:10.759Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T09:46:10.759Z] pkg-config zip [2021-03-11T09:46:10.759Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T09:46:10.759Z] Need to get 7658 kB of archives. [2021-03-11T09:46:10.759Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T09:46:10.759Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T09:46:10.783Z] Removing intermediate container 9621f9f12683 [2021-03-11T09:46:10.783Z] ---> a5e11925448a [2021-03-11T09:46:10.783Z] Step 8/22 : COPY . . [2021-03-11T09:46:11.033Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T09:46:11.034Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T09:46:11.034Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T09:46:11.034Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T09:46:11.034Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T09:46:11.034Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T09:46:11.343Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T09:46:11.618Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T09:46:11.618Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T09:46:11.618Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T09:46:11.618Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T09:46:11.618Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T09:46:11.618Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T09:46:11.618Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T09:46:11.778Z] Removing intermediate container 65b34bac7699 [2021-03-11T09:46:11.778Z] ---> 07ff65fb4cfb [2021-03-11T09:46:11.778Z] Step 8/22 : COPY . . [2021-03-11T09:46:11.880Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T09:46:11.880Z] Fetched 7658 kB in 1s (8508 kB/s) [2021-03-11T09:46:12.142Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T09:46:12.142Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T09:46:12.142Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T09:46:12.142Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T09:46:12.403Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T09:46:12.403Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T09:46:12.403Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T09:46:12.403Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T09:46:12.403Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T09:46:12.403Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T09:46:12.666Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T09:46:12.666Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T09:46:12.666Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T09:46:12.666Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T09:46:12.666Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T09:46:12.666Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T09:46:12.666Z] Selecting previously unselected package liberror-perl. [2021-03-11T09:46:12.760Z] Removing intermediate container 0086fa7979f3 [2021-03-11T09:46:12.760Z] ---> 1faaa1042a25 [2021-03-11T09:46:12.760Z] Step 8/24 : COPY . . [2021-03-11T09:46:12.760Z] Removing intermediate container c434a6f6c7d5 [2021-03-11T09:46:12.760Z] ---> 4538b0fd48dd [2021-03-11T09:46:12.760Z] Step 8/23 : COPY . . [2021-03-11T09:46:12.928Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T09:46:12.928Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T09:46:12.928Z] Selecting previously unselected package git-man. [2021-03-11T09:46:12.928Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T09:46:12.928Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T09:46:13.189Z] Selecting previously unselected package git. [2021-03-11T09:46:13.189Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T09:46:13.189Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T09:46:13.360Z] Removing intermediate container ad3b2c66ac66 [2021-03-11T09:46:13.360Z] ---> 3c1a1da1fc77 [2021-03-11T09:46:13.360Z] Step 8/23 : COPY . . [2021-03-11T09:46:14.134Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T09:46:14.134Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T09:46:14.134Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T09:46:14.134Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T09:46:14.134Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T09:46:14.134Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T09:46:14.397Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T09:46:14.397Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T09:46:14.397Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T09:46:14.397Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T09:46:14.397Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T09:46:14.397Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T09:46:14.397Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T09:46:14.397Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T09:46:14.397Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T09:46:14.658Z] Selecting previously unselected package pkg-config. [2021-03-11T09:46:14.658Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T09:46:14.658Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T09:46:14.658Z] Selecting previously unselected package zip. [2021-03-11T09:46:14.658Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T09:46:14.658Z] Unpacking zip (3.0-11build1) ... [2021-03-11T09:46:14.919Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T09:46:14.919Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T09:46:14.919Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T09:46:14.919Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T09:46:14.919Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T09:46:14.919Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T09:46:14.919Z] No schema files found: doing nothing. [2021-03-11T09:46:14.919Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T09:46:15.181Z] Setting up zip (3.0-11build1) ... [2021-03-11T09:46:15.181Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T09:46:15.181Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T09:46:15.181Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T09:46:15.181Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T09:46:15.181Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T09:46:15.181Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T09:46:15.181Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T09:46:15.443Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T09:46:22.039Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T09:46:22.305Z] git set to automatically installed. [2021-03-11T09:46:22.305Z] git-man set to automatically installed. [2021-03-11T09:46:22.305Z] libcurl3-gnutls set to automatically installed. [2021-03-11T09:46:22.305Z] liberror-perl set to automatically installed. [2021-03-11T09:46:22.305Z] libglib2.0-0 set to automatically installed. [2021-03-11T09:46:22.305Z] libnghttp2-14 set to automatically installed. [2021-03-11T09:46:22.305Z] libnorm1 set to automatically installed. [2021-03-11T09:46:22.305Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T09:46:22.305Z] libpsl5 set to automatically installed. [2021-03-11T09:46:22.305Z] librtmp1 set to automatically installed. [2021-03-11T09:46:22.305Z] libsodium23 set to automatically installed. [2021-03-11T09:46:22.305Z] libzmq3-dev set to automatically installed. [2021-03-11T09:46:22.305Z] libzmq5 set to automatically installed. [2021-03-11T09:46:22.305Z] pkg-config set to automatically installed. [2021-03-11T09:46:22.305Z] zip set to automatically installed. [2021-03-11T09:46:24.851Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T09:46:31.448Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T09:46:31.448Z] snap "core18" has no updates available [2021-03-11T09:46:32.393Z] Pulling config-common [2021-03-11T09:46:32.393Z] + snapcraftctl pull [2021-03-11T09:46:33.785Z] Pulling go-build-helper [2021-03-11T09:46:33.785Z] + snapcraftctl pull [2021-03-11T09:46:35.530Z] ---> 621f50b555f0 [2021-03-11T09:46:35.530Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T09:46:35.530Z] ---> Running in 023e8fd4e311 [2021-03-11T09:46:35.530Z] ---> 29c0e9d12ddf [2021-03-11T09:46:35.530Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T09:46:35.530Z] ---> fd380d3e6432 [2021-03-11T09:46:35.530Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T09:46:35.530Z] ---> d3a9d7f103c7 [2021-03-11T09:46:35.530Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T09:46:35.530Z] ---> d2cc3ea8195d [2021-03-11T09:46:35.530Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T09:46:35.530Z] ---> Running in efabc85096f7 [2021-03-11T09:46:35.530Z] ---> Running in 4741f9145b0a [2021-03-11T09:46:35.530Z] ---> Running in 966dee3e9247 [2021-03-11T09:46:35.530Z] ---> Running in fdc14150734f [2021-03-11T09:46:36.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T09:46:37.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T09:46:37.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T09:46:37.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T09:46:38.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T09:47:00.403Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T09:47:00.404Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T09:47:00.404Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T09:47:00.404Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T09:47:00.404Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T09:47:00.404Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T09:47:00.404Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T09:47:00.404Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T09:47:00.404Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T09:47:00.404Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T09:47:00.404Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T09:47:00.404Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T09:47:00.404Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T09:47:00.404Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T09:47:00.404Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T09:47:00.404Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T09:47:00.404Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T09:47:00.404Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T09:47:00.404Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T09:47:00.404Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T09:47:00.404Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T09:47:00.404Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T09:47:00.404Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T09:47:00.404Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T09:47:00.404Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T09:47:00.404Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T09:47:00.404Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T09:47:00.404Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T09:47:00.404Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T09:47:00.404Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T09:47:00.404Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T09:47:00.404Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T09:47:00.404Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T09:47:00.404Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T09:47:00.404Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T09:47:00.404Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T09:47:00.404Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T09:47:00.404Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T09:47:00.404Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T09:47:00.404Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T09:47:00.404Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T09:47:00.404Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T09:47:00.404Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T09:47:00.404Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T09:47:00.404Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T09:47:00.404Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T09:47:00.404Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T09:47:00.404Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T09:47:00.404Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T09:47:00.404Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T09:47:00.404Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T09:47:00.404Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T09:47:00.404Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T09:47:00.404Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T09:47:00.404Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T09:47:00.404Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T09:47:00.404Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T09:47:00.404Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T09:47:00.404Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T09:47:00.404Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T09:47:00.404Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T09:47:00.404Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T09:47:00.404Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T09:47:00.404Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T09:47:01.795Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T09:47:01.795Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T09:47:01.795Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T09:47:01.795Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T09:47:01.795Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T09:47:01.795Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T09:47:01.795Z] Pulling static-packages [2021-03-11T09:47:01.795Z] + snapcraftctl pull [2021-03-11T09:47:03.179Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-11T09:47:03.179Z] Skipping pull go-build-helper (already ran) [2021-03-11T09:47:03.179Z] Skipping pull static-packages (already ran) [2021-03-11T09:47:03.179Z] Building go-build-helper [2021-03-11T09:47:03.179Z] + snapcraftctl build [2021-03-11T09:47:07.390Z] Building static-packages [2021-03-11T09:47:07.390Z] + snapcraftctl build [2021-03-11T09:47:10.699Z] Staging go-build-helper [2021-03-11T09:47:10.699Z] + snapcraftctl stage [2021-03-11T09:47:11.645Z] Staging static-packages [2021-03-11T09:47:11.645Z] + snapcraftctl stage [2021-03-11T09:47:13.029Z] Pulling go115 [2021-03-11T09:47:13.029Z] + snapcraftctl pull [2021-03-11T09:47:14.415Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T09:47:14.415Z] Skipping pull go115 (already ran) [2021-03-11T09:47:14.415Z] Building go115 [2021-03-11T09:47:14.678Z] + dpkg --print-architecture [2021-03-11T09:47:14.678Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T09:47:14.678Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T09:47:14.678Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T09:47:14.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T09:47:14.678Z] Dload Upload Total Spent Left Speed [2021-03-11T09:47:18.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 2239k 0 0 7670k 0 0:00:15 --:--:-- 0:00:15 7644k 28 115M 28 33.2M 0 0 25.7M 0 0:00:04 0:00:01 0:00:03 25.7M 58 115M 58 67.7M 0 0 29.6M 0 0:00:03 0:00:02 0:00:01 29.6M 92 115M 92 106M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M 100 115M 100 115M 0 0 31.3M 0 0:00:03 0:00:03 --:--:-- 31.3M [2021-03-11T09:47:18.240Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T09:47:18.240Z] + sha256sum -c sha256 [2021-03-11T09:47:18.240Z] + grep OK [2021-03-11T09:47:19.192Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T09:47:19.192Z] + mkdir -p /root/stage/go1.15 [2021-03-11T09:47:19.192Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T09:47:24.511Z] Staging go115 [2021-03-11T09:47:24.511Z] + snapcraftctl stage [2021-03-11T09:47:31.121Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T09:47:31.121Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T09:47:31.121Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T09:47:31.121Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T09:47:31.121Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T09:47:31.121Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T09:47:31.121Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T09:47:31.121Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T09:47:31.121Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T09:47:31.121Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T09:47:31.121Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T09:47:31.121Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T09:47:31.121Z] Pulling edgex-go [2021-03-11T09:47:31.121Z] + snapcraftctl pull [2021-03-11T09:47:33.687Z] Pulling version [2021-03-11T09:47:33.687Z] + cd /root/project [2021-03-11T09:47:33.687Z] + [ -f VERSION ] [2021-03-11T09:47:33.687Z] + PROJECT_VERSION=local-dev [2021-03-11T09:47:33.687Z] + git rev-parse --short HEAD [2021-03-11T09:47:33.687Z] + GIT_REVISION=9f096b0d [2021-03-11T09:47:33.687Z] + snapcraftctl set-version local-dev [2021-03-11T09:47:34.637Z] Building config-common [2021-03-11T09:47:34.637Z] + snapcraftctl build [2021-03-11T09:47:37.190Z] Skipping build go-build-helper (already ran) [2021-03-11T09:47:37.190Z] Skipping build static-packages (already ran) [2021-03-11T09:47:37.190Z] Skipping build go115 (already ran) [2021-03-11T09:47:37.453Z] Building edgex-go [2021-03-11T09:47:38.030Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T09:47:38.030Z] + cd /root/parts/edgex-go/src [2021-03-11T09:47:38.030Z] + make build [2021-03-11T09:47:38.030Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T09:47:39.977Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T09:47:39.977Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T09:47:39.977Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T09:47:39.977Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T09:47:39.977Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T09:47:39.977Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T09:47:39.977Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T09:47:39.977Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T09:47:39.977Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T09:47:39.977Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T09:47:39.977Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T09:47:39.977Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-11T09:47:39.977Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T09:47:39.977Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T09:47:39.977Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T09:47:39.977Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T09:47:39.977Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T09:47:39.977Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T09:47:39.977Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T09:47:39.977Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T09:47:39.977Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T09:47:39.977Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T09:47:39.977Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T09:47:40.555Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T09:47:40.555Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T09:47:40.555Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T09:47:40.555Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T09:47:40.555Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T09:47:40.555Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T09:47:41.128Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T09:47:41.391Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T09:47:41.391Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T09:47:41.391Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T09:47:41.654Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T09:47:49.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T09:47:49.819Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T09:47:56.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T09:47:57.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T09:47:58.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T09:47:59.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T09:47:59.353Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T09:47:59.353Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T09:47:59.353Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T09:47:59.353Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T09:48:01.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T09:48:01.274Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T09:48:01.274Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T09:48:03.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T09:48:04.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T09:48:04.488Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T09:48:05.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T09:48:07.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T09:48:07.285Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T09:48:08.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T09:48:08.237Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T09:48:10.804Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T09:48:10.804Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T09:48:10.804Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T09:48:10.804Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T09:48:10.804Z] + 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-03-11T09:48:10.804Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T09:48:10.804Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T09:48:10.804Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T09:48:10.804Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T09:48:10.804Z] + 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-03-11T09:48:12.729Z] Building version [2021-03-11T09:48:12.729Z] + snapcraftctl build [2021-03-11T09:48:15.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T09:48:16.039Z] Staging config-common [2021-03-11T09:48:16.039Z] + snapcraftctl stage [2021-03-11T09:48:16.986Z] Skipping stage go-build-helper (already ran) [2021-03-11T09:48:16.986Z] Skipping stage static-packages (already ran) [2021-03-11T09:48:16.986Z] Skipping stage go115 (already ran) [2021-03-11T09:48:16.986Z] Staging edgex-go [2021-03-11T09:48:16.986Z] + snapcraftctl stage [2021-03-11T09:48:16.999Z] Removing intermediate container efabc85096f7 [2021-03-11T09:48:16.999Z] ---> b4b90b91a35e [2021-03-11T09:48:16.999Z] [2021-03-11T09:48:16.999Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T09:48:16.999Z] 3.12: Pulling from library/alpine [2021-03-11T09:48:18.054Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T09:48:18.054Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T09:48:18.054Z] ---> d10569e2745f [2021-03-11T09:48:18.054Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T09:48:18.350Z] ---> Running in 4b206a908c8b [2021-03-11T09:48:18.377Z] Staging version [2021-03-11T09:48:18.378Z] + snapcraftctl stage [2021-03-11T09:48:19.321Z] Priming config-common [2021-03-11T09:48:19.321Z] + snapcraftctl prime [2021-03-11T09:48:20.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:20.711Z] Priming go-build-helper [2021-03-11T09:48:20.711Z] + snapcraftctl prime [2021-03-11T09:48:20.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:21.550Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T09:48:21.827Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:48:21.827Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T09:48:21.827Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T09:48:21.827Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T09:48:21.827Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:48:21.827Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:48:22.100Z] Priming static-packages [2021-03-11T09:48:22.100Z] + snapcraftctl prime [2021-03-11T09:48:22.102Z] OK: 7 MiB in 19 packages [2021-03-11T09:48:24.648Z] Priming go115 [2021-03-11T09:48:24.648Z] + snapcraftctl prime [2021-03-11T09:48:25.524Z] Removing intermediate container 4b206a908c8b [2021-03-11T09:48:25.524Z] ---> d7cb25f88cae [2021-03-11T09:48:25.524Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T09:48:25.524Z] ---> Running in fe48e9131f0a [2021-03-11T09:48:25.808Z] Removing intermediate container fe48e9131f0a [2021-03-11T09:48:25.808Z] ---> f1414518f83b [2021-03-11T09:48:25.808Z] Step 13/24 : WORKDIR / [2021-03-11T09:48:26.060Z] Priming edgex-go [2021-03-11T09:48:26.060Z] + snapcraftctl prime [2021-03-11T09:48:26.091Z] ---> Running in 9132ec3fdcd4 [2021-03-11T09:48:27.081Z] Removing intermediate container 9132ec3fdcd4 [2021-03-11T09:48:27.081Z] ---> 0eba9c05825d [2021-03-11T09:48:27.081Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T09:48:27.449Z] Priming version [2021-03-11T09:48:27.450Z] + snapcraftctl prime [2021-03-11T09:48:28.083Z] ---> 037484ba85c8 [2021-03-11T09:48:28.083Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T09:48:28.840Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-11T09:48:29.081Z] ---> f4403eca8a71 [2021-03-11T09:48:29.081Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T09:48:30.489Z] ---> bf90732bb602 [2021-03-11T09:48:30.489Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T09:48:32.714Z] ---> 02c0847d8910 [2021-03-11T09:48:32.714Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T09:48:36.249Z] ---> 5494d87a4bf9 [2021-03-11T09:48:36.249Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T09:48:37.710Z] ---> 718dfee77c79 [2021-03-11T09:48:37.710Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T09:48:38.311Z] ---> Running in f1e7f7b471eb [2021-03-11T09:48:39.756Z] Removing intermediate container 023e8fd4e311 [2021-03-11T09:48:39.756Z] ---> 16a4e04ebaab [2021-03-11T09:48:39.756Z] [2021-03-11T09:48:39.756Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T09:48:39.756Z] ---> d10569e2745f [2021-03-11T09:48:39.756Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T09:48:40.746Z] ---> Running in 5aaffe70f227 [2021-03-11T09:48:40.746Z] Removing intermediate container 4741f9145b0a [2021-03-11T09:48:40.746Z] ---> d74aafc1be4b [2021-03-11T09:48:40.746Z] [2021-03-11T09:48:40.746Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T09:48:40.746Z] ---> d10569e2745f [2021-03-11T09:48:40.746Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:48:41.351Z] ---> Running in db43cf1938fe [2021-03-11T09:48:41.626Z] Removing intermediate container fdc14150734f [2021-03-11T09:48:41.626Z] ---> 491ba399527d [2021-03-11T09:48:41.626Z] [2021-03-11T09:48:41.626Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:48:41.626Z] ---> d10569e2745f [2021-03-11T09:48:41.626Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:48:41.915Z] ---> Running in b5a33b79bd41 [2021-03-11T09:48:42.203Z] Removing intermediate container f1e7f7b471eb [2021-03-11T09:48:42.203Z] ---> 544543f0e8ea [2021-03-11T09:48:42.203Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T09:48:42.805Z] ---> Running in f8e1338bb21c [2021-03-11T09:48:43.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:43.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:43.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:43.650Z] Removing intermediate container f8e1338bb21c [2021-03-11T09:48:43.650Z] ---> be5d8af6335c [2021-03-11T09:48:43.650Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T09:48:43.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:43.932Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T09:48:43.932Z] ---> Running in 3b0cdc3019ff [2021-03-11T09:48:43.932Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T09:48:43.932Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:48:43.932Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:48:43.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:44.211Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T09:48:44.212Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:48:44.212Z] OK: 5 MiB in 15 packages [2021-03-11T09:48:44.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:48:44.212Z] OK: 6 MiB in 16 packages [2021-03-11T09:48:44.817Z] Removing intermediate container 3b0cdc3019ff [2021-03-11T09:48:44.817Z] ---> 3adda340b132 [2021-03-11T09:48:44.817Z] Step 23/24 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:48:44.817Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T09:48:44.817Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:48:45.091Z] OK: 5 MiB in 15 packages [2021-03-11T09:48:45.091Z] ---> Running in ff294a1bdd44 [2021-03-11T09:48:46.088Z] Removing intermediate container ff294a1bdd44 [2021-03-11T09:48:46.088Z] ---> e28c6f77bf40 [2021-03-11T09:48:46.088Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T09:48:46.683Z] ---> Running in 3d619cc0c0df [2021-03-11T09:48:46.957Z] Removing intermediate container db43cf1938fe [2021-03-11T09:48:46.957Z] ---> 3b40b1b6d22a [2021-03-11T09:48:46.957Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:48:46.957Z] Removing intermediate container 5aaffe70f227 [2021-03-11T09:48:46.957Z] ---> 0edc001518af [2021-03-11T09:48:46.957Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:48:47.233Z] ---> Running in ffb6abbd53f4 [2021-03-11T09:48:47.510Z] ---> Running in e72cbf362c89 [2021-03-11T09:48:47.510Z] Removing intermediate container b5a33b79bd41 [2021-03-11T09:48:47.510Z] ---> 92c5ce04d57e [2021-03-11T09:48:47.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:48:47.790Z] Removing intermediate container 3d619cc0c0df [2021-03-11T09:48:47.790Z] ---> 10984ff72f7c [2021-03-11T09:48:47.790Z] [2021-03-11T09:48:47.790Z] ---> Running in d1b5884a11e8 [2021-03-11T09:48:48.064Z] Removing intermediate container ffb6abbd53f4 [2021-03-11T09:48:48.064Z] ---> 08ccc5644536 [2021-03-11T09:48:48.064Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T09:48:48.338Z] Successfully built 10984ff72f7c [2021-03-11T09:48:48.338Z] Removing intermediate container 966dee3e9247 [2021-03-11T09:48:48.338Z] ---> 8dc03e47d783 [2021-03-11T09:48:48.338Z] [2021-03-11T09:48:48.338Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:48:48.338Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T09:48:48.338Z] ---> d10569e2745f [2021-03-11T09:48:48.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T09:48:48.338Z] ---> Using cache [2021-03-11T09:48:48.338Z] ---> 92c5ce04d57e [2021-03-11T09:48:48.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T09:48:48.338Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-11T09:48:48.613Z] ---> Running in 5543eb30b972 [2021-03-11T09:48:48.613Z] Removing intermediate container e72cbf362c89 [2021-03-11T09:48:48.613Z] ---> 5d99a7aa8dd6 [2021-03-11T09:48:48.613Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T09:48:48.886Z] ---> Running in 4dee7a2cafdd [2021-03-11T09:48:48.886Z] Removing intermediate container d1b5884a11e8 [2021-03-11T09:48:48.886Z] ---> 283b272c02ed [2021-03-11T09:48:48.886Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T09:48:48.886Z] ---> Running in f22fe95a1fa7 [2021-03-11T09:48:49.160Z] ---> Running in e6afd37ff7d2 [2021-03-11T09:48:49.160Z] Removing intermediate container 5543eb30b972 [2021-03-11T09:48:49.160Z] ---> fd583855576a [2021-03-11T09:48:49.160Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T09:48:49.434Z] ---> Running in 8cedac5e3222 [2021-03-11T09:48:49.434Z] Removing intermediate container 4dee7a2cafdd [2021-03-11T09:48:49.434Z] ---> 066ed616a984 [2021-03-11T09:48:49.434Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T09:48:49.434Z] Removing intermediate container f22fe95a1fa7 [2021-03-11T09:48:49.434Z] ---> 12512d303b2c [2021-03-11T09:48:49.434Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T09:48:49.709Z] ---> Running in 3ecb1f68812b [2021-03-11T09:48:49.709Z] Removing intermediate container e6afd37ff7d2 [2021-03-11T09:48:49.709Z] ---> 6d6abb85350f [2021-03-11T09:48:49.709Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T09:48:49.709Z] ---> Running in 5e15e2268861 [2021-03-11T09:48:49.991Z] ---> Running in fce0d83dca7f [2021-03-11T09:48:50.262Z] Removing intermediate container 8cedac5e3222 [2021-03-11T09:48:50.262Z] ---> 87b45add0e65 [2021-03-11T09:48:50.262Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:48:50.532Z] Removing intermediate container 3ecb1f68812b [2021-03-11T09:48:50.532Z] ---> 8dc909fa9ea0 [2021-03-11T09:48:50.532Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T09:48:50.809Z] Removing intermediate container 5e15e2268861 [2021-03-11T09:48:50.809Z] ---> 9b77b279560f [2021-03-11T09:48:50.809Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:48:50.809Z] Removing intermediate container fce0d83dca7f [2021-03-11T09:48:50.809Z] ---> 9ea078b9ecff [2021-03-11T09:48:50.809Z] Step 15/23 : WORKDIR / [2021-03-11T09:48:51.410Z] ---> Running in ef688c228581 [2021-03-11T09:48:51.410Z] ---> Running in 03eb2a68ace4 [2021-03-11T09:48:51.683Z] ---> 1dbed92a91aa [2021-03-11T09:48:51.683Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T09:48:51.965Z] Removing intermediate container ef688c228581 [2021-03-11T09:48:51.965Z] ---> 007ad5105f48 [2021-03-11T09:48:51.965Z] Step 15/23 : WORKDIR / [2021-03-11T09:48:51.965Z] ---> 43594457c729 [2021-03-11T09:48:51.965Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T09:48:52.239Z] ---> Running in 12ac71b0fd55 [2021-03-11T09:48:52.239Z] Removing intermediate container 03eb2a68ace4 [2021-03-11T09:48:52.239Z] ---> f508a1df195e [2021-03-11T09:48:52.239Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:48:53.680Z] Removing intermediate container 12ac71b0fd55 [2021-03-11T09:48:53.680Z] ---> ebf9591da74b [2021-03-11T09:48:53.680Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:48:53.953Z] ---> 0743f789a376 [2021-03-11T09:48:53.953Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T09:48:53.953Z] ---> 133ddaaf0da4 [2021-03-11T09:48:53.953Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T09:48:54.564Z] ---> b55edd40b73e [2021-03-11T09:48:54.564Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T09:48:54.839Z] ---> 63e0c8a71fa1 [2021-03-11T09:48:54.839Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T09:48:55.117Z] ---> 709f6f8ff7ac [2021-03-11T09:48:55.117Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T09:48:55.397Z] ---> Running in 346327767bd3 [2021-03-11T09:48:55.671Z] ---> 64913fdcd289 [2021-03-11T09:48:55.671Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T09:48:55.945Z] ---> Running in 3d2da03712bd [2021-03-11T09:48:55.945Z] Removing intermediate container 346327767bd3 [2021-03-11T09:48:55.945Z] ---> 1f004ea1b70c [2021-03-11T09:48:55.945Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T09:48:55.945Z] ---> caff24218a70 [2021-03-11T09:48:55.945Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:48:56.217Z] ---> Running in 99292e6d1f77 [2021-03-11T09:48:56.491Z] Removing intermediate container 3d2da03712bd [2021-03-11T09:48:56.491Z] ---> 1c13ae6aec3d [2021-03-11T09:48:56.491Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:48:56.772Z] ---> b5ae904491f6 [2021-03-11T09:48:56.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T09:48:57.048Z] ---> Running in 799d99980427 [2021-03-11T09:48:57.048Z] Removing intermediate container 99292e6d1f77 [2021-03-11T09:48:57.048Z] ---> d27120c10aa6 [2021-03-11T09:48:57.048Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T09:48:57.325Z] ---> dd7dbbfb0814 [2021-03-11T09:48:57.326Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T09:48:57.326Z] ---> Running in e50a26f76681 [2021-03-11T09:48:57.606Z] ---> Running in acd009cd34f6 [2021-03-11T09:48:57.606Z] Removing intermediate container 799d99980427 [2021-03-11T09:48:57.606Z] ---> 1a5f7a810540 [2021-03-11T09:48:57.606Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T09:48:57.881Z] ---> fc3882d2e8b4 [2021-03-11T09:48:57.881Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T09:48:58.152Z] ---> Running in f1632fa76042 [2021-03-11T09:48:58.152Z] Removing intermediate container e50a26f76681 [2021-03-11T09:48:58.152Z] ---> b73cb6208dda [2021-03-11T09:48:58.152Z] Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:48:58.440Z] ---> Running in 0dd4cc8c6bb6 [2021-03-11T09:48:58.440Z] Removing intermediate container acd009cd34f6 [2021-03-11T09:48:58.440Z] ---> eb774f551da3 [2021-03-11T09:48:58.440Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:48:58.440Z] ---> Running in 1f15f5c46d58 [2021-03-11T09:48:58.716Z] ---> Running in bf0b15ed2d52 [2021-03-11T09:48:58.716Z] Removing intermediate container f1632fa76042 [2021-03-11T09:48:58.716Z] ---> a5d8e2facc09 [2021-03-11T09:48:58.716Z] Step 21/22 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:48:58.989Z] Removing intermediate container 0dd4cc8c6bb6 [2021-03-11T09:48:58.989Z] ---> 2590adf374e7 [2021-03-11T09:48:58.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:48:59.272Z] ---> Running in 480af75082eb [2021-03-11T09:48:59.272Z] Removing intermediate container 1f15f5c46d58 [2021-03-11T09:48:59.272Z] ---> f756b1630663 [2021-03-11T09:48:59.272Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T09:48:59.272Z] ---> Running in 658ffa8c8cbc [2021-03-11T09:48:59.574Z] Removing intermediate container bf0b15ed2d52 [2021-03-11T09:48:59.574Z] ---> 14a8a5a418f2 [2021-03-11T09:48:59.574Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T09:48:59.846Z] ---> Running in 08d5c893af4f [2021-03-11T09:49:00.122Z] Removing intermediate container 480af75082eb [2021-03-11T09:49:00.122Z] ---> 868705316bbc [2021-03-11T09:49:00.122Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T09:49:00.122Z] ---> Running in b17427221042 [2021-03-11T09:49:00.122Z] Removing intermediate container 658ffa8c8cbc [2021-03-11T09:49:00.122Z] ---> deb78e19b7d3 [2021-03-11T09:49:00.122Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T09:49:00.413Z] ---> Running in 1ec16a8d2fed [2021-03-11T09:49:00.413Z] ---> Running in 94ce4551ac5c [2021-03-11T09:49:00.692Z] Removing intermediate container 08d5c893af4f [2021-03-11T09:49:00.692Z] ---> f55b69fa1c9e [2021-03-11T09:49:00.692Z] [2021-03-11T09:49:00.692Z] Removing intermediate container b17427221042 [2021-03-11T09:49:00.692Z] ---> 3832f34a1939 [2021-03-11T09:49:00.692Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:49:00.970Z] Removing intermediate container 1ec16a8d2fed [2021-03-11T09:49:00.971Z] ---> 649152653861 [2021-03-11T09:49:00.971Z] [2021-03-11T09:49:01.252Z] Successfully built f55b69fa1c9e [2021-03-11T09:49:01.252Z] ---> Running in 0b709c41697e [2021-03-11T09:49:01.252Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T09:49:01.252Z] Building docker-sys-mgmt-agent-go [2021-03-11T09:49:01.525Z]  Building docker-support-scheduler-go ... done Removing intermediate container 94ce4551ac5c [2021-03-11T09:49:01.525Z] ---> d6707faa7c7f [2021-03-11T09:49:01.525Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:49:01.525Z] Successfully built 649152653861 [2021-03-11T09:49:01.803Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T09:49:01.803Z] Building docker-security-proxy-setup-go [2021-03-11T09:49:01.803Z]  Building docker-support-notifications-go ... done  ---> Running in c46e64e2c203 [2021-03-11T09:49:01.803Z] Removing intermediate container 0b709c41697e [2021-03-11T09:49:01.803Z] ---> 6fe1ada273f7 [2021-03-11T09:49:01.803Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:49:02.078Z] ---> Running in 653e0bf54f62 [2021-03-11T09:49:02.359Z] Removing intermediate container c46e64e2c203 [2021-03-11T09:49:02.359Z] ---> 863c883ad95f [2021-03-11T09:49:02.359Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:49:02.359Z] ---> Running in a3b036926a7a [2021-03-11T09:49:02.632Z] Removing intermediate container 653e0bf54f62 [2021-03-11T09:49:02.632Z] ---> 5dd7caf526fb [2021-03-11T09:49:02.632Z] [2021-03-11T09:49:03.241Z] Successfully built 5dd7caf526fb [2021-03-11T09:49:03.241Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T09:49:03.241Z] Building docker-core-data-go [2021-03-11T09:49:03.241Z]  Building docker-core-command-go ... done Removing intermediate container a3b036926a7a [2021-03-11T09:49:03.241Z] ---> 79f5cf274fa5 [2021-03-11T09:49:03.241Z] [2021-03-11T09:49:03.514Z] Successfully built 79f5cf274fa5 [2021-03-11T09:49:03.785Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T09:49:22.098Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:49:22.098Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:49:22.098Z] ---> ddbba45a296b [2021-03-11T09:49:22.098Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> e5d33d44df6b [2021-03-11T09:49:22.098Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> f0c304b68025 [2021-03-11T09:49:22.098Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> 17cc27a9ebc4 [2021-03-11T09:49:22.098Z] Step 6/31 : COPY go.mod . [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> 78ceaa3b419c [2021-03-11T09:49:22.098Z] Step 7/31 : RUN go mod download [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> 4538b0fd48dd [2021-03-11T09:49:22.098Z] Step 8/31 : COPY . . [2021-03-11T09:49:22.098Z] ---> Using cache [2021-03-11T09:49:22.098Z] ---> d2cc3ea8195d [2021-03-11T09:49:22.098Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T09:49:25.492Z] ---> Running in 3d39fb4d52a9 [2021-03-11T09:49:26.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T09:49:44.827Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:49:44.827Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:49:44.827Z] ---> ddbba45a296b [2021-03-11T09:49:44.827Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> e5d33d44df6b [2021-03-11T09:49:44.827Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> f0c304b68025 [2021-03-11T09:49:44.827Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T09:49:44.827Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:49:44.827Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:49:44.827Z] ---> ddbba45a296b [2021-03-11T09:49:44.827Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> e5d33d44df6b [2021-03-11T09:49:44.827Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> f0c304b68025 [2021-03-11T09:49:44.827Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> 17cc27a9ebc4 [2021-03-11T09:49:44.827Z] Step 6/21 : COPY go.mod . [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> 78ceaa3b419c [2021-03-11T09:49:44.827Z] Step 7/21 : RUN go mod download [2021-03-11T09:49:44.827Z] ---> Using cache [2021-03-11T09:49:44.827Z] ---> 4538b0fd48dd [2021-03-11T09:49:44.827Z] Step 8/21 : COPY . . [2021-03-11T09:49:45.103Z] ---> Using cache [2021-03-11T09:49:45.103Z] ---> d2cc3ea8195d [2021-03-11T09:49:45.103Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T09:49:45.103Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T09:49:45.103Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T09:49:45.103Z] ---> ddbba45a296b [2021-03-11T09:49:45.103Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T09:49:45.103Z] ---> Using cache [2021-03-11T09:49:45.103Z] ---> e5d33d44df6b [2021-03-11T09:49:45.103Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:49:45.103Z] ---> Using cache [2021-03-11T09:49:45.103Z] ---> f0c304b68025 [2021-03-11T09:49:45.103Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T09:49:48.502Z] ---> Running in fa0fd3e2c031 [2021-03-11T09:49:48.502Z] ---> Running in 19297372bca3 [2021-03-11T09:49:48.502Z] ---> Running in 07b5dc8cae12 [2021-03-11T09:49:50.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:49:50.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:49:50.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T09:49:51.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:49:51.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:49:52.065Z] OK: 217 MiB in 51 packages [2021-03-11T09:49:52.065Z] OK: 217 MiB in 51 packages [2021-03-11T09:49:54.049Z] Removing intermediate container 19297372bca3 [2021-03-11T09:49:54.049Z] ---> edac752c16d9 [2021-03-11T09:49:54.049Z] Step 6/23 : COPY go.mod . [2021-03-11T09:49:54.049Z] Removing intermediate container 07b5dc8cae12 [2021-03-11T09:49:54.049Z] ---> 609bab56c8e5 [2021-03-11T09:49:54.049Z] Step 6/26 : COPY go.mod . [2021-03-11T09:49:55.043Z] ---> 69c038bc4f3a [2021-03-11T09:49:55.043Z] Step 7/23 : RUN go mod download [2021-03-11T09:49:55.319Z] ---> a94b7db4326a [2021-03-11T09:49:55.319Z] Step 7/26 : RUN go mod download [2021-03-11T09:49:55.319Z] ---> Running in e1f2e73273bb [2021-03-11T09:49:55.597Z] ---> Running in fdb2b8876428 [2021-03-11T09:50:01.031Z] Removing intermediate container e1f2e73273bb [2021-03-11T09:50:01.031Z] ---> b15b5c735c8f [2021-03-11T09:50:01.031Z] Step 8/23 : COPY . . [2021-03-11T09:50:01.031Z] Removing intermediate container fdb2b8876428 [2021-03-11T09:50:01.031Z] ---> 5dd0bebaacc4 [2021-03-11T09:50:01.031Z] Step 8/26 : COPY . . [2021-03-11T09:50:27.870Z] ---> a78c18c346d0 [2021-03-11T09:50:27.870Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T09:50:27.870Z] ---> Running in dcdd484a5dff [2021-03-11T09:50:27.870Z] ---> b78ad69ba005 [2021-03-11T09:50:27.870Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T09:50:27.870Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T09:50:27.870Z] Removing intermediate container 3d39fb4d52a9 [2021-03-11T09:50:27.870Z] ---> 0dd39fe3bdf2 [2021-03-11T09:50:27.870Z] [2021-03-11T09:50:27.870Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T09:50:27.870Z] ---> d10569e2745f [2021-03-11T09:50:27.870Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T09:50:27.870Z] ---> Running in 336be2e14e60 [2021-03-11T09:50:27.870Z] ---> Running in 810a119be2b4 [2021-03-11T09:50:27.870Z] Removing intermediate container 810a119be2b4 [2021-03-11T09:50:27.870Z] ---> 58d301015a47 [2021-03-11T09:50:27.870Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T09:50:28.147Z] ---> Running in 9e48cf8382e1 [2021-03-11T09:50:28.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T09:50:29.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:50:30.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:50:30.997Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T09:50:30.998Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T09:50:30.998Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:50:30.998Z] OK: 5 MiB in 16 packages [2021-03-11T09:50:32.446Z] Removing intermediate container 9e48cf8382e1 [2021-03-11T09:50:32.446Z] ---> 1d6904cd6153 [2021-03-11T09:50:32.446Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T09:50:32.726Z] ---> Running in 99bf78906198 [2021-03-11T09:50:33.341Z] Removing intermediate container 99bf78906198 [2021-03-11T09:50:33.341Z] ---> 7e3c9b19099d [2021-03-11T09:50:33.341Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T09:50:33.341Z] ---> Running in 7a2a2869618a [2021-03-11T09:50:34.325Z] Removing intermediate container 7a2a2869618a [2021-03-11T09:50:34.325Z] ---> c5072b88083e [2021-03-11T09:50:34.325Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T09:50:34.325Z] ---> Running in 56174f60f60b [2021-03-11T09:50:36.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T09:50:38.295Z] Removing intermediate container 56174f60f60b [2021-03-11T09:50:38.295Z] ---> 083d8a07e6c7 [2021-03-11T09:50:38.295Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T09:50:38.295Z] ---> Running in 5d55098881f6 [2021-03-11T09:50:39.282Z] Removing intermediate container 5d55098881f6 [2021-03-11T09:50:39.282Z] ---> 97eae60d44fa [2021-03-11T09:50:39.282Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T09:50:40.719Z] ---> de1036ac947f [2021-03-11T09:50:40.719Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T09:50:40.991Z] ---> Running in 2778765d2cd3 [2021-03-11T09:50:44.396Z] Removing intermediate container 2778765d2cd3 [2021-03-11T09:50:44.396Z] ---> 6cfbd8eac475 [2021-03-11T09:50:44.396Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:50:45.890Z] ---> dbeadb77f418 [2021-03-11T09:50:45.890Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T09:50:47.350Z] ---> 3d11dacb7b61 [2021-03-11T09:50:47.350Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T09:50:49.342Z] ---> bdf5f3eb4b2d [2021-03-11T09:50:49.342Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T09:50:51.334Z] ---> c1de69765611 [2021-03-11T09:50:51.334Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T09:50:51.936Z] Removing intermediate container fa0fd3e2c031 [2021-03-11T09:50:51.936Z] ---> 9dfea0e762ae [2021-03-11T09:50:51.936Z] [2021-03-11T09:50:51.936Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T09:50:51.936Z] ---> d10569e2745f [2021-03-11T09:50:51.936Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T09:50:52.210Z] ---> Running in 4925dbc03b77 [2021-03-11T09:50:52.487Z] ---> a93fb1ff707b [2021-03-11T09:50:52.487Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T09:50:53.092Z] ---> Running in 621e598bf427 [2021-03-11T09:50:54.086Z] Removing intermediate container 621e598bf427 [2021-03-11T09:50:54.086Z] ---> e962451b3daa [2021-03-11T09:50:54.086Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T09:50:54.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:50:54.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:50:55.239Z] ---> 83ff32a918fc [2021-03-11T09:50:55.239Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T09:50:55.240Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T09:50:55.240Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:50:55.519Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T09:50:55.519Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T09:50:55.519Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:50:55.519Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T09:50:55.519Z] ---> Running in 4c37e417110b [2021-03-11T09:50:55.799Z] OK: 7 MiB in 18 packages [2021-03-11T09:50:58.436Z] Removing intermediate container 4925dbc03b77 [2021-03-11T09:50:58.436Z] ---> 2cf00f15d015 [2021-03-11T09:50:58.436Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T09:50:58.717Z] ---> Running in 203e6175e940 [2021-03-11T09:50:59.318Z] Removing intermediate container 203e6175e940 [2021-03-11T09:50:59.318Z] ---> 210dde61dfc7 [2021-03-11T09:50:59.318Z] Step 13/21 : WORKDIR /edgex [2021-03-11T09:50:59.592Z] ---> Running in a2021eee6174 [2021-03-11T09:50:59.592Z] Removing intermediate container 4c37e417110b [2021-03-11T09:50:59.592Z] ---> a7d5ab9ff98e [2021-03-11T09:50:59.592Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T09:51:00.194Z] ---> Running in 8fb5c0d17d37 [2021-03-11T09:51:00.469Z] Removing intermediate container a2021eee6174 [2021-03-11T09:51:00.469Z] ---> 30bb310d7429 [2021-03-11T09:51:00.469Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T09:51:01.077Z] Removing intermediate container 8fb5c0d17d37 [2021-03-11T09:51:01.077Z] ---> d0179114f60a [2021-03-11T09:51:01.077Z] Step 28/31 : CMD ["gate"] [2021-03-11T09:51:01.678Z] ---> Running in b0cf2d86fa9e [2021-03-11T09:51:01.954Z] ---> 7e551bf8fa1d [2021-03-11T09:51:01.954Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T09:51:02.554Z] Removing intermediate container b0cf2d86fa9e [2021-03-11T09:51:02.554Z] ---> 1d0541367133 [2021-03-11T09:51:02.554Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T09:51:02.829Z] ---> Running in 22be32004e07 [2021-03-11T09:51:03.815Z] ---> fd7080c552f8 [2021-03-11T09:51:03.815Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T09:51:03.815Z] Removing intermediate container 22be32004e07 [2021-03-11T09:51:03.815Z] ---> 5b2d52fb84bf [2021-03-11T09:51:03.815Z] Step 30/31 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:51:04.417Z] ---> Running in c42bfaa5fc1e [2021-03-11T09:51:05.403Z] Removing intermediate container c42bfaa5fc1e [2021-03-11T09:51:05.403Z] ---> c0dbb9024c52 [2021-03-11T09:51:05.403Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T09:51:05.679Z] ---> 91daa9d7d087 [2021-03-11T09:51:05.679Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T09:51:05.954Z] ---> Running in 47e16a8a02b4 [2021-03-11T09:51:05.954Z] ---> Running in 1d47a2709dfd [2021-03-11T09:51:06.552Z] Removing intermediate container 47e16a8a02b4 [2021-03-11T09:51:06.552Z] ---> 629d5f75fc76 [2021-03-11T09:51:06.552Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T09:51:06.824Z] Removing intermediate container 1d47a2709dfd [2021-03-11T09:51:06.824Z] ---> 61fd281c2efe [2021-03-11T09:51:06.824Z] [2021-03-11T09:51:06.824Z] ---> Running in 80e0e7f91517 [2021-03-11T09:51:07.808Z] Successfully built 61fd281c2efe [2021-03-11T09:51:07.808Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T09:51:07.808Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 80e0e7f91517 [2021-03-11T09:51:07.808Z] ---> 15701c06eb52 [2021-03-11T09:51:07.808Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T09:51:07.808Z] ---> Running in f4455511c369 [2021-03-11T09:51:08.412Z] Removing intermediate container f4455511c369 [2021-03-11T09:51:08.412Z] ---> e94eb62e01b3 [2021-03-11T09:51:08.412Z] Step 20/21 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:51:08.686Z] ---> Running in 037ffb2eb82d [2021-03-11T09:51:09.679Z] Removing intermediate container 037ffb2eb82d [2021-03-11T09:51:09.679Z] ---> 84ad45cf75fb [2021-03-11T09:51:09.680Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T09:51:09.680Z] ---> Running in 8ffc00927a59 [2021-03-11T09:51:10.280Z] Removing intermediate container 8ffc00927a59 [2021-03-11T09:51:10.280Z] ---> 874ce7ceb4ed [2021-03-11T09:51:10.280Z] [2021-03-11T09:51:10.881Z] Successfully built 874ce7ceb4ed [2021-03-11T09:51:10.881Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T09:51:33.060Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 336be2e14e60 [2021-03-11T09:51:33.060Z] ---> 80425457951c [2021-03-11T09:51:33.060Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T09:51:33.060Z] ---> Running in 7249a4528490 [2021-03-11T09:51:33.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T09:51:34.493Z] Removing intermediate container 7249a4528490 [2021-03-11T09:51:34.493Z] ---> 9fb73c7d605d [2021-03-11T09:51:34.493Z] [2021-03-11T09:51:34.493Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T09:51:34.493Z] 20.10.0: Pulling from library/docker [2021-03-11T09:51:44.651Z] Removing intermediate container dcdd484a5dff [2021-03-11T09:51:44.651Z] ---> 15d56c0eeb20 [2021-03-11T09:51:44.651Z] [2021-03-11T09:51:44.651Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T09:51:44.651Z] ---> d10569e2745f [2021-03-11T09:51:44.651Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T09:51:44.651Z] ---> Running in f9a7d3a51648 [2021-03-11T09:51:44.651Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T09:51:44.651Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T09:51:44.651Z] ---> eeaf43b92773 [2021-03-11T09:51:44.651Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T09:51:44.651Z] ---> Running in ad22bd41be74 [2021-03-11T09:51:44.651Z] Removing intermediate container f9a7d3a51648 [2021-03-11T09:51:44.651Z] ---> 028697af7bd0 [2021-03-11T09:51:44.651Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T09:51:44.651Z] ---> Running in 1c03b0509339 [2021-03-11T09:51:44.651Z] Removing intermediate container 1c03b0509339 [2021-03-11T09:51:44.651Z] ---> f103d3377ae1 [2021-03-11T09:51:44.651Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T09:51:44.651Z] ---> Running in b368c0dac79f [2021-03-11T09:51:44.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:44.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:45.196Z] Removing intermediate container b368c0dac79f [2021-03-11T09:51:45.196Z] ---> bb8881a6ea75 [2021-03-11T09:51:45.196Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T09:51:45.196Z] ---> Running in 40d220b677da [2021-03-11T09:51:45.469Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T09:51:45.469Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T09:51:45.469Z] Executing bash-5.0.17-r0.post-install [2021-03-11T09:51:45.469Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:51:45.469Z] OK: 12 MiB in 22 packages [2021-03-11T09:51:46.900Z] Removing intermediate container ad22bd41be74 [2021-03-11T09:51:46.900Z] ---> 954f232f27fd [2021-03-11T09:51:46.900Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T09:51:47.174Z] ---> Running in 8b6b714e5c3b [2021-03-11T09:51:47.445Z] Removing intermediate container 8b6b714e5c3b [2021-03-11T09:51:47.446Z] ---> e2f9e27fa4c3 [2021-03-11T09:51:47.446Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T09:51:47.717Z] Removing intermediate container 40d220b677da [2021-03-11T09:51:47.717Z] ---> 9b1d1147ad69 [2021-03-11T09:51:47.717Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T09:51:47.717Z] ---> Running in 21deb6ff747b [2021-03-11T09:51:47.717Z] ---> Running in ec37e3b63658 [2021-03-11T09:51:48.313Z] Removing intermediate container 21deb6ff747b [2021-03-11T09:51:48.313Z] ---> b745f28562e8 [2021-03-11T09:51:48.313Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T09:51:48.313Z] ---> Running in c762322e3a82 [2021-03-11T09:51:48.907Z] Removing intermediate container c762322e3a82 [2021-03-11T09:51:48.907Z] ---> 83b4be9b36bf [2021-03-11T09:51:48.907Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T09:51:48.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:49.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:50.154Z] ---> 824c0c51e85e [2021-03-11T09:51:50.154Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T09:51:50.429Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T09:51:50.429Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T09:51:50.429Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T09:51:50.699Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T09:51:50.699Z] ---> 284fa9f890b6 [2021-03-11T09:51:50.699Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T09:51:50.979Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T09:51:50.979Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T09:51:50.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:51:50.979Z] OK: 8 MiB in 20 packages [2021-03-11T09:51:51.959Z] ---> acf722757580 [2021-03-11T09:51:51.959Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T09:51:51.959Z] ---> Running in 01ad23c26d91 [2021-03-11T09:51:52.939Z] Removing intermediate container ec37e3b63658 [2021-03-11T09:51:52.939Z] ---> 89d85817da37 [2021-03-11T09:51:52.939Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T09:51:52.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:53.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:51:53.482Z] ---> 269c2cfa160a [2021-03-11T09:51:53.482Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T09:51:53.755Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T09:51:53.755Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T09:51:53.755Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T09:51:53.755Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T09:51:53.755Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T09:51:53.755Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T09:51:53.755Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T09:51:55.726Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T09:51:55.726Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T09:51:55.726Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T09:51:55.726Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T09:51:55.726Z] ---> c9e7b35da67a [2021-03-11T09:51:55.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T09:51:55.726Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T09:51:55.726Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T09:51:55.726Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T09:51:55.726Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T09:51:55.726Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T09:51:55.726Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T09:51:55.726Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T09:51:55.726Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T09:51:55.726Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T09:51:55.726Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T09:51:55.726Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T09:51:55.726Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T09:51:55.996Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T09:51:55.996Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T09:51:55.996Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T09:51:55.996Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T09:51:55.996Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T09:51:55.996Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T09:51:55.996Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T09:51:55.996Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T09:51:55.996Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T09:51:55.996Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T09:51:56.269Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:51:56.269Z] OK: 71 MiB in 55 packages [2021-03-11T09:51:56.269Z] ---> 8524d2dc3e77 [2021-03-11T09:51:56.269Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T09:51:56.550Z] ---> Running in 6eb74910679c [2021-03-11T09:51:57.153Z] Removing intermediate container 6eb74910679c [2021-03-11T09:51:57.153Z] ---> 779496afd1bb [2021-03-11T09:51:57.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:51:57.428Z] ---> Running in c4cd9052ab98 [2021-03-11T09:51:58.023Z] Removing intermediate container c4cd9052ab98 [2021-03-11T09:51:58.023Z] ---> ea1d8cca3a71 [2021-03-11T09:51:58.023Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T09:51:58.297Z] ---> Running in 37bf4f15a8a9 [2021-03-11T09:51:58.896Z] Removing intermediate container 37bf4f15a8a9 [2021-03-11T09:51:58.896Z] ---> 565385f528b7 [2021-03-11T09:51:58.896Z] Step 22/23 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:51:59.170Z] ---> Running in 999b8d361091 [2021-03-11T09:51:59.769Z] Removing intermediate container 999b8d361091 [2021-03-11T09:51:59.769Z] ---> cf1a4118e637 [2021-03-11T09:51:59.769Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T09:51:59.769Z] ---> Running in b04e8f327b57 [2021-03-11T09:52:00.367Z] Removing intermediate container b04e8f327b57 [2021-03-11T09:52:00.367Z] ---> be5c92a3dbb7 [2021-03-11T09:52:00.367Z] [2021-03-11T09:52:00.964Z] Successfully built be5c92a3dbb7 [2021-03-11T09:52:00.964Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T09:52:01.948Z]  Building docker-core-data-go ... done Removing intermediate container 01ad23c26d91 [2021-03-11T09:52:01.948Z] ---> 0709d8bf29ab [2021-03-11T09:52:01.948Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T09:52:02.218Z] ---> Running in 66bcce253635 [2021-03-11T09:52:06.511Z] Collecting docker-compose==1.23.2 [2021-03-11T09:52:06.511Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T09:52:07.488Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T09:52:07.488Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T09:52:07.780Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T09:52:07.781Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T09:52:11.214Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T09:52:11.214Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T09:52:11.214Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T09:52:11.214Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T09:52:11.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T09:52:13.895Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T09:52:13.895Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T09:52:15.939Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T09:52:15.939Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T09:52:16.211Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T09:52:16.211Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T09:52:16.808Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T09:52:16.808Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T09:52:17.787Z] Collecting PyYAML<4,>=3.10 [2021-03-11T09:52:17.787Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T09:52:20.399Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T09:52:20.399Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T09:52:20.675Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T09:52:20.675Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T09:52:20.950Z] Collecting idna<2.8,>=2.5 [2021-03-11T09:52:20.950Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T09:52:21.221Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T09:52:21.221Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T09:52:21.493Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T09:52:21.493Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T09:52:21.493Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T09:52:21.493Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T09:52:22.085Z] Installing collected packages: websocket-client, dockerpty, urllib3, idna, requests, docopt, texttable, docker-pycreds, docker, jsonschema, cached-property, PyYAML, docker-compose [2021-03-11T09:52:22.358Z] Running setup.py install for dockerpty: started [2021-03-11T09:52:24.331Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T09:52:24.331Z] Attempting uninstall: urllib3 [2021-03-11T09:52:24.331Z] Found existing installation: urllib3 1.25.9 [2021-03-11T09:52:24.331Z] Uninstalling urllib3-1.25.9: [2021-03-11T09:52:24.331Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T09:52:24.926Z] Attempting uninstall: idna [2021-03-11T09:52:24.926Z] Found existing installation: idna 2.9 [2021-03-11T09:52:24.926Z] Uninstalling idna-2.9: [2021-03-11T09:52:25.200Z] Successfully uninstalled idna-2.9 [2021-03-11T09:52:25.795Z] Attempting uninstall: requests [2021-03-11T09:52:25.795Z] Found existing installation: requests 2.23.0 [2021-03-11T09:52:25.795Z] Uninstalling requests-2.23.0: [2021-03-11T09:52:25.795Z] Successfully uninstalled requests-2.23.0 [2021-03-11T09:52:26.068Z] Running setup.py install for docopt: started [2021-03-11T09:52:28.038Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T09:52:28.038Z] Running setup.py install for texttable: started [2021-03-11T09:52:29.467Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T09:52:30.899Z] Running setup.py install for PyYAML: started [2021-03-11T09:52:32.880Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T09:52:33.856Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T09:52:38.153Z] Removing intermediate container 66bcce253635 [2021-03-11T09:52:38.153Z] ---> c63477c7702e [2021-03-11T09:52:38.153Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T09:52:38.153Z] ---> Running in 63414a55d1c2 [2021-03-11T09:52:38.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T09:52:38.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T09:52:39.348Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T09:52:39.348Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T09:52:39.348Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T09:52:39.348Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T09:52:39.348Z] OK: 71 MiB in 58 packages [2021-03-11T09:52:40.787Z] Removing intermediate container 63414a55d1c2 [2021-03-11T09:52:40.787Z] ---> 333dde7a5662 [2021-03-11T09:52:40.787Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T09:52:40.787Z] ---> Running in 3f388c386a25 [2021-03-11T09:52:41.061Z] Removing intermediate container 3f388c386a25 [2021-03-11T09:52:41.061Z] ---> 0c09c6ba3f29 [2021-03-11T09:52:41.061Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T09:52:41.345Z] ---> Running in 8fe2df137f01 [2021-03-11T09:52:41.939Z] Removing intermediate container 8fe2df137f01 [2021-03-11T09:52:41.939Z] ---> 5957b4526d6b [2021-03-11T09:52:41.939Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T09:52:41.939Z] ---> Running in 3ffd0debeb88 [2021-03-11T09:52:42.216Z] Removing intermediate container 3ffd0debeb88 [2021-03-11T09:52:42.216Z] ---> c731fea4c80b [2021-03-11T09:52:42.216Z] Step 25/26 : LABEL git_sha=9f096b0d8c06001cd478bbb1c49927610bc59fd4 [2021-03-11T09:52:42.491Z] ---> Running in 9c26fcae1bdd [2021-03-11T09:52:43.086Z] Removing intermediate container 9c26fcae1bdd [2021-03-11T09:52:43.086Z] ---> 9c787e060948 [2021-03-11T09:52:43.086Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T09:52:43.086Z] ---> Running in a67ae3932028 [2021-03-11T09:52:43.684Z] Removing intermediate container a67ae3932028 [2021-03-11T09:52:43.684Z] ---> 383518e61850 [2021-03-11T09:52:43.684Z] [2021-03-11T09:52:43.957Z] Successfully built 383518e61850 [2021-03-11T09:52:43.957Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T09:52:44.247Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T09:52:44.282Z] $ docker stop --time=1 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 [2021-03-11T09:52:46.241Z] $ docker rm -f 58d79d42c985bb274ea9595418f92c269b5da8d76919828d01f6c69fc0749882 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T09:52:46.997Z] + + grepdocker docker images [2021-03-11T09:52:46.997Z] [2021-03-11T09:52:47.267Z] docker-sys-mgmt-agent-go-arm64 latest 383518e61850 4 seconds ago 300MB [2021-03-11T09:52:47.267Z] docker-core-data-go-arm64 latest be5c92a3dbb7 47 seconds ago 21.3MB [2021-03-11T09:52:47.267Z] docker-security-proxy-setup-go-arm64 latest 874ce7ceb4ed About a minute ago 23.4MB [2021-03-11T09:52:47.267Z] docker-security-bootstrapper-go-arm64 latest 61fd281c2efe About a minute ago 17.8MB [2021-03-11T09:52:47.267Z] docker-core-command-go-arm64 latest 5dd7caf526fb 3 minutes ago 16.2MB [2021-03-11T09:52:47.267Z] docker-core-metadata-go-arm64 latest 79f5cf274fa5 3 minutes ago 17.9MB [2021-03-11T09:52:47.267Z] docker-support-scheduler-go-arm64 latest f55b69fa1c9e 3 minutes ago 16.3MB [2021-03-11T09:52:47.267Z] docker-support-notifications-go-arm64 latest 649152653861 3 minutes ago 16.9MB [2021-03-11T09:52:47.267Z] docker-security-secretstore-setup-go-arm64 latest 10984ff72f7c 4 minutes ago 23.7MB [2021-03-11T09:52:47.267Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:52:48.505Z] ---> job-cost.sh [2021-03-11T09:52:48.505Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GzW4 [2021-03-11T09:53:27.433Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T09:55:04.169Z] lf-activate-venv(): INFO: Adding /tmp/venv-GzW4/bin to PATH [2021-03-11T09:55:04.169Z] INFO: No Stack... [2021-03-11T09:55:04.169Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T09:55:04.169Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T09:55:04.505Z] + + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-11T09:55:04.505Z] cut -d, -f6 [Pipeline] lock [2021-03-11T09:55:04.617Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] [2021-03-11T09:55:04.627Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] did not exist. Created. [2021-03-11T09:55:04.627Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T09:55:05.088Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T09:55:05.386Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T09:55:05.395Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-3-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-03-11T09:55:07.097Z] provisioning config files... [2021-03-11T09:55:07.110Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1030402100298333637tmp [Pipeline] { [Pipeline] sh [2021-03-11T09:55:07.576Z] + set +x [2021-03-11T09:55:07.576Z] + curl -s https://codecov.io/bash [2021-03-11T09:55:07.576Z] + bash -s -- [2021-03-11T09:55:07.909Z] [2021-03-11T09:55:07.909Z] _____ _ [2021-03-11T09:55:07.909Z] / ____| | | [2021-03-11T09:55:07.909Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T09:55:07.909Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T09:55:07.909Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T09:55:07.909Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T09:55:07.909Z] Bash-20210309-2b87ace [2021-03-11T09:55:07.909Z] [2021-03-11T09:55:07.909Z] [2021-03-11T09:55:07.909Z] ==> git version 2.24.3 found [2021-03-11T09:55:07.909Z] ==> 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-03-11T09:55:07.909Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T09:55:07.909Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T09:55:07.909Z] ==> Jenkins CI detected. [2021-03-11T09:55:07.909Z] project root: . [2021-03-11T09:55:07.909Z] --> token set from env [2021-03-11T09:55:08.253Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T09:55:08.253Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T09:55:08.253Z] ==> Python coveragepy not found [2021-03-11T09:55:08.253Z] ==> Searching for coverage reports in: [2021-03-11T09:55:08.253Z] + . [2021-03-11T09:55:08.253Z] -> Found 1 reports [2021-03-11T09:55:08.253Z] ==> Detecting git/mercurial file structure [2021-03-11T09:55:08.253Z] ==> Reading reports [2021-03-11T09:55:08.253Z] + ./coverage.out bytes=628834 [2021-03-11T09:55:08.253Z] ==> Appending adjustments [2021-03-11T09:55:08.253Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T09:55:11.659Z] + Found adjustments [2021-03-11T09:55:11.659Z] ==> Gzipping contents [2021-03-11T09:55:11.659Z] 92K /tmp/codecov.VUjnTy.gz [2021-03-11T09:55:11.659Z] ==> Uploading reports [2021-03-11T09:55:11.659Z] url: https://codecov.io [2021-03-11T09:55:11.659Z] query: branch=PR-3250&commit=9f096b0d8c06001cd478bbb1c49927610bc59fd4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T09:55:11.659Z] -> Pinging Codecov [2021-03-11T09:55:11.659Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=9f096b0d8c06001cd478bbb1c49927610bc59fd4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-11T09:55:12.238Z] -> Uploading to [2021-03-11T09:55:12.238Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/9f096b0d8c06001cd478bbb1c49927610bc59fd4/df4bf334-5942-4c96-abbe-2e08a10ff4d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T095512Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f829ae0b4f6e0da58ffca41ef16568249fb5377c25855d2c7fc0dece48f89725 [2021-03-11T09:55:12.238Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T09:55:12.238Z] Dload Upload Total Spent Left Speed [2021-03-11T09:55:12.814Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92827 0 0 100 92827 0 159k --:--:-- --:--:-- --:--:-- 159k 100 92827 0 0 100 92827 0 159k --:--:-- --:--:-- --:--:-- 159k [2021-03-11T09:55:12.814Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f096b0d8c06001cd478bbb1c49927610bc59fd4 [Pipeline] } [2021-03-11T09:55:12.826Z] 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-03-11T09:55:15.095Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:15.985Z] ---> package-listing.sh [2021-03-11T09:55:15.985Z] ++ facter osfamily [2021-03-11T09:55:15.985Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T09:55:15.985Z] + OS_FAMILY=redhat [2021-03-11T09:55:15.985Z] + workspace=/w/workspace/edgex-go/3 [2021-03-11T09:55:15.985Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T09:55:15.985Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T09:55:15.985Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T09:55:15.985Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T09:55:15.985Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-11T09:55:15.985Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T09:55:15.985Z] + case "${OS_FAMILY}" in [2021-03-11T09:55:15.985Z] + rpm -qa [2021-03-11T09:55:15.985Z] + sort [2021-03-11T09:55:21.298Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T09:55:21.298Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T09:55:21.298Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T09:55:21.298Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-11T09:55:21.298Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-11T09:55:21.298Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-11T09:55:21.312Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T09:55:21.615Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:55:21.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T09:55:21.926Z] [2021-03-11T09:55:21.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T09:55:22.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T09:55:22.291Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T09:55:22.291Z] df20fa9351a1: Pulling fs layer [2021-03-11T09:55:22.291Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T09:55:22.291Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T09:55:22.291Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T09:55:22.291Z] 93b61091891f: Pulling fs layer [2021-03-11T09:55:22.291Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T09:55:22.291Z] 5e14af77c1be: Pulling fs layer [2021-03-11T09:55:22.291Z] 01666e4c0597: Pulling fs layer [2021-03-11T09:55:22.291Z] aa168da1d23b: Pulling fs layer [2021-03-11T09:55:22.291Z] 46f8f816bc3b: Waiting [2021-03-11T09:55:22.291Z] 01666e4c0597: Waiting [2021-03-11T09:55:22.291Z] 93b61091891f: Waiting [2021-03-11T09:55:22.291Z] 93b9cdb0e59b: Waiting [2021-03-11T09:55:22.291Z] 5e14af77c1be: Waiting [2021-03-11T09:55:22.291Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T09:55:22.291Z] 36b3adc4ff6f: Download complete [2021-03-11T09:55:22.554Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T09:55:22.554Z] 46f8f816bc3b: Download complete [2021-03-11T09:55:22.554Z] df20fa9351a1: Verifying Checksum [2021-03-11T09:55:22.554Z] df20fa9351a1: Download complete [2021-03-11T09:55:22.554Z] 93b9cdb0e59b: Download complete [2021-03-11T09:55:22.554Z] 5e14af77c1be: Verifying Checksum [2021-03-11T09:55:22.554Z] 5e14af77c1be: Download complete [2021-03-11T09:55:22.554Z] 93b61091891f: Verifying Checksum [2021-03-11T09:55:22.554Z] 93b61091891f: Download complete [2021-03-11T09:55:22.554Z] 01666e4c0597: Verifying Checksum [2021-03-11T09:55:22.554Z] 01666e4c0597: Download complete [2021-03-11T09:55:22.816Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T09:55:22.816Z] 8ad3a11d3b57: Download complete [2021-03-11T09:55:22.816Z] df20fa9351a1: Pull complete [2021-03-11T09:55:23.081Z] 36b3adc4ff6f: Pull complete [2021-03-11T09:55:24.031Z] 8ad3a11d3b57: Pull complete [2021-03-11T09:55:24.031Z] 46f8f816bc3b: Pull complete [2021-03-11T09:55:25.437Z] aa168da1d23b: Verifying Checksum [2021-03-11T09:55:25.437Z] aa168da1d23b: Download complete [2021-03-11T09:55:26.385Z] 93b61091891f: Pull complete [2021-03-11T09:55:26.385Z] 93b9cdb0e59b: Pull complete [2021-03-11T09:55:26.653Z] 5e14af77c1be: Pull complete [2021-03-11T09:55:26.653Z] 01666e4c0597: Pull complete [2021-03-11T09:55:34.851Z] aa168da1d23b: Pull complete [2021-03-11T09:55:34.851Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T09:55:34.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T09:55:34.851Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T09:55:35.003Z] prd-centos7-docker-4c-2g-29505 does not seem to be running inside a container [2021-03-11T09:55:35.054Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T09:55:38.083Z] $ docker top 7d9fae7b9ad43edbb5cd11771e541a93c78101179d997de11b62d884a5ad63bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T09:55:38.725Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T09:55:39.028Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T09:55:39.327Z] + ls /var/log/sa-host [2021-03-11T09:55:39.327Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T09:55:39.327Z] file_magic: OK [2021-03-11T09:55:39.327Z] HZ: Using current value: 100 [2021-03-11T09:55:39.327Z] file_header: OK [2021-03-11T09:55:39.327Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T09:55:39.327Z] Statistics: [2021-03-11T09:55:39.327Z] 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... [2021-03-11T09:55:39.327Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T09:55:39.327Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T09:55:39.327Z] file_magic: OK [2021-03-11T09:55:39.327Z] HZ: Using current value: 100 [2021-03-11T09:55:39.327Z] file_header: OK [2021-03-11T09:55:39.327Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T09:55:39.327Z] Statistics: [2021-03-11T09:55:39.327Z] Hnuu...uuuununununu... [2021-03-11T09:55:39.327Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T09:55:39.943Z] provisioning config files... [2021-03-11T09:55:39.960Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3885286038370158709tmp [Pipeline] { [Pipeline] echo [2021-03-11T09:55:40.133Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:40.436Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T09:55:40.446Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T09:55:40.613Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:40.913Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T09:55:40.924Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:41.222Z] ---> sudo-logs.sh [2021-03-11T09:55:41.222Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T09:55:41.289Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:41.595Z] ---> job-cost.sh [2021-03-11T09:55:41.596Z] lf-activate-venv: SKIPPING [2021-03-11T09:55:41.596Z] DEBUG: total: 0.20999999344348907 [2021-03-11T09:55:41.596Z] INFO: Retrieving Stack Cost... [2021-03-11T09:55:42.985Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T09:55:43.247Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T09:55:43.262Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T09:55:43.563Z] ---> logs-deploy.sh [2021-03-11T09:55:43.563Z] lf-activate-venv: SKIPPING [2021-03-11T09:55:43.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/3 [2021-03-11T09:55:43.563Z] INFO: archiving workspace using pattern(s): [2021-03-11T09:55:45.483Z] Archives upload complete. [2021-03-11T09:55:45.483Z] INFO: archiving logs to Nexus [2021-03-11T09:55:46.431Z] ---> uname -a: [2021-03-11T09:55:46.431Z] Linux prd-centos7-docker-4c-2g-29505.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> lscpu: [2021-03-11T09:55:46.431Z] Architecture: x86_64 [2021-03-11T09:55:46.431Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-11T09:55:46.431Z] Byte Order: Little Endian [2021-03-11T09:55:46.431Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-11T09:55:46.431Z] CPU(s): 4 [2021-03-11T09:55:46.431Z] On-line CPU(s) list: 0-3 [2021-03-11T09:55:46.431Z] Thread(s) per core: 1 [2021-03-11T09:55:46.431Z] Core(s) per socket: 1 [2021-03-11T09:55:46.431Z] Socket(s): 4 [2021-03-11T09:55:46.431Z] NUMA node(s): 1 [2021-03-11T09:55:46.431Z] Vendor ID: GenuineIntel [2021-03-11T09:55:46.431Z] CPU family: 6 [2021-03-11T09:55:46.431Z] Model: 44 [2021-03-11T09:55:46.431Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-11T09:55:46.431Z] Stepping: 1 [2021-03-11T09:55:46.431Z] CPU MHz: 2933.436 [2021-03-11T09:55:46.431Z] BogoMIPS: 5866.87 [2021-03-11T09:55:46.431Z] Virtualization: VT-x [2021-03-11T09:55:46.431Z] Hypervisor vendor: KVM [2021-03-11T09:55:46.431Z] Virtualization type: full [2021-03-11T09:55:46.431Z] L1d cache: 128 KiB [2021-03-11T09:55:46.431Z] L1i cache: 128 KiB [2021-03-11T09:55:46.431Z] L2 cache: 16 MiB [2021-03-11T09:55:46.431Z] L3 cache: 64 MiB [2021-03-11T09:55:46.431Z] NUMA node0 CPU(s): 0-3 [2021-03-11T09:55:46.431Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-11T09:55:46.431Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-11T09:55:46.431Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-11T09:55:46.431Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-11T09:55:46.431Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-11T09:55:46.431Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-11T09:55:46.431Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-11T09:55:46.431Z] Vulnerability Srbds: Not affected [2021-03-11T09:55:46.431Z] Vulnerability Tsx async abort: Not affected [2021-03-11T09:55:46.431Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> nproc: [2021-03-11T09:55:46.431Z] 4 [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> df -h: [2021-03-11T09:55:46.431Z] Filesystem Size Used Available Use% Mounted on [2021-03-11T09:55:46.431Z] overlay 50.0G 11.7G 38.2G 23% / [2021-03-11T09:55:46.431Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-11T09:55:46.431Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-11T09:55:46.431Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 [2021-03-11T09:55:46.431Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> free -m: [2021-03-11T09:55:46.431Z] total used free shared buff/cache available [2021-03-11T09:55:46.431Z] Mem: 1837 731 272 0 833 1021 [2021-03-11T09:55:46.431Z] Swap: 1023 56 967 [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> ip addr: [2021-03-11T09:55:46.431Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-11T09:55:46.431Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-11T09:55:46.431Z] inet 127.0.0.1/8 scope host lo [2021-03-11T09:55:46.431Z] valid_lft forever preferred_lft forever [2021-03-11T09:55:46.431Z] inet6 ::1/128 scope host [2021-03-11T09:55:46.431Z] valid_lft forever preferred_lft forever [2021-03-11T09:55:46.431Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-11T09:55:46.431Z] link/ether fa:16:3e:6d:f0:90 brd ff:ff:ff:ff:ff:ff [2021-03-11T09:55:46.431Z] inet 10.30.122.210/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-11T09:55:46.431Z] valid_lft 84956sec preferred_lft 84956sec [2021-03-11T09:55:46.431Z] inet6 fe80::f816:3eff:fe6d:f090/64 scope link [2021-03-11T09:55:46.431Z] valid_lft forever preferred_lft forever [2021-03-11T09:55:46.431Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-11T09:55:46.431Z] link/ether 02:42:b6:21:2b:8b brd ff:ff:ff:ff:ff:ff [2021-03-11T09:55:46.431Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-11T09:55:46.431Z] valid_lft forever preferred_lft forever [2021-03-11T09:55:46.431Z] inet6 fe80::42:b6ff:fe21:2b8b/64 scope link [2021-03-11T09:55:46.431Z] valid_lft forever preferred_lft forever [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] ---> sar -b -r -n DEV: [2021-03-11T09:55:46.431Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] 09:31:30 LINUX RESTART (4 CPU) [2021-03-11T09:55:46.431Z] [2021-03-11T09:55:46.431Z] 09:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-11T09:55:46.431Z] 09:33:01 70.20 19.41 50.79 0.00 5646.00 9360.70 0.00 [2021-03-11T09:55:46.431Z] 09:34:01 189.02 89.47 99.55 0.00 6544.45 44285.69 0.00 [2021-03-11T09:55:46.431Z] 09:35:01 251.80 86.74 165.06 0.00 3969.56 24505.13 0.00 [2021-03-11T09:55:46.431Z] 09:36:01 124.88 49.05 75.82 0.00 1931.05 8110.25 0.00 [2021-03-11T09:55:46.431Z] 09:37:01 151.42 41.40 110.02 0.00 2778.63 25780.63 0.00 [2021-03-11T09:55:46.431Z] 09:38:03 1641.92 1317.20 324.72 0.00 143805.59 200141.55 0.00 [2021-03-11T09:55:46.432Z] 09:39:02 979.44 729.91 249.53 0.00 101289.53 106376.34 0.00 [2021-03-11T09:55:46.432Z] 09:40:02 1061.41 745.00 316.41 0.00 83758.23 141437.38 0.00 [2021-03-11T09:55:46.432Z] 09:41:01 827.92 545.05 282.88 0.00 48472.26 68990.39 0.00 [2021-03-11T09:55:46.432Z] 09:42:01 88.83 13.68 75.15 0.00 3036.51 6599.38 0.00 [2021-03-11T09:55:46.432Z] 09:43:02 0.58 0.37 0.22 0.00 10.52 2.88 0.00 [2021-03-11T09:55:46.432Z] 09:44:01 1.54 1.34 0.20 0.00 102.42 1.98 0.00 [2021-03-11T09:55:46.432Z] 09:45:01 0.38 0.02 0.37 0.00 0.53 5.28 0.00 [2021-03-11T09:55:46.432Z] 09:46:01 0.32 0.00 0.32 0.00 0.00 4.50 0.00 [2021-03-11T09:55:46.432Z] 09:47:01 0.75 0.48 0.27 0.00 13.18 2.88 0.00 [2021-03-11T09:55:46.432Z] 09:48:01 2.23 1.35 0.88 0.00 45.55 16.45 0.00 [2021-03-11T09:55:46.432Z] 09:49:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 [2021-03-11T09:55:46.432Z] 09:50:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 [2021-03-11T09:55:46.432Z] 09:51:01 0.18 0.00 0.18 0.00 0.00 1.93 0.00 [2021-03-11T09:55:46.432Z] 09:52:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 [2021-03-11T09:55:46.432Z] 09:53:01 0.23 0.02 0.22 0.00 1.07 2.33 0.00 [2021-03-11T09:55:46.432Z] 09:54:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 [2021-03-11T09:55:46.432Z] 09:55:01 0.28 0.00 0.28 0.00 0.00 2.78 0.00 [2021-03-11T09:55:46.432Z] Average: 235.74 159.32 76.42 0.00 17548.53 27809.87 0.00 [2021-03-11T09:55:46.432Z] [2021-03-11T09:55:46.432Z] 09:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-11T09:55:46.432Z] 09:33:01 64024 0 648896 34.49 2620 1166004 1325564 45.24 533572 1077476 87540 [2021-03-11T09:55:46.432Z] 09:34:01 80644 0 683916 36.35 2116 1114868 1453192 49.60 542328 1014432 68068 [2021-03-11T09:55:46.432Z] 09:35:01 224540 0 829296 44.08 976 826732 1646688 56.20 678720 698028 5944 [2021-03-11T09:55:46.432Z] 09:36:01 227304 0 780872 41.50 828 872540 1789108 61.06 622824 737380 63828 [2021-03-11T09:55:46.432Z] 09:37:01 187536 0 742636 39.47 636 950736 1253336 42.77 573972 826440 52 [2021-03-11T09:55:46.432Z] 09:38:03 66000 0 856256 45.51 0 959288 2323292 79.29 579416 1016940 36632 [2021-03-11T09:55:46.432Z] 09:39:02 296300 0 1126548 59.87 0 458696 3361836 114.73 680560 632580 868 [2021-03-11T09:55:46.432Z] 09:40:02 79996 0 801176 42.58 0 1000372 2122448 72.44 629456 962840 34548 [2021-03-11T09:55:46.432Z] 09:41:01 153896 0 732472 38.93 0 995176 1580824 53.95 562196 920200 24 [2021-03-11T09:55:46.432Z] 09:42:01 158916 0 658548 35.00 0 1064080 1181940 40.34 510752 962028 8 [2021-03-11T09:55:46.432Z] 09:43:02 160224 0 657164 34.93 0 1064156 1168680 39.89 510672 961424 16 [2021-03-11T09:55:46.432Z] 09:44:01 157412 0 656964 34.92 0 1067168 1168680 39.89 510712 964448 8 [2021-03-11T09:55:46.432Z] 09:45:01 157816 0 656564 34.89 0 1067164 1162464 39.67 510192 964188 8 [2021-03-11T09:55:46.432Z] 09:46:01 157700 0 656660 34.90 0 1067184 1162464 39.67 510280 964204 8 [2021-03-11T09:55:46.432Z] 09:47:01 157648 0 656336 34.88 0 1067560 1162912 39.69 510572 964452 8 [2021-03-11T09:55:46.432Z] 09:48:01 156048 0 657296 34.93 0 1068200 1162536 39.68 510636 964880 8 [2021-03-11T09:55:46.432Z] 09:49:01 156336 0 657004 34.92 0 1068204 1162536 39.68 510628 964880 8 [2021-03-11T09:55:46.432Z] 09:50:01 156440 0 656888 34.91 0 1068216 1162464 39.67 510688 964880 8 [2021-03-11T09:55:46.432Z] 09:51:01 156572 0 656748 34.90 0 1068224 1162464 39.67 510568 964880 8 [2021-03-11T09:55:46.432Z] 09:52:01 156496 0 656816 34.91 0 1068232 1162464 39.67 510696 964880 8 [2021-03-11T09:55:46.432Z] 09:53:01 156184 0 657124 34.92 0 1068236 1162524 39.68 510768 964912 8 [2021-03-11T09:55:46.432Z] 09:54:01 156544 0 656752 34.90 0 1068248 1162464 39.67 510584 964912 12 [2021-03-11T09:55:46.432Z] 09:55:01 156480 0 656812 34.91 0 1068252 1162464 39.67 510584 964912 16 [2021-03-11T09:55:46.432Z] Average: 155698 0 713032 37.90 312 1012502 1441885 49.21 545712 929835 12941 [2021-03-11T09:55:46.432Z] [2021-03-11T09:55:46.432Z] 09:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-11T09:55:46.432Z] 09:33:01 eth0 1544.85 1188.03 5275.63 176.75 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:33:01 vethd8a199f 521.46 467.02 50.60 1540.92 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:33:01 docker0 521.46 466.89 43.47 1540.91 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:34:01 veth198c234 43.37 68.66 3.24 360.48 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:34:01 eth0 729.56 696.87 4373.32 66.87 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:34:01 docker0 431.95 419.40 32.60 1532.93 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:35:01 veth60b6a39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:35:01 eth0 158.03 133.96 498.04 22.04 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:35:01 docker0 115.80 126.67 9.12 469.02 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:36:01 veth60b6a39 2.35 2.35 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:36:01 eth0 37.19 26.02 20.54 69.78 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:36:01 docker0 2.35 2.35 0.16 0.19 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:37:01 veth5cb7657 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:37:01 eth0 215.39 175.32 1698.81 26.09 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:38:03 vethd6e9954 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:38:03 eth0 77.31 50.64 172.23 71.48 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:38:03 docker0 12.82 25.64 0.70 142.23 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:39:02 veth55dd9a9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:39:02 veth3be716f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:39:02 veth4aec0cf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:39:02 vethd6e9954 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:40:02 vethd6e9954 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:40:02 eth0 2876.70 2319.12 12290.27 453.96 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:40:02 docker0 1091.48 1060.71 86.21 3841.11 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:41:01 vethd6e9954 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:41:01 eth0 183.10 132.44 1401.99 96.95 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:41:01 docker0 10.26 23.07 0.55 137.17 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:42:01 eth0 72.04 41.44 380.53 12.76 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:42:01 docker0 27.81 47.28 1.81 359.78 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:43:02 eth0 2.20 0.98 1.15 0.45 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:44:01 eth0 0.17 0.07 0.02 0.04 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:45:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:46:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:47:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:48:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:49:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:50:01 eth0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:51:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.432Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:52:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:53:01 eth0 0.27 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:54:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] Average: eth0 133.77 107.60 609.09 24.44 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] Average: docker0 49.20 49.26 3.86 188.89 0.00 0.00 0.00 0.00 [2021-03-11T09:55:46.433Z] [2021-03-11T09:55:46.433Z] [2021-03-11T09:55:46.433Z] ---> sar -P ALL: [2021-03-11T09:55:46.433Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) [2021-03-11T09:55:46.433Z] [2021-03-11T09:55:46.433Z] 09:31:30 LINUX RESTART (4 CPU) [2021-03-11T09:55:46.433Z] [2021-03-11T09:55:46.433Z] 09:32:02 CPU %user %nice %system %iowait %steal %idle [2021-03-11T09:55:46.433Z] 09:33:01 all 14.38 0.00 5.76 1.77 0.20 77.89 [2021-03-11T09:55:46.433Z] 09:33:01 0 15.22 0.00 7.35 1.62 0.19 75.62 [2021-03-11T09:55:46.433Z] 09:33:01 1 14.23 0.00 6.01 1.32 0.26 78.18 [2021-03-11T09:55:46.433Z] 09:33:01 2 16.37 0.00 5.04 2.49 0.19 75.91 [2021-03-11T09:55:46.433Z] 09:33:01 3 11.71 0.00 4.68 1.65 0.16 81.81 [2021-03-11T09:55:46.433Z] 09:34:01 all 12.89 0.00 7.24 1.33 0.20 78.35 [2021-03-11T09:55:46.433Z] 09:34:01 0 11.64 0.00 8.44 2.00 0.17 77.75 [2021-03-11T09:55:46.433Z] 09:34:01 1 16.80 0.00 7.60 1.77 0.21 73.62 [2021-03-11T09:55:46.433Z] 09:34:01 2 10.00 0.00 6.47 0.46 0.19 82.88 [2021-03-11T09:55:46.433Z] 09:34:01 3 13.09 0.00 6.44 1.10 0.22 79.15 [2021-03-11T09:55:46.433Z] 09:35:01 all 31.57 0.00 11.25 7.72 0.32 49.15 [2021-03-11T09:55:46.433Z] 09:35:01 0 32.40 0.00 10.55 7.25 0.33 49.47 [2021-03-11T09:55:46.433Z] 09:35:01 1 31.68 0.00 11.68 6.30 0.29 50.05 [2021-03-11T09:55:46.433Z] 09:35:01 2 31.55 0.00 11.33 9.29 0.31 47.52 [2021-03-11T09:55:46.433Z] 09:35:01 3 30.62 0.00 11.46 8.04 0.33 49.55 [2021-03-11T09:55:46.433Z] 09:36:01 all 52.79 0.00 13.94 2.39 0.29 30.58 [2021-03-11T09:55:46.433Z] 09:36:01 0 52.19 0.00 13.52 1.65 0.37 32.28 [2021-03-11T09:55:46.433Z] 09:36:01 1 52.89 0.00 13.89 3.06 0.28 29.88 [2021-03-11T09:55:46.433Z] 09:36:01 2 53.98 0.00 13.51 1.75 0.30 30.47 [2021-03-11T09:55:46.433Z] 09:36:01 3 52.11 0.00 14.84 3.12 0.21 29.72 [2021-03-11T09:55:46.433Z] 09:37:01 all 34.00 0.00 12.89 2.24 0.39 50.49 [2021-03-11T09:55:46.433Z] 09:37:01 0 34.25 0.00 13.27 1.03 0.38 51.07 [2021-03-11T09:55:46.433Z] 09:37:01 1 32.60 0.00 12.43 2.00 0.38 52.59 [2021-03-11T09:55:46.433Z] 09:37:01 2 35.39 0.00 13.18 5.10 0.35 45.98 [2021-03-11T09:55:46.433Z] 09:37:01 3 33.74 0.00 12.66 0.87 0.43 52.30 [2021-03-11T09:55:46.433Z] 09:38:03 all 20.59 0.00 29.00 15.35 0.67 34.39 [2021-03-11T09:55:46.433Z] 09:38:03 0 19.10 0.00 29.54 16.47 0.67 34.21 [2021-03-11T09:55:46.433Z] 09:38:03 1 20.50 0.00 28.13 15.63 0.71 35.03 [2021-03-11T09:55:46.433Z] 09:38:03 2 19.90 0.00 29.15 14.94 0.66 35.35 [2021-03-11T09:55:46.433Z] 09:38:03 3 22.90 0.00 29.17 14.34 0.63 32.97 [2021-03-11T09:55:46.433Z] 09:39:02 all 52.90 0.00 20.44 14.30 0.45 11.92 [2021-03-11T09:55:46.433Z] 09:39:02 0 53.74 0.00 19.89 14.87 0.44 11.06 [2021-03-11T09:55:46.433Z] 09:39:02 1 53.19 0.00 20.80 13.53 0.43 12.06 [2021-03-11T09:55:46.433Z] 09:39:02 2 52.97 0.00 20.84 15.56 0.45 10.18 [2021-03-11T09:55:46.433Z] 09:39:02 3 51.68 0.00 20.21 13.20 0.48 14.43 [2021-03-11T09:55:46.433Z] 09:40:02 all 30.15 0.00 23.01 17.90 0.57 28.37 [2021-03-11T09:55:46.433Z] 09:40:02 0 29.85 0.00 21.14 18.30 0.63 30.08 [2021-03-11T09:55:46.433Z] 09:40:02 1 31.56 0.00 23.86 17.62 0.53 26.44 [2021-03-11T09:55:46.433Z] 09:40:02 2 30.21 0.00 24.20 18.60 0.53 26.47 [2021-03-11T09:55:46.433Z] 09:40:02 3 28.98 0.00 22.85 17.07 0.60 30.50 [2021-03-11T09:55:46.433Z] 09:41:01 all 48.31 0.00 20.42 11.62 0.39 19.26 [2021-03-11T09:55:46.433Z] 09:41:01 0 48.82 0.00 19.73 13.84 0.36 17.24 [2021-03-11T09:55:46.433Z] 09:41:01 1 47.58 0.00 21.00 10.98 0.46 19.98 [2021-03-11T09:55:46.433Z] 09:41:01 2 48.10 0.00 20.92 11.24 0.41 19.33 [2021-03-11T09:55:46.433Z] 09:41:01 3 48.75 0.00 20.02 10.42 0.34 20.47 [2021-03-11T09:55:46.433Z] 09:42:01 all 5.07 0.00 3.25 3.02 0.10 88.56 [2021-03-11T09:55:46.433Z] 09:42:01 0 6.11 0.00 3.61 1.04 0.12 89.12 [2021-03-11T09:55:46.433Z] 09:42:01 1 4.25 0.00 3.11 5.95 0.12 86.57 [2021-03-11T09:55:46.433Z] 09:42:01 2 4.86 0.00 3.10 1.46 0.08 90.49 [2021-03-11T09:55:46.433Z] 09:42:01 3 5.04 0.00 3.20 3.62 0.08 88.05 [2021-03-11T09:55:46.433Z] 09:43:02 all 0.18 0.00 0.06 0.01 0.01 99.74 [2021-03-11T09:55:46.433Z] 09:43:02 0 0.13 0.00 0.10 0.03 0.00 99.73 [2021-03-11T09:55:46.433Z] 09:43:02 1 0.37 0.00 0.03 0.00 0.00 99.60 [2021-03-11T09:55:46.433Z] 09:43:02 2 0.20 0.00 0.08 0.00 0.02 99.70 [2021-03-11T09:55:46.433Z] 09:43:02 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-11T09:55:46.433Z] [2021-03-11T09:55:46.433Z] 09:43:02 CPU %user %nice %system %iowait %steal %idle [2021-03-11T09:55:46.433Z] 09:44:01 all 0.08 0.00 0.04 0.00 0.01 99.86 [2021-03-11T09:55:46.433Z] 09:44:01 0 0.20 0.00 0.03 0.00 0.00 99.76 [2021-03-11T09:55:46.433Z] 09:44:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-11T09:55:46.433Z] 09:44:01 2 0.05 0.00 0.07 0.00 0.02 99.86 [2021-03-11T09:55:46.433Z] 09:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-11T09:55:46.433Z] 09:45:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-11T09:55:46.433Z] 09:45:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-11T09:55:46.433Z] 09:45:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-11T09:55:46.433Z] 09:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-11T09:55:46.433Z] 09:45:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-11T09:55:46.433Z] 09:46:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-03-11T09:55:46.433Z] 09:46:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-03-11T09:55:46.433Z] 09:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T09:55:46.433Z] 09:46:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2021-03-11T09:55:46.433Z] 09:46:01 3 0.05 0.00 0.08 0.00 0.02 99.85 [2021-03-11T09:55:46.433Z] 09:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-11T09:55:46.433Z] 09:47:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2021-03-11T09:55:46.433Z] 09:47:01 1 0.45 0.00 0.02 0.00 0.00 99.53 [2021-03-11T09:55:46.433Z] 09:47:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-03-11T09:55:46.433Z] 09:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.433Z] 09:48:01 all 0.15 0.00 0.05 0.02 0.00 99.78 [2021-03-11T09:55:46.433Z] 09:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-11T09:55:46.433Z] 09:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.433Z] 09:48:01 2 0.48 0.00 0.07 0.07 0.00 99.38 [2021-03-11T09:55:46.433Z] 09:48:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-03-11T09:55:46.433Z] 09:49:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-11T09:55:46.433Z] 09:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T09:55:46.433Z] 09:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-11T09:55:46.433Z] 09:49:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-11T09:55:46.433Z] 09:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-11T09:55:46.433Z] 09:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-11T09:55:46.433Z] 09:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.433Z] 09:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T09:55:46.433Z] 09:50:01 2 0.52 0.00 0.03 0.00 0.02 99.43 [2021-03-11T09:55:46.433Z] 09:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T09:55:46.433Z] 09:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-11T09:55:46.433Z] 09:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-11T09:55:46.434Z] 09:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T09:55:46.434Z] 09:51:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-03-11T09:55:46.434Z] 09:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-11T09:55:46.434Z] 09:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-11T09:55:46.434Z] 09:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.434Z] 09:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T09:55:46.434Z] 09:52:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-11T09:55:46.434Z] 09:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-11T09:55:46.434Z] 09:53:01 all 0.05 0.00 0.04 0.00 0.01 99.90 [2021-03-11T09:55:46.434Z] 09:53:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-03-11T09:55:46.434Z] 09:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-03-11T09:55:46.434Z] 09:53:01 2 0.13 0.00 0.07 0.00 0.02 99.78 [2021-03-11T09:55:46.434Z] 09:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-11T09:55:46.434Z] 09:54:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-03-11T09:55:46.434Z] 09:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-11T09:55:46.434Z] 09:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.434Z] 09:54:01 2 0.25 0.00 0.02 0.00 0.00 99.73 [2021-03-11T09:55:46.434Z] 09:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-11T09:55:46.434Z] [2021-03-11T09:55:46.434Z] 09:54:01 CPU %user %nice %system %iowait %steal %idle [2021-03-11T09:55:46.434Z] 09:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-11T09:55:46.434Z] 09:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-11T09:55:46.434Z] 09:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-11T09:55:46.434Z] 09:55:01 2 0.50 0.00 0.00 0.00 0.00 99.50 [2021-03-11T09:55:46.434Z] 09:55:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-11T09:55:46.434Z] Average: all 12.82 0.00 6.23 3.27 0.15 77.53 [2021-03-11T09:55:46.434Z] Average: 0 12.85 0.00 6.23 3.30 0.16 77.47 [2021-03-11T09:55:46.434Z] Average: 1 12.93 0.00 6.29 3.30 0.16 77.32 [2021-03-11T09:55:46.434Z] Average: 2 12.95 0.00 6.26 3.41 0.15 77.22 [2021-03-11T09:55:46.434Z] Average: 3 12.54 0.00 6.13 3.08 0.15 78.11 [2021-03-11T09:55:46.434Z] [2021-03-11T09:55:46.434Z] [2021-03-11T09:55:46.434Z]