Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 39bd452d660e71cbecdd64b169fd727f072488f6+d3783389bd084c805784fc32d68d5bd35a9a1ab3 (4376fa385f63e074780ddc032da567e758d3bbf2) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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-5082 in /w/workspace/edgexfoundry_edgex-go_PR-3461 [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/3461/head:refs/remotes/origin/PR-3461 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 39bd452d660e71cbecdd64b169fd727f072488f6 Merge succeeded, producing 675d4e7148d37f12b2003cc7caa992b80ca9ab39 Checking out Revision 675d4e7148d37f12b2003cc7caa992b80ca9ab39 (PR-3461) > git config core.sparsecheckout # timeout=10 > git checkout -f 39bd452d660e71cbecdd64b169fd727f072488f6 # 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 d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 675d4e7148d37f12b2003cc7caa992b80ca9ab39 # timeout=10 Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" > git rev-list --no-walk 39bd452d660e71cbecdd64b169fd727f072488f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T08:30:24.439Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T08:30:24.559Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T08:30:24.589Z] ========================================================= [2021-05-13T08:30:24.589Z] EdgeX Global Pipelines Version Info [2021-05-13T08:30:24.589Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:30:26.240Z] ------------------- [2021-05-13T08:30:26.240Z] stable info: [2021-05-13T08:30:26.240Z] ------------------- [2021-05-13T08:30:26.240Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T08:30:26.240Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:30:26.240Z] Message: update stable to v1.0.192 [2021-05-13T08:30:27.203Z] ------------------- [2021-05-13T08:30:27.203Z] experimental info: [2021-05-13T08:30:27.203Z] ------------------- [2021-05-13T08:30:27.203Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T08:30:27.203Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:30:27.203Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T08:30:27.373Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-13T08:30:27.396Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-13T08:30:27.450Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T08:30:27.473Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T08:30:27.498Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T08:30:27.538Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T08:30:27.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T08:30:27.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-13T08:30:27.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-13T08:30:27.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-13T08:30:27.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T08:30:27.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T08:30:27.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T08:30:27.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T08:30:27.781Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:30:27.816Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:30:27.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T08:30:27.861Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T08:30:27.915Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T08:30:27.939Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T08:30:27.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-13T08:30:28.000Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T08:30:28.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3461 [Pipeline] echo [2021-05-13T08:30:28.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3461 [Pipeline] echo [2021-05-13T08:30:28.088Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3461 [Pipeline] echo [2021-05-13T08:30:28.113Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 675d4e7148d37f12b2003cc7caa992b80ca9ab39 [Pipeline] echo [2021-05-13T08:30:28.143Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 675d4e7 [Pipeline] echo [2021-05-13T08:30:28.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:30:28.281Z] provisioning config files... [2021-05-13T08:30:28.335Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2194445690498268546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:30:28.690Z] ---> docker-login.sh [2021-05-13T08:30:28.690Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:30:28.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:30:29.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:30:29.228Z] Configure a credential helper to remove this warning. See [2021-05-13T08:30:29.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:30:29.228Z] [2021-05-13T08:30:29.228Z] Login Succeeded [2021-05-13T08:30:29.228Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:30:29.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:30:29.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:30:29.496Z] Configure a credential helper to remove this warning. See [2021-05-13T08:30:29.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:30:29.496Z] [2021-05-13T08:30:29.496Z] Login Succeeded [2021-05-13T08:30:29.496Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:30:29.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:30:29.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:30:29.496Z] Configure a credential helper to remove this warning. See [2021-05-13T08:30:29.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:30:29.496Z] [2021-05-13T08:30:29.496Z] Login Succeeded [2021-05-13T08:30:29.496Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:30:29.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:30:29.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:30:29.761Z] Configure a credential helper to remove this warning. See [2021-05-13T08:30:29.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:30:29.761Z] [2021-05-13T08:30:29.761Z] Login Succeeded [2021-05-13T08:30:29.761Z] docker.io [2021-05-13T08:30:30.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:30:30.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:30:30.292Z] Configure a credential helper to remove this warning. See [2021-05-13T08:30:30.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:30:30.292Z] [2021-05-13T08:30:30.292Z] Login Succeeded [2021-05-13T08:30:30.292Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:30:30.307Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:30:30.667Z] ++ 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-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/core-command/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/core-data/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-13T08:30:30.667Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T08:30:30.667Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-13T08:30:30.667Z] ++ cut -d/ -f2 [2021-05-13T08:30:30.667Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-13T08:30:30.771Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:30:32.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:30:32.168Z] [2021-05-13T08:30:32.168Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:30:32.491Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:30:32.491Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T08:30:32.491Z] 31603596830f: Pulling fs layer [2021-05-13T08:30:32.491Z] 54011a49482f: Pulling fs layer [2021-05-13T08:30:32.491Z] a6820b24f6d8: Pulling fs layer [2021-05-13T08:30:32.491Z] f581987b2513: Pulling fs layer [2021-05-13T08:30:32.491Z] f581987b2513: Waiting [2021-05-13T08:30:32.491Z] 54011a49482f: Verifying Checksum [2021-05-13T08:30:32.491Z] 54011a49482f: Download complete [2021-05-13T08:30:32.491Z] 31603596830f: Download complete [2021-05-13T08:30:32.761Z] f581987b2513: Verifying Checksum [2021-05-13T08:30:32.761Z] f581987b2513: Download complete [2021-05-13T08:30:32.761Z] a6820b24f6d8: Verifying Checksum [2021-05-13T08:30:32.761Z] a6820b24f6d8: Download complete [2021-05-13T08:30:33.024Z] 31603596830f: Pull complete [2021-05-13T08:30:33.288Z] 54011a49482f: Pull complete [2021-05-13T08:30:33.867Z] a6820b24f6d8: Pull complete [2021-05-13T08:30:34.130Z] f581987b2513: Pull complete [2021-05-13T08:30:34.130Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T08:30:34.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:30:34.130Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T08:30:34.274Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:30:34.351Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:30:37.008Z] $ docker top 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:30:37.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:30:37.212Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:30:37.467Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:30:37.472Z] $ docker exec 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d ssh-agent [2021-05-13T08:30:37.683Z] SSH_AUTH_SOCK=/tmp/ssh-0hlXBbofHLZP/agent.12 [2021-05-13T08:30:37.683Z] SSH_AGENT_PID=18 [2021-05-13T08:30:37.699Z] Running ssh-add (command line suppressed) [2021-05-13T08:30:37.868Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6801609631477249616.key (/w/workspace/edgex-go/3@tmp/private_key_6801609631477249616.key) [2021-05-13T08:30:37.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:30:38.249Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T08:30:38.275Z] $ docker exec --env ******** --env ******** 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d ssh-agent -k [2021-05-13T08:30:38.415Z] unset SSH_AUTH_SOCK; [2021-05-13T08:30:38.416Z] unset SSH_AGENT_PID; [2021-05-13T08:30:38.416Z] echo Agent pid 18 killed; [2021-05-13T08:30:38.480Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T08:30:38.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:30:38.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:30:38.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:30:38.737Z] $ docker exec 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d ssh-agent [2021-05-13T08:30:38.934Z] SSH_AUTH_SOCK=/tmp/ssh-vbIkLJbfaJvT/agent.49 [2021-05-13T08:30:38.934Z] SSH_AGENT_PID=55 [2021-05-13T08:30:38.942Z] Running ssh-add (command line suppressed) [2021-05-13T08:30:39.088Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3583585498514566957.key (/w/workspace/edgex-go/3@tmp/private_key_3583585498514566957.key) [2021-05-13T08:30:39.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:30:39.490Z] + git semver init [2021-05-13T08:30:39.491Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:30:39.491Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-05-13T08:30:39.491Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-05-13T08:30:39.491Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:30:39.491Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:30:39.491Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:30:39.491Z] # $SEMVER_BRANCH = PR-3461 [2021-05-13T08:30:39.491Z] # $SEMVER_TEMP = /tmp/semver-231828915 [2021-05-13T08:30:39.491Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-13T08:31:18.337Z] # '/tmp/semver-231828915' -> '/w/workspace/edgex-go/3/.semver' [2021-05-13T08:31:19.740Z] # -> Force: false [2021-05-13T08:31:19.740Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-05-13T08:31:19.765Z] $ docker exec --env ******** --env ******** 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d ssh-agent -k [2021-05-13T08:31:20.060Z] unset SSH_AUTH_SOCK; [2021-05-13T08:31:20.061Z] unset SSH_AGENT_PID; [2021-05-13T08:31:20.061Z] echo Agent pid 55 killed; [2021-05-13T08:31:20.179Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:31:20.527Z] + git semver [Pipeline] } [2021-05-13T08:31:20.543Z] $ docker stop --time=1 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d [2021-05-13T08:31:22.176Z] $ docker rm -f 29759a929ff6fc0ef227bcfe084199e4d53e51e79f35d83be69b588c6fb0c80d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:31:22.693Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T08:31:23.165Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T08:31:23.168Z] [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-05-13T08:31:23.747Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:31:24.050Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:31:24.363Z] + sudo service docker restart [2021-05-13T08:31:24.363Z] + true [2021-05-13T08:31:24.363Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-13T08:31:24.955Z] ========================================================= [2021-05-13T08:31:24.955Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T08:31:24.955Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:31:25.274Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T08:31:29.654Z] Sending build context to Docker daemon 330.4MB [2021-05-13T08:31:29.654Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:31:29.654Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:31:29.654Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T08:31:29.654Z] 540db60ca938: Pulling fs layer [2021-05-13T08:31:29.654Z] adcc1eea9eea: Pulling fs layer [2021-05-13T08:31:29.654Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T08:31:29.654Z] 0510c868ecb4: Pulling fs layer [2021-05-13T08:31:29.654Z] afea3b2eda06: Pulling fs layer [2021-05-13T08:31:29.654Z] 7809a108b3ef: Pulling fs layer [2021-05-13T08:31:29.654Z] f706445af74f: Pulling fs layer [2021-05-13T08:31:29.654Z] 0510c868ecb4: Waiting [2021-05-13T08:31:29.654Z] afea3b2eda06: Waiting [2021-05-13T08:31:29.654Z] 7809a108b3ef: Waiting [2021-05-13T08:31:29.654Z] f706445af74f: Waiting [2021-05-13T08:31:29.654Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T08:31:29.654Z] 4c4ab2625f07: Download complete [2021-05-13T08:31:29.654Z] adcc1eea9eea: Verifying Checksum [2021-05-13T08:31:29.654Z] adcc1eea9eea: Download complete [2021-05-13T08:31:29.654Z] afea3b2eda06: Verifying Checksum [2021-05-13T08:31:29.654Z] afea3b2eda06: Download complete [2021-05-13T08:31:29.654Z] 7809a108b3ef: Verifying Checksum [2021-05-13T08:31:29.654Z] 7809a108b3ef: Download complete [2021-05-13T08:31:29.654Z] 540db60ca938: Verifying Checksum [2021-05-13T08:31:29.654Z] 540db60ca938: Download complete [2021-05-13T08:31:29.959Z] 540db60ca938: Pull complete [2021-05-13T08:31:30.274Z] adcc1eea9eea: Pull complete [2021-05-13T08:31:30.274Z] 4c4ab2625f07: Pull complete [2021-05-13T08:31:32.211Z] f706445af74f: Verifying Checksum [2021-05-13T08:31:32.211Z] f706445af74f: Download complete [2021-05-13T08:31:32.793Z] 0510c868ecb4: Verifying Checksum [2021-05-13T08:31:32.793Z] 0510c868ecb4: Download complete [2021-05-13T08:31:38.153Z] 0510c868ecb4: Pull complete [2021-05-13T08:31:38.153Z] afea3b2eda06: Pull complete [2021-05-13T08:31:38.153Z] 7809a108b3ef: Pull complete [2021-05-13T08:31:38.355Z] Still waiting to schedule task [2021-05-13T08:31:38.355Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T08:31:44.805Z] f706445af74f: Pull complete [2021-05-13T08:31:44.805Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T08:31:44.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T08:31:44.805Z] ---> b068be0155e3 [2021-05-13T08:31:44.805Z] 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-05-13T08:31:45.758Z] ---> Running in 657fb5d150d4 [2021-05-13T08:31:46.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:31:47.753Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:31:50.321Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:31:50.902Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:31:50.902Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:31:50.902Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:32:29.777Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:32:29.777Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:32:29.777Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:32:29.777Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:32:29.777Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:32:29.777Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:32:29.777Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:32:29.777Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:32:29.777Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:32:29.777Z] OK: 219 MiB in 52 packages [2021-05-13T08:32:30.049Z] Removing intermediate container 657fb5d150d4 [2021-05-13T08:32:30.049Z] ---> f1ff05cdd7cd [2021-05-13T08:32:30.049Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:32:30.049Z] ---> Running in 487bcf930dad [2021-05-13T08:32:30.631Z] Removing intermediate container 487bcf930dad [2021-05-13T08:32:30.631Z] ---> efab81ba0b8d [2021-05-13T08:32:30.631Z] Step 5/6 : COPY go.mod . [2021-05-13T08:32:30.631Z] ---> 67e4973180d8 [2021-05-13T08:32:30.631Z] Step 6/6 : RUN go mod download [2021-05-13T08:32:30.895Z] ---> Running in ced95b785405 [2021-05-13T08:32:52.937Z] Removing intermediate container ced95b785405 [2021-05-13T08:32:52.937Z] ---> 6331511f7f78 [2021-05-13T08:32:52.937Z] Successfully built 6331511f7f78 [2021-05-13T08:32:52.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:53.263Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:32:53.263Z] . [Pipeline] withDockerContainer [2021-05-13T08:32:53.381Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:32:53.438Z] $ 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-x86_64 cat [2021-05-13T08:32:54.467Z] $ docker top 3f5521e786d7944699846f650346f9cb3cd0801aaa7ee953f0253e55058ab815 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:32:54.936Z] + go version [2021-05-13T08:32:54.936Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T08:32:54.960Z] $ docker stop --time=1 3f5521e786d7944699846f650346f9cb3cd0801aaa7ee953f0253e55058ab815 [2021-05-13T08:32:56.340Z] $ docker rm -f 3f5521e786d7944699846f650346f9cb3cd0801aaa7ee953f0253e55058ab815 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:32:56.864Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:32:56.864Z] . [Pipeline] withDockerContainer [2021-05-13T08:32:56.967Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:32:57.020Z] $ 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-x86_64 cat [2021-05-13T08:32:57.765Z] $ docker top 564f513dd8235b4557c059043d5e133aaa28a4e17d1ec1f78f471fe9c632bcf8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:32:59.077Z] ========================================================= [2021-05-13T08:32:59.077Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T08:32:59.077Z] ========================================================= [Pipeline] sh [2021-05-13T08:32:59.381Z] + go mod tidy [Pipeline] sh [2021-05-13T08:33:01.118Z] + make test [2021-05-13T08:33:01.118Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:33:11.198Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T08:33:33.319Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T08:33:38.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T08:33:38.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T08:33:38.737Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T08:33:41.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T08:33:41.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T08:33:41.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T08:33:41.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T08:33:42.759Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T08:33:42.759Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T08:33:46.120Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T08:33:46.120Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T08:33:46.120Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T08:33:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T08:33:47.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T08:33:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 28.7% of statements [2021-05-13T08:33:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-05-13T08:33:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.8% of statements [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T08:33:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.095s coverage: 81.2% of statements [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T08:33:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T08:33:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T08:33:50.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 71.3% of statements [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T08:33:50.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T08:33:52.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 87.7% of statements [2021-05-13T08:33:52.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T08:33:52.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:33:52.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements [2021-05-13T08:33:52.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.207s coverage: 86.7% of statements [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2021-05-13T08:33:54.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T08:33:54.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-05-13T08:33:54.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T08:33:54.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T08:33:54.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T08:33:54.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T08:33:57.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.368s coverage: 95.1% of statements [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T08:33:57.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T08:33:57.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.8% of statements [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T08:33:57.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.054s coverage: 22.0% of statements [2021-05-13T08:33:57.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T08:33:57.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2021-05-13T08:33:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements [2021-05-13T08:33:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-05-13T08:33:58.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.592s coverage: 96.3% of statements [2021-05-13T08:33:58.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-05-13T08:34:10.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2021-05-13T08:34:10.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-05-13T08:34:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 81.8% of statements [2021-05-13T08:34:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 76.0% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 85.4% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.2% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 64.4% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 66.9% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.203s coverage: 43.5% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T08:34:21.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T08:34:21.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T08:34:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.079s coverage: 21.5% of statements [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T08:34:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 92.2% of statements [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T08:34:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 28.7% of statements [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T08:34:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T08:34:22.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T08:34:22.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T08:34:22.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements [2021-05-13T08:34:22.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T08:34:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.113s coverage: 97.6% of statements [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T08:34:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T08:34:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T08:34:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T08:34:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T08:34:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-05-13T08:34:24.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 28.1% of statements [2021-05-13T08:34:24.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T08:34:24.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.034s coverage: 85.7% of statements [2021-05-13T08:34:24.458Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T08:34:24.720Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-05-13T08:34:24.984Z] GO111MODULE=on go vet ./... [2021-05-13T08:34:45.378Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5092 in /w/workspace/edgexfoundry_edgex-go_PR-3461 [Pipeline] { [Pipeline] ws [2021-05-13T08:34:45.395Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-13T08:34:51.678Z] using credential edgex-jenkins-ssh [2021-05-13T08:34:51.706Z] Cloning the remote Git repository [2021-05-13T08:34:51.773Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:34:51.959Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-13T08:34:52.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:34:52.118Z] > git --version # timeout=10 [2021-05-13T08:34:52.146Z] > git --version # 'git version 2.17.1' [2021-05-13T08:34:52.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:34:52.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:35:04.582Z] gofmt -l . [2021-05-13T08:35:04.582Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:35:04.582Z] ./bin/test-go-mod-tidy.sh [2021-05-13T08:35:04.582Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T08:35:05.215Z] + ls -al . [2021-05-13T08:35:05.215Z] total 836 [2021-05-13T08:35:05.215Z] drwxrwxr-x 10 1001 1001 4096 May 13 08:35 . [2021-05-13T08:35:05.215Z] drwxr-xr-x 4 root root 28 May 13 08:32 .. [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 11 May 13 08:30 .dockerignore [2021-05-13T08:35:05.215Z] drwxrwxr-x 8 1001 1001 179 May 13 08:30 .git [2021-05-13T08:35:05.215Z] drwxrwxr-x 3 1001 1001 125 May 13 08:30 .github [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 818 May 13 08:30 .gitignore [2021-05-13T08:35:05.215Z] drwx------ 3 1001 1001 60 May 13 08:31 .semver [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 166 May 13 08:30 .sonarcloud.properties [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 8609 May 13 08:30 Attribution.txt [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 3804 May 13 08:30 CONTRIBUTING.md [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 931 May 13 08:30 Dockerfile.build [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 863 May 13 08:30 Jenkinsfile [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 10775 May 13 08:30 LICENSE [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 5594 May 13 08:30 Makefile [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 7978 May 13 08:30 README.md [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 6755 May 13 08:30 SECURITY.md [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 5 May 13 08:31 VERSION [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 4131 May 13 08:30 ZMQWindows.md [2021-05-13T08:35:05.215Z] drwxrwxr-x 2 1001 1001 117 May 13 08:30 bin [2021-05-13T08:35:05.215Z] drwxrwxr-x 14 1001 1001 4096 May 13 08:30 cmd [2021-05-13T08:35:05.215Z] -rw-r--r-- 1 root root 727397 May 13 08:34 coverage.out [2021-05-13T08:35:05.215Z] -rw-r--r-- 1 root root 1060 May 13 08:35 go.mod [2021-05-13T08:35:05.215Z] -rw-r--r-- 1 root root 21797 May 13 08:33 go.sum [2021-05-13T08:35:05.215Z] drwxrwxr-x 8 1001 1001 127 May 13 08:30 internal [2021-05-13T08:35:05.215Z] drwxrwxr-x 4 1001 1001 26 May 13 08:30 openapi [2021-05-13T08:35:05.215Z] drwxrwxr-x 4 1001 1001 71 May 13 08:30 snap [2021-05-13T08:35:05.215Z] -rw-rw-r-- 1 1001 1001 168 May 13 08:30 version.go [Pipeline] sh [2021-05-13T08:35:05.517Z] + '[' -e coverage.out ] [2021-05-13T08:35:05.517Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T08:35:05.733Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T08:35:06.030Z] + make build [2021-05-13T08:35:06.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-05-13T08:35:08.588Z] 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-05-13T08:35:13.797Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:35:13.817Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:35:13.845Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:35:13.882Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:35:13.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:35:13.900Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3461/head:refs/remotes/origin/PR-3461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:35:14.801Z] Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 39bd452d660e71cbecdd64b169fd727f072488f6 [2021-05-13T08:35:15.494Z] Merge succeeded, producing 6b590a575ed7727851a474cdcd431f4de5eb03ae [2021-05-13T08:35:15.494Z] Checking out Revision 6b590a575ed7727851a474cdcd431f4de5eb03ae (PR-3461) [2021-05-13T08:35:14.822Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:35:14.844Z] > git checkout -f 39bd452d660e71cbecdd64b169fd727f072488f6 # timeout=10 [2021-05-13T08:35:15.179Z] > git remote # timeout=10 [2021-05-13T08:35:15.194Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T08:35:15.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:35:15.236Z] > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 [2021-05-13T08:35:15.480Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T08:35:15.506Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:35:15.519Z] > git checkout -f 6b590a575ed7727851a474cdcd431f4de5eb03ae # timeout=10 [2021-05-13T08:35:18.732Z] 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-05-13T08:35:19.694Z] 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-05-13T08:35:19.991Z] Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" [2021-05-13T08:35:20.002Z] > git rev-list --no-walk 39bd452d660e71cbecdd64b169fd727f072488f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:35:21.730Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:35:22.171Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:35:22.262Z] 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-05-13T08:35:22.513Z] + sudo service docker restart [2021-05-13T08:35:22.513Z] + true [2021-05-13T08:35:22.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T08:35:24.468Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:35:25.184Z] provisioning config files... [2021-05-13T08:35:25.233Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3258514048069064281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:35:25.611Z] ---> docker-login.sh [2021-05-13T08:35:25.611Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:35:25.898Z] 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-05-13T08:35:26.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:26.849Z] 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-05-13T08:35:26.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:26.866Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:26.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:26.866Z] [2021-05-13T08:35:26.866Z] Login Succeeded [2021-05-13T08:35:26.866Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:35:27.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:27.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:27.463Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:27.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:27.463Z] [2021-05-13T08:35:27.463Z] Login Succeeded [2021-05-13T08:35:27.463Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:35:27.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:27.815Z] 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-05-13T08:35:28.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:28.019Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:28.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:28.019Z] [2021-05-13T08:35:28.019Z] Login Succeeded [2021-05-13T08:35:28.019Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:35:28.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:28.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:28.565Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:28.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:28.565Z] [2021-05-13T08:35:28.565Z] Login Succeeded [2021-05-13T08:35:28.565Z] docker.io [2021-05-13T08:35:28.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:35:29.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:35:29.111Z] Configure a credential helper to remove this warning. See [2021-05-13T08:35:29.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:35:29.111Z] [2021-05-13T08:35:29.111Z] Login Succeeded [2021-05-13T08:35:29.111Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:35:29.128Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-13T08:35:29.260Z] 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 [Pipeline] echo [2021-05-13T08:35:29.447Z] ========================================================= [2021-05-13T08:35:29.447Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T08:35:29.447Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:30.592Z] 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-05-13T08:35:30.601Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T08:35:32.057Z] Sending build context to Docker daemon 167.8MB [2021-05-13T08:35:32.057Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:35:32.057Z] Step 2/6 : FROM ${BASE} [2021-05-13T08:35:32.057Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T08:35:32.057Z] 595b0fe564bb: Pulling fs layer [2021-05-13T08:35:32.057Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T08:35:32.057Z] 316046926c0a: Pulling fs layer [2021-05-13T08:35:32.057Z] 4ebd0625c992: Pulling fs layer [2021-05-13T08:35:32.057Z] 207e8628e3a3: Pulling fs layer [2021-05-13T08:35:32.057Z] c791037a9be2: Pulling fs layer [2021-05-13T08:35:32.057Z] ffd874e62e21: Pulling fs layer [2021-05-13T08:35:32.057Z] 4ebd0625c992: Waiting [2021-05-13T08:35:32.057Z] 207e8628e3a3: Waiting [2021-05-13T08:35:32.057Z] c791037a9be2: Waiting [2021-05-13T08:35:32.057Z] ffd874e62e21: Waiting [2021-05-13T08:35:32.336Z] 316046926c0a: Verifying Checksum [2021-05-13T08:35:32.336Z] 316046926c0a: Download complete [2021-05-13T08:35:32.336Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T08:35:32.336Z] 7186ed65a4f7: Download complete [2021-05-13T08:35:32.336Z] 207e8628e3a3: Verifying Checksum [2021-05-13T08:35:32.336Z] 207e8628e3a3: Download complete [2021-05-13T08:35:32.336Z] c791037a9be2: Download complete [2021-05-13T08:35:32.336Z] 595b0fe564bb: Verifying Checksum [2021-05-13T08:35:32.336Z] 595b0fe564bb: Download complete [Pipeline] } [2021-05-13T08:35:32.560Z] $ docker stop --time=1 564f513dd8235b4557c059043d5e133aaa28a4e17d1ec1f78f471fe9c632bcf8 [2021-05-13T08:35:32.941Z] 595b0fe564bb: Pull complete [2021-05-13T08:35:33.544Z] 7186ed65a4f7: Pull complete [2021-05-13T08:35:33.819Z] 316046926c0a: Pull complete [2021-05-13T08:35:34.444Z] $ docker rm -f 564f513dd8235b4557c059043d5e133aaa28a4e17d1ec1f78f471fe9c632bcf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-13T08:35:35.276Z] ffd874e62e21: Verifying Checksum [2021-05-13T08:35:35.276Z] ffd874e62e21: Download complete [2021-05-13T08:35:36.721Z] 4ebd0625c992: Verifying Checksum [2021-05-13T08:35:36.721Z] 4ebd0625c992: Download complete [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:37.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:35:37.730Z] [2021-05-13T08:35:37.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:38.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:35:38.049Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-13T08:35:38.049Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-13T08:35:38.049Z] ca9280d653b3: Pulling fs layer [2021-05-13T08:35:38.049Z] 7e9c9ca2126c: Pulling fs layer [2021-05-13T08:35:38.313Z] cbdbe7a5bc2a: Download complete [2021-05-13T08:35:38.575Z] cbdbe7a5bc2a: Pull complete [2021-05-13T08:35:38.575Z] ca9280d653b3: Verifying Checksum [2021-05-13T08:35:38.575Z] ca9280d653b3: Download complete [2021-05-13T08:35:40.000Z] 7e9c9ca2126c: Download complete [2021-05-13T08:35:40.000Z] ca9280d653b3: Pull complete [2021-05-13T08:35:48.211Z] 7e9c9ca2126c: Pull complete [2021-05-13T08:35:48.211Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-13T08:35:48.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:35:48.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-13T08:35:48.423Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:35:48.476Z] $ 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:latest cat [2021-05-13T08:35:49.190Z] 4ebd0625c992: Pull complete [2021-05-13T08:35:49.190Z] 207e8628e3a3: Pull complete [2021-05-13T08:35:49.190Z] c791037a9be2: Pull complete [2021-05-13T08:35:49.543Z] $ docker top 259ccbe0e4e52c1a947997f663f5a544456621c6afbfa93d5a95f2a24dc346b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:35:49.973Z] + docker-compose build --help [2021-05-13T08:35:49.974Z] + grep parallel [2021-05-13T08:35:50.924Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:35:51.202Z] $ docker stop --time=1 259ccbe0e4e52c1a947997f663f5a544456621c6afbfa93d5a95f2a24dc346b9 [2021-05-13T08:35:51.856Z] ffd874e62e21: Pull complete [2021-05-13T08:35:51.856Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T08:35:51.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T08:35:51.856Z] ---> cfc18b08335c [2021-05-13T08:35:51.856Z] 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-05-13T08:35:52.585Z] $ docker rm -f 259ccbe0e4e52c1a947997f663f5a544456621c6afbfa93d5a95f2a24dc346b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:35:53.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T08:35:53.116Z] . [Pipeline] withDockerContainer [2021-05-13T08:35:53.220Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:35:53.277Z] $ 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:latest cat [2021-05-13T08:35:54.001Z] $ docker top a8d7712758b93b806c5d28e3f6723d64af9dea85b6ea6d9cad81eb48d6f60853 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:35:54.451Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:35:55.396Z] Building core-command ... [2021-05-13T08:35:55.396Z] Building core-data ... [2021-05-13T08:35:55.396Z] Building core-metadata ... [2021-05-13T08:35:55.396Z] Building security-bootstrapper ... [2021-05-13T08:35:55.396Z] Building security-proxy-setup ... [2021-05-13T08:35:55.396Z] Building security-secretstore-setup ... [2021-05-13T08:35:55.396Z] Building support-notifications ... [2021-05-13T08:35:55.396Z] Building support-scheduler ... [2021-05-13T08:35:55.396Z] Building sys-mgmt-agent ... [2021-05-13T08:35:55.396Z] Building support-notifications [2021-05-13T08:35:55.396Z] Building security-bootstrapper [2021-05-13T08:35:55.396Z] Building security-proxy-setup [2021-05-13T08:35:55.396Z] Building core-command [2021-05-13T08:35:55.396Z] Building sys-mgmt-agent [2021-05-13T08:35:56.234Z] ---> Running in 9cd6574ffce5 [2021-05-13T08:35:57.685Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:35:58.685Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:35:59.682Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T08:36:00.282Z] (2/12) Installing file (5.39-r0) [2021-05-13T08:36:00.556Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T08:36:00.556Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T08:36:10.728Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T08:36:10.728Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T08:36:10.728Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T08:36:10.728Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T08:36:10.728Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T08:36:10.728Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:36:10.728Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T08:36:10.728Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:36:10.728Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:36:10.728Z] OK: 218 MiB in 52 packages [2021-05-13T08:36:15.047Z] Removing intermediate container 9cd6574ffce5 [2021-05-13T08:36:15.047Z] ---> 33670baade7c [2021-05-13T08:36:15.047Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T08:36:15.047Z] ---> Running in 5d643030c7a9 [2021-05-13T08:36:15.320Z] Removing intermediate container 5d643030c7a9 [2021-05-13T08:36:15.320Z] ---> a2a97a32cc37 [2021-05-13T08:36:15.320Z] Step 5/6 : COPY go.mod . [2021-05-13T08:36:15.944Z] ---> c1f4e6d2568f [2021-05-13T08:36:15.944Z] Step 6/6 : RUN go mod download [2021-05-13T08:36:16.223Z] ---> Running in 528d495e713d [2021-05-13T08:36:34.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:36:34.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:36:34.541Z] ---> 6331511f7f78 [2021-05-13T08:36:34.541Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T08:36:34.541Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:36:34.541Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:36:34.541Z] ---> 6331511f7f78 [2021-05-13T08:36:34.541Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:36:34.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:36:34.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:36:34.541Z] ---> 6331511f7f78 [2021-05-13T08:36:34.541Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:36:34.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:36:34.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:36:34.541Z] ---> 6331511f7f78 [2021-05-13T08:36:34.541Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:36:34.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:36:34.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:36:34.541Z] ---> 6331511f7f78 [2021-05-13T08:36:34.541Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:36:34.541Z] ---> Running in 23ddab9691f1 [2021-05-13T08:36:34.541Z] ---> Running in 8122228806ee [2021-05-13T08:36:34.541Z] ---> Running in e929e6dac8af [2021-05-13T08:36:34.541Z] ---> Running in 71b41b51d3e9 [2021-05-13T08:36:34.541Z] ---> Running in 45a07493a7fc [2021-05-13T08:36:34.541Z] Removing intermediate container 45a07493a7fc [2021-05-13T08:36:34.541Z] ---> 8617c840faaa [2021-05-13T08:36:34.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:36:34.541Z] Removing intermediate container 23ddab9691f1 [2021-05-13T08:36:34.541Z] ---> 75e4a3f75f93 [2021-05-13T08:36:34.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:36:34.541Z] Removing intermediate container e929e6dac8af [2021-05-13T08:36:34.541Z] ---> ef63bc5d5343 [2021-05-13T08:36:34.541Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:36:34.541Z] Removing intermediate container 8122228806ee [2021-05-13T08:36:34.541Z] ---> 376c5591f40a [2021-05-13T08:36:34.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:36:34.542Z] Removing intermediate container 71b41b51d3e9 [2021-05-13T08:36:34.542Z] ---> 4d041cdd0d90 [2021-05-13T08:36:34.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:36:34.542Z] ---> Running in eee4de09504f [2021-05-13T08:36:34.542Z] ---> Running in 526e30b8f6bf [2021-05-13T08:36:34.542Z] ---> Running in 1f437e9dbdd0 [2021-05-13T08:36:34.542Z] ---> Running in 5ebe36bd418b [2021-05-13T08:36:34.542Z] ---> Running in 6d3642a2e436 [2021-05-13T08:36:34.811Z] Removing intermediate container 1f437e9dbdd0 [2021-05-13T08:36:34.811Z] ---> a1466b805426 [2021-05-13T08:36:34.811Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:36:35.077Z] Removing intermediate container 526e30b8f6bf [2021-05-13T08:36:35.077Z] ---> 628eca693cd8 [2021-05-13T08:36:35.077Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:36:35.077Z] ---> Running in f9a6c72f7844 [2021-05-13T08:36:35.077Z] Removing intermediate container eee4de09504f [2021-05-13T08:36:35.077Z] ---> 631608d1a853 [2021-05-13T08:36:35.077Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:36:35.339Z] Removing intermediate container 5ebe36bd418b [2021-05-13T08:36:35.339Z] ---> 9a5afeb25397 [2021-05-13T08:36:35.339Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:36:35.339Z] Removing intermediate container 6d3642a2e436 [2021-05-13T08:36:35.339Z] ---> 3f2dd8aa08c3 [2021-05-13T08:36:35.339Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:36:35.339Z] ---> Running in 7a00bdd5c46a [2021-05-13T08:36:35.605Z] ---> Running in 05991a9f2b59 [2021-05-13T08:36:35.605Z] ---> Running in 07289dfb4bd2 [2021-05-13T08:36:35.605Z] ---> Running in f2de5866d75c [2021-05-13T08:36:36.203Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:36.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:36.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:36.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:36.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.050Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.050Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.314Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.314Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.314Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:36:37.592Z] OK: 219 MiB in 52 packages [2021-05-13T08:36:37.592Z] OK: 219 MiB in 52 packages [2021-05-13T08:36:37.864Z] OK: 219 MiB in 52 packages [2021-05-13T08:36:38.142Z] Removing intermediate container f9a6c72f7844 [2021-05-13T08:36:38.142Z] ---> 7ec072a76d08 [2021-05-13T08:36:38.142Z] Step 6/24 : COPY go.mod . [2021-05-13T08:36:38.408Z] OK: 219 MiB in 52 packages [2021-05-13T08:36:38.408Z] Removing intermediate container 7a00bdd5c46a [2021-05-13T08:36:38.408Z] ---> ebbe65eca841 [2021-05-13T08:36:38.408Z] Step 6/24 : COPY go.mod . [2021-05-13T08:36:38.408Z] OK: 219 MiB in 52 packages [2021-05-13T08:36:38.674Z] Removing intermediate container 07289dfb4bd2 [2021-05-13T08:36:38.674Z] ---> 0981f031d703 [2021-05-13T08:36:38.674Z] Step 6/22 : COPY go.mod . [2021-05-13T08:36:38.674Z] ---> 7c1d2145386c [2021-05-13T08:36:38.674Z] Step 7/24 : RUN go mod download [2021-05-13T08:36:38.945Z] ---> 1d5d90b6d8e4 [2021-05-13T08:36:38.945Z] Step 7/24 : RUN go mod download [2021-05-13T08:36:38.945Z] ---> Running in cefa46933eb4 [2021-05-13T08:36:39.212Z] ---> Running in 6191b40e84ee [2021-05-13T08:36:39.212Z] ---> 8351d8e874a9 [2021-05-13T08:36:39.212Z] Step 7/22 : RUN go mod download [2021-05-13T08:36:39.485Z] ---> Running in 999440e726a9 [2021-05-13T08:36:39.485Z] Removing intermediate container f2de5866d75c [2021-05-13T08:36:39.485Z] ---> ac3aff246a77 [2021-05-13T08:36:39.485Z] Step 6/23 : COPY go.mod . [2021-05-13T08:36:39.761Z] Removing intermediate container 05991a9f2b59 [2021-05-13T08:36:39.761Z] ---> ddde5494591b [2021-05-13T08:36:39.761Z] Step 6/32 : COPY go.mod . [2021-05-13T08:36:40.032Z] ---> af62b6ffd66b [2021-05-13T08:36:40.032Z] Step 7/23 : RUN go mod download [2021-05-13T08:36:40.032Z] ---> 62bb868b40e5 [2021-05-13T08:36:40.032Z] Step 7/32 : RUN go mod download [2021-05-13T08:36:40.032Z] ---> Running in 975bfa0386b5 [2021-05-13T08:36:40.301Z] ---> Running in 7d7bca7425e4 [2021-05-13T08:36:42.294Z] Removing intermediate container cefa46933eb4 [2021-05-13T08:36:42.294Z] ---> 4b9ea9a30d33 [2021-05-13T08:36:42.294Z] Step 8/24 : COPY . . [2021-05-13T08:36:42.294Z] Removing intermediate container 999440e726a9 [2021-05-13T08:36:42.294Z] ---> 9578fb571485 [2021-05-13T08:36:42.294Z] Step 8/22 : COPY . . [2021-05-13T08:36:42.294Z] Removing intermediate container 6191b40e84ee [2021-05-13T08:36:42.294Z] ---> 956f34954f79 [2021-05-13T08:36:42.294Z] Step 8/24 : COPY . . [2021-05-13T08:36:42.294Z] Removing intermediate container 975bfa0386b5 [2021-05-13T08:36:42.294Z] ---> d090cea754fb [2021-05-13T08:36:42.294Z] Step 8/23 : COPY . . [2021-05-13T08:36:42.877Z] Removing intermediate container 7d7bca7425e4 [2021-05-13T08:36:42.877Z] ---> bc4e6436fe51 [2021-05-13T08:36:42.877Z] Step 8/32 : COPY . . [2021-05-13T08:36:48.651Z] Removing intermediate container 528d495e713d [2021-05-13T08:36:48.651Z] ---> 4a648688c9d2 [2021-05-13T08:36:48.651Z] Successfully built 4a648688c9d2 [2021-05-13T08:36:48.651Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:49.003Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:36:49.004Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:49.313Z] prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container [2021-05-13T08:36:49.417Z] $ 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-arm64 cat [2021-05-13T08:36:51.211Z] $ docker top a1c9c6b69311c9a9bc4084f20f14c540b72e7e11f1c2d150bcac7d6a69f71774 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:36:52.233Z] + go version [2021-05-13T08:36:52.233Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T08:36:52.270Z] $ docker stop --time=1 a1c9c6b69311c9a9bc4084f20f14c540b72e7e11f1c2d150bcac7d6a69f71774 [2021-05-13T08:36:54.390Z] $ docker rm -f a1c9c6b69311c9a9bc4084f20f14c540b72e7e11f1c2d150bcac7d6a69f71774 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:36:55.147Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:36:55.147Z] . [Pipeline] withDockerContainer [2021-05-13T08:36:55.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container [2021-05-13T08:36:55.565Z] $ 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-arm64 cat [2021-05-13T08:36:57.039Z] $ docker top f9b087711de92e60823311813bccbab46df45923bc0546326b11d0ff13b6a240 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:36:57.340Z] ========================================================= [2021-05-13T08:36:57.340Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T08:36:57.340Z] ========================================================= [Pipeline] sh [2021-05-13T08:36:57.988Z] + go mod tidy [Pipeline] sh [2021-05-13T08:37:00.264Z] + make test [2021-05-13T08:37:00.264Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:37:30.293Z] ---> a9add0d7482f [2021-05-13T08:37:30.293Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:37:30.293Z] ---> ba93c1c65040 [2021-05-13T08:37:30.293Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:37:30.293Z] ---> 4e0a5f5c8b4f [2021-05-13T08:37:30.293Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:37:30.293Z] ---> 51aeb540dae7 [2021-05-13T08:37:30.293Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:37:30.293Z] ---> 77ee89d1928b [2021-05-13T08:37:30.293Z] Step 9/22 : RUN go mod tidy [2021-05-13T08:37:30.293Z] ---> Running in 5e83fb1c0951 [2021-05-13T08:37:30.293Z] ---> Running in e869a8a970b2 [2021-05-13T08:37:30.293Z] ---> Running in ec4b58992821 [2021-05-13T08:37:30.293Z] ---> Running in 68ddcd90da97 [2021-05-13T08:37:30.293Z] ---> Running in a9febfa9bc18 [2021-05-13T08:37:30.293Z] Removing intermediate container 68ddcd90da97 [2021-05-13T08:37:30.293Z] ---> 8e9d2443059f [2021-05-13T08:37:30.293Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:37:30.293Z] Removing intermediate container a9febfa9bc18 [2021-05-13T08:37:30.293Z] ---> d6b2db5fe6da [2021-05-13T08:37:30.293Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:37:30.293Z] Removing intermediate container e869a8a970b2 [2021-05-13T08:37:30.293Z] ---> 3ee0b37542f2 [2021-05-13T08:37:30.293Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:37:30.293Z] Removing intermediate container 5e83fb1c0951 [2021-05-13T08:37:30.293Z] ---> af681c621247 [2021-05-13T08:37:30.293Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:37:30.293Z] Removing intermediate container ec4b58992821 [2021-05-13T08:37:30.293Z] ---> fd034ccbbea1 [2021-05-13T08:37:30.293Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:37:30.293Z] ---> Running in 81b213cf344f [2021-05-13T08:37:30.293Z] ---> Running in 385cfc2124ec [2021-05-13T08:37:30.293Z] ---> Running in 21d9c8eb4993 [2021-05-13T08:37:30.293Z] ---> Running in 4ef186497eda [2021-05-13T08:37:30.293Z] ---> Running in b3ac6ef7effb [2021-05-13T08:37:30.293Z] 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-05-13T08:37:30.293Z] 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-05-13T08:37:30.293Z] 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-05-13T08:37:30.293Z] 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-05-13T08:37:30.293Z] 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-05-13T08:37:32.627Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T08:38:09.233Z] 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-05-13T08:38:15.854Z] Removing intermediate container 385cfc2124ec [2021-05-13T08:38:15.854Z] ---> f7e0c3fda126 [2021-05-13T08:38:15.854Z] [2021-05-13T08:38:15.854Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:38:15.854Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:17.258Z] Removing intermediate container 81b213cf344f [2021-05-13T08:38:17.258Z] ---> d28dd006c555 [2021-05-13T08:38:17.258Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:38:18.207Z] Removing intermediate container 21d9c8eb4993 [2021-05-13T08:38:18.207Z] ---> b3c8c3b773d6 [2021-05-13T08:38:18.207Z] [2021-05-13T08:38:18.207Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:38:18.207Z] Removing intermediate container 4ef186497eda [2021-05-13T08:38:18.207Z] ---> 4d23cb02768e [2021-05-13T08:38:18.207Z] [2021-05-13T08:38:18.207Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:38:18.207Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:18.207Z] 3.12: Pulling from library/alpine [2021-05-13T08:38:18.207Z] ---> Running in 380b36ef3aab [2021-05-13T08:38:18.207Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:18.207Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:18.207Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:38:18.207Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:38:18.207Z] ---> 13621d1b12d4 [2021-05-13T08:38:18.207Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:38:18.207Z] ---> 13621d1b12d4 [2021-05-13T08:38:18.207Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:38:18.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:38:18.473Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:38:18.473Z] ---> 13621d1b12d4 [2021-05-13T08:38:18.473Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:38:18.473Z] Removing intermediate container b3ac6ef7effb [2021-05-13T08:38:18.473Z] ---> ca91f4d09812 [2021-05-13T08:38:18.473Z] [2021-05-13T08:38:18.473Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:38:18.473Z] ---> 13621d1b12d4 [2021-05-13T08:38:18.473Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:38:18.473Z] ---> Running in 81bebf1e3e5c [2021-05-13T08:38:18.473Z] ---> Running in a59edeff9853 [2021-05-13T08:38:18.750Z] ---> Running in 4a91f5233358 [2021-05-13T08:38:18.750Z] ---> Running in 63c0b4a162e7 [2021-05-13T08:38:19.043Z] Removing intermediate container a59edeff9853 [2021-05-13T08:38:19.043Z] ---> 787a98b17408 [2021-05-13T08:38:19.043Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:38:19.335Z] ---> Running in 6768661547ff [2021-05-13T08:38:19.335Z] 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-05-13T08:38:19.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.889Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:19.889Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:19.889Z] OK: 6 MiB in 15 packages [2021-05-13T08:38:19.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:19.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:20.174Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:38:20.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:20.174Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:20.174Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:20.174Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:38:20.174Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:38:20.174Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:38:20.174Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:38:20.174Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:38:20.174Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:20.174Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:38:20.174Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:20.174Z] OK: 6 MiB in 16 packages [2021-05-13T08:38:20.174Z] OK: 6 MiB in 16 packages [2021-05-13T08:38:20.436Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:38:20.698Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:38:20.698Z] OK: 7 MiB in 18 packages [2021-05-13T08:38:24.019Z] Removing intermediate container 380b36ef3aab [2021-05-13T08:38:24.019Z] ---> 274af26528dd [2021-05-13T08:38:24.019Z] [2021-05-13T08:38:24.019Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:38:24.019Z] 20.10.0: Pulling from library/docker [2021-05-13T08:38:24.019Z] Removing intermediate container 81bebf1e3e5c [2021-05-13T08:38:24.019Z] ---> d6740c582fa3 [2021-05-13T08:38:24.019Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:38:24.019Z] Removing intermediate container 6768661547ff [2021-05-13T08:38:24.019Z] ---> 05deb909fd9b [2021-05-13T08:38:24.019Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:38:24.019Z] Removing intermediate container 63c0b4a162e7 [2021-05-13T08:38:24.019Z] ---> 470a66db21e5 [2021-05-13T08:38:24.019Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:38:24.606Z] ---> Running in 59ce6c6346ca [2021-05-13T08:38:24.606Z] ---> Running in 6be33f17cecd [2021-05-13T08:38:24.606Z] ---> Running in 4aa7b9b57fb9 [2021-05-13T08:38:24.606Z] Removing intermediate container 4a91f5233358 [2021-05-13T08:38:24.606Z] ---> 8a1ef751de70 [2021-05-13T08:38:24.606Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:38:25.556Z] Removing intermediate container 59ce6c6346ca [2021-05-13T08:38:25.556Z] ---> 2f5b65f64aaa [2021-05-13T08:38:25.556Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:38:25.556Z] ---> Running in 9a9eed8b0aa8 [2021-05-13T08:38:25.556Z] Removing intermediate container 6be33f17cecd [2021-05-13T08:38:25.556Z] ---> 3ba8a130e7a7 [2021-05-13T08:38:25.556Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:38:25.556Z] Removing intermediate container 4aa7b9b57fb9 [2021-05-13T08:38:25.556Z] ---> 117dafe61ffa [2021-05-13T08:38:25.556Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:38:25.556Z] ---> Running in a00f6cd733bb [2021-05-13T08:38:25.556Z] ---> Running in 80f3b7991353 [2021-05-13T08:38:25.556Z] ---> Running in 8ac80667c60a [2021-05-13T08:38:25.834Z] Removing intermediate container 9a9eed8b0aa8 [2021-05-13T08:38:25.834Z] ---> e692abb0b952 [2021-05-13T08:38:25.834Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:38:25.834Z] Removing intermediate container 80f3b7991353 [2021-05-13T08:38:25.834Z] ---> 46785a988e5b [2021-05-13T08:38:25.834Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:38:26.121Z] Removing intermediate container a00f6cd733bb [2021-05-13T08:38:26.121Z] ---> b67753ebac52 [2021-05-13T08:38:26.121Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:38:26.121Z] Removing intermediate container 8ac80667c60a [2021-05-13T08:38:26.121Z] ---> ed0b88c07d39 [2021-05-13T08:38:26.121Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:38:26.121Z] ---> Running in 4e0db94f085c [2021-05-13T08:38:26.121Z] ---> Running in 6d17ddbd9b4c [2021-05-13T08:38:26.121Z] ---> Running in 2194a6e57858 [2021-05-13T08:38:26.391Z] ---> Running in c5fb25e3cb42 [2021-05-13T08:38:26.660Z] Removing intermediate container 4e0db94f085c [2021-05-13T08:38:26.660Z] ---> 8e17a4e79338 [2021-05-13T08:38:26.660Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:38:26.660Z] Removing intermediate container c5fb25e3cb42 [2021-05-13T08:38:26.660Z] ---> baaaf80bb197 [2021-05-13T08:38:26.660Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:38:26.660Z] Removing intermediate container 2194a6e57858 [2021-05-13T08:38:26.660Z] ---> 7e354432fc42 [2021-05-13T08:38:26.660Z] Step 16/24 : WORKDIR / [2021-05-13T08:38:26.927Z] ---> Running in cc57ccbe179f [2021-05-13T08:38:27.201Z] ---> bb466f648cc6 [2021-05-13T08:38:27.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:38:27.201Z] Removing intermediate container cc57ccbe179f [2021-05-13T08:38:27.201Z] ---> 57bc1685f79f [2021-05-13T08:38:27.201Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:38:27.476Z] ---> 4d153a4fba75 [2021-05-13T08:38:27.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:38:27.744Z] ---> 303250c43b04 [2021-05-13T08:38:27.744Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:38:27.744Z] Removing intermediate container 6d17ddbd9b4c [2021-05-13T08:38:27.744Z] ---> 76561f841bdf [2021-05-13T08:38:27.744Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:38:28.014Z] ---> Running in f41a812deb49 [2021-05-13T08:38:28.280Z] ---> 1469e49b90dd [2021-05-13T08:38:28.280Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:38:28.280Z] ---> 5d859b3c0354 [2021-05-13T08:38:28.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:38:28.280Z] Removing intermediate container f41a812deb49 [2021-05-13T08:38:28.280Z] ---> 77ac7596e771 [2021-05-13T08:38:28.280Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:38:28.857Z] ---> 69ea8f8f7036 [2021-05-13T08:38:28.857Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:38:29.454Z] ---> 0f0a7db4ca64 [2021-05-13T08:38:29.454Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:38:29.454Z] ---> 9e65df737a56 [2021-05-13T08:38:29.454Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:38:29.454Z] ---> c7f726b20537 [2021-05-13T08:38:29.454Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:38:29.454Z] ---> Running in a4508148294e [2021-05-13T08:38:29.454Z] ---> 2d9d7f571d3c [2021-05-13T08:38:29.454Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:38:29.454Z] ---> Running in 519a44eaa836 [2021-05-13T08:38:29.454Z] ---> Running in 6aacfc94c096 [2021-05-13T08:38:29.717Z] ---> Running in daeccbb1a0e8 [2021-05-13T08:38:29.983Z] Removing intermediate container a4508148294e [2021-05-13T08:38:29.983Z] ---> 9d2c291bc8c9 [2021-05-13T08:38:29.983Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:38:29.983Z] Removing intermediate container 6aacfc94c096 [2021-05-13T08:38:29.983Z] ---> 6267fc69ba11 [2021-05-13T08:38:29.983Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T08:38:30.249Z] Removing intermediate container daeccbb1a0e8 [2021-05-13T08:38:30.249Z] ---> c190505c7baa [2021-05-13T08:38:30.249Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:38:30.249Z] ---> Running in a64e56c704c0 [2021-05-13T08:38:30.249Z] ---> Running in 8919fdab0d38 [2021-05-13T08:38:30.249Z] ---> Running in 1768a76b2819 [2021-05-13T08:38:30.511Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:38:30.511Z] Removing intermediate container 8919fdab0d38 [2021-05-13T08:38:30.511Z] ---> 8d41a9e866e2 [2021-05-13T08:38:30.511Z] Step 20/22 : LABEL arch=x86_64 [2021-05-13T08:38:30.511Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:38:30.511Z] ---> aefe523efa57 [2021-05-13T08:38:30.511Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:38:30.511Z] Removing intermediate container a64e56c704c0 [2021-05-13T08:38:30.511Z] ---> 366b1782049d [2021-05-13T08:38:30.511Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:38:30.774Z] ---> Running in ef34c843a86a [2021-05-13T08:38:30.774Z] Removing intermediate container 1768a76b2819 [2021-05-13T08:38:30.774Z] ---> 26f2fb53d050 [2021-05-13T08:38:30.774Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:38:31.036Z] ---> Running in da58f87456cf [2021-05-13T08:38:31.036Z] ---> Running in 32be20e1a586 [2021-05-13T08:38:31.036Z] ---> Running in 4d4083c145c3 [2021-05-13T08:38:31.299Z] Removing intermediate container ef34c843a86a [2021-05-13T08:38:31.299Z] ---> b87c2e07ddc1 [2021-05-13T08:38:31.299Z] Step 21/22 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:38:31.299Z] Removing intermediate container da58f87456cf [2021-05-13T08:38:31.299Z] ---> 0c67f2c2d163 [2021-05-13T08:38:31.299Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:38:31.299Z] Removing intermediate container 32be20e1a586 [2021-05-13T08:38:31.299Z] ---> 45ebe03b3b9c [2021-05-13T08:38:31.299Z] Step 22/23 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:38:31.568Z] Removing intermediate container 4d4083c145c3 [2021-05-13T08:38:31.568Z] ---> bdb96da2d484 [2021-05-13T08:38:31.568Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:38:31.568Z] ---> Running in 52c91509b453 [2021-05-13T08:38:31.568Z] ---> Running in f159f241eea4 [2021-05-13T08:38:31.568Z] ---> Running in e55d2f67bf31 [2021-05-13T08:38:31.568Z] Removing intermediate container 519a44eaa836 [2021-05-13T08:38:31.568Z] ---> c4b80d5062c9 [2021-05-13T08:38:31.568Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:38:31.831Z] ---> Running in 2a1ee1028c25 [2021-05-13T08:38:32.099Z] Removing intermediate container 52c91509b453 [2021-05-13T08:38:32.099Z] ---> 6cf6ba487dbf [2021-05-13T08:38:32.099Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T08:38:32.099Z] Removing intermediate container e55d2f67bf31 [2021-05-13T08:38:32.099Z] ---> 45c82ae08e46 [2021-05-13T08:38:32.099Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:38:32.099Z] ---> f98b150cb495 [2021-05-13T08:38:32.099Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:38:32.099Z] ---> Running in 2fe7396528e2 [2021-05-13T08:38:32.372Z] Removing intermediate container 2a1ee1028c25 [2021-05-13T08:38:32.372Z] ---> 1217a1983aee [2021-05-13T08:38:32.372Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:38:32.372Z] ---> Running in 650c2aed92c9 [2021-05-13T08:38:32.372Z] ---> Running in a88be41e91d1 [2021-05-13T08:38:32.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:32.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:38:32.639Z] Removing intermediate container 2fe7396528e2 [2021-05-13T08:38:32.639Z] ---> 3852523ca0f1 [2021-05-13T08:38:32.639Z] [2021-05-13T08:38:32.639Z] Removing intermediate container 650c2aed92c9 [2021-05-13T08:38:32.639Z] ---> 1fec1094a6e3 [2021-05-13T08:38:32.639Z] [2021-05-13T08:38:32.639Z] Removing intermediate container a88be41e91d1 [2021-05-13T08:38:32.639Z] ---> 89a0502f2d8d [2021-05-13T08:38:32.639Z] [2021-05-13T08:38:32.639Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:38:32.639Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:38:32.639Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:38:32.915Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:38:32.915Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:38:32.915Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:38:32.915Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:38:32.915Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:38:32.915Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:38:32.915Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:38:32.915Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:38:32.915Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:38:32.915Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:38:32.915Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T08:38:33.194Z] ---> 2af6375cd85b [2021-05-13T08:38:33.194Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:38:33.194Z] Successfully built 3852523ca0f1 [2021-05-13T08:38:33.194Z] Successfully built 1fec1094a6e3 [2021-05-13T08:38:33.194Z] Successfully built 89a0502f2d8d [2021-05-13T08:38:33.194Z] Successfully tagged security-proxy-setup:latest [2021-05-13T08:38:33.194Z] Building security-secretstore-setup [2021-05-13T08:38:33.194Z] Successfully tagged support-notifications:latest [2021-05-13T08:38:33.194Z] Building core-data [2021-05-13T08:38:33.194Z] Successfully tagged core-command:latest [2021-05-13T08:38:33.194Z] Building core-metadata [2021-05-13T08:38:35.758Z]  Building security-proxy-setup ... done  Building support-notifications ... done  Building core-command ... done  ---> a2adab16de7e [2021-05-13T08:38:35.758Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:38:35.758Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:38:35.758Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:38:35.758Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:38:35.758Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:38:35.758Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:38:35.758Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:38:36.023Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:38:36.023Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:38:36.023Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:38:36.614Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:38:39.181Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:38:39.450Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:38:40.024Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:38:40.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T08:38:40.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T08:38:40.981Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:38:41.588Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:38:41.588Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:38:41.588Z] ---> 40f195409d1f [2021-05-13T08:38:41.588Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:38:41.588Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:38:41.588Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:38:41.588Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:38:41.588Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:38:41.851Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:38:41.851Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:38:41.851Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:38:42.116Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:38:42.693Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:38:42.693Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:38:46.014Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:38:46.014Z] OK: 72 MiB in 59 packages [2021-05-13T08:38:46.288Z] ---> 9b8d68b5c749 [2021-05-13T08:38:46.288Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:38:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T08:38:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T08:38:50.027Z] ---> Running in e14e91a06697 [2021-05-13T08:38:50.027Z] Removing intermediate container e14e91a06697 [2021-05-13T08:38:50.027Z] ---> 6dda25f63bca [2021-05-13T08:38:50.027Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:38:50.027Z] ---> 330ac62e8a07 [2021-05-13T08:38:50.027Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:38:50.300Z] ---> Running in 5224ef27e5c5 [2021-05-13T08:38:51.731Z] Collecting docker-compose==1.23.2 [2021-05-13T08:38:51.731Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:38:53.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T08:38:53.716Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:38:53.716Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:38:53.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T08:38:54.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T08:38:54.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T08:38:56.427Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:38:56.427Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:38:57.034Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:38:57.034Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:38:58.018Z] Removing intermediate container 5224ef27e5c5 [2021-05-13T08:38:58.018Z] ---> 0da476343ee0 [2021-05-13T08:38:58.018Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:38:59.000Z] ---> Running in 85321395ced1 [2021-05-13T08:38:59.476Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T08:38:59.476Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T08:38:59.589Z] 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-05-13T08:38:59.859Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:38:59.859Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:38:59.859Z] Removing intermediate container 85321395ced1 [2021-05-13T08:38:59.859Z] ---> fae1646616a6 [2021-05-13T08:38:59.859Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:39:00.122Z] Collecting PyYAML<4,>=3.10 [2021-05-13T08:39:00.122Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:39:01.097Z] ---> Running in 0aada0a8449f [2021-05-13T08:39:04.465Z] Removing intermediate container 0aada0a8449f [2021-05-13T08:39:04.465Z] ---> 16c39187198e [2021-05-13T08:39:04.465Z] Step 30/32 : LABEL arch=x86_64 [2021-05-13T08:39:04.465Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:04.465Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:04.465Z] ---> 6331511f7f78 [2021-05-13T08:39:04.465Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:39:04.465Z] ---> Using cache [2021-05-13T08:39:04.465Z] ---> 4d041cdd0d90 [2021-05-13T08:39:04.465Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:04.465Z] ---> Using cache [2021-05-13T08:39:04.465Z] ---> 3f2dd8aa08c3 [2021-05-13T08:39:04.465Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:39:04.465Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:04.465Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:04.465Z] ---> 6331511f7f78 [2021-05-13T08:39:04.465Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:39:04.465Z] ---> Using cache [2021-05-13T08:39:04.465Z] ---> 4d041cdd0d90 [2021-05-13T08:39:04.465Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:04.465Z] ---> Using cache [2021-05-13T08:39:04.465Z] ---> 3f2dd8aa08c3 [2021-05-13T08:39:04.465Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:39:04.465Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:04.465Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:04.465Z] ---> 6331511f7f78 [2021-05-13T08:39:04.465Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:39:04.465Z] ---> Using cache [2021-05-13T08:39:04.465Z] ---> 4d041cdd0d90 [2021-05-13T08:39:04.466Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:04.466Z] ---> Using cache [2021-05-13T08:39:04.466Z] ---> 3f2dd8aa08c3 [2021-05-13T08:39:04.466Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:39:05.419Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:39:05.419Z] ---> Running in 5f19b66399a3 [2021-05-13T08:39:05.419Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T08:39:05.419Z] ---> Running in 8a845c5e7a4c [2021-05-13T08:39:05.419Z] ---> Running in 13b3a9a9b154 [2021-05-13T08:39:05.419Z] ---> Running in 163dd6d6030d [2021-05-13T08:39:05.419Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:39:05.419Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:39:05.685Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:39:05.685Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:39:06.293Z] Removing intermediate container 163dd6d6030d [2021-05-13T08:39:06.293Z] ---> 0c09fc72720d [2021-05-13T08:39:06.293Z] Step 31/32 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:39:06.293Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:39:06.293Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:39:06.576Z] ---> Running in eaa2791ed7d5 [2021-05-13T08:39:06.576Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:06.576Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:06.576Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:06.576Z] Removing intermediate container eaa2791ed7d5 [2021-05-13T08:39:06.576Z] ---> fbaa48eb93bc [2021-05-13T08:39:06.576Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T08:39:06.839Z] 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-05-13T08:39:06.839Z] ---> Running in 45150762171b [2021-05-13T08:39:06.839Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:39:06.839Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:39:07.103Z] Removing intermediate container 45150762171b [2021-05-13T08:39:07.103Z] ---> ea83dc608890 [2021-05-13T08:39:07.103Z] [2021-05-13T08:39:07.103Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:39:07.103Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T08:39:07.103Z] 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-05-13T08:39:07.103Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:39:07.103Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:39:07.365Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:39:07.365Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:39:07.365Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:39:07.365Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:39:07.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:07.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:07.365Z] Successfully built ea83dc608890 [2021-05-13T08:39:07.365Z] Installing collected packages: idna, urllib3, requests, cached-property, dockerpty, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, docopt, texttable, docker-compose [2021-05-13T08:39:07.365Z] Attempting uninstall: idna [2021-05-13T08:39:07.365Z] Found existing installation: idna 2.9 [2021-05-13T08:39:07.365Z] Uninstalling idna-2.9: [2021-05-13T08:39:07.365Z] Successfully tagged security-bootstrapper:latest [2021-05-13T08:39:07.365Z] Building support-scheduler [2021-05-13T08:39:07.365Z]  Building security-bootstrapper ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:39:07.365Z] Successfully uninstalled idna-2.9 [2021-05-13T08:39:07.633Z] Attempting uninstall: urllib3 [2021-05-13T08:39:07.633Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:39:07.633Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:39:07.633Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:39:07.909Z] OK: 219 MiB in 52 packages [2021-05-13T08:39:07.909Z] OK: 219 MiB in 52 packages [2021-05-13T08:39:07.909Z] Attempting uninstall: requests [2021-05-13T08:39:07.909Z] Found existing installation: requests 2.23.0 [2021-05-13T08:39:07.909Z] Uninstalling requests-2.23.0: [2021-05-13T08:39:07.909Z] OK: 219 MiB in 52 packages [2021-05-13T08:39:07.909Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:39:08.174Z] Running setup.py install for dockerpty: started [2021-05-13T08:39:09.127Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:39:09.397Z] Running setup.py install for PyYAML: started [2021-05-13T08:39:09.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T08:39:09.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T08:39:09.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T08:39:12.724Z] Removing intermediate container 5f19b66399a3 [2021-05-13T08:39:12.724Z] ---> 99b97a12404f [2021-05-13T08:39:12.724Z] Step 6/24 : COPY go.mod . [2021-05-13T08:39:12.724Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:39:12.724Z] Removing intermediate container 8a845c5e7a4c [2021-05-13T08:39:12.724Z] ---> 8483dbf50d7f [2021-05-13T08:39:12.724Z] Step 6/24 : COPY go.mod . [2021-05-13T08:39:13.314Z] Removing intermediate container 13b3a9a9b154 [2021-05-13T08:39:13.314Z] ---> 2051bc3942e6 [2021-05-13T08:39:13.314Z] Step 6/26 : COPY go.mod . [2021-05-13T08:39:13.891Z] ---> f120851ec076 [2021-05-13T08:39:13.891Z] Step 7/24 : RUN go mod download [2021-05-13T08:39:14.538Z] ---> f8c005851486 [2021-05-13T08:39:14.539Z] Step 7/24 : RUN go mod download [2021-05-13T08:39:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 45.9% of statements [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T08:39:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T08:39:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 28.7% of statements [2021-05-13T08:39:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.269s coverage: 100.0% of statements [2021-05-13T08:39:15.563Z] Running setup.py install for docopt: started [2021-05-13T08:39:15.563Z] ---> Running in 4a1ec74764fa [2021-05-13T08:39:15.563Z] ---> 57704e9ae5d2 [2021-05-13T08:39:15.563Z] Step 7/26 : RUN go mod download [2021-05-13T08:39:16.227Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:39:16.227Z] Running setup.py install for texttable: started [2021-05-13T08:39:16.227Z] ---> Running in 177e85a0734e [2021-05-13T08:39:16.631Z] ---> Running in 35383b091eb7 [2021-05-13T08:39:16.939Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:39:17.982Z] 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.59.0 [2021-05-13T08:39:23.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:39:23.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:39:23.332Z] ---> 6331511f7f78 [2021-05-13T08:39:23.332Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:39:23.332Z] ---> Using cache [2021-05-13T08:39:23.332Z] ---> 4d041cdd0d90 [2021-05-13T08:39:23.332Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:39:23.332Z] ---> Using cache [2021-05-13T08:39:23.332Z] ---> 3f2dd8aa08c3 [2021-05-13T08:39:23.332Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:39:23.332Z] ---> Using cache [2021-05-13T08:39:23.332Z] ---> 2051bc3942e6 [2021-05-13T08:39:23.332Z] Step 6/23 : COPY go.mod . [2021-05-13T08:39:23.332Z] ---> Using cache [2021-05-13T08:39:23.332Z] ---> 57704e9ae5d2 [2021-05-13T08:39:23.332Z] Step 7/23 : RUN go mod download [2021-05-13T08:39:23.332Z] ---> Using cache [2021-05-13T08:39:23.332Z] ---> 470c8db55b3c [2021-05-13T08:39:23.332Z] Step 8/23 : COPY . . [2021-05-13T08:39:23.332Z] Removing intermediate container 177e85a0734e [2021-05-13T08:39:23.332Z] ---> e5530fd90b0f [2021-05-13T08:39:23.332Z] Step 8/24 : COPY . . [2021-05-13T08:39:23.332Z] Removing intermediate container 35383b091eb7 [2021-05-13T08:39:23.332Z] ---> 470c8db55b3c [2021-05-13T08:39:23.332Z] Step 8/26 : COPY . . [2021-05-13T08:39:23.332Z] Removing intermediate container 4a1ec74764fa [2021-05-13T08:39:23.332Z] ---> 68a14c70d283 [2021-05-13T08:39:23.332Z] Step 8/24 : COPY . . [2021-05-13T08:39:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.8% of statements [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T08:39:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.192s coverage: 81.2% of statements [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T08:39:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.143s coverage: 100.0% of statements [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T08:39:23.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.181s coverage: 100.0% of statements [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T08:39:23.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T08:39:24.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.409s coverage: 71.3% of statements [2021-05-13T08:39:24.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T08:39:24.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T08:39:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 87.7% of statements [2021-05-13T08:39:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T08:39:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:39:26.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.293s coverage: 78.9% of statements [2021-05-13T08:39:26.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.171s coverage: 28.6% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.303s coverage: 100.0% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.157s coverage: 100.0% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.432s coverage: 86.7% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.524s coverage: 97.5% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T08:39:36.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.266s coverage: 78.3% of statements [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T08:39:36.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.360s coverage: 95.1% of statements [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.355s coverage: 0.8% of statements [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.131s coverage: 22.0% of statements [2021-05-13T08:39:45.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.155s coverage: 79.5% of statements [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.251s coverage: 94.1% of statements [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements [2021-05-13T08:39:45.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements [2021-05-13T08:39:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.159s coverage: 94.4% of statements [2021-05-13T08:39:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements [2021-05-13T08:40:02.249Z] Removing intermediate container f159f241eea4 [2021-05-13T08:40:02.249Z] ---> 59d485b6fc54 [2021-05-13T08:40:02.249Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:40:02.249Z] ---> df93e4858174 [2021-05-13T08:40:02.249Z] Step 9/26 : RUN go mod tidy [2021-05-13T08:40:02.249Z] ---> b7fc69acd86d [2021-05-13T08:40:02.249Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:40:02.249Z] ---> 8ff3e30dcd4a [2021-05-13T08:40:02.249Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:40:02.249Z] ---> Running in a8c24d92e761 [2021-05-13T08:40:02.249Z] ---> Running in f1117a7769ea [2021-05-13T08:40:02.249Z] ---> Running in 35f85ed2244b [2021-05-13T08:40:02.249Z] ---> Running in e925619ce8c1 [2021-05-13T08:40:02.249Z] ---> 958050bd9922 [2021-05-13T08:40:02.249Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:40:02.249Z] ---> Running in 89f8b685b4e1 [2021-05-13T08:40:02.249Z] Removing intermediate container f1117a7769ea [2021-05-13T08:40:02.249Z] ---> 6cd4bb4260a1 [2021-05-13T08:40:02.249Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:40:02.249Z] ---> Running in 736427ad072f [2021-05-13T08:40:02.249Z] Removing intermediate container 736427ad072f [2021-05-13T08:40:02.249Z] ---> c455a5ecfe28 [2021-05-13T08:40:02.249Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:40:02.249Z] ---> 5daff14c2e06 [2021-05-13T08:40:02.249Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:02.521Z] ---> 3d84261a8bd7 [2021-05-13T08:40:02.521Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:40:03.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.648s coverage: 81.8% of statements [2021-05-13T08:40:03.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T08:40:03.127Z] ---> f5c167abe087 [2021-05-13T08:40:03.127Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:40:03.127Z] ---> Running in 1319852170ad [2021-05-13T08:40:03.409Z] Removing intermediate container 1319852170ad [2021-05-13T08:40:03.409Z] ---> bae58fca728c [2021-05-13T08:40:03.409Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:40:03.409Z] ---> Running in be807b957a52 [2021-05-13T08:40:03.674Z] Removing intermediate container be807b957a52 [2021-05-13T08:40:03.674Z] ---> b36aad646610 [2021-05-13T08:40:03.674Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:40:03.940Z] ---> Running in 21b34c22bfe0 [2021-05-13T08:40:04.206Z] Removing intermediate container 21b34c22bfe0 [2021-05-13T08:40:04.206Z] ---> 60151c0062cb [2021-05-13T08:40:04.206Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:40:04.206Z] ---> Running in e09e790faf53 [2021-05-13T08:40:04.788Z] Removing intermediate container e09e790faf53 [2021-05-13T08:40:04.788Z] ---> 1e8a3327a462 [2021-05-13T08:40:04.788Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:40:04.788Z] ---> Running in 3ad849290f1d [2021-05-13T08:40:04.788Z] Removing intermediate container 35f85ed2244b [2021-05-13T08:40:04.788Z] ---> 4b15bf252b2a [2021-05-13T08:40:04.788Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:40:04.788Z] Removing intermediate container 89f8b685b4e1 [2021-05-13T08:40:04.788Z] ---> 12b767b9503e [2021-05-13T08:40:04.788Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:40:05.055Z] ---> Running in 546084d1cdd8 [2021-05-13T08:40:05.055Z] Removing intermediate container a8c24d92e761 [2021-05-13T08:40:05.055Z] ---> a8c7c5892f67 [2021-05-13T08:40:05.055Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:40:05.055Z] Removing intermediate container e925619ce8c1 [2021-05-13T08:40:05.055Z] ---> 12fc76cd655a [2021-05-13T08:40:05.055Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:40:05.055Z] ---> Running in 00c9f9e1f057 [2021-05-13T08:40:05.318Z] Removing intermediate container 3ad849290f1d [2021-05-13T08:40:05.318Z] ---> dc45968b4efd [2021-05-13T08:40:05.318Z] [2021-05-13T08:40:05.898Z] ---> Running in 3373001ebec1 [2021-05-13T08:40:05.898Z] ---> Running in 391dc29ce06b [2021-05-13T08:40:05.898Z] Successfully built dc45968b4efd [2021-05-13T08:40:05.898Z] Successfully tagged sys-mgmt-agent:latest [2021-05-13T08:40:06.485Z]  Building sys-mgmt-agent ... done 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-05-13T08:40:06.763Z] 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-05-13T08:40:06.763Z] 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-05-13T08:40:06.763Z] 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-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.235s coverage: 92.9% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.173s coverage: 76.0% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.145s coverage: 80.0% of statements [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.264s coverage: 85.4% of statements [2021-05-13T08:40:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.308s coverage: 91.2% of statements [2021-05-13T08:40:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T08:40:11.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.873s coverage: 64.4% of statements [2021-05-13T08:40:11.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T08:40:11.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T08:40:11.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.274s coverage: 100.0% of statements [2021-05-13T08:40:11.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-05-13T08:40:12.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-05-13T08:40:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-05-13T08:40:13.679Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-05-13T08:40:18.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.079s coverage: 66.9% of statements [2021-05-13T08:40:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T08:40:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T08:40:18.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T08:40:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.700s coverage: 43.5% of statements [2021-05-13T08:40:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T08:40:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T08:40:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.143s coverage: 89.5% of statements [2021-05-13T08:40:19.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T08:40:19.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-05-13T08:40:26.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.569s coverage: 47.0% of statements [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T08:40:26.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T08:40:26.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T08:40:26.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T08:40:29.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.249s coverage: 21.5% of statements [2021-05-13T08:40:29.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T08:40:29.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.469s coverage: 92.2% of statements [2021-05-13T08:40:29.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T08:40:29.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:40:29.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T08:40:37.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.414s coverage: 28.7% of statements [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T08:40:37.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T08:40:37.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.204s coverage: 100.0% of statements [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T08:40:37.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.171s coverage: 64.6% of statements [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.380s coverage: 97.6% of statements [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T08:40:37.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T08:40:37.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-05-13T08:40:38.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.190s coverage: 28.1% of statements [2021-05-13T08:40:38.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T08:40:38.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.086s coverage: 85.7% of statements [2021-05-13T08:40:38.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T08:40:39.054Z] 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-05-13T08:40:39.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-13T08:40:40.031Z] GO111MODULE=on go vet ./... [2021-05-13T08:40:47.388Z] Removing intermediate container 391dc29ce06b [2021-05-13T08:40:47.388Z] ---> 83245391e686 [2021-05-13T08:40:47.388Z] [2021-05-13T08:40:47.388Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:40:47.388Z] ---> 13621d1b12d4 [2021-05-13T08:40:47.388Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:40:47.388Z] Removing intermediate container 00c9f9e1f057 [2021-05-13T08:40:47.388Z] ---> 7f9bd2fb0f93 [2021-05-13T08:40:47.388Z] [2021-05-13T08:40:47.388Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:40:47.388Z] ---> 13621d1b12d4 [2021-05-13T08:40:47.388Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:40:47.389Z] ---> Using cache [2021-05-13T08:40:47.389Z] ---> d6740c582fa3 [2021-05-13T08:40:47.389Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:40:47.389Z] ---> Using cache [2021-05-13T08:40:47.389Z] ---> 3ba8a130e7a7 [2021-05-13T08:40:47.389Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:40:47.656Z] ---> Running in cc8f90c12966 [2021-05-13T08:40:47.656Z] ---> Running in d244f8b577c5 [2021-05-13T08:40:48.237Z] Removing intermediate container cc8f90c12966 [2021-05-13T08:40:48.237Z] ---> 03d5c4410c56 [2021-05-13T08:40:48.237Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:40:50.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:40:50.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:40:50.805Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:40:51.067Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:40:51.067Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:40:51.067Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:40:51.067Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:40:51.067Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:40:51.067Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:40:51.067Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:40:51.067Z] OK: 7 MiB in 20 packages [2021-05-13T08:40:51.329Z] ---> Running in 12ff47e7b525 [2021-05-13T08:40:51.592Z] Removing intermediate container 546084d1cdd8 [2021-05-13T08:40:51.592Z] ---> 7dd16c3b4c1f [2021-05-13T08:40:51.592Z] [2021-05-13T08:40:51.592Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:40:51.592Z] ---> 13621d1b12d4 [2021-05-13T08:40:51.592Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:40:51.592Z] ---> Using cache [2021-05-13T08:40:51.592Z] ---> d6740c582fa3 [2021-05-13T08:40:51.592Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:40:51.592Z] ---> Using cache [2021-05-13T08:40:51.592Z] ---> 3ba8a130e7a7 [2021-05-13T08:40:51.592Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:40:51.592Z] Removing intermediate container 3373001ebec1 [2021-05-13T08:40:51.592Z] ---> 23c388ea1d4a [2021-05-13T08:40:51.592Z] [2021-05-13T08:40:51.592Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:40:51.592Z] ---> 13621d1b12d4 [2021-05-13T08:40:51.592Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:40:52.981Z] Removing intermediate container 12ff47e7b525 [2021-05-13T08:40:52.981Z] ---> f0289140a7a9 [2021-05-13T08:40:52.981Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:40:53.555Z] ---> Running in ae36c7ec8f16 [2021-05-13T08:40:53.555Z] ---> Running in 72a097015983 [2021-05-13T08:40:53.818Z] ---> 08bbb043233e [2021-05-13T08:40:53.818Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:40:54.090Z] Removing intermediate container ae36c7ec8f16 [2021-05-13T08:40:54.090Z] ---> eab3b2ed1e39 [2021-05-13T08:40:54.090Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:40:54.090Z] Removing intermediate container d244f8b577c5 [2021-05-13T08:40:54.090Z] ---> 1c58fdc82bf5 [2021-05-13T08:40:54.090Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:40:54.090Z] Removing intermediate container 72a097015983 [2021-05-13T08:40:54.090Z] ---> c145bfbaace3 [2021-05-13T08:40:54.090Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T08:40:54.090Z] ---> Running in 896e77d9b9f0 [2021-05-13T08:40:54.353Z] ---> Running in cb4388090c29 [2021-05-13T08:40:54.353Z] ---> Running in b98db40d3af8 [2021-05-13T08:40:54.615Z] Removing intermediate container 896e77d9b9f0 [2021-05-13T08:40:54.615Z] ---> 83f96ba28008 [2021-05-13T08:40:54.615Z] Step 16/24 : WORKDIR / [2021-05-13T08:40:54.615Z] ---> Running in ec8721583eaf [2021-05-13T08:40:54.615Z] Removing intermediate container cb4388090c29 [2021-05-13T08:40:54.615Z] ---> cbce1992668b [2021-05-13T08:40:54.615Z] Step 14/26 : WORKDIR / [2021-05-13T08:40:54.615Z] ---> 68eb9e0becc4 [2021-05-13T08:40:54.615Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:54.615Z] Removing intermediate container b98db40d3af8 [2021-05-13T08:40:54.615Z] ---> cf880cef65db [2021-05-13T08:40:54.615Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:40:54.919Z] ---> Running in 4fb92b8feefc [2021-05-13T08:40:54.919Z] ---> Running in a3375d7723da [2021-05-13T08:40:54.919Z] Removing intermediate container ec8721583eaf [2021-05-13T08:40:54.919Z] ---> e1e2ac9c136a [2021-05-13T08:40:54.919Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:40:54.919Z] ---> 458119993c0b [2021-05-13T08:40:54.919Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:40:55.191Z] Removing intermediate container a3375d7723da [2021-05-13T08:40:55.191Z] ---> d86bf89561af [2021-05-13T08:40:55.191Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:40:55.191Z] Removing intermediate container 4fb92b8feefc [2021-05-13T08:40:55.191Z] ---> 68430c01b871 [2021-05-13T08:40:55.191Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:40:55.191Z] ---> Running in b0c720f0c26d [2021-05-13T08:40:55.191Z] ---> Running in 26d6517ec3d6 [2021-05-13T08:40:55.458Z] ---> 197ab6b85d14 [2021-05-13T08:40:55.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:40:55.458Z] Removing intermediate container b0c720f0c26d [2021-05-13T08:40:55.458Z] ---> df62ad1ed565 [2021-05-13T08:40:55.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:40:55.730Z] ---> Running in 514be292b8cb [2021-05-13T08:40:55.730Z] ---> 0d781d04613b [2021-05-13T08:40:55.730Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:40:55.995Z] ---> f1d8fe5d9502 [2021-05-13T08:40:55.995Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:56.258Z] Removing intermediate container 514be292b8cb [2021-05-13T08:40:56.258Z] ---> e22b7f1540bb [2021-05-13T08:40:56.258Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T08:40:56.258Z] ---> f50bbc072a6d [2021-05-13T08:40:56.258Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:40:56.258Z] ---> Running in 7cca6d232e53 [2021-05-13T08:40:56.258Z] ---> dc1663a5f19b [2021-05-13T08:40:56.258Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:40:56.523Z] ---> Running in bd723aca75d5 [2021-05-13T08:40:56.523Z] Removing intermediate container 7cca6d232e53 [2021-05-13T08:40:56.523Z] ---> 325786e545aa [2021-05-13T08:40:56.523Z] Step 22/23 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:40:56.800Z] ---> b1bc0da49cbb [2021-05-13T08:40:56.800Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:40:56.800Z] ---> Running in ad98bb1c809d [2021-05-13T08:40:56.800Z] Removing intermediate container bd723aca75d5 [2021-05-13T08:40:56.800Z] ---> 45882522e9f0 [2021-05-13T08:40:56.800Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:40:56.800Z] Removing intermediate container 26d6517ec3d6 [2021-05-13T08:40:56.800Z] ---> d2cff96fd95d [2021-05-13T08:40:56.800Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:40:57.066Z] ---> Running in 04a1c6b4912e [2021-05-13T08:40:57.066Z] ---> Running in 7dffd5ffd624 [2021-05-13T08:40:57.066Z] Removing intermediate container ad98bb1c809d [2021-05-13T08:40:57.066Z] ---> e4661e2b3c9b [2021-05-13T08:40:57.066Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:40:57.066Z] ---> 1808d1b3ca39 [2021-05-13T08:40:57.066Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:40:57.327Z] ---> Running in 8e61f5590e36 [2021-05-13T08:40:57.617Z] Removing intermediate container 04a1c6b4912e [2021-05-13T08:40:57.617Z] ---> 70e06c122c36 [2021-05-13T08:40:57.617Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:40:57.617Z] ---> Running in e11c41e8cefd [2021-05-13T08:40:57.617Z] Removing intermediate container 8e61f5590e36 [2021-05-13T08:40:57.617Z] ---> 53dfba605d24 [2021-05-13T08:40:57.617Z] [2021-05-13T08:40:57.882Z] ---> 8d1ce733fac0 [2021-05-13T08:40:57.882Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:40:57.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:40:58.144Z] Successfully built 53dfba605d24 [2021-05-13T08:40:58.408Z] Successfully tagged support-scheduler:latest [2021-05-13T08:40:58.408Z]  Building support-scheduler ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:40:58.678Z] Removing intermediate container e11c41e8cefd [2021-05-13T08:40:58.678Z] ---> e8a2a580b351 [2021-05-13T08:40:58.678Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:40:58.678Z] ---> 18b1820a5abb [2021-05-13T08:40:58.678Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:40:58.678Z] ---> Running in 01e7875dfafd [2021-05-13T08:40:58.959Z] Removing intermediate container 01e7875dfafd [2021-05-13T08:40:58.959Z] ---> c6de336e6cc6 [2021-05-13T08:40:58.959Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:40:58.959Z] ---> Running in f73b28ff604e [2021-05-13T08:40:58.959Z] ---> ae09b9e68daf [2021-05-13T08:40:58.959Z] Step 22/26 : 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-05-13T08:40:58.959Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:40:58.959Z] ---> Running in 1b6515729f99 [2021-05-13T08:40:58.959Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:40:59.239Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:40:59.239Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:40:59.239Z] Removing intermediate container f73b28ff604e [2021-05-13T08:40:59.239Z] ---> daab22557565 [2021-05-13T08:40:59.239Z] [2021-05-13T08:40:59.820Z] Successfully built daab22557565 [2021-05-13T08:40:59.820Z] Successfully tagged core-metadata:latest [2021-05-13T08:41:00.087Z]  Building core-metadata ... done Removing intermediate container 1b6515729f99 [2021-05-13T08:41:00.087Z] ---> 98a7f6ff772c [2021-05-13T08:41:00.087Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:41:00.350Z] ---> Running in 14d69b6a23be [2021-05-13T08:41:00.350Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:41:00.350Z] Removing intermediate container 14d69b6a23be [2021-05-13T08:41:00.350Z] ---> 9e2fd3ce5a34 [2021-05-13T08:41:00.350Z] Step 24/26 : LABEL arch=x86_64 [2021-05-13T08:41:00.612Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:41:00.613Z] ---> Running in 14a8cff6c51e [2021-05-13T08:41:00.613Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:41:00.613Z] OK: 8 MiB in 20 packages [2021-05-13T08:41:00.613Z] Removing intermediate container 14a8cff6c51e [2021-05-13T08:41:00.613Z] ---> 5109a564fba8 [2021-05-13T08:41:00.613Z] Step 25/26 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:41:00.875Z] ---> Running in c24a07a6a30e [2021-05-13T08:41:00.876Z] Removing intermediate container c24a07a6a30e [2021-05-13T08:41:00.876Z] ---> 6c0e4730e95b [2021-05-13T08:41:00.876Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T08:41:01.146Z] ---> Running in b2eecd78afb5 [2021-05-13T08:41:01.146Z] Removing intermediate container 7dffd5ffd624 [2021-05-13T08:41:01.146Z] ---> 9fcb75153a6e [2021-05-13T08:41:01.146Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:41:01.409Z] Removing intermediate container b2eecd78afb5 [2021-05-13T08:41:01.409Z] ---> 6dbe9096c86e [2021-05-13T08:41:01.409Z] [2021-05-13T08:41:01.409Z] ---> 0f3b0f698a7b [2021-05-13T08:41:01.409Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:41:01.409Z] Successfully built 6dbe9096c86e [2021-05-13T08:41:01.409Z] Successfully tagged security-secretstore-setup:latest [2021-05-13T08:41:02.373Z]  Building security-secretstore-setup ... done  ---> 8a9cf40b0587 [2021-05-13T08:41:02.373Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:41:02.373Z] ---> 4842bb8e54fa [2021-05-13T08:41:02.373Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:41:02.373Z] ---> Running in bb45d0606499 [2021-05-13T08:41:02.636Z] Removing intermediate container bb45d0606499 [2021-05-13T08:41:02.636Z] ---> c8b5590bd17f [2021-05-13T08:41:02.636Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:41:02.636Z] ---> Running in 25def3198a8e [2021-05-13T08:41:02.898Z] Removing intermediate container 25def3198a8e [2021-05-13T08:41:02.898Z] ---> 019f93629f3c [2021-05-13T08:41:02.898Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T08:41:02.898Z] ---> Running in 3d61aa8943e4 [2021-05-13T08:41:03.160Z] Removing intermediate container 3d61aa8943e4 [2021-05-13T08:41:03.160Z] ---> 28d76aa903d0 [2021-05-13T08:41:03.160Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:41:03.160Z] ---> Running in 59b6a934bbc5 [2021-05-13T08:41:03.423Z] Removing intermediate container 59b6a934bbc5 [2021-05-13T08:41:03.423Z] ---> ac9cd7b50512 [2021-05-13T08:41:03.423Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:41:03.423Z] ---> Running in 766c3ee06e19 [2021-05-13T08:41:03.686Z] Removing intermediate container 766c3ee06e19 [2021-05-13T08:41:03.686Z] ---> 833087e696a6 [2021-05-13T08:41:03.686Z] [2021-05-13T08:41:04.261Z] Successfully built 833087e696a6 [2021-05-13T08:41:04.261Z] Successfully tagged core-data:latest [2021-05-13T08:41:04.536Z]  Building core-data ... done  [Pipeline] } [2021-05-13T08:41:04.559Z] $ docker stop --time=1 a8d7712758b93b806c5d28e3f6723d64af9dea85b6ea6d9cad81eb48d6f60853 [2021-05-13T08:41:06.419Z] $ docker rm -f a8d7712758b93b806c5d28e3f6723d64af9dea85b6ea6d9cad81eb48d6f60853 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:41:06.875Z] + docker images [2021-05-13T08:41:07.137Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:41:07.137Z] core-data latest 833087e696a6 4 seconds ago 21.6MB [2021-05-13T08:41:07.137Z] security-secretstore-setup latest 6dbe9096c86e 6 seconds ago 25.7MB [2021-05-13T08:41:07.137Z] core-metadata latest daab22557565 8 seconds ago 18.6MB [2021-05-13T08:41:07.137Z] support-scheduler latest 53dfba605d24 10 seconds ago 17.1MB [2021-05-13T08:41:07.137Z] 7dd16c3b4c1f 16 seconds ago 1.17GB [2021-05-13T08:41:07.137Z] 23c388ea1d4a 16 seconds ago 1.17GB [2021-05-13T08:41:07.137Z] 83245391e686 22 seconds ago 1.16GB [2021-05-13T08:41:07.137Z] 7f9bd2fb0f93 22 seconds ago 1.16GB [2021-05-13T08:41:07.137Z] sys-mgmt-agent latest dc45968b4efd About a minute ago 312MB [2021-05-13T08:41:07.137Z] security-bootstrapper latest ea83dc608890 2 minutes ago 18.2MB [2021-05-13T08:41:07.137Z] core-command latest 89a0502f2d8d 2 minutes ago 17MB [2021-05-13T08:41:07.137Z] support-notifications latest 1fec1094a6e3 2 minutes ago 17.7MB [2021-05-13T08:41:07.137Z] security-proxy-setup latest 3852523ca0f1 2 minutes ago 25.3MB [2021-05-13T08:41:07.137Z] 274af26528dd 2 minutes ago 1.15GB [2021-05-13T08:41:07.137Z] ca91f4d09812 2 minutes ago 1.15GB [2021-05-13T08:41:07.137Z] b3c8c3b773d6 2 minutes ago 1.16GB [2021-05-13T08:41:07.137Z] 4d23cb02768e 2 minutes ago 1.16GB [2021-05-13T08:41:07.137Z] f7e0c3fda126 2 minutes ago 1.15GB [2021-05-13T08:41:07.137Z] ci-base-image-x86_64 latest 6331511f7f78 8 minutes ago 648MB [2021-05-13T08:41:07.137Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-13T08:41:07.137Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-13T08:41:07.137Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-13T08:41:07.137Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-13T08:41:07.137Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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-05-13T08:41:22.483Z] Still waiting to schedule task [2021-05-13T08:41:22.483Z] ‘prd-ubuntu18.04-docker-8c-8g-5090’ is offline [2021-05-13T08:42:10.154Z] Running on prd-ubuntu18.04-docker-8c-8g-5099 in /w/workspace/edgexfoundry_edgex-go_PR-3461 [Pipeline] { [Pipeline] ws [2021-05-13T08:42:10.174Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-05-13T08:42:12.800Z] using credential edgex-jenkins-ssh [2021-05-13T08:42:12.820Z] Cloning the remote Git repository [2021-05-13T08:42:12.847Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:42:12.918Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-05-13T08:42:12.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:42:12.953Z] > git --version # timeout=10 [2021-05-13T08:42:12.959Z] > git --version # 'git version 2.17.1' [2021-05-13T08:42:12.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:42:12.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:42:27.937Z] Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 39bd452d660e71cbecdd64b169fd727f072488f6 [2021-05-13T08:42:28.175Z] Merge succeeded, producing ffdd4951ec000bc73c0660300ad5a2150b9a4eba [2021-05-13T08:42:28.176Z] Checking out Revision ffdd4951ec000bc73c0660300ad5a2150b9a4eba (PR-3461) [2021-05-13T08:42:27.258Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:42:27.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:42:27.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T08:42:27.307Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T08:42:27.307Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:42:27.314Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3461/head:refs/remotes/origin/PR-3461 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:42:27.950Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:42:27.955Z] > git checkout -f 39bd452d660e71cbecdd64b169fd727f072488f6 # timeout=10 [2021-05-13T08:42:28.079Z] > git remote # timeout=10 [2021-05-13T08:42:28.085Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T08:42:28.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:42:28.093Z] > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 [2021-05-13T08:42:28.175Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T08:42:28.183Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:42:28.188Z] > git checkout -f ffdd4951ec000bc73c0660300ad5a2150b9a4eba # timeout=10 [2021-05-13T08:42:31.821Z] Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" [2021-05-13T08:42:31.828Z] > git rev-list --no-walk 39bd452d660e71cbecdd64b169fd727f072488f6 # timeout=10 [2021-05-13T08:42:31.923Z] gofmt -l . [2021-05-13T08:42:31.923Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:42:31.923Z] ./bin/test-go-mod-tidy.sh [2021-05-13T08:42:31.923Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:42:32.911Z] + echo snap-build.sh [2021-05-13T08:42:32.911Z] snap-build.sh [2021-05-13T08:42:32.911Z] + SNAP_BASE_DIR=. [2021-05-13T08:42:32.911Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-05-13T08:42:32.911Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-05-13T08:42:32.911Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-05-13T08:42:32.911Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-05-13T08:42:32.911Z] + cd /w/workspace/edgex-go/3 [2021-05-13T08:42:32.911Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-13T08:42:32.911Z] Reading package lists... [2021-05-13T08:42:32.911Z] Building dependency tree... [2021-05-13T08:42:32.911Z] Reading state information... [2021-05-13T08:42:33.176Z] The following packages were automatically installed and are no longer required: [2021-05-13T08:42:33.176Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-13T08:42:33.176Z] uidmap xdelta3 [2021-05-13T08:42:33.176Z] Use 'sudo apt autoremove' to remove them. [2021-05-13T08:42:33.176Z] The following packages will be REMOVED: [2021-05-13T08:42:33.176Z] lxd* lxd-client* [Pipeline] sh [2021-05-13T08:42:33.748Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-13T08:42:33.748Z] After this operation, 31.7 MB disk space will be freed. [2021-05-13T08:42:34.032Z] + ls -al . [2021-05-13T08:42:34.032Z] total 864 [2021-05-13T08:42:34.032Z] drwxrwxr-x 9 1001 1001 4096 May 13 08:42 . [2021-05-13T08:42:34.032Z] drwxr-xr-x 4 root root 4096 May 13 08:36 .. [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 11 May 13 08:35 .dockerignore [2021-05-13T08:42:34.032Z] drwxrwxr-x 8 1001 1001 4096 May 13 08:35 .git [2021-05-13T08:42:34.032Z] drwxrwxr-x 3 1001 1001 4096 May 13 08:35 .github [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 818 May 13 08:35 .gitignore [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 166 May 13 08:35 .sonarcloud.properties [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 8609 May 13 08:35 Attribution.txt [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 3804 May 13 08:35 CONTRIBUTING.md [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 931 May 13 08:35 Dockerfile.build [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 863 May 13 08:35 Jenkinsfile [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 10775 May 13 08:35 LICENSE [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 5594 May 13 08:35 Makefile [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 7978 May 13 08:35 README.md [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 6755 May 13 08:35 SECURITY.md [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 5 May 13 08:31 VERSION [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 4131 May 13 08:35 ZMQWindows.md [2021-05-13T08:42:34.032Z] drwxrwxr-x 2 1001 1001 4096 May 13 08:35 bin [2021-05-13T08:42:34.032Z] drwxrwxr-x 14 1001 1001 4096 May 13 08:35 cmd [2021-05-13T08:42:34.032Z] -rw-r--r-- 1 root root 727397 May 13 08:40 coverage.out [2021-05-13T08:42:34.032Z] -rw-r--r-- 1 root root 1060 May 13 08:42 go.mod [2021-05-13T08:42:34.032Z] -rw-r--r-- 1 root root 21797 May 13 08:36 go.sum [2021-05-13T08:42:34.032Z] drwxrwxr-x 8 1001 1001 4096 May 13 08:35 internal [2021-05-13T08:42:34.032Z] drwxrwxr-x 4 1001 1001 4096 May 13 08:35 openapi [2021-05-13T08:42:34.032Z] drwxrwxr-x 4 1001 1001 4096 May 13 08:35 snap [2021-05-13T08:42:34.032Z] -rw-rw-r-- 1 1001 1001 168 May 13 08:35 version.go [Pipeline] sh [2021-05-13T08:42:34.382Z] + '[' -e coverage.out ] [2021-05-13T08:42:34.382Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T08:42:34.409Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T08:42:34.801Z] (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-05-13T08:42:34.801Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:42:35.678Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T08:42:35.752Z] Removing lxd dnsmasq configuration [2021-05-13T08:42:36.014Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:42:36.332Z] + make build [2021-05-13T08:42:36.332Z] 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-05-13T08:42:36.589Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-13T08:42:37.168Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-13T08:42:37.431Z] (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-05-13T08:42:37.431Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-13T08:42:38.828Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-13T08:42:39.093Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-13T08:42:40.484Z] + sudo snap remove --purge lxd [2021-05-13T08:42:40.746Z] snap "lxd" is not installed [2021-05-13T08:42:40.746Z] + sudo groupadd --force --system lxd [2021-05-13T08:42:40.746Z] ++ whoami [2021-05-13T08:42:40.746Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-13T08:42:40.746Z] + newgrp - lxd [2021-05-13T08:42:40.746Z] + sudo snap install lxd [2021-05-13T08:42:44.613Z] 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-05-13T08:42:48.925Z] 2021-05-13T08:42:46Z INFO Waiting for automatic snapd restart... [2021-05-13T08:43:03.879Z] lxd 4.14 from Canonical* installed [2021-05-13T08:43:03.879Z] + sudo lxd init --auto [2021-05-13T08:43:12.043Z] + sudo snap install --classic snapcraft [2021-05-13T08:43:16.301Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T08:43:16.301Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-13T08:43:16.301Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-13T08:43:16.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:43:16.301Z] Dload Upload Total Spent Left Speed [2021-05-13T08:43:16.565Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3732 0 --:--:-- --:--:-- --:--:-- 3732 [2021-05-13T08:43:16.836Z] 100 3325k 100 3325k 0 0 8417k 0 --:--:-- --:--:-- --:--:-- 8417k [2021-05-13T08:43:16.836Z] ./yq_linux_amd64 [2021-05-13T08:43:16.836Z] + sudo snapcraft prime --use-lxd [2021-05-13T08:43:16.989Z] 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-05-13T08:43:16.989Z] 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-05-13T08:43:19.391Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-13T08:43:19.391Z] 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-05-13T08:43:19.391Z] - README.md [2021-05-13T08:43:19.391Z] [2021-05-13T08:43:19.391Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T08:43:19.656Z] Launching a container. [2021-05-13T08:43:21.289Z] 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-05-13T08:43:21.886Z] 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-05-13T08:43:26.196Z] 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-05-13T08:43:27.831Z] Waiting for container to be ready [2021-05-13T08:43:28.099Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-13T08:43:28.099Z] [2021-05-13T08:43:31.418Z] 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-05-13T08:43:32.169Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-13T08:43:32.763Z] Waiting for network to be ready... [2021-05-13T08:43:33.040Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T08:43:33.302Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T08:43:33.302Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T08:43:33.302Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T08:43:33.302Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T08:43:33.302Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T08:43:33.302Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T08:43:33.302Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T08:43:33.302Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T08:43:33.302Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T08:43:33.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T08:43:33.828Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T08:43:33.828Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T08:43:34.061Z] 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-05-13T08:43:34.096Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T08:43:34.096Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T08:43:34.096Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T08:43:34.096Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T08:43:34.096Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T08:43:34.360Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T08:43:34.623Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T08:43:34.623Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T08:43:34.623Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T08:43:34.623Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T08:43:34.623Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T08:43:34.623Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T08:43:34.623Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T08:43:34.623Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T08:43:38.391Z] 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-05-13T08:43:38.889Z] Fetched 24.6 MB in 5s (4670 kB/s) [2021-05-13T08:43:39.842Z] Reading package lists... [2021-05-13T08:43:39.842Z] Reading package lists... [2021-05-13T08:43:40.106Z] Building dependency tree... [2021-05-13T08:43:40.107Z] Reading state information... [2021-05-13T08:43:40.369Z] The following additional packages will be installed: [2021-05-13T08:43:40.369Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T08:43:40.369Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T08:43:40.369Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T08:43:40.369Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-13T08:43:40.369Z] Suggested packages: [2021-05-13T08:43:40.369Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-13T08:43:40.369Z] Recommended packages: [2021-05-13T08:43:40.369Z] gnupg libsasl2-modules [2021-05-13T08:43:40.369Z] The following NEW packages will be installed: [2021-05-13T08:43:40.369Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-13T08:43:40.369Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-13T08:43:40.369Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-13T08:43:40.369Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-13T08:43:40.369Z] The following packages will be upgraded: [2021-05-13T08:43:40.369Z] gpg gpg-agent gpgconf libudev1 [2021-05-13T08:43:40.369Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-13T08:43:40.369Z] Need to get 3530 kB of archives. [2021-05-13T08:43:40.369Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-13T08:43:40.369Z] 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-05-13T08:43:40.369Z] 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-05-13T08:43:40.369Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-13T08:43:40.369Z] 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-05-13T08:43:40.630Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-13T08:43:40.893Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-13T08:43:41.157Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-13T08:43:41.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-13T08:43:41.157Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-13T08:43:41.157Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-13T08:43:41.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-13T08:43:41.157Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-13T08:43:41.157Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-13T08:43:41.157Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-13T08:43:41.420Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-13T08:43:41.420Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-13T08:43:41.420Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-13T08:43:41.420Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-13T08:43:41.420Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-13T08:43:41.420Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-13T08:43:41.420Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-13T08:43:41.420Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-13T08:43:41.684Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:43:41.684Z] Fetched 3530 kB in 1s (3463 kB/s) [2021-05-13T08:43:41.685Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T08:43:41.685Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:43:41.685Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:43:41.685Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-13T08:43:41.787Z] 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-05-13T08:43:41.947Z] Selecting previously unselected package udev. [2021-05-13T08:43:41.947Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-13T08:43:41.947Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:43:41.948Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-13T08:43:42.212Z] Selecting previously unselected package libfuse2:amd64. [2021-05-13T08:43:42.212Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T08:43:42.212Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T08:43:42.475Z] Selecting previously unselected package fuse. [2021-05-13T08:43:42.475Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-13T08:43:42.475Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-13T08:43:42.475Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:43:42.475Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:43:42.737Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:43:42.737Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:43:42.737Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:43:42.737Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:43:42.737Z] Selecting previously unselected package libksba8:amd64. [2021-05-13T08:43:42.737Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-13T08:43:42.737Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-13T08:43:42.999Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-13T08:43:42.999Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:42.999Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:42.999Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-13T08:43:42.999Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:42.999Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:42.999Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-13T08:43:42.999Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:42.999Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.261Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-13T08:43:43.261Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.261Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.261Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-13T08:43:43.261Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.261Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.261Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-13T08:43:43.261Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.261Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.525Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-13T08:43:43.525Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.525Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.525Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-13T08:43:43.525Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.525Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.525Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-13T08:43:43.525Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-13T08:43:43.525Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:43.525Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-13T08:43:43.525Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T08:43:43.788Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:43:43.788Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-13T08:43:43.788Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-13T08:43:43.788Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:43:43.788Z] Selecting previously unselected package libldap-common. [2021-05-13T08:43:43.788Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-13T08:43:43.788Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:43:43.788Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-13T08:43:43.788Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-13T08:43:43.788Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:43:44.052Z] Selecting previously unselected package dirmngr. [2021-05-13T08:43:44.052Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:43:44.052Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T08:43:44.052Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:43:44.314Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-13T08:43:44.314Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-13T08:43:44.314Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:43:44.314Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-13T08:43:44.314Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-13T08:43:44.314Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:44.576Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-13T08:43:44.576Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:43:44.576Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-13T08:43:44.839Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-13T08:43:45.101Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.101Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-13T08:43:45.101Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-13T08:43:45.170Z] 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-05-13T08:43:45.364Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-13T08:43:45.364Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-13T08:43:45.364Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-13T08:43:45.639Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-13T08:43:45.639Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:43:46.224Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-13T08:43:46.224Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-13T08:43:46.224Z] This means they are not meant to be enabled using systemctl. [2021-05-13T08:43:46.224Z] Possible reasons for having this kind of units are: [2021-05-13T08:43:46.224Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-13T08:43:46.224Z] .wants/ or .requires/ directory. [2021-05-13T08:43:46.224Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-13T08:43:46.224Z] a requirement dependency on it. [2021-05-13T08:43:46.224Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-13T08:43:46.224Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-13T08:43:46.224Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-13T08:43:46.224Z] instance name specified. [2021-05-13T08:43:46.489Z] Reading package lists... [2021-05-13T08:43:46.752Z] Building dependency tree... [2021-05-13T08:43:46.752Z] Reading state information... [2021-05-13T08:43:47.014Z] The following additional packages will be installed: [2021-05-13T08:43:47.014Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-13T08:43:47.014Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-13T08:43:47.014Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-13T08:43:47.014Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-13T08:43:47.014Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-13T08:43:47.014Z] Suggested packages: [2021-05-13T08:43:47.014Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-13T08:43:47.014Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-13T08:43:47.014Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-13T08:43:47.014Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-13T08:43:47.014Z] systemd-container policykit-1 [2021-05-13T08:43:47.014Z] Recommended packages: [2021-05-13T08:43:47.014Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-13T08:43:47.014Z] The following NEW packages will be installed: [2021-05-13T08:43:47.014Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-13T08:43:47.014Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-13T08:43:47.014Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-13T08:43:47.014Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-13T08:43:47.014Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-13T08:43:47.014Z] The following packages will be upgraded: [2021-05-13T08:43:47.014Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-13T08:43:47.014Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-13T08:43:47.014Z] Need to get 35.2 MB of archives. [2021-05-13T08:43:47.014Z] After this operation, 141 MB of additional disk space will be used. [2021-05-13T08:43:47.014Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-13T08:43:47.275Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-13T08:43:47.275Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-13T08:43:47.275Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-13T08:43:47.275Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-13T08:43:47.275Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-13T08:43:47.275Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-13T08:43:47.276Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-13T08:43:47.276Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-13T08:43:47.276Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-13T08:43:47.276Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-13T08:43:47.276Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-13T08:43:47.276Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-13T08:43:47.276Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-13T08:43:47.276Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-13T08:43:47.276Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-13T08:43:47.276Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-13T08:43:48.222Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-13T08:43:48.222Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-13T08:43:48.222Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-13T08:43:48.222Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-13T08:43:48.222Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-13T08:43:48.222Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-13T08:43:48.222Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-13T08:43:48.222Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-13T08:43:48.222Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-13T08:43:48.222Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-13T08:43:48.222Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-13T08:43:48.222Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-13T08:43:48.222Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-13T08:43:48.514Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:43:48.514Z] Fetched 35.2 MB in 1s (26.8 MB/s) [2021-05-13T08:43:48.514Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:43:48.514Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:43:48.777Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:43:49.354Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:43:49.354Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:43:49.354Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-13T08:43:49.617Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:43:49.617Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-13T08:43:49.617Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-13T08:43:49.617Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-13T08:43:49.915Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-13T08:43:49.915Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-13T08:43:49.915Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-13T08:43:50.177Z] Setting up apt (1.6.13) ... [2021-05-13T08:43:50.177Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [Pipeline] } [2021-05-13T08:43:50.628Z] $ docker stop --time=1 f9b087711de92e60823311813bccbab46df45923bc0546326b11d0ff13b6a240 [2021-05-13T08:43:50.751Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-13T08:43:50.751Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-13T08:43:50.751Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T08:43:50.751Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T08:43:52.676Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-13T08:43:52.677Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:43:52.677Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:52.677Z] Selecting previously unselected package libexpat1:amd64. [2021-05-13T08:43:52.677Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-13T08:43:52.939Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T08:43:52.939Z] Selecting previously unselected package python3.6-minimal. [2021-05-13T08:43:52.939Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:43:52.939Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:53.201Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T08:43:53.201Z] Checking for services that may need to be restarted...done. [2021-05-13T08:43:53.463Z] Checking for services that may need to be restarted...done. [2021-05-13T08:43:53.463Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:53.463Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-13T08:43:53.463Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:53.561Z] $ docker rm -f f9b087711de92e60823311813bccbab46df45923bc0546326b11d0ff13b6a240 [2021-05-13T08:43:54.056Z] Selecting previously unselected package python3-minimal. [2021-05-13T08:43:54.056Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-13T08:43:54.056Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:43:54.056Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-13T08:43:54.056Z] Selecting previously unselected package mime-support. [2021-05-13T08:43:54.056Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-13T08:43:54.318Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-13T08:43:54.318Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-13T08:43:54.318Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-13T08:43:54.318Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T08:43:54.318Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-13T08:43:54.318Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:43:54.318Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:54.582Z] Selecting previously unselected package python3.6. [2021-05-13T08:43:54.582Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-13T08:43:54.844Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:43:54.844Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-13T08:43:54.844Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:43:54.844Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T08:43:54.844Z] Setting up python3-minimal (3.6.7-1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-05-13T08:43:55.106Z] Selecting previously unselected package python3. [2021-05-13T08:43:55.106Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-13T08:43:55.106Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-13T08:43:55.106Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-13T08:43:55.106Z] Selecting previously unselected package multiarch-support. [2021-05-13T08:43:55.106Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:43:55.106Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:43:55.368Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-13T08:43:55.368Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-13T08:43:55.368Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-13T08:43:55.368Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-13T08:43:55.368Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T08:43:55.368Z] Selecting previously unselected package libbsd0:amd64. [2021-05-13T08:43:55.368Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-13T08:43:55.368Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T08:43:55.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:55.631Z] Selecting previously unselected package sudo. [2021-05-13T08:43:55.631Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-13T08:43:55.631Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T08:43:55.631Z] Selecting previously unselected package apparmor. [2021-05-13T08:43:55.631Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T08:43:55.744Z] [2021-05-13T08:43:55.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:43:55.899Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-13T08:43:55.899Z] Selecting previously unselected package libedit2:amd64. [2021-05-13T08:43:55.899Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-13T08:43:56.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:43:56.160Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T08:43:56.160Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-13T08:43:56.160Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:43:56.160Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:43:56.160Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-13T08:43:56.160Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:43:56.160Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:43:56.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-13T08:43:56.377Z] 29e5d40040c1: Pulling fs layer [2021-05-13T08:43:56.377Z] 1ce36da41761: Pulling fs layer [2021-05-13T08:43:56.377Z] 25b303627fd3: Pulling fs layer [2021-05-13T08:43:56.377Z] 29e5d40040c1: Download complete [2021-05-13T08:43:56.432Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-13T08:43:56.432Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-13T08:43:56.432Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T08:43:56.432Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-13T08:43:56.432Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:43:56.432Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:43:56.694Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-13T08:43:56.694Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-13T08:43:56.694Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:43:56.694Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-13T08:43:56.694Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-13T08:43:56.694Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T08:43:56.954Z] Selecting previously unselected package openssh-client. [2021-05-13T08:43:56.954Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-13T08:43:56.954Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T08:43:56.979Z] 1ce36da41761: Verifying Checksum [2021-05-13T08:43:56.979Z] 1ce36da41761: Download complete [2021-05-13T08:43:57.216Z] Selecting previously unselected package squashfs-tools. [2021-05-13T08:43:57.217Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-13T08:43:57.217Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T08:43:57.217Z] Selecting previously unselected package snapd. [2021-05-13T08:43:57.217Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-13T08:43:57.256Z] 29e5d40040c1: Pull complete [2021-05-13T08:43:57.480Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-13T08:43:58.693Z] 1ce36da41761: Pull complete [2021-05-13T08:43:58.694Z] 25b303627fd3: Verifying Checksum [2021-05-13T08:43:58.694Z] 25b303627fd3: Download complete [2021-05-13T08:44:00.039Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-13T08:44:00.039Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-13T08:44:00.039Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-13T08:44:00.039Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-13T08:44:00.039Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-13T08:44:00.039Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:44:00.039Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:44:00.039Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-13T08:44:00.039Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-13T08:44:00.613Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-13T08:44:00.613Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-13T08:44:00.613Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-13T08:44:00.613Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:44:00.874Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:44:00.874Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-13T08:44:01.452Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-13T08:44:01.452Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:44:01.715Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-13T08:44:01.715Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-13T08:44:01.715Z] running python rtupdate hooks for python3.6... [2021-05-13T08:44:01.715Z] running python post-rtupdate hooks for python3.6... [2021-05-13T08:44:01.715Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-13T08:44:03.109Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-13T08:44:03.375Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-13T08:44:03.375Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-13T08:44:03.636Z] Setting up snapd (2.48.3+18.04) ... [2021-05-13T08:44:04.238Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-13T08:44:04.238Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-13T08:44:04.500Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-13T08:44:04.762Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-13T08:44:05.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T08:44:05.024Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-13T08:44:05.286Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-13T08:44:05.549Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-13T08:44:05.549Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-13T08:44:05.810Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-13T08:44:06.072Z] /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-05-13T08:44:06.072Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-13T08:44:06.072Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T08:44:07.463Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:44:07.463Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:44:07.463Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:44:08.844Z] 25b303627fd3: Pull complete [2021-05-13T08:44:08.844Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-13T08:44:08.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:44:08.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:44:08.853Z] Reading package lists... [Pipeline] withDockerContainer [2021-05-13T08:44:09.114Z] Reading package lists... [2021-05-13T08:44:09.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container [2021-05-13T08:44:09.232Z] $ 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-arm64:latest cat [2021-05-13T08:44:09.375Z] Building dependency tree... [2021-05-13T08:44:09.375Z] Reading state information... [2021-05-13T08:44:09.637Z] Calculating upgrade... [2021-05-13T08:44:09.637Z] The following packages will be upgraded: [2021-05-13T08:44:09.637Z] advancecomp base-files bash binutils binutils-common [2021-05-13T08:44:09.637Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-13T08:44:09.637Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-13T08:44:09.637Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-13T08:44:09.637Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-13T08:44:09.637Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-13T08:44:09.637Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-13T08:44:09.637Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-13T08:44:09.637Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-13T08:44:09.637Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-13T08:44:09.637Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-13T08:44:09.637Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-13T08:44:09.637Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-13T08:44:09.637Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-13T08:44:09.637Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-13T08:44:09.900Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:44:09.900Z] Need to get 64.0 MB of archives. [2021-05-13T08:44:09.900Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-13T08:44:09.900Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-13T08:44:09.900Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-13T08:44:09.900Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-13T08:44:09.900Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-13T08:44:09.900Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-13T08:44:09.900Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-13T08:44:09.900Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-13T08:44:09.900Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-13T08:44:09.900Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-13T08:44:09.900Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-13T08:44:09.900Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-13T08:44:09.900Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-13T08:44:09.900Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-13T08:44:09.900Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-13T08:44:09.900Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-13T08:44:09.900Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-13T08:44:09.900Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-13T08:44:10.173Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-13T08:44:10.174Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-13T08:44:10.174Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-13T08:44:10.174Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-13T08:44:10.174Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-13T08:44:10.174Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-13T08:44:10.174Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-13T08:44:10.174Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-13T08:44:10.174Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-13T08:44:10.174Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-13T08:44:10.174Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-13T08:44:10.174Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-13T08:44:10.174Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-13T08:44:10.174Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-13T08:44:10.174Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-13T08:44:10.174Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-13T08:44:10.174Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-13T08:44:10.174Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-13T08:44:10.174Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-13T08:44:10.174Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-13T08:44:10.174Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-13T08:44:10.174Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-13T08:44:10.174Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-13T08:44:10.174Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-13T08:44:10.174Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-13T08:44:10.174Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-13T08:44:10.174Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-13T08:44:10.174Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-13T08:44:10.436Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-13T08:44:10.436Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-13T08:44:10.436Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-13T08:44:10.436Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-13T08:44:10.436Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-13T08:44:10.436Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-13T08:44:10.436Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-13T08:44:10.436Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-13T08:44:10.436Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-13T08:44:10.436Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-13T08:44:10.436Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-13T08:44:10.697Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-13T08:44:10.697Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-13T08:44:10.697Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-13T08:44:10.959Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-13T08:44:10.959Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-13T08:44:10.959Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-13T08:44:10.959Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-13T08:44:10.959Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-13T08:44:10.959Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-13T08:44:10.959Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-13T08:44:10.959Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-13T08:44:11.223Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-13T08:44:11.223Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-13T08:44:11.223Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-13T08:44:11.223Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-13T08:44:11.223Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-13T08:44:11.223Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-13T08:44:11.223Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-13T08:44:11.223Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-13T08:44:11.223Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-13T08:44:11.223Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-13T08:44:11.483Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-13T08:44:11.483Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-13T08:44:11.483Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-13T08:44:11.483Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-13T08:44:11.483Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-13T08:44:11.483Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-13T08:44:11.483Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-13T08:44:11.484Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-13T08:44:11.484Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-13T08:44:11.484Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-13T08:44:11.744Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-13T08:44:11.744Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-13T08:44:11.744Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-13T08:44:11.744Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-13T08:44:11.744Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-13T08:44:11.744Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-13T08:44:11.744Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-13T08:44:11.744Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-13T08:44:11.744Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-13T08:44:11.744Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-13T08:44:11.744Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-13T08:44:11.744Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-13T08:44:12.005Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-13T08:44:12.005Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-13T08:44:12.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:44:12.005Z] Fetched 64.0 MB in 2s (30.1 MB/s) [2021-05-13T08:44:12.267Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:12.267Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:44:12.267Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:44:12.814Z] $ docker top 3c198b24757416193ae36533375e92cb02ab270842782135b109e0d6713940aa -eo pid,comm [2021-05-13T08:44:12.840Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:44:12.840Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:44:12.840Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-13T08:44:12.840Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [Pipeline] { [Pipeline] sh [2021-05-13T08:44:13.783Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:13.783Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:13.783Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:13.783Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:13.814Z] + docker-compose build --help [2021-05-13T08:44:13.814Z] + grep parallel [2021-05-13T08:44:14.046Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.046Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.046Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.046Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.309Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.309Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.309Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.309Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.572Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.572Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.572Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:14.833Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:44:14.833Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:14.833Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-13T08:44:14.833Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:15.096Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:44:15.096Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:15.096Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:15.096Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:15.096Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:15.358Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:15.358Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-13T08:44:15.358Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:15.621Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:44:15.621Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:44:15.889Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:44:16.468Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T08:44:16.468Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-13T08:44:16.468Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-13T08:44:16.738Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-13T08:44:16.738Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-13T08:44:16.738Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-13T08:44:17.001Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-13T08:44:17.001Z] Installing new version of config file /etc/issue ... [2021-05-13T08:44:17.001Z] Installing new version of config file /etc/issue.net ... [2021-05-13T08:44:17.001Z] Installing new version of config file /etc/lsb-release ... [2021-05-13T08:44:17.001Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-13T08:44:17.266Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-13T08:44:17.266Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-13T08:44:17.266Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-13T08:44:17.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:17.529Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-13T08:44:17.529Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-13T08:44:17.529Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-13T08:44:17.529Z] 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-05-13T08:44:17.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:17.790Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:17.790Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:17.790Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:17.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:17.790Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-13T08:44:18.054Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-13T08:44:18.054Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-13T08:44:18.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:18.054Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-13T08:44:18.320Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:44:18.611Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-13T08:44:18.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:18.611Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:44:18.611Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:44:18.879Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:44:18.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:18.879Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:44:18.879Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:44:19.142Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-13T08:44:19.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:19.142Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-13T08:44:19.142Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-13T08:44:19.241Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T08:44:19.265Z] $ docker stop --time=1 3c198b24757416193ae36533375e92cb02ab270842782135b109e0d6713940aa [2021-05-13T08:44:19.419Z] Setting up grep (3.1-2build1) ... [2021-05-13T08:44:19.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:19.419Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T08:44:19.419Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T08:44:19.684Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-13T08:44:19.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:19.684Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:44:19.684Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:44:19.684Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-13T08:44:19.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:19.946Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:44:19.946Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:44:20.519Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:44:20.519Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:44:20.781Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-13T08:44:20.781Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-13T08:44:21.286Z] $ docker rm -f 3c198b24757416193ae36533375e92cb02ab270842782135b109e0d6713940aa [2021-05-13T08:44:21.354Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-13T08:44:21.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:21.354Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-13T08:44:21.354Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:44:21.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T08:44:21.973Z] . [Pipeline] withDockerContainer [2021-05-13T08:44:22.283Z] prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container [2021-05-13T08:44:22.380Z] $ 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-arm64:latest cat [2021-05-13T08:44:22.858Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T08:44:22.858Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T08:44:22.858Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-13T08:44:22.858Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-13T08:44:22.858Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T08:44:22.858Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:22.858Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-13T08:44:23.122Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-13T08:44:23.122Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-13T08:44:23.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:23.708Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:23.708Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:23.708Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:23.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:23.708Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:23.708Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:23.708Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:23.906Z] $ docker top 9b5440765c75472ed475986f8d17468cddcce91cac7f469545abd3fb82cbcb09 -eo pid,comm [2021-05-13T08:44:23.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:23.974Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:23.974Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:23.974Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:24.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:24.237Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:24.237Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:24.237Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh [2021-05-13T08:44:24.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:24.499Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:44:24.499Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:44:24.499Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:44:24.499Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:44:24.761Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:44:24.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:24.761Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-13T08:44:24.761Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:44:24.761Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:44:24.939Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T08:44:25.022Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:25.022Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:25.022Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:25.022Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:25.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:25.283Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:25.283Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:25.283Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:25.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:25.283Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:25.545Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:25.806Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:26.383Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-13T08:44:26.645Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-13T08:44:26.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:26.645Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-13T08:44:26.645Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-13T08:44:26.906Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:44:26.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-13T08:44:26.906Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-13T08:44:27.166Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-13T08:44:27.166Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-13T08:44:27.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:27.166Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-13T08:44:27.427Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-13T08:44:27.427Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-13T08:44:27.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:27.688Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-13T08:44:27.688Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T08:44:27.688Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-13T08:44:27.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:27.949Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-13T08:44:27.949Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-13T08:44:27.949Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-13T08:44:27.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:27.949Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:44:27.949Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:44:28.210Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:44:28.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:28.470Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:44:28.470Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:44:28.732Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:44:28.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:28.732Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-13T08:44:29.025Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:44:29.025Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:44:29.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:29.287Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-13T08:44:29.287Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-13T08:44:29.287Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-13T08:44:29.287Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-13T08:44:29.550Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:44:29.550Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:44:29.550Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:44:29.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:29.812Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-13T08:44:29.812Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-13T08:44:29.812Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-13T08:44:30.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:30.075Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-13T08:44:30.075Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-13T08:44:30.075Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-13T08:44:30.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:30.339Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-13T08:44:30.339Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-13T08:44:30.601Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-13T08:44:30.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:30.601Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-13T08:44:30.601Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-13T08:44:30.601Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-13T08:44:30.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:30.866Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-13T08:44:30.866Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-13T08:44:31.127Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-13T08:44:31.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:31.388Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:31.388Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-13T08:44:31.388Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-13T08:44:31.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:31.388Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T08:44:31.653Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T08:44:31.653Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T08:44:31.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:31.653Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-13T08:44:31.653Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-13T08:44:31.782Z] Building core-command ... [2021-05-13T08:44:31.782Z] Building core-data ... [2021-05-13T08:44:31.782Z] Building core-metadata ... [2021-05-13T08:44:31.782Z] Building security-bootstrapper ... [2021-05-13T08:44:31.782Z] Building security-proxy-setup ... [2021-05-13T08:44:31.782Z] Building security-secretstore-setup ... [2021-05-13T08:44:31.782Z] Building support-notifications ... [2021-05-13T08:44:31.782Z] Building support-scheduler ... [2021-05-13T08:44:31.782Z] Building sys-mgmt-agent ... [2021-05-13T08:44:31.782Z] Building security-secretstore-setup [2021-05-13T08:44:31.782Z] Building core-command [2021-05-13T08:44:31.782Z] Building security-proxy-setup [2021-05-13T08:44:31.782Z] Building security-bootstrapper [2021-05-13T08:44:31.782Z] Building core-metadata [2021-05-13T08:44:31.916Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-13T08:44:31.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:31.916Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-13T08:44:31.916Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-13T08:44:32.181Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-13T08:44:32.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:32.181Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-13T08:44:32.181Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-13T08:44:32.181Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-13T08:44:32.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:32.443Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-13T08:44:32.443Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-13T08:44:32.443Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-13T08:44:32.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:32.443Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-13T08:44:32.443Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-13T08:44:32.718Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-13T08:44:32.718Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:32.718Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-13T08:44:32.986Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-13T08:44:32.986Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-13T08:44:32.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-13T08:44:32.986Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-13T08:44:32.986Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-13T08:44:33.249Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-13T08:44:33.249Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-13T08:44:33.249Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T08:44:33.249Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T08:44:33.249Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-13T08:44:33.566Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-13T08:44:33.840Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-13T08:44:33.840Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-13T08:44:34.102Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-13T08:44:34.102Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-13T08:44:34.363Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-13T08:44:34.363Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-13T08:44:34.364Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-13T08:44:34.364Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-13T08:44:34.624Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-13T08:44:34.624Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-13T08:44:34.624Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-13T08:44:34.624Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-13T08:44:34.885Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-13T08:44:34.885Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-13T08:44:34.885Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-13T08:44:34.885Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-13T08:44:35.146Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-13T08:44:35.146Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-13T08:44:35.408Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-13T08:44:35.408Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-13T08:44:36.352Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-13T08:44:36.352Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-13T08:44:36.352Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-13T08:44:36.352Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-13T08:44:36.352Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:44:36.352Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:44:36.925Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:44:36.925Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:44:36.925Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:44:36.925Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:44:37.187Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-13T08:44:37.187Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-13T08:44:37.187Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:37.187Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:37.454Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:37.454Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:37.454Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:37.454Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:37.717Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:37.717Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:38.661Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:38.661Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:39.606Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:39.606Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:40.555Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:40.555Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:40.817Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:40.817Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:41.760Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-13T08:44:41.760Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-13T08:44:42.023Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:44:42.023Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:44:42.023Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T08:44:42.023Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:44:42.285Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-13T08:44:42.285Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-13T08:44:42.285Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-13T08:44:42.285Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-13T08:44:42.545Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:44:42.545Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:44:42.545Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-13T08:44:42.545Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-13T08:44:42.807Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-13T08:44:42.807Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-13T08:44:42.807Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:42.807Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-13T08:44:43.074Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.074Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.074Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.074Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-13T08:44:43.074Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-13T08:44:43.074Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-13T08:44:43.339Z] [2021-05-13T08:44:43.339Z] Current default time zone: 'Etc/UTC' [2021-05-13T08:44:43.339Z] Local time is now: Thu May 13 08:44:43 UTC 2021. [2021-05-13T08:44:43.339Z] Universal Time is now: Thu May 13 08:44:43 UTC 2021. [2021-05-13T08:44:43.339Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-13T08:44:43.339Z] [2021-05-13T08:44:43.339Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-13T08:44:43.339Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.339Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-13T08:44:43.339Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-13T08:44:43.339Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-13T08:44:43.339Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-13T08:44:43.339Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-13T08:44:43.339Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-13T08:44:43.601Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-13T08:44:43.601Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-13T08:44:43.601Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.601Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-13T08:44:43.864Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:43.864Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:44:43.864Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:43.864Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-13T08:44:43.864Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-13T08:44:43.864Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-13T08:44:43.864Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-13T08:44:43.864Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-13T08:44:43.864Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-13T08:44:44.126Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:44:44.127Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-13T08:44:46.069Z] Updating certificates in /etc/ssl/certs... [2021-05-13T08:44:46.641Z] 23 added, 27 removed; done. [2021-05-13T08:44:46.641Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-13T08:44:46.910Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-13T08:44:46.910Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-13T08:44:46.910Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-13T08:44:46.910Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-13T08:44:46.910Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:46.910Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:44:46.910Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:46.910Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.173Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.173Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.173Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.173Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-13T08:44:47.173Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:44:47.173Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:44:47.173Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-13T08:44:47.434Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-13T08:44:47.435Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.435Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-13T08:44:47.435Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:44:47.435Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-13T08:44:47.435Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-13T08:44:47.435Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:44:47.697Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-13T08:44:47.697Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-13T08:44:47.697Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-13T08:44:47.697Z] Updating certificates in /etc/ssl/certs... [2021-05-13T08:44:48.280Z] 0 added, 0 removed; done. [2021-05-13T08:44:48.280Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-13T08:44:48.280Z] done. [2021-05-13T08:44:49.115Z] Reading package lists... [2021-05-13T08:44:49.115Z] Building dependency tree... [2021-05-13T08:44:49.115Z] Reading state information... [2021-05-13T08:44:49.377Z] The following NEW packages will be installed: [2021-05-13T08:44:49.377Z] apt-transport-https [2021-05-13T08:44:49.639Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:44:49.639Z] Need to get 1692 B of archives. [2021-05-13T08:44:49.639Z] After this operation, 154 kB of additional disk space will be used. [2021-05-13T08:44:49.639Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-13T08:44:49.899Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:44:49.899Z] Fetched 1692 B in 0s (5863 B/s) [2021-05-13T08:44:49.899Z] Selecting previously unselected package apt-transport-https. [2021-05-13T08:44:49.899Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-13T08:44:49.899Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-13T08:44:49.899Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-13T08:44:49.899Z] Setting up apt-transport-https (1.6.13) ... [2021-05-13T08:44:50.473Z] Waiting for network to be ready... [2021-05-13T08:44:58.621Z] 2021-05-13T08:44:55Z INFO Waiting for automatic snapd restart... [2021-05-13T08:44:58.621Z] snapd 2.50 from Canonical* installed [2021-05-13T08:45:00.014Z] "snapd" switched to the "latest/stable" channel [2021-05-13T08:45:00.015Z] [2021-05-13T08:45:04.231Z] core18 20210309 from Canonical* installed [2021-05-13T08:45:04.493Z] "core18" switched to the "latest/stable" channel [2021-05-13T08:45:04.493Z] [2021-05-13T08:45:11.090Z] snapcraft 4.7.1 from Canonical* installed [2021-05-13T08:45:11.090Z] "snapcraft" switched to the "latest/stable" channel [2021-05-13T08:45:11.090Z] [2021-05-13T08:45:15.314Z] 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-05-13T08:45:15.314Z] - README.md [2021-05-13T08:45:15.314Z] [2021-05-13T08:45:15.314Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-13T08:45:21.935Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:45:21.935Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:45:21.935Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:45:21.935Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:45:23.366Z] Reading package lists... [2021-05-13T08:45:23.627Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-13T08:45:30.229Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:45:30.229Z] Reading package lists... [2021-05-13T08:45:30.229Z] Building dependency tree... [2021-05-13T08:45:30.229Z] Reading state information... [2021-05-13T08:45:30.229Z] Suggested packages: [2021-05-13T08:45:30.229Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-13T08:45:30.229Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-13T08:45:30.229Z] Recommended packages: [2021-05-13T08:45:30.229Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-13T08:45:30.229Z] The following NEW packages will be installed: [2021-05-13T08:45:30.229Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-13T08:45:30.229Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-13T08:45:30.229Z] pkg-config zip [2021-05-13T08:45:30.229Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-13T08:45:30.229Z] Need to get 7663 kB of archives. [2021-05-13T08:45:30.229Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-13T08:45:30.229Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-13T08:45:30.229Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-13T08:45:30.229Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-13T08:45:30.229Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-13T08:45:30.229Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-13T08:45:30.491Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-13T08:45:30.491Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-13T08:45:30.491Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-13T08:45:30.491Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-13T08:45:30.491Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-13T08:45:30.491Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-13T08:45:30.758Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-13T08:45:30.758Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-13T08:45:30.758Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-13T08:45:30.758Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-13T08:45:31.021Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-13T08:45:31.021Z] Fetched 7663 kB in 1s (10.7 MB/s) [2021-05-13T08:45:31.021Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-13T08:45:31.021Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-13T08:45:31.021Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-13T08:45:31.021Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T08:45:31.282Z] Selecting previously unselected package libpsl5:amd64. [2021-05-13T08:45:31.282Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-13T08:45:31.282Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T08:45:31.543Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-13T08:45:31.543Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-13T08:45:31.543Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T08:45:31.543Z] Selecting previously unselected package librtmp1:amd64. [2021-05-13T08:45:31.543Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-13T08:45:31.543Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T08:45:31.543Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-13T08:45:31.543Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-13T08:45:31.543Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T08:45:31.805Z] Selecting previously unselected package liberror-perl. [2021-05-13T08:45:31.805Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-13T08:45:31.805Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-13T08:45:31.805Z] Selecting previously unselected package git-man. [2021-05-13T08:45:31.805Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-13T08:45:31.805Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:45:32.066Z] Selecting previously unselected package git. [2021-05-13T08:45:32.066Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-13T08:45:32.066Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:45:33.009Z] Selecting previously unselected package libnorm1:amd64. [2021-05-13T08:45:33.009Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-13T08:45:33.009Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T08:45:33.009Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-13T08:45:33.009Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-13T08:45:33.009Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T08:45:33.270Z] Selecting previously unselected package libsodium23:amd64. [2021-05-13T08:45:33.270Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-13T08:45:33.270Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-13T08:45:33.270Z] Selecting previously unselected package libzmq5:amd64. [2021-05-13T08:45:33.270Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T08:45:33.270Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:45:33.532Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-13T08:45:33.532Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-13T08:45:33.532Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:45:33.532Z] Selecting previously unselected package pkg-config. [2021-05-13T08:45:33.532Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-13T08:45:33.532Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T08:45:33.793Z] Selecting previously unselected package zip. [2021-05-13T08:45:33.793Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-13T08:45:33.793Z] Unpacking zip (3.0-11build1) ... [2021-05-13T08:45:33.793Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-13T08:45:33.793Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:45:33.793Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-13T08:45:33.793Z] Setting up liberror-perl (0.17025-1) ... [2021-05-13T08:45:34.054Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-13T08:45:34.054Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-13T08:45:34.054Z] No schema files found: doing nothing. [2021-05-13T08:45:34.054Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-13T08:45:34.054Z] Setting up zip (3.0-11build1) ... [2021-05-13T08:45:34.054Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-13T08:45:34.054Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-13T08:45:34.054Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-13T08:45:34.316Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:45:34.316Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-13T08:45:34.316Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-13T08:45:34.316Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-13T08:45:34.316Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-13T08:45:40.922Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:45:41.182Z] git set to automatically installed. [2021-05-13T08:45:41.182Z] git-man set to automatically installed. [2021-05-13T08:45:41.182Z] libcurl3-gnutls set to automatically installed. [2021-05-13T08:45:41.182Z] liberror-perl set to automatically installed. [2021-05-13T08:45:41.182Z] libglib2.0-0 set to automatically installed. [2021-05-13T08:45:41.182Z] libnghttp2-14 set to automatically installed. [2021-05-13T08:45:41.182Z] libnorm1 set to automatically installed. [2021-05-13T08:45:41.182Z] libpgm-5.2-0 set to automatically installed. [2021-05-13T08:45:41.182Z] libpsl5 set to automatically installed. [2021-05-13T08:45:41.182Z] librtmp1 set to automatically installed. [2021-05-13T08:45:41.182Z] libsodium23 set to automatically installed. [2021-05-13T08:45:41.182Z] libzmq3-dev set to automatically installed. [2021-05-13T08:45:41.182Z] libzmq5 set to automatically installed. [2021-05-13T08:45:41.182Z] pkg-config set to automatically installed. [2021-05-13T08:45:41.182Z] zip set to automatically installed. [2021-05-13T08:45:43.107Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T08:45:49.714Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:45:51.102Z] snap "core18" has no updates available [2021-05-13T08:45:51.674Z] snapd is not logged in, snap install commands will use sudo [2021-05-13T08:45:53.565Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:53.565Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:53.565Z] ---> 4a648688c9d2 [2021-05-13T08:45:53.565Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T08:45:53.565Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:53.565Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:53.565Z] ---> 4a648688c9d2 [2021-05-13T08:45:53.565Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T08:45:53.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:53.565Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:53.565Z] ---> 4a648688c9d2 [2021-05-13T08:45:53.565Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:53.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:53.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:53.565Z] ---> 4a648688c9d2 [2021-05-13T08:45:53.565Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T08:45:53.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:45:53.565Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:45:53.565Z] ---> 4a648688c9d2 [2021-05-13T08:45:53.565Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:45:53.565Z] ---> Running in e5bac15aea98 [2021-05-13T08:45:53.565Z] ---> Running in 9bfdb2394031 [2021-05-13T08:45:53.565Z] ---> Running in 98e069e5a853 [2021-05-13T08:45:53.565Z] ---> Running in 32341c4cde03 [2021-05-13T08:45:53.565Z] ---> Running in 77379c8317e8 [2021-05-13T08:45:53.565Z] Removing intermediate container 9bfdb2394031 [2021-05-13T08:45:53.565Z] ---> 3e757bd22564 [2021-05-13T08:45:53.565Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:53.565Z] Removing intermediate container e5bac15aea98 [2021-05-13T08:45:53.565Z] ---> c4f1a080f57d [2021-05-13T08:45:53.565Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:53.565Z] Removing intermediate container 77379c8317e8 [2021-05-13T08:45:53.565Z] ---> 494dc8342446 [2021-05-13T08:45:53.565Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:53.565Z] Removing intermediate container 98e069e5a853 [2021-05-13T08:45:53.565Z] ---> 5afbc995b673 [2021-05-13T08:45:53.565Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:53.565Z] Removing intermediate container 32341c4cde03 [2021-05-13T08:45:53.565Z] ---> 8ce43af9c548 [2021-05-13T08:45:53.565Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:45:53.565Z] ---> Running in 565ffeef3e2c [2021-05-13T08:45:53.565Z] ---> Running in 8510ee460e6a [2021-05-13T08:45:53.565Z] ---> Running in ee711169cd57 [2021-05-13T08:45:53.565Z] ---> Running in 4237ba8bd847 [2021-05-13T08:45:53.565Z] ---> Running in c84e00e3cde7 [2021-05-13T08:45:53.565Z] Removing intermediate container ee711169cd57 [2021-05-13T08:45:53.565Z] ---> be8e076ca504 [2021-05-13T08:45:53.565Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:45:53.565Z] ---> Running in fc322eb50b1a [2021-05-13T08:45:53.565Z] Removing intermediate container 8510ee460e6a [2021-05-13T08:45:53.565Z] ---> 930e016d6d82 [2021-05-13T08:45:53.565Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T08:45:53.565Z] Removing intermediate container 565ffeef3e2c [2021-05-13T08:45:53.565Z] ---> fb8eaeac343a [2021-05-13T08:45:53.565Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T08:45:53.565Z] ---> Running in ec8c8102e495 [2021-05-13T08:45:53.565Z] ---> Running in 2c1c1810d388 [2021-05-13T08:45:53.565Z] Removing intermediate container 4237ba8bd847 [2021-05-13T08:45:53.565Z] ---> ec2abb837b94 [2021-05-13T08:45:53.565Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T08:45:53.565Z] Removing intermediate container c84e00e3cde7 [2021-05-13T08:45:53.565Z] ---> 438f6aba12b5 [2021-05-13T08:45:53.565Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T08:45:53.565Z] ---> Running in db657a206d0a [2021-05-13T08:45:53.565Z] ---> Running in e17a15ae44e4 [2021-05-13T08:45:54.558Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:55.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:55.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:55.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:55.822Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:55.822Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:56.416Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:56.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:56.696Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:56.696Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:45:56.990Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:57.269Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:57.874Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:57.874Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:57.874Z] OK: 218 MiB in 52 packages [2021-05-13T08:45:58.267Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-13T08:45:59.322Z] Removing intermediate container fc322eb50b1a [2021-05-13T08:45:59.322Z] ---> c8144e235991 [2021-05-13T08:45:59.322Z] Step 6/24 : COPY go.mod . [2021-05-13T08:45:59.322Z] Removing intermediate container ec8c8102e495 [2021-05-13T08:45:59.322Z] ---> 2b02c45646e4 [2021-05-13T08:45:59.322Z] Step 6/22 : COPY go.mod . [2021-05-13T08:45:59.607Z] Removing intermediate container 2c1c1810d388 [2021-05-13T08:45:59.607Z] ---> 87107db124e5 [2021-05-13T08:45:59.607Z] Step 6/24 : COPY go.mod . [2021-05-13T08:46:00.214Z] Removing intermediate container e17a15ae44e4 [2021-05-13T08:46:00.214Z] ---> cd17bf1b0b23 [2021-05-13T08:46:00.214Z] Step 6/32 : COPY go.mod . [2021-05-13T08:46:00.214Z] Removing intermediate container db657a206d0a [2021-05-13T08:46:00.214Z] ---> fefac6a37553 [2021-05-13T08:46:00.214Z] Step 6/26 : COPY go.mod . [2021-05-13T08:46:00.492Z] ---> dd27fded8dd1 [2021-05-13T08:46:00.492Z] Step 7/24 : RUN go mod download [2021-05-13T08:46:00.767Z] ---> Running in 60f83d0c222c [2021-05-13T08:46:00.767Z] ---> 400882e25aa4 [2021-05-13T08:46:00.767Z] Step 7/22 : RUN go mod download [2021-05-13T08:46:01.048Z] ---> ef2dd8ea368a [2021-05-13T08:46:01.048Z] Step 7/24 : RUN go mod download [2021-05-13T08:46:01.048Z] ---> Running in b0062fc57a52 [2021-05-13T08:46:01.048Z] ---> Running in f0b98c5952ad [2021-05-13T08:46:01.324Z] ---> e66239956188 [2021-05-13T08:46:01.324Z] ---> 7545aefbfa81 [2021-05-13T08:46:01.324Z] Step 7/26 : RUN go mod downloadStep 7/32 : RUN go mod download [2021-05-13T08:46:01.324Z] [2021-05-13T08:46:01.598Z] ---> Running in 3b2da6c267ec [2021-05-13T08:46:01.598Z] ---> Running in 1be4800b94bd [2021-05-13T08:46:05.028Z] Removing intermediate container 60f83d0c222c [2021-05-13T08:46:05.028Z] ---> 8a680c3c515e [2021-05-13T08:46:05.028Z] Step 8/24 : COPY . . [2021-05-13T08:46:05.644Z] Removing intermediate container b0062fc57a52 [2021-05-13T08:46:05.644Z] ---> 5f773da61708 [2021-05-13T08:46:05.644Z] Step 8/24 : COPY . . [2021-05-13T08:46:06.249Z] Removing intermediate container f0b98c5952ad [2021-05-13T08:46:06.249Z] ---> 033974adeac7 [2021-05-13T08:46:06.249Z] Step 8/22 : COPY . . [2021-05-13T08:46:06.522Z] Removing intermediate container 3b2da6c267ec [2021-05-13T08:46:06.522Z] ---> f1b8628b70cd [2021-05-13T08:46:06.522Z] Step 8/26 : COPY . . [2021-05-13T08:46:06.522Z] Removing intermediate container 1be4800b94bd [2021-05-13T08:46:06.522Z] ---> c6a8ceda9310 [2021-05-13T08:46:06.522Z] Step 8/32 : COPY . . [2021-05-13T08:46:16.412Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-13T08:46:16.412Z] Pulling go-build-helper [2021-05-13T08:46:16.412Z] + snapcraftctl pull [2021-05-13T08:46:16.412Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-13T08:46:16.412Z] Skipping pull go-build-helper (already ran) [2021-05-13T08:46:16.412Z] Building go-build-helper [2021-05-13T08:46:16.412Z] + snapcraftctl build [2021-05-13T08:46:18.965Z] Staging go-build-helper [2021-05-13T08:46:18.965Z] + snapcraftctl stage [2021-05-13T08:46:31.848Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-13T08:46:31.848Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-13T08:46:31.848Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] [2021-05-13T08:46:31.848Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-13T08:46:31.848Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-13T08:46:31.848Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-13T08:46:31.848Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] [2021-05-13T08:46:31.848Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-13T08:46:31.848Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-13T08:46:31.848Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-13T08:46:31.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-13T08:46:31.848Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-13T08:46:31.848Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-13T08:46:31.848Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-13T08:46:31.848Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-13T08:46:31.848Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-13T08:46:31.848Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-13T08:46:31.848Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-13T08:46:31.848Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-13T08:46:31.848Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] [2021-05-13T08:46:31.848Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-13T08:46:31.848Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-13T08:46:31.848Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-13T08:46:31.848Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-13T08:46:31.848Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-13T08:46:31.848Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-13T08:46:31.848Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-13T08:46:31.848Z] Fetched 24.6 MB in 0s (0 B/s) [2021-05-13T08:46:31.848Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T08:46:31.848Z] Fetched 224 kB in 0s (0 B/s) [2021-05-13T08:46:31.848Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T08:46:31.848Z] Fetched 157 kB in 0s (0 B/s) [2021-05-13T08:46:31.848Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T08:46:31.848Z] Fetched 221 kB in 0s (0 B/s) [2021-05-13T08:46:31.848Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T08:46:31.848Z] Fetched 143 kB in 0s (0 B/s) [2021-05-13T08:46:31.848Z] Pulling app-service-config [2021-05-13T08:46:31.848Z] + snapcraftctl pull [2021-05-13T08:46:32.109Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-13T08:46:32.682Z] Pulling config-common [2021-05-13T08:46:32.682Z] + snapcraftctl pull [2021-05-13T08:46:33.412Z] ---> b3c9df685ae3 [2021-05-13T08:46:33.412Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:46:33.412Z] ---> efa79866a6ce [2021-05-13T08:46:33.412Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:46:33.412Z] ---> Running in 2903cf678d8c [2021-05-13T08:46:33.412Z] ---> 3632c2ea204b [2021-05-13T08:46:33.412Z] Step 9/32 : RUN go mod tidy [2021-05-13T08:46:33.412Z] ---> 1e86db47cb49 [2021-05-13T08:46:33.412Z] Step 9/22 : RUN go mod tidy [2021-05-13T08:46:33.412Z] ---> Running in b00a16baab1a [2021-05-13T08:46:33.412Z] ---> Running in 7aa8d987f6ed [2021-05-13T08:46:33.412Z] ---> Running in 046a67e714bb [2021-05-13T08:46:33.412Z] ---> 33d6af91d676 [2021-05-13T08:46:33.412Z] Step 9/26 : RUN go mod tidy [2021-05-13T08:46:33.412Z] ---> Running in 2e39e659d38f [2021-05-13T08:46:37.977Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:46:37.977Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:46:37.977Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:46:37.977Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:46:37.977Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-13T08:46:37.977Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:46:37.977Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-13T08:46:37.977Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:46:37.977Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-13T08:46:37.977Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:46:37.977Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-13T08:46:37.977Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:46:37.977Z] Pulling edgex-go [2021-05-13T08:46:37.977Z] + snapcraftctl pull [2021-05-13T08:46:38.851Z] Removing intermediate container 2903cf678d8c [2021-05-13T08:46:38.851Z] ---> 6b90613e36be [2021-05-13T08:46:38.851Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T08:46:38.851Z] ---> Running in 11393f14fadf [2021-05-13T08:46:39.123Z] Removing intermediate container b00a16baab1a [2021-05-13T08:46:39.123Z] ---> 26dbcc3b4ed6 [2021-05-13T08:46:39.123Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T08:46:39.734Z] ---> Running in de0cccf5692d [2021-05-13T08:46:39.734Z] Removing intermediate container 046a67e714bb [2021-05-13T08:46:39.734Z] ---> 6e3e73c2f9dd [2021-05-13T08:46:39.734Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T08:46:40.034Z] ---> Running in 22e5b58b31ce [2021-05-13T08:46:40.330Z] Removing intermediate container 7aa8d987f6ed [2021-05-13T08:46:40.330Z] ---> 027f08e7ffd3 [2021-05-13T08:46:40.330Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T08:46:40.330Z] Removing intermediate container 2e39e659d38f [2021-05-13T08:46:40.330Z] ---> 5f69a185f858 [2021-05-13T08:46:40.330Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T08:46:40.604Z] ---> Running in 1c72331d9363 [2021-05-13T08:46:40.604Z] ---> Running in 25f70200c823 [2021-05-13T08:46:40.885Z] 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-05-13T08:46:41.877Z] 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-05-13T08:46:42.482Z] 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-05-13T08:46:43.095Z] 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-05-13T08:46:43.095Z] 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-05-13T08:47:00.592Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-13T08:47:00.593Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-13T08:47:00.593Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-13T08:47:00.593Z] Fetched 0 B in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-13T08:47:00.593Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-13T08:47:00.593Z] Fetched 279 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-13T08:47:00.593Z] Fetched 122 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-13T08:47:00.593Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-13T08:47:00.593Z] Fetched 8848 B in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-13T08:47:00.593Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-13T08:47:00.593Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-13T08:47:00.593Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-13T08:47:00.593Z] Fetched 219 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-13T08:47:00.593Z] Fetched 154 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-13T08:47:00.593Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-13T08:47:00.593Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-13T08:47:00.593Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-13T08:47:00.593Z] Fetched 499 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-13T08:47:00.593Z] Fetched 111 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-13T08:47:00.593Z] Fetched 240 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-13T08:47:00.593Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-13T08:47:00.593Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-13T08:47:00.593Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-13T08:47:00.593Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-13T08:47:00.593Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-13T08:47:00.593Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-13T08:47:00.593Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-13T08:47:00.593Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-13T08:47:00.593Z] Fetched 8720 B in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-13T08:47:00.593Z] Fetched 137 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-13T08:47:00.593Z] Fetched 119 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-13T08:47:00.593Z] Fetched 110 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-13T08:47:00.593Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-13T08:47:00.593Z] Fetched 645 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-13T08:47:00.593Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-13T08:47:00.593Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-13T08:47:00.593Z] Fetched 368 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-13T08:47:00.593Z] Fetched 187 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-13T08:47:00.593Z] Fetched 175 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-13T08:47:00.593Z] Fetched 206 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-13T08:47:00.593Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-13T08:47:00.593Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-13T08:47:00.593Z] Fetched 159 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-13T08:47:00.593Z] Fetched 107 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-13T08:47:00.593Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-13T08:47:00.593Z] Pulling static-packages [2021-05-13T08:47:00.593Z] + snapcraftctl pull [2021-05-13T08:47:00.593Z] Pulling version [2021-05-13T08:47:00.593Z] + cd /root/project [2021-05-13T08:47:00.593Z] + [ -f VERSION ] [2021-05-13T08:47:00.593Z] + PROJECT_VERSION=local-dev [2021-05-13T08:47:00.593Z] + git rev-parse --short HEAD [2021-05-13T08:47:00.593Z] + GIT_REVISION=ffdd4951 [2021-05-13T08:47:00.593Z] + snapcraftctl set-version local-dev [2021-05-13T08:47:00.593Z] Skipping build go-build-helper (already ran) [2021-05-13T08:47:00.593Z] Building app-service-config [2021-05-13T08:47:00.593Z] + make build [2021-05-13T08:47:00.593Z] go mod tidy [2021-05-13T08:47:02.515Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-13T08:47:02.515Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-13T08:47:02.515Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-13T08:47:02.515Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-13T08:47:02.515Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-13T08:47:02.515Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-13T08:47:02.779Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-13T08:47:03.042Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-13T08:47:03.042Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-13T08:47:03.042Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-13T08:47:03.042Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-13T08:47:03.314Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-13T08:47:03.314Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-13T08:47:03.314Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-13T08:47:03.314Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-13T08:47:03.314Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-13T08:47:03.314Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-13T08:47:03.314Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-13T08:47:03.314Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-13T08:47:03.314Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-13T08:47:03.575Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-13T08:47:03.575Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-13T08:47:03.575Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-13T08:47:03.839Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-13T08:47:03.839Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-13T08:47:03.839Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-13T08:47:03.839Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-13T08:47:03.839Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-13T08:47:03.839Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-13T08:47:03.839Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-13T08:47:03.839Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-13T08:47:04.101Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-13T08:47:04.101Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-13T08:47:04.101Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-13T08:47:04.101Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-13T08:47:04.101Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-13T08:47:04.101Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-13T08:47:04.101Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-13T08:47:04.101Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-13T08:47:04.101Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-13T08:47:04.101Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-13T08:47:04.101Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-13T08:47:04.101Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-13T08:47:04.101Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-13T08:47:04.101Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-13T08:47:04.101Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-13T08:47:04.366Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-13T08:47:04.366Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-13T08:47:04.366Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-13T08:47:04.366Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-13T08:47:04.366Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-13T08:47:04.366Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-13T08:47:04.366Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-13T08:47:04.366Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-13T08:47:04.366Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-13T08:47:04.366Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-13T08:47:04.366Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-13T08:47:04.366Z] go: downloading golang.org/x/text v0.3.2 [2021-05-13T08:47:04.366Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-13T08:47:04.629Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-13T08:47:04.629Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-13T08:47:04.629Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-13T08:47:04.629Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-13T08:47:04.629Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-13T08:47:04.890Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-13T08:47:04.890Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-13T08:47:04.890Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-13T08:47:04.890Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-13T08:47:04.890Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-13T08:47:04.890Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-13T08:47:05.152Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-13T08:47:05.152Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-13T08:47:05.152Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-13T08:47:05.152Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-13T08:47:05.725Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-13T08:47:05.725Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-13T08:47:05.725Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-13T08:47:05.725Z] go: downloading github.com/kr/text v0.1.0 [2021-05-13T08:47:05.725Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-13T08:47:05.991Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-13T08:47:18.254Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-13T08:47:18.254Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-13T08:47:18.254Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-13T08:47:18.254Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-13T08:47:19.210Z] Building config-common [2021-05-13T08:47:19.210Z] + snapcraftctl build [2021-05-13T08:47:22.563Z] Building edgex-go [2021-05-13T08:47:22.563Z] + cd /root/parts/edgex-go/src [2021-05-13T08:47:22.563Z] + make build [2021-05-13T08:47:22.563Z] 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-05-13T08:47:23.142Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.15 [2021-05-13T08:47:23.142Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-13T08:47:23.142Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 [2021-05-13T08:47:23.142Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-13T08:47:23.142Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-05-13T08:47:23.142Z] go: downloading github.com/pelletier/go-toml v1.9.1 [2021-05-13T08:47:29.758Z] 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-05-13T08:47:36.364Z] 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-05-13T08:47:37.039Z] 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-05-13T08:47:39.019Z] 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-05-13T08:47:39.964Z] 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-05-13T08:47:42.528Z] 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-05-13T08:47:42.528Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-13T08:47:42.528Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-13T08:47:43.920Z] 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-05-13T08:47:45.857Z] 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-05-13T08:47:45.857Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-13T08:47:47.249Z] 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-05-13T08:47:48.638Z] 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-05-13T08:47:50.025Z] 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-05-13T08:47:50.287Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-13T08:47:52.836Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-13T08:47:52.836Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-13T08:47:52.836Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-13T08:47:52.836Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-13T08:47:52.836Z] + 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-05-13T08:47:52.836Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-13T08:47:52.836Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-13T08:47:52.836Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-13T08:47:52.836Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-13T08:47:52.836Z] + 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-05-13T08:47:56.146Z] Building static-packages [2021-05-13T08:47:56.146Z] + snapcraftctl build [2021-05-13T08:47:59.451Z] Building version [2021-05-13T08:47:59.451Z] + snapcraftctl build [2021-05-13T08:48:02.006Z] Skipping stage go-build-helper (already ran) [2021-05-13T08:48:02.006Z] Staging app-service-config [2021-05-13T08:48:02.006Z] + snapcraftctl stage [2021-05-13T08:48:03.394Z] Staging config-common [2021-05-13T08:48:03.394Z] + snapcraftctl stage [2021-05-13T08:48:04.345Z] Staging edgex-go [2021-05-13T08:48:04.345Z] + snapcraftctl stage [2021-05-13T08:48:05.740Z] Staging static-packages [2021-05-13T08:48:05.740Z] + snapcraftctl stage [2021-05-13T08:48:07.131Z] Staging version [2021-05-13T08:48:07.131Z] + snapcraftctl stage [2021-05-13T08:48:08.524Z] Priming go-build-helper [2021-05-13T08:48:08.524Z] + snapcraftctl prime [2021-05-13T08:48:09.467Z] Priming app-service-config [2021-05-13T08:48:09.468Z] + snapcraftctl prime [2021-05-13T08:48:11.383Z] Priming config-common [2021-05-13T08:48:11.383Z] + snapcraftctl prime [2021-05-13T08:48:12.333Z] Priming edgex-go [2021-05-13T08:48:12.333Z] + snapcraftctl prime [2021-05-13T08:48:13.734Z] Priming static-packages [2021-05-13T08:48:13.734Z] + snapcraftctl prime [2021-05-13T08:48:16.311Z] Priming version [2021-05-13T08:48:16.311Z] + snapcraftctl prime [2021-05-13T08:48:17.708Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T08:48:50.327Z] 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-05-13T08:48:50.327Z] 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-05-13T08:48:57.091Z] Removing intermediate container 1c72331d9363 [2021-05-13T08:48:57.091Z] ---> ffecadf971dd [2021-05-13T08:48:57.091Z] [2021-05-13T08:48:57.091Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T08:48:57.091Z] 3.12: Pulling from library/alpine [2021-05-13T08:48:57.694Z] Removing intermediate container 22e5b58b31ce [2021-05-13T08:48:57.694Z] ---> 712501225ea4 [2021-05-13T08:48:57.694Z] [2021-05-13T08:48:57.694Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T08:48:57.694Z] 3.12: Pulling from library/alpine [2021-05-13T08:48:59.724Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:48:59.724Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:48:59.724Z] Status: Image is up to date for alpine:3.12 [2021-05-13T08:48:59.724Z] ---> 9852663dfa18 [2021-05-13T08:48:59.724Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T08:48:59.724Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:48:59.724Z] ---> 9852663dfa18 [2021-05-13T08:48:59.724Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T08:49:00.331Z] ---> Running in 0ddbcdc7d99f [2021-05-13T08:49:00.331Z] ---> Running in d959e00f9597 [2021-05-13T08:49:00.943Z] Removing intermediate container 25f70200c823 [2021-05-13T08:49:00.943Z] ---> e2bcd97d59f1 [2021-05-13T08:49:00.943Z] [2021-05-13T08:49:00.943Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T08:49:00.943Z] ---> 9852663dfa18 [2021-05-13T08:49:00.943Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T08:49:01.545Z] Removing intermediate container d959e00f9597 [2021-05-13T08:49:01.545Z] ---> 7f0cbec55c10 [2021-05-13T08:49:01.545Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T08:49:01.818Z] ---> Running in 429a62a78da8 [2021-05-13T08:49:01.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:02.101Z] ---> Running in 2cf0bf39ccfc [2021-05-13T08:49:02.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:03.093Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T08:49:03.093Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:49:03.093Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T08:49:03.093Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T08:49:03.093Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:49:03.093Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:49:03.699Z] OK: 7 MiB in 18 packages [2021-05-13T08:49:04.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:04.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:04.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:04.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:05.235Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T08:49:05.235Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:49:05.235Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T08:49:05.235Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T08:49:05.521Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:49:05.521Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T08:49:05.521Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:49:05.521Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:49:05.521Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:49:05.521Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T08:49:05.521Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:49:05.807Z] OK: 5 MiB in 16 packages [2021-05-13T08:49:05.807Z] Removing intermediate container de0cccf5692d [2021-05-13T08:49:05.807Z] ---> 1db68fba3d3c [2021-05-13T08:49:05.807Z] [2021-05-13T08:49:05.807Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:49:05.807Z] ---> 9852663dfa18 [2021-05-13T08:49:05.807Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:49:05.807Z] OK: 7 MiB in 20 packages [2021-05-13T08:49:06.803Z] ---> Running in e3ace6e43be6 [2021-05-13T08:49:06.803Z] Removing intermediate container 0ddbcdc7d99f [2021-05-13T08:49:06.803Z] ---> ef6603136894 [2021-05-13T08:49:06.803Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:49:07.078Z] ---> Running in 3bf18561f3e4 [2021-05-13T08:49:08.539Z] Removing intermediate container 3bf18561f3e4 [2021-05-13T08:49:08.539Z] ---> 7eaa0fb26eb2 [2021-05-13T08:49:08.539Z] Step 14/22 : WORKDIR /edgex [2021-05-13T08:49:08.819Z] Removing intermediate container 2cf0bf39ccfc [2021-05-13T08:49:08.819Z] ---> 9239cfd07729 [2021-05-13T08:49:08.819Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T08:49:08.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:08.819Z] ---> Running in 077059ab8801 [2021-05-13T08:49:09.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:49:09.103Z] Removing intermediate container 429a62a78da8 [2021-05-13T08:49:09.103Z] ---> 7149e6042511 [2021-05-13T08:49:09.103Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T08:49:09.103Z] ---> Running in dc15019517e7 [2021-05-13T08:49:09.374Z] ---> Running in a8920b4263b7 [2021-05-13T08:49:09.850Z] Removing intermediate container 077059ab8801 [2021-05-13T08:49:09.850Z] ---> 13567c6fafbb [2021-05-13T08:49:09.850Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T08:49:09.850Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T08:49:09.850Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:49:09.850Z] OK: 5 MiB in 15 packages [2021-05-13T08:49:09.850Z] Removing intermediate container dc15019517e7 [2021-05-13T08:49:09.850Z] ---> 24937afdfce6 [2021-05-13T08:49:09.850Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T08:49:10.516Z] ---> Running in 602d443c454e [2021-05-13T08:49:10.516Z] Removing intermediate container a8920b4263b7 [2021-05-13T08:49:10.516Z] ---> 9f7739b32629 [2021-05-13T08:49:10.516Z] Step 14/26 : WORKDIR / [2021-05-13T08:49:11.156Z] ---> Running in 6d0b8ac17eda [2021-05-13T08:49:11.810Z] ---> 930e711c0e4d [2021-05-13T08:49:11.810Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T08:49:11.810Z] Removing intermediate container 602d443c454e [2021-05-13T08:49:11.810Z] ---> 206ebe8f7824 [2021-05-13T08:49:11.810Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T08:49:12.084Z] ---> Running in 7a4bedd0403c [2021-05-13T08:49:12.690Z] Removing intermediate container 6d0b8ac17eda [2021-05-13T08:49:12.690Z] ---> b565f358341b [2021-05-13T08:49:12.690Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T08:49:12.690Z] Removing intermediate container e3ace6e43be6 [2021-05-13T08:49:12.690Z] ---> c59e6daa43ac [2021-05-13T08:49:12.690Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:49:13.292Z] ---> Running in 550add07a49d [2021-05-13T08:49:13.900Z] ---> 39f77a343a28 [2021-05-13T08:49:13.900Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T08:49:14.500Z] ---> 883777e87ab8 [2021-05-13T08:49:14.500Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T08:49:14.500Z] Removing intermediate container 550add07a49d [2021-05-13T08:49:14.500Z] ---> 94194ef038a0 [2021-05-13T08:49:14.500Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T08:49:15.116Z] ---> Running in ee55cec114ed [2021-05-13T08:49:15.116Z] Removing intermediate container 11393f14fadf [2021-05-13T08:49:15.116Z] ---> 10e88e55e656 [2021-05-13T08:49:15.116Z] [2021-05-13T08:49:15.116Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:49:15.116Z] ---> 9852663dfa18 [2021-05-13T08:49:15.116Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:49:15.116Z] ---> Using cache [2021-05-13T08:49:15.116Z] ---> c59e6daa43ac [2021-05-13T08:49:15.116Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:49:15.116Z] ---> Using cache [2021-05-13T08:49:15.116Z] ---> 94194ef038a0 [2021-05-13T08:49:15.116Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T08:49:15.419Z] ---> Running in 2b6bc52d6c1f [2021-05-13T08:49:15.696Z] ---> a2c6344c0348 [2021-05-13T08:49:15.696Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T08:49:15.696Z] Removing intermediate container ee55cec114ed [2021-05-13T08:49:15.696Z] ---> c60c2fe68b1f [2021-05-13T08:49:15.696Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:49:15.971Z] ---> 63324078aea5 [2021-05-13T08:49:15.971Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T08:49:15.971Z] ---> Running in 9ae75f9d6fb0 [2021-05-13T08:49:15.971Z] ---> Running in 72716887d038 [2021-05-13T08:49:16.247Z] Removing intermediate container 7a4bedd0403c [2021-05-13T08:49:16.247Z] ---> 475b3b85756a [2021-05-13T08:49:16.247Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T08:49:16.247Z] Removing intermediate container 2b6bc52d6c1f [2021-05-13T08:49:16.247Z] ---> 4919b7e94e9a [2021-05-13T08:49:16.247Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T08:49:16.247Z] ---> Running in 73d375b37a0e [2021-05-13T08:49:16.523Z] ---> Running in dfe35418337a [2021-05-13T08:49:16.803Z] Removing intermediate container 72716887d038 [2021-05-13T08:49:16.803Z] ---> 70df76faa698 [2021-05-13T08:49:16.803Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T08:49:16.803Z] Removing intermediate container 9ae75f9d6fb0 [2021-05-13T08:49:16.803Z] ---> 93c740004ab9 [2021-05-13T08:49:16.803Z] Step 16/24 : WORKDIR / [2021-05-13T08:49:16.803Z] ---> Running in 1f90befb7a6d [2021-05-13T08:49:16.803Z] ---> da4ba848617c [2021-05-13T08:49:16.803Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T08:49:17.079Z] ---> Running in dd41fb40fec2 [2021-05-13T08:49:17.079Z] Removing intermediate container 73d375b37a0e [2021-05-13T08:49:17.079Z] ---> 5462886304e5 [2021-05-13T08:49:17.079Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T08:49:17.350Z] Removing intermediate container dfe35418337a [2021-05-13T08:49:17.351Z] ---> fa4b6ace3a71 [2021-05-13T08:49:17.351Z] Step 16/24 : WORKDIR / [2021-05-13T08:49:17.351Z] Removing intermediate container 1f90befb7a6d [2021-05-13T08:49:17.627Z] ---> 2f3295659c3f [2021-05-13T08:49:17.627Z] Step 20/22 : LABEL arch=arm64 [2021-05-13T08:49:17.627Z] ---> Running in 56fd3eec5d5f [2021-05-13T08:49:17.627Z] ---> Running in 9ca3d3d8826e [2021-05-13T08:49:17.916Z] Removing intermediate container dd41fb40fec2 [2021-05-13T08:49:17.916Z] ---> 11517d8c4605 [2021-05-13T08:49:17.916Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:49:17.916Z] ---> b4a1ab98bea1 [2021-05-13T08:49:17.916Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T08:49:18.189Z] ---> ae8beb567770 [2021-05-13T08:49:18.189Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T08:49:18.189Z] Removing intermediate container 56fd3eec5d5f [2021-05-13T08:49:18.189Z] ---> 990b50d22715 [2021-05-13T08:49:18.189Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:49:18.461Z] ---> Running in 166a9f3008f7 [2021-05-13T08:49:18.461Z] Removing intermediate container 9ca3d3d8826e [2021-05-13T08:49:18.461Z] ---> 65a3a4017e2f [2021-05-13T08:49:18.461Z] Step 21/22 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:49:19.073Z] ---> Running in 3c6acfa3cb20 [2021-05-13T08:49:19.073Z] ---> 909c0c588a10 [2021-05-13T08:49:19.073Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T08:49:19.670Z] ---> 60f4c11e5a8a [2021-05-13T08:49:19.670Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T08:49:19.943Z] Removing intermediate container 3c6acfa3cb20 [2021-05-13T08:49:19.943Z] ---> e0f596b59af8 [2021-05-13T08:49:19.943Z] Step 22/22 : LABEL version=0.0.0 [2021-05-13T08:49:19.943Z] ---> b5e839f0dd82 [2021-05-13T08:49:19.943Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T08:49:20.255Z] ---> Running in 2f65ddb423c8 [2021-05-13T08:49:20.857Z] ---> 7db243a62917 [2021-05-13T08:49:20.857Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T08:49:21.480Z] Removing intermediate container 2f65ddb423c8 [2021-05-13T08:49:21.480Z] ---> 2b109f01518d [2021-05-13T08:49:21.480Z] [2021-05-13T08:49:21.480Z] ---> dc73a2b3de54 [2021-05-13T08:49:21.480Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T08:49:21.766Z] ---> bfcad26c5f63 [2021-05-13T08:49:21.766Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T08:49:22.051Z] ---> ba7f03152992 [2021-05-13T08:49:22.051Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T08:49:22.051Z] Successfully built 2b109f01518d [2021-05-13T08:49:22.051Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-13T08:49:22.051Z]  Building security-proxy-setup ... done Building support-notifications [2021-05-13T08:49:22.325Z] ---> Running in dea533849a85 [2021-05-13T08:49:22.325Z] Removing intermediate container 166a9f3008f7 [2021-05-13T08:49:22.325Z] ---> c8414ec4d6c2 [2021-05-13T08:49:22.325Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:49:22.613Z] ---> 46c42c67c42b [2021-05-13T08:49:22.613Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T08:49:22.889Z] ---> Running in e1368d567e26 [2021-05-13T08:49:23.164Z] ---> 3ea6104fcff9 [2021-05-13T08:49:23.164Z] Step 22/26 : 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-05-13T08:49:23.164Z] Removing intermediate container dea533849a85 [2021-05-13T08:49:23.164Z] ---> a3946c7ab898 [2021-05-13T08:49:23.164Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:49:23.441Z] ---> Running in 364df50c958b [2021-05-13T08:49:23.441Z] ---> Running in 7c438787f797 [2021-05-13T08:49:23.724Z] Removing intermediate container e1368d567e26 [2021-05-13T08:49:23.724Z] ---> 7e110c8110b9 [2021-05-13T08:49:23.724Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:49:23.724Z] ---> 70f392647fc9 [2021-05-13T08:49:23.724Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T08:49:23.997Z] ---> Running in 372e6ae2c186 [2021-05-13T08:49:23.997Z] Removing intermediate container 364df50c958b [2021-05-13T08:49:24.278Z] ---> 98524c7e9a15 [2021-05-13T08:49:24.278Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:49:24.882Z] ---> Running in 0a5fdb5e95a8 [2021-05-13T08:49:25.865Z] Removing intermediate container 372e6ae2c186 [2021-05-13T08:49:25.865Z] ---> b76230f4901e [2021-05-13T08:49:25.865Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:49:26.459Z] Removing intermediate container 0a5fdb5e95a8 [2021-05-13T08:49:26.459Z] ---> 4dac37d69555 [2021-05-13T08:49:26.459Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:49:26.734Z] ---> 3b9976b93df4 [2021-05-13T08:49:26.734Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T08:49:26.734Z] ---> Running in 4bbe3e71a6d7 [2021-05-13T08:49:27.010Z] ---> Running in 244a4a68983a [2021-05-13T08:49:27.995Z] Removing intermediate container 4bbe3e71a6d7 [2021-05-13T08:49:27.995Z] ---> f0fc5041fcd3 [2021-05-13T08:49:27.995Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:49:28.280Z] Removing intermediate container 244a4a68983a [2021-05-13T08:49:28.280Z] ---> e89cffd4ba4d [2021-05-13T08:49:28.280Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:49:28.886Z] Removing intermediate container 7c438787f797 [2021-05-13T08:49:28.886Z] ---> 69e16e41d079 [2021-05-13T08:49:28.886Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T08:49:29.168Z] ---> Running in 8a07a59ba0c8 [2021-05-13T08:49:29.168Z] ---> a87a95855a51 [2021-05-13T08:49:29.168Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T08:49:29.457Z] ---> Running in 94fa79cfa600 [2021-05-13T08:49:29.457Z] ---> Running in 7321a900aaae [2021-05-13T08:49:29.741Z] Removing intermediate container 8a07a59ba0c8 [2021-05-13T08:49:29.741Z] ---> e5ff70bc7ea9 [2021-05-13T08:49:29.741Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:49:30.021Z] ---> Running in b157862bcc51 [2021-05-13T08:49:30.301Z] Removing intermediate container 7321a900aaae [2021-05-13T08:49:30.301Z] ---> 5f6b437aa132 [2021-05-13T08:49:30.301Z] Step 24/26 : LABEL arch=arm64 [2021-05-13T08:49:30.301Z] Removing intermediate container 94fa79cfa600 [2021-05-13T08:49:30.301Z] ---> 6207bdf1eeaf [2021-05-13T08:49:30.301Z] [2021-05-13T08:49:30.301Z] ---> 09cb8e437c2b [2021-05-13T08:49:30.301Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T08:49:30.574Z] ---> Running in 2abb2993920f [2021-05-13T08:49:30.848Z] Successfully built 6207bdf1eeaf [2021-05-13T08:49:30.848Z] Successfully tagged core-command-arm64:latest [2021-05-13T08:49:30.848Z]  Building core-command ... done Building sys-mgmt-agent [2021-05-13T08:49:30.848Z] Removing intermediate container b157862bcc51 [2021-05-13T08:49:30.848Z] ---> 1039124f6ccd [2021-05-13T08:49:30.848Z] [2021-05-13T08:49:31.447Z] Removing intermediate container 2abb2993920f [2021-05-13T08:49:31.447Z] ---> 4d0f9b005794 [2021-05-13T08:49:31.447Z] Step 25/26 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:49:31.447Z] Successfully built 1039124f6ccd [2021-05-13T08:49:31.727Z] Successfully tagged core-metadata-arm64:latest [2021-05-13T08:49:31.727Z]  Building core-metadata ... done Building core-data [2021-05-13T08:49:31.727Z] ---> Running in 37a37a10bc4f [2021-05-13T08:49:31.727Z] ---> d9373b929deb [2021-05-13T08:49:31.727Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T08:49:32.327Z] ---> Running in 885293bda62d [2021-05-13T08:49:32.608Z] Removing intermediate container 37a37a10bc4f [2021-05-13T08:49:32.608Z] ---> c8ff2fbf6410 [2021-05-13T08:49:32.608Z] Step 26/26 : LABEL version=0.0.0 [2021-05-13T08:49:32.891Z] ---> Running in 5804b7bf5d19 [2021-05-13T08:49:32.891Z] Removing intermediate container 885293bda62d [2021-05-13T08:49:32.891Z] ---> c07d61288899 [2021-05-13T08:49:32.891Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T08:49:33.493Z] Removing intermediate container 5804b7bf5d19 [2021-05-13T08:49:33.493Z] ---> bfc658c4d521 [2021-05-13T08:49:33.493Z] [2021-05-13T08:49:34.099Z] Successfully built bfc658c4d521 [2021-05-13T08:49:34.099Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-13T08:49:34.099Z] Building support-scheduler [2021-05-13T08:49:34.099Z]  Building security-secretstore-setup ... done  ---> f23690cf7657 [2021-05-13T08:49:34.099Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T08:49:34.698Z] ---> Running in 65a03ff21c23 [2021-05-13T08:49:38.140Z] Removing intermediate container 65a03ff21c23 [2021-05-13T08:49:38.140Z] ---> a35765dfa72f [2021-05-13T08:49:38.140Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T08:49:39.586Z] ---> Running in 83b13ae006bb [2021-05-13T08:49:40.568Z] Removing intermediate container 83b13ae006bb [2021-05-13T08:49:40.568Z] ---> 1883d957dddd [2021-05-13T08:49:40.568Z] Step 29/32 : CMD ["gate"] [2021-05-13T08:49:42.012Z] ---> Running in 71e0e8ab0940 [2021-05-13T08:49:42.995Z] Removing intermediate container 71e0e8ab0940 [2021-05-13T08:49:42.995Z] ---> 9a3345693477 [2021-05-13T08:49:42.995Z] Step 30/32 : LABEL arch=arm64 [2021-05-13T08:49:43.983Z] ---> Running in eb01bfd9c05c [2021-05-13T08:49:44.959Z] Removing intermediate container eb01bfd9c05c [2021-05-13T08:49:45.230Z] ---> cd9b0fdb46f6 [2021-05-13T08:49:45.230Z] Step 31/32 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:49:45.829Z] ---> Running in dbddb0cdb07a [2021-05-13T08:49:46.099Z] Removing intermediate container dbddb0cdb07a [2021-05-13T08:49:46.099Z] ---> a586a13a1a1b [2021-05-13T08:49:46.099Z] Step 32/32 : LABEL version=0.0.0 [2021-05-13T08:49:46.690Z] ---> Running in 3aa268976981 [2021-05-13T08:49:47.296Z] Removing intermediate container 3aa268976981 [2021-05-13T08:49:47.296Z] ---> 8b0326023990 [2021-05-13T08:49:47.296Z] [2021-05-13T08:49:47.569Z] Successfully built 8b0326023990 [2021-05-13T08:49:47.569Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-13T08:50:14.361Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:50:14.361Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:50:14.361Z] ---> 4a648688c9d2 [2021-05-13T08:50:14.361Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:50:14.361Z] ---> Using cache [2021-05-13T08:50:14.361Z] ---> 5afbc995b673 [2021-05-13T08:50:14.361Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:50:14.361Z] ---> Using cache [2021-05-13T08:50:14.361Z] ---> ec2abb837b94 [2021-05-13T08:50:14.361Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T08:50:18.667Z] ---> Running in 8b393a0718b8 [2021-05-13T08:50:19.266Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:21.246Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:23.232Z] OK: 218 MiB in 52 packages [2021-05-13T08:50:24.676Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:50:24.676Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:50:24.676Z] ---> 4a648688c9d2 [2021-05-13T08:50:24.676Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:50:24.676Z] ---> Using cache [2021-05-13T08:50:24.676Z] ---> 5afbc995b673 [2021-05-13T08:50:24.676Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:50:24.676Z] ---> Using cache [2021-05-13T08:50:24.677Z] ---> ec2abb837b94 [2021-05-13T08:50:24.677Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T08:50:24.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:50:24.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:50:24.951Z] ---> 4a648688c9d2 [2021-05-13T08:50:24.951Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> 5afbc995b673 [2021-05-13T08:50:24.951Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> ec2abb837b94 [2021-05-13T08:50:24.951Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> fefac6a37553 [2021-05-13T08:50:24.951Z] Step 6/23 : COPY go.mod . [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> e66239956188 [2021-05-13T08:50:24.951Z] Step 7/23 : RUN go mod download [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> f1b8628b70cd [2021-05-13T08:50:24.951Z] Step 8/23 : COPY . . [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> 33d6af91d676 [2021-05-13T08:50:24.951Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:50:24.951Z] ---> Using cache [2021-05-13T08:50:24.951Z] ---> 5f69a185f858 [2021-05-13T08:50:24.951Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T08:50:25.227Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T08:50:25.227Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T08:50:25.227Z] ---> 4a648688c9d2 [2021-05-13T08:50:25.227Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T08:50:25.227Z] ---> Using cache [2021-05-13T08:50:25.227Z] ---> 5afbc995b673 [2021-05-13T08:50:25.227Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:50:25.227Z] ---> Using cache [2021-05-13T08:50:25.227Z] ---> ec2abb837b94 [2021-05-13T08:50:25.227Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T08:50:25.832Z] ---> Running in 4bdde4ee7dbf [2021-05-13T08:50:25.832Z] ---> Running in 3ba9232fabfb [2021-05-13T08:50:26.114Z] ---> Running in f703ff3d0330 [2021-05-13T08:50:26.727Z] Removing intermediate container 8b393a0718b8 [2021-05-13T08:50:26.727Z] ---> 64ce9a277f84 [2021-05-13T08:50:26.727Z] Step 6/23 : COPY go.mod . [2021-05-13T08:50:27.827Z] ---> df247957d762 [2021-05-13T08:50:27.827Z] Step 7/23 : RUN go mod download [2021-05-13T08:50:28.134Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:28.134Z] ---> Running in 98c11fd48de7 [2021-05-13T08:50:28.782Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:28.782Z] 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-05-13T08:50:29.403Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:29.677Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:50:30.670Z] OK: 218 MiB in 52 packages [2021-05-13T08:50:31.273Z] OK: 218 MiB in 52 packages [2021-05-13T08:50:32.287Z] Removing intermediate container 98c11fd48de7 [2021-05-13T08:50:32.287Z] ---> 7e14833b6571 [2021-05-13T08:50:32.287Z] Step 8/23 : COPY . . [2021-05-13T08:50:33.289Z] Removing intermediate container 4bdde4ee7dbf [2021-05-13T08:50:33.289Z] ---> 2050ef50fe54 [2021-05-13T08:50:33.289Z] Step 6/24 : COPY go.mod . [2021-05-13T08:50:33.583Z] Removing intermediate container 3ba9232fabfb [2021-05-13T08:50:33.583Z] ---> df5db9e91d63 [2021-05-13T08:50:33.583Z] Step 6/24 : COPY go.mod . [2021-05-13T08:50:35.053Z] ---> 282fb43b2f06 [2021-05-13T08:50:35.053Z] Step 7/24 : RUN go mod download [2021-05-13T08:50:35.687Z] ---> Running in 3b7fbd01c2e9 [2021-05-13T08:50:35.687Z] ---> ca94e9569c46 [2021-05-13T08:50:35.687Z] Step 7/24 : RUN go mod download [2021-05-13T08:50:36.694Z] ---> Running in 7d7b42c2bd30 [2021-05-13T08:50:43.433Z] Removing intermediate container 3b7fbd01c2e9 [2021-05-13T08:50:43.433Z] ---> 66b56c90cf30 [2021-05-13T08:50:43.433Z] Step 8/24 : COPY . . [2021-05-13T08:50:43.433Z] Removing intermediate container 7d7b42c2bd30 [2021-05-13T08:50:43.433Z] ---> d63289418350 [2021-05-13T08:50:43.433Z] Step 8/24 : COPY . . [2021-05-13T08:51:10.266Z] ---> 380aff36232a [2021-05-13T08:51:10.266Z] Step 9/23 : RUN go mod tidy [2021-05-13T08:51:10.266Z] ---> Running in a11832b0766c [2021-05-13T08:51:12.262Z] ---> d7d5b2b48cf5 [2021-05-13T08:51:12.262Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:51:12.540Z] ---> 5c565fffbd28 [2021-05-13T08:51:12.540Z] Step 9/24 : RUN go mod tidy [2021-05-13T08:51:12.540Z] ---> Running in 6386c19b36c2 [2021-05-13T08:51:12.820Z] ---> Running in f9b3954ee01e [2021-05-13T08:51:17.159Z] Removing intermediate container a11832b0766c [2021-05-13T08:51:17.159Z] ---> 3d815ac2313f [2021-05-13T08:51:17.159Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T08:51:17.159Z] ---> Running in ededee0a7230 [2021-05-13T08:51:18.598Z] 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-05-13T08:51:19.206Z] Removing intermediate container 6386c19b36c2 [2021-05-13T08:51:19.206Z] ---> 56173c676d13 [2021-05-13T08:51:19.206Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T08:51:19.206Z] ---> Running in 1160f4c9575e [2021-05-13T08:51:19.486Z] Removing intermediate container f9b3954ee01e [2021-05-13T08:51:19.486Z] ---> 71fa55945fba [2021-05-13T08:51:19.486Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T08:51:19.761Z] ---> Running in 79dc37a45082 [2021-05-13T08:51:21.200Z] 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-05-13T08:51:21.474Z] 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-05-13T08:51:29.793Z] Removing intermediate container f703ff3d0330 [2021-05-13T08:51:29.793Z] ---> 4af21b7fa525 [2021-05-13T08:51:29.793Z] [2021-05-13T08:51:29.793Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:51:29.793Z] ---> 9852663dfa18 [2021-05-13T08:51:29.793Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T08:51:29.793Z] ---> Using cache [2021-05-13T08:51:29.793Z] ---> c59e6daa43ac [2021-05-13T08:51:29.793Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:51:29.793Z] ---> Using cache [2021-05-13T08:51:29.793Z] ---> 94194ef038a0 [2021-05-13T08:51:29.793Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T08:51:29.793Z] ---> Running in 51c07c15e884 [2021-05-13T08:51:29.793Z] Removing intermediate container 51c07c15e884 [2021-05-13T08:51:29.793Z] ---> 61b574649481 [2021-05-13T08:51:29.793Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:51:30.070Z] ---> Running in 99560ded4daa [2021-05-13T08:51:30.673Z] Removing intermediate container 99560ded4daa [2021-05-13T08:51:30.673Z] ---> 96b3960f05c3 [2021-05-13T08:51:30.673Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:51:31.667Z] ---> 84c7b61383f9 [2021-05-13T08:51:31.667Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T08:51:33.676Z] ---> b1a7d1dc8f62 [2021-05-13T08:51:33.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T08:51:34.670Z] ---> 5b9f239a9a88 [2021-05-13T08:51:34.670Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T08:51:34.670Z] ---> Running in e1f7acfef290 [2021-05-13T08:51:35.680Z] Removing intermediate container e1f7acfef290 [2021-05-13T08:51:35.680Z] ---> 62a0e75d6d38 [2021-05-13T08:51:35.680Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:51:35.680Z] ---> Running in b753271716fd [2021-05-13T08:51:36.281Z] Removing intermediate container b753271716fd [2021-05-13T08:51:36.281Z] ---> ca7d040831b7 [2021-05-13T08:51:36.281Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:51:36.558Z] ---> Running in 620bddc70971 [2021-05-13T08:51:37.164Z] Removing intermediate container 620bddc70971 [2021-05-13T08:51:37.164Z] ---> 20bab9e08fb0 [2021-05-13T08:51:37.164Z] Step 22/23 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:51:37.447Z] ---> Running in 99e4e9d46910 [2021-05-13T08:51:38.061Z] Removing intermediate container 99e4e9d46910 [2021-05-13T08:51:38.061Z] ---> 0fccf3085a60 [2021-05-13T08:51:38.061Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:51:38.339Z] ---> Running in 3b59a499816f [2021-05-13T08:51:39.343Z] Removing intermediate container 3b59a499816f [2021-05-13T08:51:39.343Z] ---> d0dedbd23595 [2021-05-13T08:51:39.343Z] [2021-05-13T08:51:39.622Z] Successfully built d0dedbd23595 [2021-05-13T08:51:39.900Z] Successfully tagged support-scheduler-arm64:latest [2021-05-13T08:53:01.756Z]  Building support-scheduler ... done Removing intermediate container 79dc37a45082 [2021-05-13T08:53:01.756Z] ---> 2f68311c1209 [2021-05-13T08:53:01.756Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T08:53:01.756Z] ---> Running in bed8b9ce575e [2021-05-13T08:53:01.756Z] Removing intermediate container ededee0a7230 [2021-05-13T08:53:01.756Z] ---> 576a4e013d58 [2021-05-13T08:53:01.756Z] [2021-05-13T08:53:01.756Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T08:53:01.756Z] ---> 9852663dfa18 [2021-05-13T08:53:01.756Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T08:53:01.756Z] ---> Running in 46a1311a515f [2021-05-13T08:53:01.756Z] 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-05-13T08:53:01.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:01.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:01.756Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T08:53:01.756Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T08:53:01.756Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:53:01.756Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T08:53:01.756Z] OK: 6 MiB in 16 packages [2021-05-13T08:53:02.032Z] Removing intermediate container bed8b9ce575e [2021-05-13T08:53:02.032Z] ---> 7bfbbc4b1427 [2021-05-13T08:53:02.032Z] [2021-05-13T08:53:02.032Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T08:53:02.032Z] 20.10.0: Pulling from library/docker [2021-05-13T08:53:02.312Z] Removing intermediate container 46a1311a515f [2021-05-13T08:53:02.312Z] ---> 92c14889d0be [2021-05-13T08:53:02.312Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:53:02.594Z] ---> Running in 27f8b3db5c35 [2021-05-13T08:53:03.601Z] Removing intermediate container 27f8b3db5c35 [2021-05-13T08:53:03.601Z] ---> 70c5f83ba336 [2021-05-13T08:53:03.601Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T08:53:03.896Z] ---> Running in 18e79433b5fb [2021-05-13T08:53:04.903Z] Removing intermediate container 18e79433b5fb [2021-05-13T08:53:04.903Z] ---> 713aa5d1bb2a [2021-05-13T08:53:04.903Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T08:53:05.503Z] ---> Running in d6e1f757b8ed [2021-05-13T08:53:06.512Z] Removing intermediate container d6e1f757b8ed [2021-05-13T08:53:06.512Z] ---> 88a498045fc9 [2021-05-13T08:53:06.512Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:53:08.022Z] ---> 4d292dc0251c [2021-05-13T08:53:08.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T08:53:08.654Z] Removing intermediate container 1160f4c9575e [2021-05-13T08:53:08.654Z] ---> b9216e524786 [2021-05-13T08:53:08.654Z] [2021-05-13T08:53:08.654Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T08:53:08.654Z] ---> 9852663dfa18 [2021-05-13T08:53:08.654Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T08:53:08.943Z] ---> Running in 1095d1f08d93 [2021-05-13T08:53:09.939Z] Removing intermediate container 1095d1f08d93 [2021-05-13T08:53:09.939Z] ---> 07b8050b87ed [2021-05-13T08:53:09.939Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T08:53:10.545Z] ---> 29179a48d99a [2021-05-13T08:53:10.546Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T08:53:10.546Z] ---> Running in 112a596c6f74 [2021-05-13T08:53:11.556Z] Removing intermediate container 112a596c6f74 [2021-05-13T08:53:11.556Z] ---> 2dc22cffea07 [2021-05-13T08:53:11.556Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T08:53:11.834Z] ---> 0c0fb20e356a [2021-05-13T08:53:11.834Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T08:53:11.834Z] ---> Running in b0b0e1295314 [2021-05-13T08:53:12.108Z] ---> Running in 5928ba3b9f18 [2021-05-13T08:53:12.383Z] Removing intermediate container b0b0e1295314 [2021-05-13T08:53:12.383Z] ---> cf8856b21a34 [2021-05-13T08:53:12.383Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:53:12.658Z] ---> Running in fc8e93310cff [2021-05-13T08:53:12.658Z] Removing intermediate container 5928ba3b9f18 [2021-05-13T08:53:12.658Z] ---> 80276f1f8791 [2021-05-13T08:53:12.658Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:53:12.939Z] ---> Running in 0d4f0749b94e [2021-05-13T08:53:13.556Z] Removing intermediate container 0d4f0749b94e [2021-05-13T08:53:13.556Z] ---> e6eb1c0532cb [2021-05-13T08:53:13.556Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:53:13.556Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T08:53:13.557Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T08:53:13.557Z] ---> eeaf43b92773 [2021-05-13T08:53:13.557Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T08:53:13.831Z] ---> Running in 89bbe141fe91 [2021-05-13T08:53:13.831Z] ---> Running in 61fd99fa56d1 [2021-05-13T08:53:14.435Z] Removing intermediate container 89bbe141fe91 [2021-05-13T08:53:14.435Z] ---> 5f8b313e7316 [2021-05-13T08:53:14.435Z] Step 22/23 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:53:14.435Z] Removing intermediate container 61fd99fa56d1 [2021-05-13T08:53:14.435Z] ---> ef8012c33384 [2021-05-13T08:53:14.435Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T08:53:14.710Z] ---> Running in 3489cdedd209 [2021-05-13T08:53:14.710Z] ---> Running in 8bed86372eff [2021-05-13T08:53:15.322Z] Removing intermediate container 3489cdedd209 [2021-05-13T08:53:15.322Z] ---> e52d0214be84 [2021-05-13T08:53:15.322Z] Step 23/23 : LABEL version=0.0.0 [2021-05-13T08:53:15.596Z] ---> Running in a2d7135e74e4 [2021-05-13T08:53:15.596Z] Removing intermediate container fc8e93310cff [2021-05-13T08:53:15.596Z] ---> 9de8ea4e13b9 [2021-05-13T08:53:15.596Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T08:53:15.872Z] ---> Running in de9922adb7b9 [2021-05-13T08:53:16.477Z] Removing intermediate container a2d7135e74e4 [2021-05-13T08:53:16.477Z] ---> c72c0214bcc6 [2021-05-13T08:53:16.477Z] [2021-05-13T08:53:16.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:16.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:17.030Z] Successfully built c72c0214bcc6 [2021-05-13T08:53:17.030Z] Successfully tagged support-notifications-arm64:latest [2021-05-13T08:53:17.304Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:17.304Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T08:53:17.304Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T08:53:17.304Z] Executing bash-5.0.17-r0.post-install [2021-05-13T08:53:17.575Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T08:53:17.576Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T08:53:17.576Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T08:53:17.576Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T08:53:17.576Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T08:53:17.576Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T08:53:17.576Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T08:53:17.576Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T08:53:17.576Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T08:53:17.576Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T08:53:17.576Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T08:53:18.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:53:19.150Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T08:53:19.150Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T08:53:19.150Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:53:19.150Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:53:19.421Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T08:53:19.421Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T08:53:19.421Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T08:53:19.421Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T08:53:19.421Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T08:53:19.421Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T08:53:19.421Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T08:53:19.421Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T08:53:19.698Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T08:53:19.698Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T08:53:19.698Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T08:53:19.698Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T08:53:19.698Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T08:53:19.698Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:53:19.698Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T08:53:19.698Z] OK: 8 MiB in 20 packages [2021-05-13T08:53:19.698Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T08:53:19.698Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T08:53:19.698Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T08:53:19.698Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T08:53:19.698Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T08:53:19.698Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T08:53:19.698Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T08:53:19.971Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T08:53:19.971Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T08:53:19.971Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T08:53:19.971Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T08:53:19.971Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T08:53:19.971Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T08:53:19.971Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T08:53:19.971Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T08:53:20.243Z] OK: 72 MiB in 59 packages [2021-05-13T08:53:22.272Z] Removing intermediate container de9922adb7b9 [2021-05-13T08:53:22.272Z] ---> c71470cf5222 [2021-05-13T08:53:22.272Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T08:53:22.865Z] ---> a7c5c82f4a7d [2021-05-13T08:53:22.865Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T08:53:24.295Z] ---> 4151c60cc15f [2021-05-13T08:53:24.295Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T08:53:24.888Z] ---> 043c1c726423 [2021-05-13T08:53:24.888Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T08:53:25.166Z] ---> Running in a6122ab11c82 [2021-05-13T08:53:25.437Z] Removing intermediate container a6122ab11c82 [2021-05-13T08:53:25.437Z] ---> 2e731d8f604e [2021-05-13T08:53:25.437Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:53:25.711Z] ---> Running in afdb079c07bf [2021-05-13T08:53:25.983Z] Collecting docker-compose==1.23.2 [2021-05-13T08:53:25.983Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T08:53:26.257Z] Removing intermediate container afdb079c07bf [2021-05-13T08:53:26.257Z] ---> 5903e4d0b0b2 [2021-05-13T08:53:26.257Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:53:26.257Z] ---> Running in 9fd6b5802aaf [2021-05-13T08:53:26.871Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-13T08:53:26.871Z] Removing intermediate container 9fd6b5802aaf [2021-05-13T08:53:26.871Z] ---> 6fee2b2d93a3 [2021-05-13T08:53:26.871Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:53:26.871Z] ---> Running in 963e37e99a26 [2021-05-13T08:53:27.149Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T08:53:27.149Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T08:53:27.423Z] Removing intermediate container 963e37e99a26 [2021-05-13T08:53:27.423Z] ---> acf6f08857b7 [2021-05-13T08:53:27.423Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:53:27.695Z] ---> Running in cfa22c6f7858 [2021-05-13T08:53:28.294Z] Removing intermediate container cfa22c6f7858 [2021-05-13T08:53:28.294Z] ---> b927fd5d6362 [2021-05-13T08:53:28.294Z] [2021-05-13T08:53:28.568Z] Successfully built b927fd5d6362 [2021-05-13T08:53:28.841Z] Successfully tagged core-data-arm64:latest [2021-05-13T08:53:29.115Z]  Building core-data ... done Collecting PyYAML<4,>=3.10 [2021-05-13T08:53:29.115Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T08:53:34.514Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T08:53:34.514Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T08:53:34.514Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T08:53:34.514Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T08:53:37.130Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T08:53:37.130Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T08:53:40.542Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T08:53:40.542Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T08:53:40.542Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T08:53:40.542Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T08:53:43.948Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T08:53:43.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T08:53:45.378Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T08:53:45.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T08:53:45.977Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T08:53:45.977Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T08:53:46.572Z] Collecting idna<2.8,>=2.5 [2021-05-13T08:53:46.572Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T08:53:47.561Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T08:53:47.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T08:53:48.163Z] 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-05-13T08:53:48.163Z] 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-05-13T08:53:48.163Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T08:53:48.163Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T08:53:48.163Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T08:53:48.163Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T08:53:50.295Z] Installing collected packages: jsonschema, PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, docopt, dockerpty, cached-property, docker-compose [2021-05-13T08:53:50.295Z] Running setup.py install for PyYAML: started [2021-05-13T08:53:52.966Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T08:53:53.597Z] Attempting uninstall: idna [2021-05-13T08:53:53.598Z] Found existing installation: idna 2.9 [2021-05-13T08:53:53.598Z] Uninstalling idna-2.9: [2021-05-13T08:53:53.598Z] Successfully uninstalled idna-2.9 [2021-05-13T08:53:54.207Z] Attempting uninstall: urllib3 [2021-05-13T08:53:54.207Z] Found existing installation: urllib3 1.25.9 [2021-05-13T08:53:54.207Z] Uninstalling urllib3-1.25.9: [2021-05-13T08:53:54.478Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T08:53:55.070Z] Attempting uninstall: requests [2021-05-13T08:53:55.070Z] Found existing installation: requests 2.23.0 [2021-05-13T08:53:55.070Z] Uninstalling requests-2.23.0: [2021-05-13T08:53:55.341Z] Successfully uninstalled requests-2.23.0 [2021-05-13T08:53:56.322Z] Running setup.py install for texttable: started [2021-05-13T08:53:58.931Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T08:53:58.931Z] Running setup.py install for docopt: started [2021-05-13T08:54:01.551Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T08:54:01.551Z] Running setup.py install for dockerpty: started [2021-05-13T08:54:04.159Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T08:54:05.133Z] 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.59.0 [2021-05-13T08:54:15.395Z] Removing intermediate container 8bed86372eff [2021-05-13T08:54:15.395Z] ---> 76395894d749 [2021-05-13T08:54:15.395Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T08:54:15.395Z] ---> Running in 3a8850e21240 [2021-05-13T08:54:15.395Z] Removing intermediate container 3a8850e21240 [2021-05-13T08:54:15.395Z] ---> 3259ca171e6f [2021-05-13T08:54:15.395Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T08:54:15.395Z] ---> Running in b92f0c41de47 [2021-05-13T08:54:15.395Z] Removing intermediate container b92f0c41de47 [2021-05-13T08:54:15.395Z] ---> 9a185250bd59 [2021-05-13T08:54:15.395Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T08:54:16.871Z] ---> e827af427ed1 [2021-05-13T08:54:16.871Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T08:54:17.466Z] ---> cdd259789ce8 [2021-05-13T08:54:17.466Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T08:54:18.441Z] ---> 2797e4b6b9c9 [2021-05-13T08:54:18.441Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T08:54:18.441Z] ---> Running in 9a470329bb20 [2021-05-13T08:54:19.038Z] Removing intermediate container 9a470329bb20 [2021-05-13T08:54:19.038Z] ---> 45986f46c38c [2021-05-13T08:54:19.038Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:54:19.038Z] ---> Running in 11b2ba794d77 [2021-05-13T08:54:19.634Z] Removing intermediate container 11b2ba794d77 [2021-05-13T08:54:19.635Z] ---> 0227d6e0084f [2021-05-13T08:54:19.635Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T08:54:19.635Z] ---> Running in 5a4eddb07dd0 [2021-05-13T08:54:20.231Z] Removing intermediate container 5a4eddb07dd0 [2021-05-13T08:54:20.231Z] ---> 7e9404bca8f0 [2021-05-13T08:54:20.231Z] Step 23/24 : LABEL git_sha=675d4e7148d37f12b2003cc7caa992b80ca9ab39 [2021-05-13T08:54:20.506Z] ---> Running in 267761f8164d [2021-05-13T08:54:20.781Z] Removing intermediate container 267761f8164d [2021-05-13T08:54:20.781Z] ---> 1318d3930906 [2021-05-13T08:54:20.781Z] Step 24/24 : LABEL version=0.0.0 [2021-05-13T08:54:21.054Z] ---> Running in 83814de33303 [2021-05-13T08:54:21.662Z] Removing intermediate container 83814de33303 [2021-05-13T08:54:21.662Z] ---> e6c6106d8d10 [2021-05-13T08:54:21.662Z] [2021-05-13T08:54:21.935Z] Successfully built e6c6106d8d10 [2021-05-13T08:54:22.215Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-13T08:54:22.520Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T08:54:22.529Z] $ docker stop --time=1 9b5440765c75472ed475986f8d17468cddcce91cac7f469545abd3fb82cbcb09 [2021-05-13T08:54:24.595Z] $ docker rm -f 9b5440765c75472ed475986f8d17468cddcce91cac7f469545abd3fb82cbcb09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:54:25.221Z] + docker images [2021-05-13T08:54:25.493Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T08:54:25.493Z] sys-mgmt-agent-arm64 latest e6c6106d8d10 4 seconds ago 299MB [2021-05-13T08:54:25.493Z] core-data-arm64 latest b927fd5d6362 58 seconds ago 20.3MB [2021-05-13T08:54:25.493Z] support-notifications-arm64 latest c72c0214bcc6 About a minute ago 16.7MB [2021-05-13T08:54:25.493Z] b9216e524786 About a minute ago 989MB [2021-05-13T08:54:25.493Z] 7bfbbc4b1427 About a minute ago 976MB [2021-05-13T08:54:25.493Z] 576a4e013d58 About a minute ago 980MB [2021-05-13T08:54:25.493Z] support-scheduler-arm64 latest d0dedbd23595 2 minutes ago 16.1MB [2021-05-13T08:54:25.493Z] 4af21b7fa525 2 minutes ago 980MB [2021-05-13T08:54:25.493Z] security-bootstrapper-arm64 latest 8b0326023990 4 minutes ago 17.1MB [2021-05-13T08:54:25.493Z] security-secretstore-setup-arm64 latest bfc658c4d521 4 minutes ago 24.3MB [2021-05-13T08:54:25.493Z] core-metadata-arm64 latest 1039124f6ccd 4 minutes ago 17.4MB [2021-05-13T08:54:25.493Z] core-command-arm64 latest 6207bdf1eeaf 4 minutes ago 16.1MB [2021-05-13T08:54:25.493Z] security-proxy-setup-arm64 latest 2b109f01518d 5 minutes ago 23.9MB [2021-05-13T08:54:25.493Z] 10e88e55e656 5 minutes ago 988MB [2021-05-13T08:54:25.493Z] 1db68fba3d3c 5 minutes ago 980MB [2021-05-13T08:54:25.493Z] e2bcd97d59f1 5 minutes ago 977MB [2021-05-13T08:54:25.493Z] 712501225ea4 5 minutes ago 977MB [2021-05-13T08:54:25.493Z] ffecadf971dd 5 minutes ago 973MB [2021-05-13T08:54:25.493Z] ci-base-image-arm64 latest 4a648688c9d2 17 minutes ago 641MB [2021-05-13T08:54:25.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-13T08:54:25.493Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-13T08:54:25.493Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-13T08:54:25.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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-05-13T08:54:26.072Z] ---> job-cost.sh [2021-05-13T08:54:26.072Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vorC [2021-05-13T08:55:22.559Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:57:14.327Z] lf-activate-venv(): INFO: Adding /tmp/venv-vorC/bin to PATH [2021-05-13T08:57:14.327Z] INFO: No Stack... [2021-05-13T08:57:14.327Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T08:57:14.327Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:57:14.660Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-05-13T08:57:14.660Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T08:57:14.773Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3461-3-stack-cost] [2021-05-13T08:57:14.791Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3461-3-stack-cost] did not exist. Created. [2021-05-13T08:57:14.791Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3461-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:57:15.150Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T08:57:15.414Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:57:15.446Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3461-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-05-13T08:57:16.178Z] provisioning config files... [2021-05-13T08:57:16.192Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5228038801319895761tmp [Pipeline] { [Pipeline] sh [2021-05-13T08:57:16.523Z] + set +x [2021-05-13T08:57:16.523Z] + curl -s https://codecov.io/bash [2021-05-13T08:57:16.523Z] + bash -s -- [2021-05-13T08:57:17.098Z] [2021-05-13T08:57:17.098Z] _____ _ [2021-05-13T08:57:17.098Z] / ____| | | [2021-05-13T08:57:17.098Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T08:57:17.098Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T08:57:17.098Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T08:57:17.098Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T08:57:17.098Z] Bash-1.0.2 [2021-05-13T08:57:17.098Z] [2021-05-13T08:57:17.098Z] [2021-05-13T08:57:17.098Z] ==> git version 2.24.3 found [2021-05-13T08:57:17.098Z] ==> 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-05-13T08:57:17.098Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T08:57:17.098Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T08:57:17.098Z] ==> Jenkins CI detected. [2021-05-13T08:57:17.098Z] project root: . [2021-05-13T08:57:17.098Z] --> token set from env [2021-05-13T08:57:17.098Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T08:57:17.098Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T08:57:17.098Z] ==> Python coveragepy not found [2021-05-13T08:57:17.098Z] ==> Searching for coverage reports in: [2021-05-13T08:57:17.098Z] + . [2021-05-13T08:57:17.098Z] -> Found 1 reports [2021-05-13T08:57:17.098Z] ==> Detecting git/mercurial file structure [2021-05-13T08:57:17.363Z] ==> Reading reports [2021-05-13T08:57:17.363Z] + ./coverage.out bytes=727397 [2021-05-13T08:57:17.363Z] ==> Appending adjustments [2021-05-13T08:57:17.363Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T08:57:21.593Z] + Found adjustments [2021-05-13T08:57:21.593Z] ==> Gzipping contents [2021-05-13T08:57:21.593Z] 104K /tmp/codecov.Ngo3jJ.gz [2021-05-13T08:57:21.593Z] ==> Uploading reports [2021-05-13T08:57:21.593Z] url: https://codecov.io [2021-05-13T08:57:21.593Z] query: branch=PR-3461&commit=675d4e7148d37f12b2003cc7caa992b80ca9ab39&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3461%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3461&job=&cmd_args= [2021-05-13T08:57:21.593Z] -> Pinging Codecov [2021-05-13T08:57:21.593Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3461&commit=675d4e7148d37f12b2003cc7caa992b80ca9ab39&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3461%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3461&job=&cmd_args= [2021-05-13T08:57:21.593Z] -> Uploading to [2021-05-13T08:57:21.593Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/675d4e7148d37f12b2003cc7caa992b80ca9ab39/0f5e2bf9-67f5-4b7e-a1b0-7bc38334fea4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T085721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c835d85774880b807bdcf654dc6d50304aaca8eb9a99ffda853684dba725fe4e [2021-05-13T08:57:21.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:57:21.593Z] Dload Upload Total Spent Left Speed [2021-05-13T08:57:22.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 156k --:--:-- --:--:-- --:--:-- 155k 100 101k 0 0 100 101k 0 156k --:--:-- --:--:-- --:--:-- 155k [2021-05-13T08:57:22.167Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/675d4e7148d37f12b2003cc7caa992b80ca9ab39 [Pipeline] } [2021-05-13T08:57:22.177Z] 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-05-13T08:57:22.972Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:23.861Z] ---> package-listing.sh [2021-05-13T08:57:23.861Z] ++ facter osfamily [2021-05-13T08:57:23.861Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T08:57:23.861Z] + OS_FAMILY=redhat [2021-05-13T08:57:23.861Z] + workspace=/w/workspace/edgex-go/3 [2021-05-13T08:57:23.861Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T08:57:23.861Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T08:57:23.861Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T08:57:23.861Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T08:57:23.861Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-13T08:57:23.861Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T08:57:23.861Z] + case "${OS_FAMILY}" in [2021-05-13T08:57:23.861Z] + rpm -qa [2021-05-13T08:57:23.861Z] + sort [2021-05-13T08:57:29.170Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T08:57:29.170Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T08:57:29.170Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T08:57:29.170Z] + '[' /w/workspace/edgex-go/3 ']' [2021-05-13T08:57:29.170Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-05-13T08:57:29.170Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-05-13T08:57:29.184Z] 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-05-13T08:57:29.480Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:57:29.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:57:30.062Z] [2021-05-13T08:57:30.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:57:30.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:57:30.395Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T08:57:30.395Z] df20fa9351a1: Pulling fs layer [2021-05-13T08:57:30.395Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T08:57:30.395Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T08:57:30.395Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T08:57:30.395Z] 93b61091891f: Pulling fs layer [2021-05-13T08:57:30.395Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T08:57:30.395Z] 5e14af77c1be: Pulling fs layer [2021-05-13T08:57:30.395Z] 01666e4c0597: Pulling fs layer [2021-05-13T08:57:30.395Z] aa168da1d23b: Pulling fs layer [2021-05-13T08:57:30.395Z] 93b9cdb0e59b: Waiting [2021-05-13T08:57:30.395Z] 5e14af77c1be: Waiting [2021-05-13T08:57:30.395Z] 01666e4c0597: Waiting [2021-05-13T08:57:30.395Z] aa168da1d23b: Waiting [2021-05-13T08:57:30.395Z] 46f8f816bc3b: Waiting [2021-05-13T08:57:30.395Z] 93b61091891f: Waiting [2021-05-13T08:57:30.395Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T08:57:30.395Z] 36b3adc4ff6f: Download complete [2021-05-13T08:57:30.395Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T08:57:30.395Z] 46f8f816bc3b: Download complete [2021-05-13T08:57:30.659Z] df20fa9351a1: Download complete [2021-05-13T08:57:30.659Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T08:57:30.659Z] 93b9cdb0e59b: Download complete [2021-05-13T08:57:30.659Z] 5e14af77c1be: Verifying Checksum [2021-05-13T08:57:30.659Z] 5e14af77c1be: Download complete [2021-05-13T08:57:30.659Z] 93b61091891f: Download complete [2021-05-13T08:57:30.659Z] 01666e4c0597: Verifying Checksum [2021-05-13T08:57:30.659Z] 01666e4c0597: Download complete [2021-05-13T08:57:30.659Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T08:57:30.659Z] 8ad3a11d3b57: Download complete [2021-05-13T08:57:30.922Z] df20fa9351a1: Pull complete [2021-05-13T08:57:31.188Z] 36b3adc4ff6f: Pull complete [2021-05-13T08:57:32.153Z] 8ad3a11d3b57: Pull complete [2021-05-13T08:57:32.153Z] 46f8f816bc3b: Pull complete [2021-05-13T08:57:33.155Z] aa168da1d23b: Verifying Checksum [2021-05-13T08:57:33.155Z] aa168da1d23b: Download complete [2021-05-13T08:57:33.730Z] 93b61091891f: Pull complete [2021-05-13T08:57:33.993Z] 93b9cdb0e59b: Pull complete [2021-05-13T08:57:34.258Z] 5e14af77c1be: Pull complete [2021-05-13T08:57:34.258Z] 01666e4c0597: Pull complete [2021-05-13T08:57:44.298Z] aa168da1d23b: Pull complete [2021-05-13T08:57:44.298Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T08:57:44.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:57:44.298Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T08:57:44.447Z] prd-centos7-docker-4c-2g-5082 does not seem to be running inside a container [2021-05-13T08:57:44.506Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-13T08:57:49.263Z] $ docker top dd2d33d18bcd15d0659203fda71cdca8a5e628e95804aebd3f91edc2dd9926bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:57:49.810Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T08:57:50.121Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T08:57:50.431Z] + ls /var/log/sa-host [2021-05-13T08:57:50.432Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T08:57:50.432Z] file_magic: OK [2021-05-13T08:57:50.432Z] HZ: Using current value: 100 [2021-05-13T08:57:50.432Z] file_header: OK [2021-05-13T08:57:50.432Z] 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-05-13T08:57:50.432Z] Statistics: [2021-05-13T08:57:50.432Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T08:57:50.432Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T08:57:50.432Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T08:57:50.432Z] file_magic: OK [2021-05-13T08:57:50.432Z] HZ: Using current value: 100 [2021-05-13T08:57:50.432Z] file_header: OK [2021-05-13T08:57:50.432Z] 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-05-13T08:57:50.432Z] Statistics: [2021-05-13T08:57:50.432Z] Hnuu...uuuununununu... [2021-05-13T08:57:50.432Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:57:50.622Z] provisioning config files... [2021-05-13T08:57:50.638Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4236026386363766596tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:57:50.661Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:50.966Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T08:57:50.976Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T08:57:51.000Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:51.299Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T08:57:51.311Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:51.611Z] ---> sudo-logs.sh [2021-05-13T08:57:51.611Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T08:57:51.638Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:51.947Z] ---> job-cost.sh [2021-05-13T08:57:51.947Z] lf-activate-venv: SKIPPING [2021-05-13T08:57:51.947Z] DEBUG: total: 0.20999999344348907 [2021-05-13T08:57:51.947Z] INFO: Retrieving Stack Cost... [2021-05-13T08:57:53.341Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:57:53.602Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T08:57:53.619Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:57:53.928Z] ---> logs-deploy.sh [2021-05-13T08:57:53.929Z] lf-activate-venv: SKIPPING [2021-05-13T08:57:53.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3461/3 [2021-05-13T08:57:53.929Z] INFO: archiving workspace using pattern(s): [2021-05-13T08:57:56.484Z] Archives upload complete. [2021-05-13T08:57:56.484Z] INFO: archiving logs to Nexus [2021-05-13T08:57:57.432Z] ---> uname -a: [2021-05-13T08:57:57.432Z] Linux prd-centos7-docker-4c-2g-5082.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-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> lscpu: [2021-05-13T08:57:57.432Z] Architecture: x86_64 [2021-05-13T08:57:57.432Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-13T08:57:57.432Z] Byte Order: Little Endian [2021-05-13T08:57:57.432Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-13T08:57:57.432Z] CPU(s): 4 [2021-05-13T08:57:57.432Z] On-line CPU(s) list: 0-3 [2021-05-13T08:57:57.432Z] Thread(s) per core: 1 [2021-05-13T08:57:57.432Z] Core(s) per socket: 1 [2021-05-13T08:57:57.432Z] Socket(s): 4 [2021-05-13T08:57:57.432Z] NUMA node(s): 1 [2021-05-13T08:57:57.432Z] Vendor ID: GenuineIntel [2021-05-13T08:57:57.432Z] CPU family: 6 [2021-05-13T08:57:57.432Z] Model: 44 [2021-05-13T08:57:57.432Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-13T08:57:57.432Z] Stepping: 1 [2021-05-13T08:57:57.432Z] CPU MHz: 2933.438 [2021-05-13T08:57:57.432Z] BogoMIPS: 5866.87 [2021-05-13T08:57:57.432Z] Virtualization: VT-x [2021-05-13T08:57:57.432Z] Hypervisor vendor: KVM [2021-05-13T08:57:57.432Z] Virtualization type: full [2021-05-13T08:57:57.432Z] L1d cache: 128 KiB [2021-05-13T08:57:57.432Z] L1i cache: 128 KiB [2021-05-13T08:57:57.432Z] L2 cache: 16 MiB [2021-05-13T08:57:57.432Z] L3 cache: 64 MiB [2021-05-13T08:57:57.432Z] NUMA node0 CPU(s): 0-3 [2021-05-13T08:57:57.432Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-13T08:57:57.432Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-13T08:57:57.432Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-13T08:57:57.432Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-13T08:57:57.432Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-13T08:57:57.432Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-13T08:57:57.432Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-13T08:57:57.432Z] Vulnerability Srbds: Not affected [2021-05-13T08:57:57.432Z] Vulnerability Tsx async abort: Not affected [2021-05-13T08:57:57.432Z] 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-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> nproc: [2021-05-13T08:57:57.432Z] 4 [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> df -h: [2021-05-13T08:57:57.432Z] Filesystem Size Used Available Use% Mounted on [2021-05-13T08:57:57.432Z] overlay 50.0G 11.8G 38.2G 24% / [2021-05-13T08:57:57.432Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-13T08:57:57.432Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-13T08:57:57.432Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 [2021-05-13T08:57:57.432Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> free -m: [2021-05-13T08:57:57.432Z] total used free shared buff/cache available [2021-05-13T08:57:57.432Z] Mem: 1837 738 115 0 983 1017 [2021-05-13T08:57:57.432Z] Swap: 1023 92 931 [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> ip addr: [2021-05-13T08:57:57.432Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-13T08:57:57.432Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-13T08:57:57.432Z] inet 127.0.0.1/8 scope host lo [2021-05-13T08:57:57.432Z] valid_lft forever preferred_lft forever [2021-05-13T08:57:57.432Z] inet6 ::1/128 scope host [2021-05-13T08:57:57.432Z] valid_lft forever preferred_lft forever [2021-05-13T08:57:57.432Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-13T08:57:57.432Z] link/ether fa:16:3e:a4:3d:73 brd ff:ff:ff:ff:ff:ff [2021-05-13T08:57:57.432Z] inet 10.30.122.244/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-13T08:57:57.432Z] valid_lft 84693sec preferred_lft 84693sec [2021-05-13T08:57:57.432Z] inet6 fe80::f816:3eff:fea4:3d73/64 scope link [2021-05-13T08:57:57.432Z] valid_lft forever preferred_lft forever [2021-05-13T08:57:57.432Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-13T08:57:57.432Z] link/ether 02:42:73:a6:ee:10 brd ff:ff:ff:ff:ff:ff [2021-05-13T08:57:57.432Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-13T08:57:57.432Z] valid_lft forever preferred_lft forever [2021-05-13T08:57:57.432Z] inet6 fe80::42:73ff:fea6:ee10/64 scope link [2021-05-13T08:57:57.432Z] valid_lft forever preferred_lft forever [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] ---> sar -b -r -n DEV: [2021-05-13T08:57:57.432Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] 08:29:19 LINUX RESTART (4 CPU) [2021-05-13T08:57:57.432Z] [2021-05-13T08:57:57.432Z] 08:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-13T08:57:57.432Z] 08:31:01 65.07 13.64 51.43 0.00 4885.43 12610.02 0.00 [2021-05-13T08:57:57.432Z] 08:32:01 216.39 107.97 108.42 0.00 8033.68 39778.58 0.00 [2021-05-13T08:57:57.432Z] 08:33:01 204.87 86.84 118.03 0.00 3195.74 17582.98 0.00 [2021-05-13T08:57:57.432Z] 08:34:01 160.97 59.93 101.05 0.00 2491.25 13087.99 0.00 [2021-05-13T08:57:57.432Z] 08:35:01 142.10 68.66 73.44 0.00 2443.53 9271.13 0.00 [2021-05-13T08:57:57.432Z] 08:36:02 149.93 34.05 115.89 0.00 8631.45 45389.85 0.00 [2021-05-13T08:57:57.432Z] 08:37:01 2058.21 1718.99 339.22 0.00 164507.93 203000.32 0.00 [2021-05-13T08:57:57.432Z] 08:38:01 1270.00 1058.97 211.04 0.00 76274.46 88184.96 0.00 [2021-05-13T08:57:57.432Z] 08:39:02 983.18 645.99 337.19 0.00 72075.41 119309.85 0.00 [2021-05-13T08:57:57.432Z] 08:40:01 2395.75 2040.16 355.59 0.00 149746.87 165267.85 0.00 [2021-05-13T08:57:57.432Z] 08:41:01 394.35 196.72 197.62 0.00 15893.60 29527.86 0.00 [2021-05-13T08:57:57.432Z] 08:42:02 27.65 13.67 13.98 0.00 2917.80 415.28 0.00 [2021-05-13T08:57:57.433Z] 08:43:01 0.64 0.39 0.25 0.00 5.01 3.18 0.00 [2021-05-13T08:57:57.433Z] 08:44:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2021-05-13T08:57:57.433Z] 08:45:01 2.00 1.78 0.22 0.00 57.93 3.73 0.00 [2021-05-13T08:57:57.433Z] 08:46:01 0.87 0.05 0.82 0.00 0.80 16.32 0.00 [2021-05-13T08:57:57.433Z] 08:47:01 0.32 0.02 0.30 0.00 0.27 3.58 0.00 [2021-05-13T08:57:57.433Z] 08:48:01 0.20 0.00 0.20 0.00 0.00 2.85 0.00 [2021-05-13T08:57:57.433Z] 08:49:01 0.18 0.00 0.18 0.00 0.00 2.07 0.00 [2021-05-13T08:57:57.433Z] 08:50:01 0.55 0.25 0.30 0.00 116.93 3.16 0.00 [2021-05-13T08:57:57.433Z] 08:51:01 0.22 0.00 0.22 0.00 0.00 2.86 0.00 [2021-05-13T08:57:57.433Z] 08:52:01 0.28 0.02 0.27 0.00 0.53 3.55 0.00 [2021-05-13T08:57:57.433Z] 08:53:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-05-13T08:57:57.433Z] 08:54:01 0.33 0.03 0.30 0.00 0.80 3.11 0.00 [2021-05-13T08:57:57.433Z] 08:55:01 0.68 0.00 0.68 0.00 0.00 7.81 0.00 [2021-05-13T08:57:57.433Z] 08:56:01 0.63 0.00 0.63 0.00 0.00 6.69 0.00 [2021-05-13T08:57:57.433Z] 08:57:01 0.68 0.02 0.67 0.00 0.53 7.83 0.00 [2021-05-13T08:57:57.433Z] Average: 298.38 223.20 75.18 0.00 18891.16 27522.95 0.00 [2021-05-13T08:57:57.433Z] [2021-05-13T08:57:57.433Z] 08:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-13T08:57:57.433Z] 08:31:01 74336 0 688380 36.59 2620 1116208 1348140 46.01 556276 1044164 900 [2021-05-13T08:57:57.433Z] 08:32:01 78232 0 760004 40.39 2116 1041192 1444980 49.31 573804 985540 35572 [2021-05-13T08:57:57.433Z] 08:33:01 262904 0 750944 39.91 1492 866204 1309052 44.68 491808 848028 76 [2021-05-13T08:57:57.433Z] 08:34:01 121320 0 856460 45.52 652 903112 1839160 62.77 742536 731124 74396 [2021-05-13T08:57:57.433Z] 08:35:01 322336 0 774428 41.16 536 784244 1356436 46.29 520248 740172 7860 [2021-05-13T08:57:57.433Z] 08:36:02 72488 0 755164 40.14 236 1053656 1250016 42.66 715108 829860 82212 [2021-05-13T08:57:57.433Z] 08:37:01 75164 0 903332 48.01 84 902964 2348280 80.14 747880 809996 89736 [2021-05-13T08:57:57.433Z] 08:38:01 319580 0 1151564 61.20 84 410316 3699836 126.27 723764 564976 49432 [2021-05-13T08:57:57.433Z] 08:39:02 74936 0 837696 44.52 80 968832 2101248 71.71 748308 830108 53572 [2021-05-13T08:57:57.433Z] 08:40:01 577456 0 773824 41.13 80 530184 2431064 82.97 484512 560400 9636 [2021-05-13T08:57:57.433Z] 08:41:01 331596 0 709532 37.71 80 840336 1370252 46.76 554532 724324 0 [2021-05-13T08:57:57.433Z] 08:42:02 310120 0 658372 34.99 80 912972 1215992 41.50 541556 765960 12 [2021-05-13T08:57:57.433Z] 08:43:01 312004 0 656476 34.89 80 912984 1188320 40.56 540528 765200 8 [2021-05-13T08:57:57.433Z] 08:44:01 312584 0 655892 34.86 80 912988 1186276 40.49 540448 765152 8 [2021-05-13T08:57:57.433Z] 08:45:01 310692 0 656700 34.90 80 914072 1186440 40.49 541248 766016 28 [2021-05-13T08:57:57.433Z] 08:46:01 311156 0 656208 34.88 80 914100 1186344 40.49 540616 766040 20 [2021-05-13T08:57:57.433Z] 08:47:01 311820 0 655548 34.84 80 914096 1186236 40.48 540136 766040 20 [2021-05-13T08:57:57.433Z] 08:48:01 309972 0 657376 34.94 80 914116 1186464 40.49 541356 766052 8 [2021-05-13T08:57:57.433Z] 08:49:01 310908 0 656436 34.89 80 914120 1186332 40.49 540560 766048 12 [2021-05-13T08:57:57.433Z] 08:50:01 304200 0 659636 35.06 80 917628 1186392 40.49 546504 766728 16 [2021-05-13T08:57:57.433Z] 08:51:01 304276 0 659548 35.05 80 917640 1186428 40.49 546732 766728 8 [2021-05-13T08:57:57.433Z] 08:52:01 304776 0 659056 35.03 80 917632 1186368 40.49 546288 766728 8 [2021-05-13T08:57:57.433Z] 08:53:01 304608 0 659200 35.04 80 917656 1186368 40.49 546380 766744 12 [2021-05-13T08:57:57.433Z] 08:54:01 303892 0 659912 35.07 80 917660 1186440 40.49 546836 766768 8 [2021-05-13T08:57:57.433Z] 08:55:01 303848 0 659940 35.07 80 917676 1186452 40.49 546988 766772 8 [2021-05-13T08:57:57.433Z] 08:56:01 303636 0 660144 35.09 80 917684 1186500 40.49 547020 766768 8 [2021-05-13T08:57:57.433Z] 08:57:01 303712 0 660080 35.08 80 917672 1186560 40.50 547160 766768 8 [2021-05-13T08:57:57.433Z] Average: 267872 0 721920 38.37 346 891405 1463421 49.94 576264 775156 14948 [2021-05-13T08:57:57.433Z] [2021-05-13T08:57:57.433Z] 08:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-13T08:57:57.433Z] 08:31:01 eth0 1147.25 1087.98 4132.99 122.49 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:31:01 veth3ee5645 753.95 614.86 71.36 2030.18 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:31:01 docker0 753.95 614.72 61.05 2030.17 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:32:01 eth0 606.06 566.50 3561.31 91.77 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:32:01 vethf936f9d 54.87 59.99 3.64 156.62 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:32:01 docker0 288.92 275.19 20.79 858.76 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:33:01 eth0 245.97 215.80 715.06 26.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:33:01 veth8e0d2d5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:33:01 docker0 200.85 212.81 13.81 688.75 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:34:01 eth0 27.42 13.44 21.09 11.08 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:34:01 veth8e0d2d5 0.71 0.75 0.06 0.07 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:34:01 docker0 0.71 0.71 0.05 0.07 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:35:01 eth0 30.00 22.92 13.44 82.37 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:35:01 veth8e0d2d5 1.21 1.21 0.10 0.10 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:35:01 docker0 1.21 1.21 0.08 0.10 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:36:02 vethcb83443 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:36:02 eth0 198.54 159.67 1699.79 70.47 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:37:01 vethcb83443 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:37:01 eth0 77.07 58.39 179.08 11.52 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:37:01 docker0 49.66 59.63 3.12 166.22 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:38:01 veth1692446 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:38:01 veth3e2d76a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:38:01 vethcb83443 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:38:01 eth0 6.14 3.11 5.06 2.67 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:39:02 vethcb83443 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:39:02 eth0 203.35 142.65 1737.52 25.95 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:39:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:39:02 veth6a86d7b 23.22 42.44 1.77 333.94 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:40:01 veth1f356bd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:40:01 veth5f39cfa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:40:01 vethcb83443 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:40:01 veth5e53c95 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:41:01 vethcb83443 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:41:01 eth0 3235.84 2711.77 13977.53 603.44 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:41:01 docker0 1360.47 1267.68 102.95 4367.72 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:42:02 eth0 6.91 3.95 6.17 2.63 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:42:02 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:43:01 eth0 0.66 0.34 0.28 0.21 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:44:01 eth0 1.45 0.35 0.37 0.20 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:45:01 eth0 2.13 0.78 0.77 0.47 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:46:01 eth0 1.42 0.55 0.59 0.40 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:47:01 eth0 0.72 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:48:01 eth0 1.02 0.37 0.32 0.17 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:49:01 eth0 1.43 0.28 0.35 0.23 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:50:01 eth0 1.65 0.52 0.50 0.27 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:51:01 eth0 1.95 0.50 0.63 0.36 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:52:01 eth0 1.62 0.50 0.57 0.39 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:53:01 eth0 1.93 0.28 0.42 0.20 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:54:01 eth0 7.13 4.95 1.47 17.01 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:55:01 eth0 9.08 8.34 1.16 21.35 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:56:01 eth0 3.91 4.30 0.79 13.95 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:57:01 eth0 0.82 0.67 0.29 1.64 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.433Z] Average: eth0 99.80 88.01 455.63 22.42 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.434Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.434Z] Average: docker0 50.52 47.08 3.82 162.20 0.00 0.00 0.00 0.00 [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] ---> sar -P ALL: [2021-05-13T08:57:57.434Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] 08:29:19 LINUX RESTART (4 CPU) [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] 08:30:02 CPU %user %nice %system %iowait %steal %idle [2021-05-13T08:57:57.434Z] 08:31:01 all 8.99 0.00 5.21 1.67 0.19 83.94 [2021-05-13T08:57:57.434Z] 08:31:01 0 10.82 0.00 7.85 0.23 0.18 80.93 [2021-05-13T08:57:57.434Z] 08:31:01 1 7.75 0.00 3.64 1.09 0.19 87.33 [2021-05-13T08:57:57.434Z] 08:31:01 2 8.07 0.00 4.70 1.02 0.22 85.98 [2021-05-13T08:57:57.434Z] 08:31:01 3 9.36 0.00 4.71 4.31 0.17 81.45 [2021-05-13T08:57:57.434Z] 08:32:01 all 12.36 0.00 7.47 1.57 0.15 78.46 [2021-05-13T08:57:57.434Z] 08:32:01 0 11.33 0.00 8.64 2.16 0.12 77.75 [2021-05-13T08:57:57.434Z] 08:32:01 1 9.34 0.00 6.40 0.65 0.14 83.48 [2021-05-13T08:57:57.434Z] 08:32:01 2 18.94 0.00 8.01 2.54 0.14 70.37 [2021-05-13T08:57:57.434Z] 08:32:01 3 9.86 0.00 6.83 0.92 0.19 82.19 [2021-05-13T08:57:57.434Z] 08:33:01 all 5.89 0.00 6.17 5.02 0.14 82.78 [2021-05-13T08:57:57.434Z] 08:33:01 0 5.89 0.00 6.38 5.84 0.17 81.71 [2021-05-13T08:57:57.434Z] 08:33:01 1 5.91 0.00 6.69 6.33 0.17 80.90 [2021-05-13T08:57:57.434Z] 08:33:01 2 6.15 0.00 6.54 3.22 0.07 84.03 [2021-05-13T08:57:57.434Z] 08:33:01 3 5.62 0.00 5.06 4.70 0.14 84.49 [2021-05-13T08:57:57.434Z] 08:34:01 all 59.85 0.00 15.19 4.95 0.14 19.87 [2021-05-13T08:57:57.434Z] 08:34:01 0 57.88 0.00 15.94 5.77 0.12 20.28 [2021-05-13T08:57:57.434Z] 08:34:01 1 58.30 0.00 15.64 5.82 0.10 20.13 [2021-05-13T08:57:57.434Z] 08:34:01 2 62.10 0.00 14.49 5.72 0.16 17.54 [2021-05-13T08:57:57.434Z] 08:34:01 3 61.13 0.00 14.69 2.47 0.16 21.55 [2021-05-13T08:57:57.434Z] 08:35:01 all 48.49 0.00 15.42 3.41 0.11 32.57 [2021-05-13T08:57:57.434Z] 08:35:01 0 48.58 0.00 15.98 4.06 0.12 31.26 [2021-05-13T08:57:57.434Z] 08:35:01 1 47.72 0.00 15.09 4.13 0.10 32.96 [2021-05-13T08:57:57.434Z] 08:35:01 2 49.96 0.00 15.29 3.43 0.10 31.22 [2021-05-13T08:57:57.434Z] 08:35:01 3 47.73 0.00 15.31 2.00 0.12 34.83 [2021-05-13T08:57:57.434Z] 08:36:02 all 25.23 0.00 12.08 6.02 0.11 56.56 [2021-05-13T08:57:57.434Z] 08:36:02 0 23.96 0.00 12.78 4.18 0.09 59.00 [2021-05-13T08:57:57.434Z] 08:36:02 1 25.16 0.00 11.54 5.98 0.10 57.22 [2021-05-13T08:57:57.434Z] 08:36:02 2 26.26 0.00 12.05 6.14 0.14 55.41 [2021-05-13T08:57:57.434Z] 08:36:02 3 25.55 0.00 11.94 7.78 0.12 54.61 [2021-05-13T08:57:57.434Z] 08:37:01 all 20.68 0.00 34.11 18.21 0.30 26.69 [2021-05-13T08:57:57.434Z] 08:37:01 0 20.61 0.00 33.54 17.77 0.32 27.77 [2021-05-13T08:57:57.434Z] 08:37:01 1 20.30 0.00 34.41 18.55 0.27 26.47 [2021-05-13T08:57:57.434Z] 08:37:01 2 20.56 0.00 33.77 19.61 0.36 25.71 [2021-05-13T08:57:57.434Z] 08:37:01 3 21.26 0.00 34.73 16.91 0.27 26.83 [2021-05-13T08:57:57.434Z] 08:38:01 all 57.71 0.00 20.92 10.60 0.12 10.66 [2021-05-13T08:57:57.434Z] 08:38:01 0 57.55 0.00 21.09 11.53 0.09 9.73 [2021-05-13T08:57:57.434Z] 08:38:01 1 58.07 0.00 20.26 9.63 0.14 11.90 [2021-05-13T08:57:57.434Z] 08:38:01 2 57.72 0.00 21.07 10.18 0.14 10.89 [2021-05-13T08:57:57.434Z] 08:38:01 3 57.47 0.00 21.25 11.08 0.11 10.09 [2021-05-13T08:57:57.434Z] 08:39:02 all 26.28 0.00 21.03 26.67 0.24 25.78 [2021-05-13T08:57:57.434Z] 08:39:02 0 25.62 0.00 21.24 25.37 0.21 27.56 [2021-05-13T08:57:57.434Z] 08:39:02 1 26.27 0.00 20.83 29.12 0.24 23.54 [2021-05-13T08:57:57.434Z] 08:39:02 2 27.43 0.00 20.89 24.96 0.22 26.50 [2021-05-13T08:57:57.434Z] 08:39:02 3 25.81 0.00 21.17 27.21 0.29 25.52 [2021-05-13T08:57:57.434Z] 08:40:01 all 19.74 0.00 26.29 29.64 0.20 24.13 [2021-05-13T08:57:57.434Z] 08:40:01 0 18.77 0.00 26.31 26.94 0.27 27.71 [2021-05-13T08:57:57.434Z] 08:40:01 1 19.43 0.00 26.45 32.77 0.20 21.16 [2021-05-13T08:57:57.434Z] 08:40:01 2 20.61 0.00 26.44 31.73 0.18 21.04 [2021-05-13T08:57:57.434Z] 08:40:01 3 20.17 0.00 25.97 27.06 0.15 26.66 [2021-05-13T08:57:57.434Z] 08:41:01 all 53.76 0.00 16.52 11.11 0.09 18.51 [2021-05-13T08:57:57.434Z] 08:41:01 0 53.86 0.00 17.12 10.98 0.05 17.99 [2021-05-13T08:57:57.434Z] 08:41:01 1 53.16 0.00 16.74 12.78 0.09 17.24 [2021-05-13T08:57:57.434Z] 08:41:01 2 54.09 0.00 15.71 11.65 0.12 18.43 [2021-05-13T08:57:57.434Z] 08:41:01 3 53.94 0.00 16.53 9.01 0.11 20.41 [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] 08:41:01 CPU %user %nice %system %iowait %steal %idle [2021-05-13T08:57:57.434Z] 08:42:02 all 0.46 0.00 0.54 0.41 0.00 98.58 [2021-05-13T08:57:57.434Z] 08:42:02 0 0.59 0.00 0.39 0.30 0.02 98.71 [2021-05-13T08:57:57.434Z] 08:42:02 1 0.32 0.00 0.47 0.08 0.00 99.13 [2021-05-13T08:57:57.434Z] 08:42:02 2 0.53 0.00 0.75 1.19 0.00 97.53 [2021-05-13T08:57:57.434Z] 08:42:02 3 0.40 0.00 0.57 0.07 0.00 98.96 [2021-05-13T08:57:57.434Z] 08:43:01 all 0.14 0.00 0.04 0.01 0.00 99.80 [2021-05-13T08:57:57.434Z] 08:43:01 0 0.47 0.00 0.05 0.02 0.00 99.46 [2021-05-13T08:57:57.434Z] 08:43:01 1 0.03 0.00 0.05 0.03 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-13T08:57:57.434Z] 08:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-13T08:57:57.434Z] 08:44:01 all 0.18 0.00 0.06 0.00 0.01 99.75 [2021-05-13T08:57:57.434Z] 08:44:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-13T08:57:57.434Z] 08:44:01 1 0.07 0.00 0.10 0.00 0.02 99.82 [2021-05-13T08:57:57.434Z] 08:44:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-05-13T08:57:57.434Z] 08:44:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-05-13T08:57:57.434Z] 08:45:01 all 0.16 0.00 0.07 0.02 0.00 99.75 [2021-05-13T08:57:57.434Z] 08:45:01 0 0.33 0.00 0.12 0.08 0.00 99.47 [2021-05-13T08:57:57.434Z] 08:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:45:01 2 0.02 0.00 0.05 0.02 0.00 99.92 [2021-05-13T08:57:57.434Z] 08:45:01 3 0.23 0.00 0.05 0.00 0.00 99.72 [2021-05-13T08:57:57.434Z] 08:46:01 all 0.18 0.00 0.08 0.00 0.00 99.74 [2021-05-13T08:57:57.434Z] 08:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-13T08:57:57.434Z] 08:46:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-05-13T08:57:57.434Z] 08:46:01 2 0.07 0.00 0.10 0.00 0.00 99.83 [2021-05-13T08:57:57.434Z] 08:46:01 3 0.55 0.00 0.08 0.00 0.00 99.37 [2021-05-13T08:57:57.434Z] 08:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-05-13T08:57:57.434Z] 08:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:47:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-05-13T08:57:57.434Z] 08:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:47:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-05-13T08:57:57.434Z] 08:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-05-13T08:57:57.434Z] 08:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-13T08:57:57.434Z] 08:48:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:48:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-13T08:57:57.434Z] 08:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-13T08:57:57.434Z] 08:49:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-05-13T08:57:57.434Z] 08:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-13T08:57:57.434Z] 08:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-13T08:57:57.434Z] 08:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:50:01 all 0.17 0.00 0.06 0.01 0.00 99.76 [2021-05-13T08:57:57.434Z] 08:50:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-13T08:57:57.434Z] 08:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-05-13T08:57:57.434Z] 08:50:01 2 0.55 0.00 0.05 0.02 0.00 99.38 [2021-05-13T08:57:57.434Z] 08:50:01 3 0.07 0.00 0.08 0.02 0.02 99.82 [2021-05-13T08:57:57.434Z] 08:51:01 all 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-13T08:57:57.434Z] 08:51:01 2 0.18 0.00 0.08 0.00 0.00 99.73 [2021-05-13T08:57:57.434Z] 08:51:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:52:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2021-05-13T08:57:57.434Z] 08:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-13T08:57:57.434Z] 08:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-13T08:57:57.434Z] 08:52:01 2 0.30 0.00 0.05 0.00 0.00 99.65 [2021-05-13T08:57:57.434Z] 08:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] 08:52:01 CPU %user %nice %system %iowait %steal %idle [2021-05-13T08:57:57.434Z] 08:53:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-05-13T08:57:57.434Z] 08:53:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-05-13T08:57:57.434Z] 08:53:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-05-13T08:57:57.434Z] 08:53:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-05-13T08:57:57.434Z] 08:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-13T08:57:57.434Z] 08:54:01 all 0.20 0.00 0.08 0.00 0.00 99.72 [2021-05-13T08:57:57.434Z] 08:54:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-05-13T08:57:57.434Z] 08:54:01 1 0.12 0.00 0.12 0.00 0.00 99.77 [2021-05-13T08:57:57.434Z] 08:54:01 2 0.47 0.00 0.07 0.00 0.00 99.47 [2021-05-13T08:57:57.434Z] 08:54:01 3 0.15 0.00 0.07 0.00 0.00 99.78 [2021-05-13T08:57:57.434Z] 08:55:01 all 0.10 0.00 0.07 0.00 0.00 99.83 [2021-05-13T08:57:57.434Z] 08:55:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-13T08:57:57.434Z] 08:55:01 1 0.13 0.00 0.12 0.00 0.00 99.75 [2021-05-13T08:57:57.434Z] 08:55:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2021-05-13T08:57:57.434Z] 08:55:01 3 0.10 0.00 0.07 0.00 0.00 99.83 [2021-05-13T08:57:57.434Z] 08:56:01 all 0.09 0.00 0.07 0.00 0.00 99.84 [2021-05-13T08:57:57.434Z] 08:56:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2021-05-13T08:57:57.434Z] 08:56:01 1 0.13 0.00 0.08 0.00 0.00 99.78 [2021-05-13T08:57:57.434Z] 08:56:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-05-13T08:57:57.434Z] 08:56:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-05-13T08:57:57.434Z] 08:57:01 all 0.08 0.00 0.03 0.00 0.00 99.90 [2021-05-13T08:57:57.434Z] 08:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-13T08:57:57.434Z] 08:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-13T08:57:57.434Z] 08:57:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-13T08:57:57.434Z] 08:57:01 3 0.22 0.00 0.02 0.00 0.00 99.77 [2021-05-13T08:57:57.434Z] Average: all 12.29 0.00 6.52 4.27 0.07 76.85 [2021-05-13T08:57:57.434Z] Average: 0 12.14 0.00 6.74 4.13 0.06 76.92 [2021-05-13T08:57:57.434Z] Average: 1 12.00 0.00 6.44 4.56 0.06 76.94 [2021-05-13T08:57:57.434Z] Average: 2 12.83 0.00 6.48 4.35 0.07 76.27 [2021-05-13T08:57:57.434Z] Average: 3 12.20 0.00 6.40 4.05 0.07 77.28 [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z] [2021-05-13T08:57:57.434Z]