Pull request #3404 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e74fb44bc3c7dba27293e126f2db6d08dfe7b87b+073d4024fc68195ffa5e0c946ab0bbcbf84e75af (5db2d55e6bbeb95821166cdd9aa5fd0769def29e) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3047 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit e74fb44bc3c7dba27293e126f2db6d08dfe7b87b Merge succeeded, producing e74fb44bc3c7dba27293e126f2db6d08dfe7b87b Checking out Revision e74fb44bc3c7dba27293e126f2db6d08dfe7b87b (PR-3404) > 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/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # 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 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-05T18:25:26.410Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-05T18:25:26.506Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-05T18:25:26.537Z] ========================================================= [2021-05-05T18:25:26.537Z] EdgeX Global Pipelines Version Info [2021-05-05T18:25:26.537Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c885738df377b999d3c3f67cf4044fc07b3ca233 # timeout=10 [2021-05-05T18:25:28.257Z] ------------------- [2021-05-05T18:25:28.257Z] stable info: [2021-05-05T18:25:28.257Z] ------------------- [2021-05-05T18:25:28.257Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-05T18:25:28.257Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T18:25:28.257Z] Message: update stable to v1.0.191 [2021-05-05T18:25:29.200Z] ------------------- [2021-05-05T18:25:29.200Z] experimental info: [2021-05-05T18:25:29.200Z] ------------------- [2021-05-05T18:25:29.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-05T18:25:29.200Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-05T18:25:29.200Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-05T18:25:29.312Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-05T18:25:29.333Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-05T18:25:29.353Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-05T18:25:29.373Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-05T18:25:29.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-05T18:25:29.418Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-05T18:25:29.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-05T18:25:29.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-05T18:25:29.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-05T18:25:29.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-05T18:25:29.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-05T18:25:29.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-05T18:25:29.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-05T18:25:29.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-05T18:25:29.616Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T18:25:29.638Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-05T18:25:29.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-05T18:25:29.702Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-05T18:25:29.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-05T18:25:29.746Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-05T18:25:29.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-05T18:25:29.790Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-05T18:25:29.810Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo [2021-05-05T18:25:29.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo [2021-05-05T18:25:29.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo [2021-05-05T18:25:29.875Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [Pipeline] echo [2021-05-05T18:25:29.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e74fb44 [Pipeline] echo [2021-05-05T18:25:29.916Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T18:25:29.992Z] provisioning config files... [2021-05-05T18:25:30.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7268476769709842172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:25:30.353Z] ---> docker-login.sh [2021-05-05T18:25:30.353Z] nexus3.edgexfoundry.org:10001 [2021-05-05T18:25:30.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:25:30.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:25:30.617Z] Configure a credential helper to remove this warning. See [2021-05-05T18:25:30.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:25:30.617Z] [2021-05-05T18:25:30.617Z] Login Succeeded [2021-05-05T18:25:30.617Z] nexus3.edgexfoundry.org:10002 [2021-05-05T18:25:30.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:25:30.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:25:30.882Z] Configure a credential helper to remove this warning. See [2021-05-05T18:25:30.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:25:30.882Z] [2021-05-05T18:25:30.882Z] Login Succeeded [2021-05-05T18:25:30.882Z] nexus3.edgexfoundry.org:10003 [2021-05-05T18:25:30.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:25:30.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:25:30.882Z] Configure a credential helper to remove this warning. See [2021-05-05T18:25:30.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:25:30.882Z] [2021-05-05T18:25:30.882Z] Login Succeeded [2021-05-05T18:25:31.144Z] nexus3.edgexfoundry.org:10004 [2021-05-05T18:25:31.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:25:31.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:25:31.144Z] Configure a credential helper to remove this warning. See [2021-05-05T18:25:31.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:25:31.144Z] [2021-05-05T18:25:31.144Z] Login Succeeded [2021-05-05T18:25:31.144Z] docker.io [2021-05-05T18:25:31.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:25:31.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:25:31.667Z] Configure a credential helper to remove this warning. See [2021-05-05T18:25:31.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:25:31.667Z] [2021-05-05T18:25:31.667Z] Login Succeeded [2021-05-05T18:25:31.667Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T18:25:31.677Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T18:25:32.007Z] ++ 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-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/core-command/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/core-data/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-05T18:25:32.007Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-05T18:25:32.007Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-05T18:25:32.007Z] ++ cut -d/ -f2 [2021-05-05T18:25:32.007Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-05T18:25:32.095Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:25:32.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T18:25:32.738Z] [2021-05-05T18:25:32.738Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:25:33.046Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T18:25:33.046Z] latest: Pulling from edgex-devops/git-semver [2021-05-05T18:25:33.046Z] 31603596830f: Pulling fs layer [2021-05-05T18:25:33.046Z] 54011a49482f: Pulling fs layer [2021-05-05T18:25:33.046Z] a6820b24f6d8: Pulling fs layer [2021-05-05T18:25:33.046Z] f581987b2513: Pulling fs layer [2021-05-05T18:25:33.046Z] f581987b2513: Waiting [2021-05-05T18:25:33.046Z] 54011a49482f: Verifying Checksum [2021-05-05T18:25:33.046Z] 54011a49482f: Download complete [2021-05-05T18:25:33.046Z] 31603596830f: Verifying Checksum [2021-05-05T18:25:33.046Z] 31603596830f: Download complete [2021-05-05T18:25:33.312Z] f581987b2513: Verifying Checksum [2021-05-05T18:25:33.312Z] f581987b2513: Download complete [2021-05-05T18:25:33.312Z] a6820b24f6d8: Verifying Checksum [2021-05-05T18:25:33.312Z] a6820b24f6d8: Download complete [2021-05-05T18:25:33.312Z] 31603596830f: Pull complete [2021-05-05T18:25:33.575Z] 54011a49482f: Pull complete [2021-05-05T18:25:34.157Z] a6820b24f6d8: Pull complete [2021-05-05T18:25:34.418Z] f581987b2513: Pull complete [2021-05-05T18:25:34.418Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-05T18:25:34.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-05T18:25:34.418Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-05T18:25:34.515Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:25:34.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-05T18:25:36.863Z] $ docker top 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-05T18:25:37.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T18:25:37.003Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T18:25:37.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T18:25:37.187Z] $ docker exec 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db ssh-agent [2021-05-05T18:25:37.341Z] SSH_AUTH_SOCK=/tmp/ssh-Qf2DAEhg0bBr/agent.11 [2021-05-05T18:25:37.341Z] SSH_AGENT_PID=16 [2021-05-05T18:25:37.352Z] Running ssh-add (command line suppressed) [2021-05-05T18:25:37.464Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5492838881069213870.key (/w/workspace/edgex-go/7@tmp/private_key_5492838881069213870.key) [2021-05-05T18:25:37.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T18:25:37.812Z] + git tag --points-at HEAD [Pipeline] } [2021-05-05T18:25:37.830Z] $ docker exec --env ******** --env ******** 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db ssh-agent -k [2021-05-05T18:25:37.939Z] unset SSH_AUTH_SOCK; [2021-05-05T18:25:37.939Z] unset SSH_AGENT_PID; [2021-05-05T18:25:37.939Z] echo Agent pid 16 killed; [2021-05-05T18:25:37.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-05T18:25:38.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-05T18:25:38.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-05T18:25:38.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-05T18:25:38.192Z] $ docker exec 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db ssh-agent [2021-05-05T18:25:38.342Z] SSH_AUTH_SOCK=/tmp/ssh-qbtOs686TlZq/agent.45 [2021-05-05T18:25:38.342Z] SSH_AGENT_PID=50 [2021-05-05T18:25:38.349Z] Running ssh-add (command line suppressed) [2021-05-05T18:25:38.458Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_5930855659379034178.key (/w/workspace/edgex-go/7@tmp/private_key_5930855659379034178.key) [2021-05-05T18:25:38.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-05T18:25:38.814Z] + git semver init [2021-05-05T18:25:38.814Z] # -> Open(): unable to determine branch for HEAD [2021-05-05T18:25:38.814Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-05-05T18:25:38.814Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-05-05T18:25:38.814Z] # $SEMVER_REMOTE_NAME = origin [2021-05-05T18:25:38.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-05T18:25:38.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-05T18:25:38.814Z] # $SEMVER_BRANCH = PR-3404 [2021-05-05T18:25:38.814Z] # $SEMVER_TEMP = /tmp/semver-929739114 [2021-05-05T18:25:38.814Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-05T18:26:17.592Z] # '/tmp/semver-929739114' -> '/w/workspace/edgex-go/7/.semver' [2021-05-05T18:26:17.592Z] # -> Force: false [2021-05-05T18:26:17.592Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-05-05T18:26:17.607Z] $ docker exec --env ******** --env ******** 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db ssh-agent -k [2021-05-05T18:26:17.803Z] unset SSH_AUTH_SOCK; [2021-05-05T18:26:17.804Z] unset SSH_AGENT_PID; [2021-05-05T18:26:17.804Z] echo Agent pid 50 killed; [2021-05-05T18:26:17.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-05T18:26:18.212Z] + git semver [Pipeline] } [2021-05-05T18:26:18.229Z] $ docker stop --time=1 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db [2021-05-05T18:26:19.801Z] $ docker rm -f 90f948338153afbc6dc16e4f68e6189a6b22503c7defff5cf11af7474b61c1db [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T18:26:20.227Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-05T18:26:20.615Z] Stashed 1 file(s) [Pipeline] echo [2021-05-05T18:26:20.618Z] [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-05T18:26:21.121Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-05T18:26:21.416Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T18:26:21.746Z] + sudo service docker restart [2021-05-05T18:26:21.746Z] + true [2021-05-05T18:26:21.746Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-05T18:26:22.395Z] ========================================================= [2021-05-05T18:26:22.395Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-05T18:26:22.395Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:26:22.701Z] + 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-05T18:26:26.004Z] Sending build context to Docker daemon 329.9MB [2021-05-05T18:26:26.004Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T18:26:26.004Z] Step 2/6 : FROM ${BASE} [2021-05-05T18:26:26.004Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-05T18:26:26.004Z] 540db60ca938: Pulling fs layer [2021-05-05T18:26:26.004Z] adcc1eea9eea: Pulling fs layer [2021-05-05T18:26:26.004Z] 4c4ab2625f07: Pulling fs layer [2021-05-05T18:26:26.004Z] 0510c868ecb4: Pulling fs layer [2021-05-05T18:26:26.004Z] afea3b2eda06: Pulling fs layer [2021-05-05T18:26:26.004Z] 7809a108b3ef: Pulling fs layer [2021-05-05T18:26:26.004Z] f706445af74f: Pulling fs layer [2021-05-05T18:26:26.004Z] 0510c868ecb4: Waiting [2021-05-05T18:26:26.004Z] afea3b2eda06: Waiting [2021-05-05T18:26:26.004Z] 7809a108b3ef: Waiting [2021-05-05T18:26:26.004Z] f706445af74f: Waiting [2021-05-05T18:26:26.004Z] 4c4ab2625f07: Verifying Checksum [2021-05-05T18:26:26.004Z] 4c4ab2625f07: Download complete [2021-05-05T18:26:26.004Z] adcc1eea9eea: Verifying Checksum [2021-05-05T18:26:26.004Z] adcc1eea9eea: Download complete [2021-05-05T18:26:26.004Z] afea3b2eda06: Verifying Checksum [2021-05-05T18:26:26.004Z] afea3b2eda06: Download complete [2021-05-05T18:26:26.004Z] 7809a108b3ef: Download complete [2021-05-05T18:26:26.004Z] 540db60ca938: Verifying Checksum [2021-05-05T18:26:26.004Z] 540db60ca938: Download complete [2021-05-05T18:26:26.267Z] 540db60ca938: Pull complete [2021-05-05T18:26:26.530Z] adcc1eea9eea: Pull complete [2021-05-05T18:26:26.530Z] 4c4ab2625f07: Pull complete [2021-05-05T18:26:27.920Z] f706445af74f: Verifying Checksum [2021-05-05T18:26:27.920Z] f706445af74f: Download complete [2021-05-05T18:26:28.503Z] 0510c868ecb4: Verifying Checksum [2021-05-05T18:26:28.503Z] 0510c868ecb4: Download complete [2021-05-05T18:26:33.832Z] 0510c868ecb4: Pull complete [2021-05-05T18:26:33.832Z] afea3b2eda06: Pull complete [2021-05-05T18:26:33.832Z] 7809a108b3ef: Pull complete [2021-05-05T18:26:35.757Z] Still waiting to schedule task [2021-05-05T18:26:35.757Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-05T18:26:40.441Z] f706445af74f: Pull complete [2021-05-05T18:26:40.441Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-05T18:26:40.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-05T18:26:40.441Z] ---> b068be0155e3 [2021-05-05T18:26:40.441Z] 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-05T18:26:40.704Z] ---> Running in 250dc2aec08e [2021-05-05T18:26:41.273Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:26:43.184Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:26:44.126Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T18:26:44.386Z] (2/12) Installing file (5.39-r0) [2021-05-05T18:26:44.647Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T18:26:44.647Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T18:26:49.963Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T18:26:49.963Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T18:26:49.963Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T18:26:49.963Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T18:26:49.963Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T18:26:50.223Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T18:26:50.484Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T18:26:50.484Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T18:26:50.484Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T18:26:50.484Z] OK: 219 MiB in 52 packages [2021-05-05T18:26:53.797Z] Removing intermediate container 250dc2aec08e [2021-05-05T18:26:53.797Z] ---> 97a5adc0c7cd [2021-05-05T18:26:53.797Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T18:26:53.797Z] ---> Running in 153bd34f1fc8 [2021-05-05T18:26:53.797Z] Removing intermediate container 153bd34f1fc8 [2021-05-05T18:26:53.797Z] ---> 1bc51e2097fa [2021-05-05T18:26:53.797Z] Step 5/6 : COPY go.mod . [2021-05-05T18:26:53.797Z] ---> 4d15c51883bd [2021-05-05T18:26:53.797Z] Step 6/6 : RUN go mod download [2021-05-05T18:26:53.797Z] ---> Running in 0dfdc74d1e76 [2021-05-05T18:27:15.790Z] Removing intermediate container 0dfdc74d1e76 [2021-05-05T18:27:15.790Z] ---> 1181d36dd750 [2021-05-05T18:27:15.790Z] Successfully built 1181d36dd750 [2021-05-05T18:27:15.790Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:27:16.097Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T18:27:16.097Z] . [Pipeline] withDockerContainer [2021-05-05T18:27:16.234Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:27:16.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-05-05T18:27:17.161Z] $ docker top c08ce335649ff9e597cf2c2eef5475c43ecf6e04e08f1e46efb08c596b1abd6b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T18:27:17.556Z] + go version [2021-05-05T18:27:17.556Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-05T18:27:17.569Z] $ docker stop --time=1 c08ce335649ff9e597cf2c2eef5475c43ecf6e04e08f1e46efb08c596b1abd6b [2021-05-05T18:27:18.899Z] $ docker rm -f c08ce335649ff9e597cf2c2eef5475c43ecf6e04e08f1e46efb08c596b1abd6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:27:19.382Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-05T18:27:19.382Z] . [Pipeline] withDockerContainer [2021-05-05T18:27:19.469Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:27:19.510Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat [2021-05-05T18:27:20.099Z] $ docker top fc8335b3b6581a2ab966122179c49ca004cc9c6d40c4edc86ef457b4f7fbf4f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-05T18:27:20.208Z] ========================================================= [2021-05-05T18:27:20.208Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T18:27:20.208Z] ========================================================= [Pipeline] sh [2021-05-05T18:27:20.499Z] + go mod tidy [Pipeline] sh [2021-05-05T18:27:21.738Z] + make test [2021-05-05T18:27:21.738Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T18:27:29.909Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T18:27:48.068Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T18:27:53.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T18:27:53.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T18:27:54.022Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T18:27:57.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T18:27:57.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T18:27:57.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T18:27:57.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T18:27:58.342Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T18:27:58.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T18:28:01.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T18:28:01.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T18:28:01.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T18:28:03.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 45.9% of statements [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T18:28:03.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T18:28:03.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-05-05T18:28:03.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-05-05T18:28:05.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T18:28:05.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T18:28:05.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T18:28:05.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T18:28:05.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T18:28:06.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 87.7% of statements [2021-05-05T18:28:06.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T18:28:06.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:28:06.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-05-05T18:28:06.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.294s coverage: 28.6% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T18:28:09.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T18:28:09.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.339s coverage: 95.1% of statements [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.9% of statements [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.051s coverage: 22.6% of statements [2021-05-05T18:28:11.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-05-05T18:28:11.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-05-05T18:28:11.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2021-05-05T18:28:11.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-05-05T18:28:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2021-05-05T18:28:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-05-05T18:28:26.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.190s coverage: 81.8% of statements [2021-05-05T18:28:26.840Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T18:28:35.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-05-05T18:28:35.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T18:28:35.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T18:28:35.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T18:28:35.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-05-05T18:28:35.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T18:28:35.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.2% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 64.4% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.277s coverage: 62.9% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 43.4% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 92.6% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 28.7% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T18:28:35.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-05-05T18:28:35.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T18:28:36.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 97.6% of statements [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T18:28:36.033Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T18:28:36.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T18:28:36.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T18:28:36.033Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T18:28:36.033Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-05-05T18:28:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-05-05T18:28:36.293Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T18:28:36.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-05-05T18:28:36.864Z] GO111MODULE=on go vet ./... [2021-05-05T18:29:09.092Z] gofmt -l . [2021-05-05T18:29:09.093Z] [ "`gofmt -l .`" = "" ] [2021-05-05T18:29:09.093Z] ./bin/test-go-mod-tidy.sh [2021-05-05T18:29:09.093Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T18:29:09.449Z] + ls -al . [2021-05-05T18:29:09.450Z] total 808 [2021-05-05T18:29:09.450Z] drwxrwxr-x 10 1001 1001 4096 May 5 18:29 . [2021-05-05T18:29:09.450Z] drwxr-xr-x 4 root root 28 May 5 18:27 .. [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 11 May 5 18:25 .dockerignore [2021-05-05T18:29:09.450Z] drwxrwxr-x 8 1001 1001 179 May 5 18:25 .git [2021-05-05T18:29:09.450Z] drwxrwxr-x 3 1001 1001 125 May 5 18:25 .github [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 818 May 5 18:25 .gitignore [2021-05-05T18:29:09.450Z] drwx------ 3 1001 1001 60 May 5 18:26 .semver [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 166 May 5 18:25 .sonarcloud.properties [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 8609 May 5 18:25 Attribution.txt [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 3804 May 5 18:25 CONTRIBUTING.md [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 931 May 5 18:25 Dockerfile.build [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 863 May 5 18:25 Jenkinsfile [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 10775 May 5 18:25 LICENSE [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 5774 May 5 18:25 Makefile [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 7978 May 5 18:25 README.md [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 6755 May 5 18:25 SECURITY.md [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 5 May 5 18:26 VERSION [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 4131 May 5 18:25 ZMQWindows.md [2021-05-05T18:29:09.450Z] drwxrwxr-x 2 1001 1001 117 May 5 18:25 bin [2021-05-05T18:29:09.450Z] drwxrwxr-x 14 1001 1001 4096 May 5 18:25 cmd [2021-05-05T18:29:09.450Z] -rw-r--r-- 1 root root 699522 May 5 18:28 coverage.out [2021-05-05T18:29:09.450Z] -rw-r--r-- 1 root root 1060 May 5 18:29 go.mod [2021-05-05T18:29:09.450Z] -rw-r--r-- 1 root root 21862 May 5 18:27 go.sum [2021-05-05T18:29:09.450Z] drwxrwxr-x 8 1001 1001 127 May 5 18:25 internal [2021-05-05T18:29:09.450Z] drwxrwxr-x 4 1001 1001 26 May 5 18:25 openapi [2021-05-05T18:29:09.450Z] drwxrwxr-x 4 1001 1001 71 May 5 18:25 snap [2021-05-05T18:29:09.450Z] -rw-rw-r-- 1 1001 1001 168 May 5 18:25 version.go [Pipeline] sh [2021-05-05T18:29:09.859Z] + '[' -e coverage.out ] [2021-05-05T18:29:09.859Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T18:29:10.062Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T18:29:10.398Z] + make build [2021-05-05T18:29:10.398Z] 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-05T18:29:12.939Z] 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-05T18:29:22.082Z] 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-05T18:29:22.417Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3054 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws [2021-05-05T18:29:22.442Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-05T18:29:23.025Z] 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-05T18:29:24.423Z] 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-05T18:29:24.423Z] 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-05T18:29:25.817Z] 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-05T18:29:27.214Z] 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-05T18:29:28.099Z] using credential edgex-jenkins-ssh [2021-05-05T18:29:28.123Z] Cloning the remote Git repository [2021-05-05T18:29:28.174Z] 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-05T18:29:28.206Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:29:28.445Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-05T18:29:28.730Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:29:28.731Z] > git --version # timeout=10 [2021-05-05T18:29:28.765Z] > git --version # 'git version 2.17.1' [2021-05-05T18:29:28.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:29:28.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T18:29:29.121Z] 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-05T18:29:30.077Z] 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-05T18:29:31.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-05T18:29:34.348Z] $ docker stop --time=1 fc8335b3b6581a2ab966122179c49ca004cc9c6d40c4edc86ef457b4f7fbf4f8 [2021-05-05T18:29:35.971Z] $ docker rm -f fc8335b3b6581a2ab966122179c49ca004cc9c6d40c4edc86ef457b4f7fbf4f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:29:38.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T18:29:38.764Z] [2021-05-05T18:29:38.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:29:39.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T18:29:39.070Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-05T18:29:39.070Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-05T18:29:39.070Z] ca9280d653b3: Pulling fs layer [2021-05-05T18:29:39.070Z] 7e9c9ca2126c: Pulling fs layer [2021-05-05T18:29:39.640Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-05T18:29:39.640Z] cbdbe7a5bc2a: Download complete [2021-05-05T18:29:39.901Z] cbdbe7a5bc2a: Pull complete [2021-05-05T18:29:40.163Z] ca9280d653b3: Verifying Checksum [2021-05-05T18:29:40.163Z] ca9280d653b3: Download complete [2021-05-05T18:29:41.109Z] 7e9c9ca2126c: Verifying Checksum [2021-05-05T18:29:41.109Z] 7e9c9ca2126c: Download complete [2021-05-05T18:29:41.109Z] ca9280d653b3: Pull complete [2021-05-05T18:29:47.746Z] 7e9c9ca2126c: Pull complete [2021-05-05T18:29:47.746Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-05T18:29:47.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T18:29:47.746Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-05T18:29:47.854Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:29:47.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-05T18:29:50.245Z] $ docker top cea21cd451e76ba97d5f14ce9147c0a1141f16545b1ca4e3c334b74b5ecea5c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T18:29:50.649Z] + docker-compose build --help [2021-05-05T18:29:50.649Z] + grep parallel [2021-05-05T18:29:51.590Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T18:29:51.605Z] $ docker stop --time=1 cea21cd451e76ba97d5f14ce9147c0a1141f16545b1ca4e3c334b74b5ecea5c6 [2021-05-05T18:29:53.002Z] $ docker rm -f cea21cd451e76ba97d5f14ce9147c0a1141f16545b1ca4e3c334b74b5ecea5c6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:29:53.181Z] Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:29:53.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-05T18:29:53.464Z] . [Pipeline] withDockerContainer [2021-05-05T18:29:53.566Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:29:53.605Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose:latest cat [2021-05-05T18:29:53.637Z] Merge succeeded, producing e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:29:53.638Z] Checking out Revision e74fb44bc3c7dba27293e126f2db6d08dfe7b87b (PR-3404) [2021-05-05T18:29:52.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T18:29:52.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T18:29:52.425Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T18:29:52.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:29:52.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:29:52.475Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T18:29:53.211Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T18:29:53.225Z] > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # timeout=10 [2021-05-05T18:29:53.549Z] > git remote # timeout=10 [2021-05-05T18:29:53.569Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T18:29:53.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:29:53.596Z] > git merge 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 [2021-05-05T18:29:53.621Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T18:29:53.645Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T18:29:53.666Z] > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # timeout=10 [2021-05-05T18:29:54.158Z] $ docker top 298ca681bb3c8913bf8be1f7ab9dda5d58df1c4a3965cedc531c71bc2f1c3f1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T18:29:54.550Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T18:29:55.495Z] Building docker-core-command-go ... [2021-05-05T18:29:55.495Z] Building docker-core-data-go ... [2021-05-05T18:29:55.495Z] Building docker-core-metadata-go ... [2021-05-05T18:29:55.495Z] Building docker-security-bootstrapper-go ... [2021-05-05T18:29:55.495Z] Building docker-security-proxy-setup-go ... [2021-05-05T18:29:55.495Z] Building docker-security-secretstore-setup-go ... [2021-05-05T18:29:55.495Z] Building docker-support-notifications-go ... [2021-05-05T18:29:55.495Z] Building docker-support-scheduler-go ... [2021-05-05T18:29:55.495Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T18:29:55.495Z] Building docker-support-notifications-go [2021-05-05T18:29:55.495Z] Building docker-sys-mgmt-agent-go [2021-05-05T18:29:55.495Z] Building docker-security-secretstore-setup-go [2021-05-05T18:29:55.495Z] Building docker-security-bootstrapper-go [2021-05-05T18:29:55.495Z] Building docker-core-command-go [2021-05-05T18:29:58.254Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-05T18:29:59.932Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-05T18:30:00.347Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-05T18:30:00.701Z] + sudo service docker restart [2021-05-05T18:30:00.701Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-05T18:30:02.726Z] provisioning config files... [2021-05-05T18:30:02.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config450343595049966608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:30:03.157Z] ---> docker-login.sh [2021-05-05T18:30:03.157Z] nexus3.edgexfoundry.org:10001 [2021-05-05T18:30:03.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:30:04.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:30:04.361Z] Configure a credential helper to remove this warning. See [2021-05-05T18:30:04.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:30:04.361Z] [2021-05-05T18:30:04.361Z] Login Succeeded [2021-05-05T18:30:04.361Z] nexus3.edgexfoundry.org:10002 [2021-05-05T18:30:04.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:30:04.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:30:04.907Z] Configure a credential helper to remove this warning. See [2021-05-05T18:30:04.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:30:04.907Z] [2021-05-05T18:30:04.907Z] Login Succeeded [2021-05-05T18:30:04.907Z] nexus3.edgexfoundry.org:10003 [2021-05-05T18:30:05.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:30:05.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:30:05.460Z] Configure a credential helper to remove this warning. See [2021-05-05T18:30:05.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:30:05.460Z] [2021-05-05T18:30:05.460Z] Login Succeeded [2021-05-05T18:30:05.460Z] nexus3.edgexfoundry.org:10004 [2021-05-05T18:30:05.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:30:06.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:30:06.035Z] Configure a credential helper to remove this warning. See [2021-05-05T18:30:06.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:30:06.035Z] [2021-05-05T18:30:06.035Z] Login Succeeded [2021-05-05T18:30:06.035Z] docker.io [2021-05-05T18:30:06.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-05T18:30:06.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-05T18:30:06.953Z] Configure a credential helper to remove this warning. See [2021-05-05T18:30:06.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-05T18:30:06.953Z] [2021-05-05T18:30:06.953Z] Login Succeeded [2021-05-05T18:30:06.953Z] ---> docker-login.sh ends [Pipeline] } [2021-05-05T18:30:06.972Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-05T18:30:07.282Z] ========================================================= [2021-05-05T18:30:07.282Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-05T18:30:07.282Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:30:07.624Z] + 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-05T18:30:10.301Z] Sending build context to Docker daemon 167.5MB [2021-05-05T18:30:10.301Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:10.301Z] Step 2/6 : FROM ${BASE} [2021-05-05T18:30:10.301Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-05T18:30:10.301Z] 595b0fe564bb: Pulling fs layer [2021-05-05T18:30:10.301Z] 7186ed65a4f7: Pulling fs layer [2021-05-05T18:30:10.301Z] 316046926c0a: Pulling fs layer [2021-05-05T18:30:10.301Z] 4ebd0625c992: Pulling fs layer [2021-05-05T18:30:10.301Z] 207e8628e3a3: Pulling fs layer [2021-05-05T18:30:10.301Z] c791037a9be2: Pulling fs layer [2021-05-05T18:30:10.301Z] ffd874e62e21: Pulling fs layer [2021-05-05T18:30:10.301Z] 4ebd0625c992: Waiting [2021-05-05T18:30:10.301Z] c791037a9be2: Waiting [2021-05-05T18:30:10.301Z] ffd874e62e21: Waiting [2021-05-05T18:30:10.301Z] 207e8628e3a3: Waiting [2021-05-05T18:30:10.301Z] 316046926c0a: Verifying Checksum [2021-05-05T18:30:10.301Z] 316046926c0a: Download complete [2021-05-05T18:30:10.301Z] 7186ed65a4f7: Verifying Checksum [2021-05-05T18:30:10.301Z] 7186ed65a4f7: Download complete [2021-05-05T18:30:10.301Z] 207e8628e3a3: Verifying Checksum [2021-05-05T18:30:10.301Z] 207e8628e3a3: Download complete [2021-05-05T18:30:10.301Z] c791037a9be2: Verifying Checksum [2021-05-05T18:30:10.301Z] c791037a9be2: Download complete [2021-05-05T18:30:10.301Z] 595b0fe564bb: Verifying Checksum [2021-05-05T18:30:10.301Z] 595b0fe564bb: Download complete [2021-05-05T18:30:10.613Z] 595b0fe564bb: Pull complete [2021-05-05T18:30:11.258Z] 7186ed65a4f7: Pull complete [2021-05-05T18:30:11.876Z] 316046926c0a: Pull complete [2021-05-05T18:30:12.494Z] ffd874e62e21: Download complete [2021-05-05T18:30:13.931Z] 4ebd0625c992: Verifying Checksum [2021-05-05T18:30:13.931Z] 4ebd0625c992: Download complete [2021-05-05T18:30:24.101Z] 4ebd0625c992: Pull complete [2021-05-05T18:30:24.101Z] 207e8628e3a3: Pull complete [2021-05-05T18:30:24.101Z] c791037a9be2: Pull complete [2021-05-05T18:30:26.794Z] ffd874e62e21: Pull complete [2021-05-05T18:30:26.794Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-05T18:30:26.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-05T18:30:26.794Z] ---> cfc18b08335c [2021-05-05T18:30:26.794Z] 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-05T18:30:27.730Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:27.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:30:27.730Z] ---> 1181d36dd750 [2021-05-05T18:30:27.730Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:30:27.730Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:27.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:30:27.730Z] ---> 1181d36dd750 [2021-05-05T18:30:27.730Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:30:27.730Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:27.730Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:30:27.730Z] ---> 1181d36dd750 [2021-05-05T18:30:27.730Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T18:30:27.730Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:27.730Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:30:27.730Z] ---> 1181d36dd750 [2021-05-05T18:30:27.730Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T18:30:27.730Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:30:27.730Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:30:27.730Z] ---> 1181d36dd750 [2021-05-05T18:30:27.730Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T18:30:27.730Z] ---> Running in 230b9a2f97ab [2021-05-05T18:30:27.730Z] ---> Running in 8445d8540060 [2021-05-05T18:30:27.730Z] ---> Running in 5cbaa77e64e1 [2021-05-05T18:30:27.730Z] ---> Running in baece619571c [2021-05-05T18:30:27.730Z] ---> Running in ad09b8a4e09d [2021-05-05T18:30:27.730Z] Removing intermediate container 5cbaa77e64e1 [2021-05-05T18:30:27.730Z] ---> 12faeadf04a9 [2021-05-05T18:30:27.730Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:30:27.730Z] Removing intermediate container baece619571c [2021-05-05T18:30:27.730Z] ---> b199914dfc51 [2021-05-05T18:30:27.730Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:30:27.730Z] Removing intermediate container 230b9a2f97ab [2021-05-05T18:30:27.730Z] ---> 0286fd332fa0 [2021-05-05T18:30:27.730Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:30:27.730Z] Removing intermediate container ad09b8a4e09d [2021-05-05T18:30:27.730Z] ---> 93b6896198fe [2021-05-05T18:30:27.730Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:30:27.730Z] Removing intermediate container 8445d8540060 [2021-05-05T18:30:27.730Z] ---> fa339ca5199f [2021-05-05T18:30:27.730Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:30:27.730Z] ---> Running in 5546ae39f2df [2021-05-05T18:30:27.730Z] ---> Running in d38474c65b1a [2021-05-05T18:30:27.730Z] ---> Running in 5193f0e2d9d2 [2021-05-05T18:30:27.730Z] ---> Running in f84d94227c59 [2021-05-05T18:30:27.730Z] ---> Running in 5b580692f3e0 [2021-05-05T18:30:27.730Z] Removing intermediate container 5546ae39f2df [2021-05-05T18:30:27.730Z] ---> 6cf46da010c2 [2021-05-05T18:30:27.730Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T18:30:27.730Z] Removing intermediate container d38474c65b1a [2021-05-05T18:30:27.730Z] ---> c759365d0ba2 [2021-05-05T18:30:27.730Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T18:30:27.730Z] ---> Running in 0a492409045f [2021-05-05T18:30:27.730Z] ---> Running in c6a22c8bb7de [2021-05-05T18:30:27.730Z] Removing intermediate container f84d94227c59 [2021-05-05T18:30:27.730Z] ---> 58c54107339d [2021-05-05T18:30:27.730Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T18:30:27.730Z] ---> Running in 72ce63fabf6e [2021-05-05T18:30:27.730Z] Removing intermediate container 5193f0e2d9d2 [2021-05-05T18:30:27.730Z] ---> 1a386ee66980 [2021-05-05T18:30:27.730Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T18:30:27.999Z] Removing intermediate container 5b580692f3e0 [2021-05-05T18:30:27.999Z] ---> 44871bfc3b35 [2021-05-05T18:30:27.999Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T18:30:28.279Z] ---> Running in 9f73bf565e22 [2021-05-05T18:30:28.279Z] ---> Running in 596d00e0789e [2021-05-05T18:30:28.548Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:28.813Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:28.813Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:28.813Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:29.075Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:29.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:29.598Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:29.598Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:29.860Z] OK: 219 MiB in 52 packages [2021-05-05T18:30:30.151Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:30.413Z] OK: 219 MiB in 52 packages [2021-05-05T18:30:30.414Z] Removing intermediate container 0a492409045f [2021-05-05T18:30:30.414Z] ---> 5b704ecc9978 [2021-05-05T18:30:30.414Z] Step 6/23 : COPY go.mod . [2021-05-05T18:30:30.674Z] OK: 219 MiB in 52 packages [2021-05-05T18:30:30.674Z] ---> bca0fe80d259 [2021-05-05T18:30:30.674Z] Step 7/23 : RUN go mod download [2021-05-05T18:30:30.674Z] ---> Running in 3f77414a24f8 [2021-05-05T18:30:30.935Z] Removing intermediate container 72ce63fabf6e [2021-05-05T18:30:30.935Z] ---> 3fbd22eb87b3 [2021-05-05T18:30:30.935Z] Step 6/31 : COPY go.mod . [2021-05-05T18:30:30.935Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:30:31.201Z] ---> 291d7a0b0df0 [2021-05-05T18:30:31.201Z] Step 7/31 : RUN go mod download [2021-05-05T18:30:31.201Z] ---> Running in 8d348024312f [2021-05-05T18:30:31.201Z] OK: 219 MiB in 52 packages [2021-05-05T18:30:31.219Z] ---> Running in 08a6bef9d879 [2021-05-05T18:30:31.463Z] Removing intermediate container c6a22c8bb7de [2021-05-05T18:30:31.463Z] ---> 5f7a27d033c9 [2021-05-05T18:30:31.463Z] Step 6/22 : COPY go.mod . [2021-05-05T18:30:31.730Z] ---> 2dcdae5a1a47 [2021-05-05T18:30:31.730Z] Step 7/22 : RUN go mod download [2021-05-05T18:30:31.730Z] ---> Running in d1160601dfbf [2021-05-05T18:30:31.816Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:30:31.996Z] Removing intermediate container 596d00e0789e [2021-05-05T18:30:31.996Z] ---> 700c7475c7b7 [2021-05-05T18:30:31.996Z] Step 6/23 : COPY go.mod . [2021-05-05T18:30:32.268Z] ---> f65b3f00acd2 [2021-05-05T18:30:32.268Z] Step 7/23 : RUN go mod download [2021-05-05T18:30:32.530Z] ---> Running in 6244d32a042b [2021-05-05T18:30:32.530Z] Removing intermediate container 8d348024312f [2021-05-05T18:30:32.530Z] ---> 0eeb468caf31 [2021-05-05T18:30:32.530Z] Step 8/31 : COPY . . [2021-05-05T18:30:32.802Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:30:32.806Z] OK: 219 MiB in 52 packages [2021-05-05T18:30:32.806Z] Removing intermediate container 3f77414a24f8 [2021-05-05T18:30:32.806Z] ---> a15b92804a16 [2021-05-05T18:30:32.806Z] Step 8/23 : COPY . . [2021-05-05T18:30:33.782Z] (1/12) Installing libmagic (5.39-r0) [2021-05-05T18:30:34.377Z] (2/12) Installing file (5.39-r0) [2021-05-05T18:30:34.377Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-05T18:30:34.377Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-05T18:30:36.116Z] Removing intermediate container d1160601dfbf [2021-05-05T18:30:36.117Z] ---> 26b4ed992f13 [2021-05-05T18:30:36.117Z] Step 8/22 : COPY . . [2021-05-05T18:30:37.750Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-05T18:30:37.750Z] (6/12) Installing patch (2.7.6-r6) [2021-05-05T18:30:37.750Z] (7/12) Installing build-base (0.5-r2) [2021-05-05T18:30:37.750Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-05T18:30:38.021Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-05T18:30:38.021Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-05T18:30:38.021Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-05T18:30:38.292Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-05T18:30:38.292Z] Executing busybox-1.32.1-r6.trigger [2021-05-05T18:30:38.292Z] OK: 218 MiB in 52 packages [2021-05-05T18:30:42.619Z] Removing intermediate container 08a6bef9d879 [2021-05-05T18:30:42.619Z] ---> d6acca947984 [2021-05-05T18:30:42.619Z] Step 4/6 : WORKDIR /edgex-go [2021-05-05T18:30:42.619Z] ---> Running in 201db48f4c7a [2021-05-05T18:30:43.234Z] Removing intermediate container 201db48f4c7a [2021-05-05T18:30:43.234Z] ---> fbb9fadcefa8 [2021-05-05T18:30:43.234Z] Step 5/6 : COPY go.mod . [2021-05-05T18:30:43.843Z] ---> 0a24830f0013 [2021-05-05T18:30:43.843Z] Step 6/6 : RUN go mod download [2021-05-05T18:30:43.843Z] ---> Running in 196846012d86 [2021-05-05T18:30:46.330Z] Removing intermediate container 9f73bf565e22 [2021-05-05T18:30:46.330Z] ---> 52932a094c60 [2021-05-05T18:30:46.330Z] Step 6/25 : COPY go.mod . [2021-05-05T18:30:47.295Z] Removing intermediate container 6244d32a042b [2021-05-05T18:30:47.295Z] ---> f89201dce4d4 [2021-05-05T18:30:47.295Z] Step 8/23 : COPY . . [2021-05-05T18:30:48.249Z] ---> dc04888eaafa [2021-05-05T18:30:48.249Z] Step 7/25 : RUN go mod download [2021-05-05T18:30:53.576Z] ---> Running in 65c9e76b0146 [2021-05-05T18:31:03.645Z] ---> 1438096e2958 [2021-05-05T18:31:03.645Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T18:31:04.230Z] Removing intermediate container 65c9e76b0146 [2021-05-05T18:31:04.230Z] ---> 8c48b1aff465 [2021-05-05T18:31:04.230Z] Step 8/25 : COPY . . [2021-05-05T18:31:06.786Z] ---> Running in 7e18cffdb39a [2021-05-05T18:31:08.707Z] ---> b9c6ee35cd03 [2021-05-05T18:31:08.707Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T18:31:08.979Z] ---> e37adcafe91b [2021-05-05T18:31:08.979Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T18:31:10.689Z] Removing intermediate container 196846012d86 [2021-05-05T18:31:10.689Z] ---> 063c1862c69e [2021-05-05T18:31:10.689Z] Successfully built 063c1862c69e [2021-05-05T18:31:10.689Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:31:10.904Z] 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-05T18:31:11.036Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T18:31:11.036Z] . [Pipeline] withDockerContainer [2021-05-05T18:31:11.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-3054 does not seem to be running inside a container [2021-05-05T18:31:11.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-05-05T18:31:12.982Z] $ docker top b2f0d16d666c213c1600ed954e34fab004820cb2af86ebd0d80e821c457bc27a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T18:31:13.468Z] ---> Running in affa1d0294b4 [2021-05-05T18:31:13.468Z] ---> Running in 81266e175a8c [2021-05-05T18:31:13.926Z] + go version [2021-05-05T18:31:13.926Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-05T18:31:13.948Z] $ docker stop --time=1 b2f0d16d666c213c1600ed954e34fab004820cb2af86ebd0d80e821c457bc27a [2021-05-05T18:31:15.898Z] $ docker rm -f b2f0d16d666c213c1600ed954e34fab004820cb2af86ebd0d80e821c457bc27a [2021-05-05T18:31:16.105Z] ---> 9c086effd6ff [2021-05-05T18:31:16.105Z] Step 9/23 : RUN make cmd/core-command/core-command [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:31:16.585Z] + docker inspect -f . ci-base-image-arm64 [2021-05-05T18:31:16.585Z] . [Pipeline] withDockerContainer [2021-05-05T18:31:16.867Z] prd-ubuntu18.04-docker-arm64-4c-16g-3054 does not seem to be running inside a container [2021-05-05T18:31:16.964Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat [2021-05-05T18:31:17.564Z] ---> Running in 33c461f2e922 [2021-05-05T18:31:17.564Z] 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-05T18:31:17.564Z] 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-05T18:31:18.457Z] $ docker top c7eeb8a5d6e76bdbf162f4630dac8fc394508f2aaa153866d66a1c21219207bc -eo pid,comm [2021-05-05T18:31:18.539Z] 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 [Pipeline] { [Pipeline] echo [2021-05-05T18:31:18.754Z] ========================================================= [2021-05-05T18:31:18.754Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-05T18:31:18.754Z] ========================================================= [Pipeline] sh [2021-05-05T18:31:19.394Z] + go mod tidy [Pipeline] sh [2021-05-05T18:31:20.370Z] + make test [2021-05-05T18:31:20.654Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-05T18:31:28.731Z] ---> a2e3ce86a097 [2021-05-05T18:31:28.731Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T18:31:28.731Z] ---> Running in dd8b86aea563 [2021-05-05T18:31:28.731Z] 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-05T18:31:43.733Z] Removing intermediate container 7e18cffdb39a [2021-05-05T18:31:43.733Z] ---> 20721de333d6 [2021-05-05T18:31:43.733Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T18:31:44.340Z] ---> Running in dbaa38538183 [2021-05-05T18:31:45.345Z] 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-05T18:31:47.526Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-05T18:31:48.776Z] Removing intermediate container dbaa38538183 [2021-05-05T18:31:48.776Z] ---> 5528cdcd5784 [2021-05-05T18:31:48.776Z] [2021-05-05T18:31:48.776Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T18:31:48.776Z] 20.10.0: Pulling from library/docker [2021-05-05T18:31:53.126Z] Removing intermediate container 81266e175a8c [2021-05-05T18:31:53.126Z] ---> c6de852a715f [2021-05-05T18:31:53.126Z] [2021-05-05T18:31:53.126Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T18:31:53.126Z] 3.12: Pulling from library/alpine [2021-05-05T18:31:53.729Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T18:31:53.729Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T18:31:53.729Z] ---> 13621d1b12d4 [2021-05-05T18:31:53.729Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T18:32:00.458Z] ---> Running in 2e67749adc98 [2021-05-05T18:32:00.458Z] Removing intermediate container affa1d0294b4 [2021-05-05T18:32:00.458Z] ---> f41118bd2653 [2021-05-05T18:32:00.458Z] [2021-05-05T18:32:00.458Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T18:32:00.458Z] ---> 13621d1b12d4 [2021-05-05T18:32:00.458Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T18:32:00.458Z] Removing intermediate container 33c461f2e922 [2021-05-05T18:32:00.458Z] ---> b4acbbbba81e [2021-05-05T18:32:00.458Z] [2021-05-05T18:32:00.458Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:32:00.458Z] ---> 13621d1b12d4 [2021-05-05T18:32:00.458Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:32:00.458Z] Removing intermediate container 2e67749adc98 [2021-05-05T18:32:00.458Z] ---> aafcfaea6f81 [2021-05-05T18:32:00.458Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T18:32:00.770Z] ---> Running in 7d4ddacde4c4 [2021-05-05T18:32:00.770Z] ---> Running in 5f3397d35610 [2021-05-05T18:32:00.770Z] ---> Running in 0ac1a59cc927 [2021-05-05T18:32:01.113Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T18:32:01.113Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T18:32:01.113Z] ---> aefe523efa57 [2021-05-05T18:32:01.113Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:32:01.464Z] 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-05T18:32:01.464Z] ---> Running in 22ff1f469300 [2021-05-05T18:32:01.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:01.464Z] Removing intermediate container 22ff1f469300 [2021-05-05T18:32:01.464Z] ---> d6be60f89ea8 [2021-05-05T18:32:01.464Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T18:32:01.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:01.772Z] ---> Running in 4b250cc954cb [2021-05-05T18:32:01.772Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T18:32:01.772Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T18:32:01.772Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:32:01.772Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:32:01.772Z] OK: 6 MiB in 16 packages [2021-05-05T18:32:01.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.064Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T18:32:02.064Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T18:32:02.064Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:32:02.064Z] OK: 6 MiB in 16 packages [2021-05-05T18:32:02.064Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T18:32:02.064Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:32:02.363Z] OK: 6 MiB in 15 packages [2021-05-05T18:32:02.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:02.938Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T18:32:02.938Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T18:32:02.938Z] Executing bash-5.0.17-r0.post-install [2021-05-05T18:32:02.938Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:32:02.938Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T18:32:02.938Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T18:32:02.938Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T18:32:02.938Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T18:32:02.938Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T18:32:02.938Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T18:32:02.938Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T18:32:02.938Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T18:32:02.938Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T18:32:03.224Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T18:32:07.568Z] Removing intermediate container 7d4ddacde4c4 [2021-05-05T18:32:07.568Z] ---> eef9a2bc85db [2021-05-05T18:32:07.568Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:32:07.568Z] Removing intermediate container 5f3397d35610 [2021-05-05T18:32:07.568Z] ---> 0e6cd4e01e06 [2021-05-05T18:32:07.568Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T18:32:07.568Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T18:32:07.568Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T18:32:07.568Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T18:32:07.568Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T18:32:07.568Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T18:32:07.568Z] ---> Running in 6cb98bf1557c [2021-05-05T18:32:07.568Z] Removing intermediate container 0ac1a59cc927 [2021-05-05T18:32:07.568Z] ---> 8b68d554f0c8 [2021-05-05T18:32:07.568Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:32:07.568Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T18:32:07.568Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T18:32:08.161Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T18:32:08.161Z] ---> Running in 8fb031a9f59d [2021-05-05T18:32:08.161Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T18:32:08.453Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T18:32:09.450Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T18:32:09.450Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T18:32:09.451Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T18:32:09.451Z] ---> Running in 477bc5cbe47e [2021-05-05T18:32:09.451Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T18:32:10.423Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T18:32:10.423Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T18:32:10.423Z] Removing intermediate container 6cb98bf1557c [2021-05-05T18:32:10.423Z] ---> 12509789f296 [2021-05-05T18:32:10.423Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T18:32:10.686Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T18:32:10.686Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T18:32:10.686Z] Removing intermediate container 8fb031a9f59d [2021-05-05T18:32:10.686Z] ---> 8888d755266f [2021-05-05T18:32:10.686Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T18:32:10.686Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T18:32:10.958Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T18:32:10.958Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T18:32:10.958Z] ---> Running in 8edfae8a39ca [2021-05-05T18:32:10.958Z] Removing intermediate container 477bc5cbe47e [2021-05-05T18:32:10.958Z] ---> 2bc6965bf030 [2021-05-05T18:32:10.958Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T18:32:10.958Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T18:32:10.958Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T18:32:11.250Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T18:32:11.250Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T18:32:11.250Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T18:32:11.250Z] ---> Running in 8bf0720b7f85 [2021-05-05T18:32:11.250Z] Removing intermediate container dd8b86aea563 [2021-05-05T18:32:11.250Z] ---> 753eae062396 [2021-05-05T18:32:11.250Z] [2021-05-05T18:32:11.250Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T18:32:11.250Z] ---> 13621d1b12d4 [2021-05-05T18:32:11.250Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T18:32:12.209Z] ---> Running in 8a2f689e2e7f [2021-05-05T18:32:12.209Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T18:32:12.209Z] OK: 72 MiB in 59 packages [2021-05-05T18:32:12.209Z] Removing intermediate container 8edfae8a39ca [2021-05-05T18:32:12.209Z] ---> 6417fd43f50a [2021-05-05T18:32:12.209Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T18:32:12.209Z] ---> Running in f4ca67fa504c [2021-05-05T18:32:12.209Z] Removing intermediate container 8bf0720b7f85 [2021-05-05T18:32:12.209Z] ---> f529c6185d31 [2021-05-05T18:32:12.209Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T18:32:12.474Z] ---> Running in 7be27949e749 [2021-05-05T18:32:12.474Z] Removing intermediate container 8a2f689e2e7f [2021-05-05T18:32:12.474Z] ---> fe768a11d4fb [2021-05-05T18:32:12.474Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T18:32:12.474Z] ---> Running in 5540b58dc97b [2021-05-05T18:32:12.769Z] ---> Running in d7ed24589428 [2021-05-05T18:32:14.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:14.198Z] Removing intermediate container 7be27949e749 [2021-05-05T18:32:14.198Z] ---> a936a5e546a6 [2021-05-05T18:32:14.198Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:32:14.198Z] Collecting docker-compose==1.23.2 [2021-05-05T18:32:14.198Z] Removing intermediate container d7ed24589428 [2021-05-05T18:32:14.198Z] ---> 6d4369f07761 [2021-05-05T18:32:14.198Z] Step 15/23 : WORKDIR / [2021-05-05T18:32:14.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:32:14.198Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T18:32:14.475Z] ---> Running in 3d1bc5bfb557 [2021-05-05T18:32:14.475Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T18:32:14.738Z] Collecting docopt<0.7,>=0.6.1 [2021-05-05T18:32:14.738Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:32:14.738Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T18:32:14.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T18:32:15.002Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T18:32:15.002Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T18:32:15.002Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T18:32:15.002Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:32:15.002Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:32:15.002Z] OK: 7 MiB in 20 packages [2021-05-05T18:32:15.581Z] ---> 979a26501378 [2021-05-05T18:32:15.581Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T18:32:15.581Z] Removing intermediate container 3d1bc5bfb557 [2021-05-05T18:32:15.581Z] ---> eb9f16adb492 [2021-05-05T18:32:15.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:32:15.863Z] Collecting PyYAML<4,>=3.10 [2021-05-05T18:32:16.127Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T18:32:16.393Z] ---> 6ae6512c3850 [2021-05-05T18:32:16.393Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T18:32:16.969Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T18:32:16.969Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T18:32:16.969Z] ---> 1b2d9cdacb94 [2021-05-05T18:32:16.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T18:32:16.969Z] Removing intermediate container f4ca67fa504c [2021-05-05T18:32:16.969Z] ---> 3f6bd5745263 [2021-05-05T18:32:16.969Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T18:32:16.969Z] Removing intermediate container 5540b58dc97b [2021-05-05T18:32:16.969Z] ---> 7898c16a54b5 [2021-05-05T18:32:16.969Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T18:32:17.239Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T18:32:17.239Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T18:32:17.239Z] ---> 990a9d542b0b [2021-05-05T18:32:17.239Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T18:32:17.239Z] ---> Running in 736e5b376586 [2021-05-05T18:32:17.239Z] ---> Running in 5c4c4aee27d5 [2021-05-05T18:32:17.502Z] ---> 9635553b8182 [2021-05-05T18:32:17.502Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T18:32:17.502Z] ---> Running in bb6d772dadbe [2021-05-05T18:32:17.502Z] Removing intermediate container 736e5b376586 [2021-05-05T18:32:17.502Z] ---> 700c84de36c1 [2021-05-05T18:32:17.502Z] Step 13/25 : WORKDIR / [2021-05-05T18:32:17.765Z] ---> 48846ab503b1 [2021-05-05T18:32:17.765Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T18:32:17.765Z] Removing intermediate container 5c4c4aee27d5 [2021-05-05T18:32:17.765Z] ---> 8fa9854264d9 [2021-05-05T18:32:17.765Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T18:32:17.765Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T18:32:17.765Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T18:32:17.765Z] ---> Running in a6f803a75e22 [2021-05-05T18:32:17.765Z] ---> Running in c9ecc1f08090 [2021-05-05T18:32:18.029Z] Removing intermediate container bb6d772dadbe [2021-05-05T18:32:18.029Z] ---> e2dc46102e2c [2021-05-05T18:32:18.029Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:32:18.294Z] ---> Running in 59af1ba7c151 [2021-05-05T18:32:18.294Z] ---> 1fc865242830 [2021-05-05T18:32:18.294Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T18:32:18.294Z] Removing intermediate container c9ecc1f08090 [2021-05-05T18:32:18.294Z] ---> b004bf7daed6 [2021-05-05T18:32:18.294Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:32:18.294Z] Removing intermediate container a6f803a75e22 [2021-05-05T18:32:18.294Z] ---> d3acc44c553c [2021-05-05T18:32:18.294Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T18:32:18.294Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T18:32:18.294Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T18:32:18.294Z] ---> Running in a7121839da94 [2021-05-05T18:32:18.558Z] 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-05T18:32:18.559Z] ---> Running in 8ff4d17cf432 [2021-05-05T18:32:18.559Z] Removing intermediate container 59af1ba7c151 [2021-05-05T18:32:18.559Z] ---> ab6417557f09 [2021-05-05T18:32:18.559Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T18:32:18.838Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T18:32:18.838Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T18:32:18.838Z] ---> Running in a92247471ab6 [2021-05-05T18:32:18.838Z] ---> 2139b5c96ee4 [2021-05-05T18:32:18.838Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T18:32:19.116Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T18:32:19.116Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T18:32:19.116Z] Removing intermediate container 8ff4d17cf432 [2021-05-05T18:32:19.116Z] ---> e84629e27a0f [2021-05-05T18:32:19.116Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T18:32:19.116Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T18:32:19.116Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T18:32:19.116Z] ---> Running in f27c4fad395d [2021-05-05T18:32:19.379Z] Collecting idna<2.8,>=2.5 [2021-05-05T18:32:19.379Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T18:32:19.379Z] Removing intermediate container a92247471ab6 [2021-05-05T18:32:19.379Z] ---> 17a5a0797a2c [2021-05-05T18:32:19.379Z] Step 21/22 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:32:19.643Z] ---> 56135933292b [2021-05-05T18:32:19.643Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T18:32:19.643Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T18:32:19.643Z] ---> Running in 88130961a9be [2021-05-05T18:32:19.643Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T18:32:19.643Z] Removing intermediate container f27c4fad395d [2021-05-05T18:32:19.643Z] ---> dbb9eeb94b2c [2021-05-05T18:32:19.643Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:32:19.643Z] 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-05T18:32:19.643Z] 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-05T18:32:19.910Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T18:32:19.910Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T18:32:19.910Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T18:32:19.910Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T18:32:19.910Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T18:32:19.910Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T18:32:19.910Z] ---> Running in 5c8e180a558d [2021-05-05T18:32:20.178Z] ---> 80c45049cb77 [2021-05-05T18:32:20.178Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T18:32:20.178Z] Installing collected packages: docopt, PyYAML, cached-property, texttable, dockerpty, websocket-client, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose [2021-05-05T18:32:20.178Z] Running setup.py install for docopt: started [2021-05-05T18:32:20.178Z] Removing intermediate container 88130961a9be [2021-05-05T18:32:20.178Z] ---> adfc40c21f8a [2021-05-05T18:32:20.178Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T18:32:20.178Z] Removing intermediate container 5c8e180a558d [2021-05-05T18:32:20.178Z] ---> 7f3e7e95bde0 [2021-05-05T18:32:20.178Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:32:20.178Z] ---> Running in 862cce029764 [2021-05-05T18:32:20.443Z] ---> Running in ef4604956181 [2021-05-05T18:32:20.443Z] Removing intermediate container a7121839da94 [2021-05-05T18:32:20.443Z] ---> 417c4ebecef6 [2021-05-05T18:32:20.443Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:32:20.707Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T18:32:20.707Z] Running setup.py install for PyYAML: started [2021-05-05T18:32:20.707Z] ---> f1677d8ad254 [2021-05-05T18:32:20.707Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T18:32:20.707Z] Removing intermediate container 862cce029764 [2021-05-05T18:32:20.707Z] ---> 2314439a2d13 [2021-05-05T18:32:20.707Z] [2021-05-05T18:32:20.707Z] Removing intermediate container ef4604956181 [2021-05-05T18:32:20.707Z] ---> 1d2c6b4521b7 [2021-05-05T18:32:20.707Z] [2021-05-05T18:32:20.970Z] Successfully built 2314439a2d13 [2021-05-05T18:32:21.234Z] Successfully built 1d2c6b4521b7 [2021-05-05T18:32:21.497Z] Successfully tagged docker-support-notifications-go:latest [2021-05-05T18:32:21.497Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-05-05T18:32:21.497Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T18:32:21.766Z] Successfully tagged docker-core-command-go:latest [2021-05-05T18:32:21.766Z] Building docker-security-proxy-setup-go [2021-05-05T18:32:21.766Z]  Building docker-core-command-go ... done  Running setup.py install for texttable: started [2021-05-05T18:32:21.766Z] ---> fb91edf74ad8 [2021-05-05T18:32:21.766Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T18:32:21.766Z] ---> 17ddd0740650 [2021-05-05T18:32:21.766Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T18:32:23.716Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T18:32:23.716Z] Running setup.py install for dockerpty: started [2021-05-05T18:32:25.112Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T18:32:26.092Z] Attempting uninstall: idna [2021-05-05T18:32:26.092Z] Found existing installation: idna 2.9 [2021-05-05T18:32:26.092Z] Uninstalling idna-2.9: [2021-05-05T18:32:27.492Z] Successfully uninstalled idna-2.9 [2021-05-05T18:32:29.422Z] ---> 24be7d0979c2 [2021-05-05T18:32:29.422Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T18:32:29.422Z] ---> 7bd1d01bebfd [2021-05-05T18:32:29.422Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T18:32:29.422Z] Attempting uninstall: urllib3 [2021-05-05T18:32:29.422Z] Found existing installation: urllib3 1.25.9 [2021-05-05T18:32:29.422Z] Uninstalling urllib3-1.25.9: [2021-05-05T18:32:29.422Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T18:32:31.350Z] Attempting uninstall: requests [2021-05-05T18:32:31.350Z] Found existing installation: requests 2.23.0 [2021-05-05T18:32:31.350Z] Uninstalling requests-2.23.0: [2021-05-05T18:32:31.350Z] Successfully uninstalled requests-2.23.0 [2021-05-05T18:32:32.754Z] ---> 6d05cc87ccab [2021-05-05T18:32:32.754Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T18:32:33.022Z] ---> ed116b3d2a94 [2021-05-05T18:32:33.022Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-05T18:32:35.597Z] ---> Running in c7076a26d467 [2021-05-05T18:32:38.944Z] ---> 8f52c2966d89 [2021-05-05T18:32:38.944Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T18:32:41.513Z] 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-05T18:32:41.513Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:32:41.513Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:32:41.513Z] ---> 1181d36dd750 [2021-05-05T18:32:41.513Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T18:32:41.513Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:32:41.513Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:32:41.513Z] ---> 1181d36dd750 [2021-05-05T18:32:41.513Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> fa339ca5199f [2021-05-05T18:32:42.101Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2021-05-05T18:32:42.101Z] ---> fa339ca5199f [2021-05-05T18:32:42.101Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> 44871bfc3b35 [2021-05-05T18:32:42.101Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T18:32:42.101Z] [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> 700c7475c7b7 [2021-05-05T18:32:42.101Z] ---> 44871bfc3b35 [2021-05-05T18:32:42.101Z] Step 6/21 : COPY go.mod .Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> f65b3f00acd2 [2021-05-05T18:32:42.101Z] Step 7/21 : RUN go mod download [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> f89201dce4d4 [2021-05-05T18:32:42.101Z] Step 8/21 : COPY . . [2021-05-05T18:32:42.101Z] [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> 700c7475c7b7 [2021-05-05T18:32:42.101Z] Step 6/23 : COPY go.mod . [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> f65b3f00acd2 [2021-05-05T18:32:42.101Z] Step 7/23 : RUN go mod download [2021-05-05T18:32:42.101Z] ---> Using cache [2021-05-05T18:32:42.101Z] ---> f89201dce4d4 [2021-05-05T18:32:42.101Z] Step 8/23 : COPY . . [2021-05-05T18:32:42.367Z] ---> Using cache [2021-05-05T18:32:42.367Z] ---> 9c086effd6ff [2021-05-05T18:32:42.367Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata ---> Using cache [2021-05-05T18:32:42.367Z] [2021-05-05T18:32:42.367Z] ---> 9c086effd6ff [2021-05-05T18:32:42.367Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T18:32:42.633Z] ---> 395a923a650c [2021-05-05T18:32:42.633Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T18:32:42.633Z] ---> Running in 670a568345f4 [2021-05-05T18:32:42.633Z] ---> Running in 5e94895f09f7 [2021-05-05T18:32:44.030Z] ---> Running in 391e41b367a4 [2021-05-05T18:32:44.295Z] Removing intermediate container 391e41b367a4 [2021-05-05T18:32:44.295Z] ---> 36ffdcc0758b [2021-05-05T18:32:44.295Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T18:32:44.335Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-05T18:32:44.559Z] 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-05T18:32:44.559Z] 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-05T18:32:44.559Z] Removing intermediate container c7076a26d467 [2021-05-05T18:32:44.559Z] ---> 4510c0dd61a8 [2021-05-05T18:32:44.559Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T18:32:44.825Z] ---> c1e63d76a187 [2021-05-05T18:32:44.825Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T18:32:45.091Z] ---> Running in e21a082779ad [2021-05-05T18:32:45.363Z] ---> Running in c6135ee36958 [2021-05-05T18:32:45.629Z] Removing intermediate container e21a082779ad [2021-05-05T18:32:45.629Z] ---> ee3cbbd17428 [2021-05-05T18:32:45.629Z] Step 23/25 : LABEL arch=x86_64 [2021-05-05T18:32:46.226Z] ---> Running in d2df8cf72fe9 [2021-05-05T18:32:48.194Z] Removing intermediate container d2df8cf72fe9 [2021-05-05T18:32:48.194Z] ---> fb5bf1bdf2c8 [2021-05-05T18:32:48.194Z] Step 24/25 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:32:49.628Z] ---> Running in c2179138206a [2021-05-05T18:32:52.320Z] Removing intermediate container c2179138206a [2021-05-05T18:32:52.320Z] ---> 17f98dd94b32 [2021-05-05T18:32:52.320Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T18:32:53.446Z] ---> Running in f03981c8ac8f [2021-05-05T18:32:53.446Z] Removing intermediate container c6135ee36958 [2021-05-05T18:32:53.446Z] ---> 2a38cb2d03bd [2021-05-05T18:32:53.446Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T18:32:54.696Z] Removing intermediate container f03981c8ac8f [2021-05-05T18:32:54.696Z] ---> 998e8bd8ddb7 [2021-05-05T18:32:54.696Z] [2021-05-05T18:32:54.696Z] ---> Running in b18de51a49a1 [2021-05-05T18:32:56.792Z] Successfully built 998e8bd8ddb7 [2021-05-05T18:32:57.375Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-05T18:32:57.375Z] Building docker-core-data-go [2021-05-05T18:32:57.375Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b18de51a49a1 [2021-05-05T18:32:57.375Z] ---> fe2efd45f1b4 [2021-05-05T18:32:57.375Z] Step 28/31 : CMD ["gate"] [2021-05-05T18:33:05.557Z] ---> Running in 8cd906a033cd [2021-05-05T18:33:05.557Z] Removing intermediate container 4b250cc954cb [2021-05-05T18:33:05.557Z] ---> e24a4fe6f50e [2021-05-05T18:33:05.557Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T18:33:08.905Z] Removing intermediate container 8cd906a033cd [2021-05-05T18:33:08.905Z] ---> a8d5a0f6a996 [2021-05-05T18:33:08.905Z] Step 29/31 : LABEL arch=x86_64 [2021-05-05T18:33:10.835Z] ---> Running in 673b282716dc [2021-05-05T18:33:11.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-05T18:33:11.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-05T18:33:11.194Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-05T18:33:11.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-05T18:33:11.481Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-05T18:33:11.481Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-05T18:33:11.481Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-05T18:33:13.409Z] ---> Running in fca3ed4c3665 [2021-05-05T18:33:13.988Z] 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-05T18:33:14.112Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-05T18:33:14.259Z] Removing intermediate container 673b282716dc [2021-05-05T18:33:14.259Z] ---> d82d444bbf1a [2021-05-05T18:33:14.259Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T18:33:14.847Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:33:14.847Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:33:14.847Z] ---> 1181d36dd750 [2021-05-05T18:33:14.847Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:33:14.847Z] ---> Using cache [2021-05-05T18:33:14.847Z] ---> fa339ca5199f [2021-05-05T18:33:14.847Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:33:14.847Z] ---> Using cache [2021-05-05T18:33:14.848Z] ---> 44871bfc3b35 [2021-05-05T18:33:14.848Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T18:33:15.445Z] Removing intermediate container fca3ed4c3665 [2021-05-05T18:33:15.445Z] ---> 68d0c23fabea [2021-05-05T18:33:15.445Z] Step 30/31 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:33:15.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-05T18:33:15.714Z] ---> Running in 59db3eba43ce [2021-05-05T18:33:15.714Z] ---> Running in 41f758e8428c [2021-05-05T18:33:15.992Z] ---> Running in 49fc7d66f25d [2021-05-05T18:33:16.271Z] Removing intermediate container 59db3eba43ce [2021-05-05T18:33:16.271Z] ---> 5a19c61c9d3c [2021-05-05T18:33:16.271Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T18:33:16.543Z] Removing intermediate container 49fc7d66f25d [2021-05-05T18:33:16.543Z] ---> e24e7270a5c2 [2021-05-05T18:33:16.543Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T18:33:16.818Z] ---> Running in 085e48b8dfc0 [2021-05-05T18:33:16.818Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:33:17.089Z] ---> a893365a0590 [2021-05-05T18:33:17.089Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T18:33:17.089Z] Removing intermediate container 085e48b8dfc0 [2021-05-05T18:33:17.089Z] ---> c25d77985234 [2021-05-05T18:33:17.089Z] [2021-05-05T18:33:17.355Z] Successfully built c25d77985234 [2021-05-05T18:33:17.355Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-05T18:33:17.355Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-05-05T18:33:17.355Z] ---> a6b847ab199a [2021-05-05T18:33:17.355Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T18:33:17.940Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:33:18.891Z] OK: 219 MiB in 52 packages [2021-05-05T18:33:19.156Z] ---> 4dd502b4956d [2021-05-05T18:33:19.156Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T18:33:22.481Z] ---> Running in c78fd26413fa [2021-05-05T18:33:23.863Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-05T18:33:23.863Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-05T18:33:23.864Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-05T18:33:24.405Z] Removing intermediate container c78fd26413fa [2021-05-05T18:33:24.405Z] ---> 8cbbba2fc826 [2021-05-05T18:33:24.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:33:26.331Z] ---> Running in f097dd18faac [2021-05-05T18:33:26.331Z] Removing intermediate container 41f758e8428c [2021-05-05T18:33:26.331Z] ---> 9d8d13172af9 [2021-05-05T18:33:26.331Z] Step 6/23 : COPY go.mod . [2021-05-05T18:33:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.399s coverage: 45.9% of statements [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-05T18:33:29.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-05T18:33:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements [2021-05-05T18:33:29.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.220s coverage: 100.0% of statements [2021-05-05T18:33:31.641Z] ---> c9aec494a9ca [2021-05-05T18:33:31.641Z] Step 7/23 : RUN go mod download [2021-05-05T18:33:33.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:33:33.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:33:33.564Z] ---> 1181d36dd750 [2021-05-05T18:33:33.564Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> fa339ca5199f [2021-05-05T18:33:33.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> 44871bfc3b35 [2021-05-05T18:33:33.564Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> 700c7475c7b7 [2021-05-05T18:33:33.564Z] Step 6/22 : COPY go.mod . [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> f65b3f00acd2 [2021-05-05T18:33:33.564Z] Step 7/22 : RUN go mod download [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> f89201dce4d4 [2021-05-05T18:33:33.564Z] Step 8/22 : COPY . . [2021-05-05T18:33:33.564Z] ---> Using cache [2021-05-05T18:33:33.564Z] ---> 9c086effd6ff [2021-05-05T18:33:33.564Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T18:33:34.140Z] Removing intermediate container f097dd18faac [2021-05-05T18:33:34.140Z] ---> 4b99c1564b44 [2021-05-05T18:33:34.140Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T18:33:35.098Z] ---> Running in 546f783783d6 [2021-05-05T18:33:35.361Z] ---> Running in 98c051d8914b [2021-05-05T18:33:35.361Z] ---> Running in 2cd91f669b0d [2021-05-05T18:33:35.361Z] Removing intermediate container 670a568345f4 [2021-05-05T18:33:35.361Z] ---> f3da238b14cc [2021-05-05T18:33:35.361Z] [2021-05-05T18:33:35.361Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T18:33:35.361Z] ---> 13621d1b12d4 [2021-05-05T18:33:35.361Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T18:33:35.624Z] Removing intermediate container 5e94895f09f7 [2021-05-05T18:33:35.624Z] ---> b2f2a4689c6c [2021-05-05T18:33:35.624Z] [2021-05-05T18:33:35.624Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:33:35.624Z] ---> 13621d1b12d4 [2021-05-05T18:33:35.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:33:35.624Z] ---> Using cache [2021-05-05T18:33:35.624Z] ---> 8b68d554f0c8 [2021-05-05T18:33:35.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:33:35.624Z] ---> Using cache [2021-05-05T18:33:35.624Z] ---> 2bc6965bf030 [2021-05-05T18:33:35.624Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T18:33:35.889Z] ---> Running in 31404c401cdf [2021-05-05T18:33:35.889Z] ---> Running in 2106f86d028e [2021-05-05T18:33:35.889Z] Removing intermediate container 98c051d8914b [2021-05-05T18:33:35.889Z] ---> d10da5f9da3b [2021-05-05T18:33:35.889Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:33:36.172Z] ---> Running in 84a91099bdd1 [2021-05-05T18:33:36.172Z] Removing intermediate container 31404c401cdf [2021-05-05T18:33:36.172Z] ---> f6d4131face6 [2021-05-05T18:33:36.172Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T18:33:36.172Z] 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-05T18:33:36.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.486s coverage: 27.1% of statements [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-05T18:33:36.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.165s coverage: 100.0% of statements [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-05T18:33:36.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.145s coverage: 100.0% of statements [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-05T18:33:36.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.322s coverage: 71.3% of statements [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-05T18:33:36.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-05T18:33:36.440Z] Removing intermediate container 84a91099bdd1 [2021-05-05T18:33:36.440Z] ---> 25beb9cebb8f [2021-05-05T18:33:36.440Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:33:36.440Z] ---> Running in eb840ca8a2fe [2021-05-05T18:33:36.440Z] ---> Running in a3f755e9bd7e [2021-05-05T18:33:36.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:33:36.704Z] Removing intermediate container eb840ca8a2fe [2021-05-05T18:33:36.704Z] ---> 01fd24a2ee90 [2021-05-05T18:33:36.704Z] Step 15/23 : WORKDIR / [2021-05-05T18:33:36.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:33:36.704Z] Removing intermediate container a3f755e9bd7e [2021-05-05T18:33:36.704Z] ---> c36fff9942dc [2021-05-05T18:33:36.704Z] [2021-05-05T18:33:36.704Z] ---> Running in afaa4421e9bc [2021-05-05T18:33:36.704Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T18:33:36.704Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:33:36.704Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T18:33:36.704Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T18:33:36.704Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:33:36.967Z] Successfully built c36fff9942dc [2021-05-05T18:33:37.233Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:33:37.233Z] OK: 7 MiB in 18 packages [2021-05-05T18:33:37.233Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-05T18:33:37.507Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container afaa4421e9bc [2021-05-05T18:33:37.507Z] ---> 7ac077ea469d [2021-05-05T18:33:37.507Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:33:37.778Z] Removing intermediate container 546f783783d6 [2021-05-05T18:33:37.778Z] ---> b4e08adcdf4c [2021-05-05T18:33:37.778Z] Step 8/23 : COPY . . [2021-05-05T18:33:38.052Z] ---> d7dff531eade [2021-05-05T18:33:38.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T18:33:38.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.467s coverage: 87.7% of statements [2021-05-05T18:33:38.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-05T18:33:38.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:33:38.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements [2021-05-05T18:33:38.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-05T18:33:40.004Z] Removing intermediate container 2106f86d028e [2021-05-05T18:33:40.004Z] ---> f94a2c4ba955 [2021-05-05T18:33:40.004Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T18:33:44.246Z] ---> Running in 0a574dea7d39 [2021-05-05T18:33:44.246Z] ---> aeefefd5602a [2021-05-05T18:33:44.246Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T18:33:44.246Z] Removing intermediate container 0a574dea7d39 [2021-05-05T18:33:44.246Z] ---> cc52a6a77322 [2021-05-05T18:33:44.246Z] Step 13/21 : WORKDIR /edgex [2021-05-05T18:33:46.837Z] ---> 0bc655b9c8bc [2021-05-05T18:33:46.837Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T18:33:46.837Z] ---> Running in 0e3738712030 [2021-05-05T18:33:47.785Z] ---> Running in 40ebae168719 [2021-05-05T18:33:48.739Z] Removing intermediate container 0e3738712030 [2021-05-05T18:33:48.739Z] ---> c2b49496cb93 [2021-05-05T18:33:48.739Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T18:33:49.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.208s coverage: 28.6% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-05T18:33:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.241s coverage: 100.0% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-05T18:33:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.167s coverage: 100.0% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-05T18:33:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.448s coverage: 86.7% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-05T18:33:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-05T18:33:49.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.273s coverage: 78.3% of statements [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-05T18:33:49.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-05T18:33:50.178Z] Removing intermediate container 40ebae168719 [2021-05-05T18:33:50.178Z] ---> 61ff515425c8 [2021-05-05T18:33:50.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:33:52.726Z] ---> Running in 6e8be4bd9d41 [2021-05-05T18:33:54.166Z] ---> bfceec4f65f7 [2021-05-05T18:33:54.166Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.228s coverage: 95.1% of statements [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.9% of statements [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.123s coverage: 22.6% of statements [2021-05-05T18:33:54.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.148s coverage: 47.1% of statements [2021-05-05T18:33:54.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.305s coverage: 79.5% of statements [2021-05-05T18:33:54.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.156s coverage: 94.1% of statements [2021-05-05T18:33:55.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements [2021-05-05T18:33:55.602Z] Removing intermediate container 6e8be4bd9d41 [2021-05-05T18:33:55.602Z] ---> a218f83459c9 [2021-05-05T18:33:55.602Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T18:33:56.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements [2021-05-05T18:33:58.156Z] ---> dd110fe5fdf4 [2021-05-05T18:33:58.156Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T18:33:58.156Z] ---> Running in 6fbb2835150e [2021-05-05T18:34:00.067Z] Removing intermediate container 6fbb2835150e [2021-05-05T18:34:00.067Z] ---> 3d449ac9c570 [2021-05-05T18:34:00.067Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:34:00.067Z] ---> 3be72250b23f [2021-05-05T18:34:00.067Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T18:34:00.067Z] ---> Running in f9dab86ae4c3 [2021-05-05T18:34:00.067Z] ---> Running in 92a008557088 [2021-05-05T18:34:00.067Z] ---> 0968601ba640 [2021-05-05T18:34:00.067Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T18:34:00.067Z] ---> Running in 8b82287bc4c7 [2021-05-05T18:34:00.328Z] Removing intermediate container f9dab86ae4c3 [2021-05-05T18:34:00.328Z] ---> 01aa76e42d69 [2021-05-05T18:34:00.328Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:34:00.328Z] Removing intermediate container 92a008557088 [2021-05-05T18:34:00.328Z] ---> 9036e95c6648 [2021-05-05T18:34:00.328Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T18:34:00.590Z] ---> Running in 2aa2105129f8 [2021-05-05T18:34:00.590Z] ---> Running in 347974c7dc8a [2021-05-05T18:34:00.852Z] Removing intermediate container 2aa2105129f8 [2021-05-05T18:34:00.852Z] ---> ac4c726f10cd [2021-05-05T18:34:00.852Z] [2021-05-05T18:34:00.852Z] Removing intermediate container 347974c7dc8a [2021-05-05T18:34:00.852Z] ---> 73daafbebbdb [2021-05-05T18:34:00.852Z] Step 19/21 : LABEL arch=x86_64 [2021-05-05T18:34:00.852Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-05T18:34:01.113Z] Successfully built ac4c726f10cd [2021-05-05T18:34:01.113Z] ---> Running in b2ef1ae96d17 [2021-05-05T18:34:01.113Z] Successfully tagged docker-core-metadata-go:latest [2021-05-05T18:34:01.383Z]  Building docker-core-metadata-go ... done Removing intermediate container b2ef1ae96d17 [2021-05-05T18:34:01.383Z] ---> 5ca5a58de001 [2021-05-05T18:34:01.383Z] Step 20/21 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:34:01.383Z] ---> Running in 1c28b2ffacef [2021-05-05T18:34:01.647Z] Removing intermediate container 1c28b2ffacef [2021-05-05T18:34:01.647Z] ---> 71ccc2104a19 [2021-05-05T18:34:01.647Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T18:34:03.076Z] ---> Running in a023e6fdb9a4 [2021-05-05T18:34:03.651Z] Removing intermediate container 2cd91f669b0d [2021-05-05T18:34:03.651Z] ---> 44f29bea21c9 [2021-05-05T18:34:03.651Z] [2021-05-05T18:34:03.651Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T18:34:03.651Z] ---> 13621d1b12d4 [2021-05-05T18:34:03.651Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:34:03.651Z] ---> Using cache [2021-05-05T18:34:03.651Z] ---> 8b68d554f0c8 [2021-05-05T18:34:03.651Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:34:03.651Z] ---> Using cache [2021-05-05T18:34:03.651Z] ---> 2bc6965bf030 [2021-05-05T18:34:03.651Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T18:34:03.651Z] Removing intermediate container a023e6fdb9a4 [2021-05-05T18:34:03.651Z] ---> 696872f26786 [2021-05-05T18:34:03.651Z] [2021-05-05T18:34:03.929Z] ---> Running in 13b366a044ad [2021-05-05T18:34:03.929Z] Successfully built 696872f26786 [2021-05-05T18:34:03.929Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-05T18:34:04.889Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 13b366a044ad [2021-05-05T18:34:04.889Z] ---> a9694256a2d6 [2021-05-05T18:34:04.889Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T18:34:04.889Z] ---> Running in d8794484b4fc [2021-05-05T18:34:05.180Z] Removing intermediate container d8794484b4fc [2021-05-05T18:34:05.180Z] ---> f7fe552e3cc1 [2021-05-05T18:34:05.180Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:34:05.773Z] ---> c58a524d6013 [2021-05-05T18:34:05.773Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T18:34:06.747Z] ---> ae7e1b49203a [2021-05-05T18:34:06.747Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T18:34:07.019Z] ---> e7630a59172c [2021-05-05T18:34:07.019Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T18:34:07.019Z] ---> Running in 8d3a48daba36 [2021-05-05T18:34:07.294Z] Removing intermediate container 8d3a48daba36 [2021-05-05T18:34:07.294Z] ---> 42571210068e [2021-05-05T18:34:07.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:34:07.294Z] ---> Running in 80d46ede13a6 [2021-05-05T18:34:07.566Z] Removing intermediate container 80d46ede13a6 [2021-05-05T18:34:07.566Z] ---> 9d591015c536 [2021-05-05T18:34:07.566Z] Step 20/22 : LABEL arch=x86_64 [2021-05-05T18:34:07.838Z] ---> Running in 510ea7066945 [2021-05-05T18:34:08.116Z] Removing intermediate container 510ea7066945 [2021-05-05T18:34:08.116Z] ---> e6f09b2fb20a [2021-05-05T18:34:08.116Z] Step 21/22 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:34:08.116Z] ---> Running in c975752ee7fa [2021-05-05T18:34:08.443Z] Removing intermediate container c975752ee7fa [2021-05-05T18:34:08.443Z] ---> 775742de71cd [2021-05-05T18:34:08.443Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T18:34:08.443Z] ---> Running in 39a074eaf3a4 [2021-05-05T18:34:08.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.183s coverage: 94.4% of statements [2021-05-05T18:34:08.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-05-05T18:34:09.400Z] Removing intermediate container 39a074eaf3a4 [2021-05-05T18:34:09.400Z] ---> a4b9a768cbe0 [2021-05-05T18:34:09.400Z] [2021-05-05T18:34:09.400Z] Successfully built a4b9a768cbe0 [2021-05-05T18:34:09.400Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-05T18:34:13.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.469s coverage: 81.8% of statements [2021-05-05T18:34:13.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-05T18:34:17.598Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8b82287bc4c7 [2021-05-05T18:34:17.598Z] ---> ea40ae888a07 [2021-05-05T18:34:17.598Z] [2021-05-05T18:34:17.598Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:34:17.598Z] ---> 13621d1b12d4 [2021-05-05T18:34:17.598Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T18:34:17.598Z] ---> Running in f86bf12ba048 [2021-05-05T18:34:17.598Z] Removing intermediate container f86bf12ba048 [2021-05-05T18:34:17.598Z] ---> eec085f81ede [2021-05-05T18:34:17.598Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T18:34:17.598Z] ---> Running in 95dab02e6f99 [2021-05-05T18:34:17.598Z] Removing intermediate container 95dab02e6f99 [2021-05-05T18:34:17.598Z] ---> addd26e9021b [2021-05-05T18:34:17.598Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T18:34:17.859Z] ---> Running in 31d96c7db479 [2021-05-05T18:34:17.859Z] Removing intermediate container 31d96c7db479 [2021-05-05T18:34:17.859Z] ---> 1e13daa63ce6 [2021-05-05T18:34:17.859Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:34:18.121Z] ---> Running in 4f15032832d7 [2021-05-05T18:34:18.783Z] Removing intermediate container 4f15032832d7 [2021-05-05T18:34:18.783Z] ---> c516a47db770 [2021-05-05T18:34:18.783Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T18:34:19.050Z] ---> Running in abc35c068b96 [2021-05-05T18:34:19.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-05T18:34:20.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-05T18:34:20.588Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T18:34:20.849Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T18:34:20.849Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T18:34:20.849Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T18:34:21.109Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T18:34:21.109Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T18:34:21.370Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:34:21.370Z] OK: 8 MiB in 20 packages [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.196s coverage: 92.9% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 76.0% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.0% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 85.4% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.2% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.534s coverage: 64.4% of statements [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-05T18:34:21.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.118s coverage: 100.0% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-05-05T18:34:21.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-05-05T18:34:21.942Z] Removing intermediate container abc35c068b96 [2021-05-05T18:34:21.943Z] ---> eece0f3ed1dd [2021-05-05T18:34:21.943Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:34:21.943Z] ---> c9f2e19fc861 [2021-05-05T18:34:21.943Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T18:34:22.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-05-05T18:34:22.514Z] ---> c05444e6cbce [2021-05-05T18:34:22.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T18:34:22.775Z] ---> adb31b9e1d5d [2021-05-05T18:34:22.775Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T18:34:22.775Z] ---> Running in 06b05675e2d3 [2021-05-05T18:34:23.036Z] Removing intermediate container 06b05675e2d3 [2021-05-05T18:34:23.036Z] ---> d54c4a650c4b [2021-05-05T18:34:23.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:34:23.036Z] ---> Running in dfdb9b4839df [2021-05-05T18:34:23.296Z] Removing intermediate container dfdb9b4839df [2021-05-05T18:34:23.296Z] ---> 109fd2ef4f90 [2021-05-05T18:34:23.296Z] Step 21/23 : LABEL arch=x86_64 [2021-05-05T18:34:23.296Z] ---> Running in 9aeab6a636e1 [2021-05-05T18:34:23.558Z] Removing intermediate container 9aeab6a636e1 [2021-05-05T18:34:23.558Z] ---> ee7320c47b23 [2021-05-05T18:34:23.558Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:34:23.558Z] ---> Running in 3027326bd48a [2021-05-05T18:34:23.818Z] Removing intermediate container 3027326bd48a [2021-05-05T18:34:23.818Z] ---> 5dab8b0e015e [2021-05-05T18:34:23.818Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:34:23.818Z] ---> Running in a47b350e21c4 [2021-05-05T18:34:23.818Z] Removing intermediate container a47b350e21c4 [2021-05-05T18:34:23.818Z] ---> e0f42cbffb31 [2021-05-05T18:34:23.818Z] [2021-05-05T18:34:24.079Z] Successfully built e0f42cbffb31 [2021-05-05T18:34:24.079Z] Successfully tagged docker-core-data-go:latest [2021-05-05T18:34:24.351Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-05T18:34:24.424Z] $ docker stop --time=1 298ca681bb3c8913bf8be1f7ab9dda5d58df1c4a3965cedc531c71bc2f1c3f1c [2021-05-05T18:34:24.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 62.9% of statements [2021-05-05T18:34:24.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-05T18:34:24.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-05T18:34:24.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-05T18:34:26.106Z] $ docker rm -f 298ca681bb3c8913bf8be1f7ab9dda5d58df1c4a3965cedc531c71bc2f1c3f1c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T18:34:26.546Z] + docker images [2021-05-05T18:34:26.546Z] + grep docker [2021-05-05T18:34:26.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.732s coverage: 43.4% of statements [2021-05-05T18:34:26.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-05T18:34:26.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-05T18:34:26.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-05-05T18:34:26.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-05T18:34:26.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.116s coverage: 84.8% of statements [2021-05-05T18:34:26.806Z] docker-core-data-go latest e0f42cbffb31 3 seconds ago 21.5MB [2021-05-05T18:34:26.806Z] docker-support-scheduler-go latest a4b9a768cbe0 18 seconds ago 17.1MB [2021-05-05T18:34:26.806Z] docker-security-proxy-setup-go latest 696872f26786 23 seconds ago 25.3MB [2021-05-05T18:34:26.806Z] docker-core-metadata-go latest ac4c726f10cd 26 seconds ago 18.6MB [2021-05-05T18:34:26.806Z] docker-sys-mgmt-agent-go latest c36fff9942dc 50 seconds ago 312MB [2021-05-05T18:34:26.806Z] docker-security-bootstrapper-go latest c25d77985234 About a minute ago 18.2MB [2021-05-05T18:34:26.806Z] docker-security-secretstore-setup-go latest 998e8bd8ddb7 About a minute ago 25.7MB [2021-05-05T18:34:26.806Z] docker-support-notifications-go latest 2314439a2d13 2 minutes ago 17.6MB [2021-05-05T18:34:26.806Z] docker-core-command-go latest 1d2c6b4521b7 2 minutes ago 17MB [2021-05-05T18:34:26.806Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-05T18:34:33.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.520s coverage: 47.0% of statements [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-05T18:34:33.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-05T18:34:33.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.187s coverage: 100.0% of statements [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-05T18:34:33.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.116s coverage: 9.6% of statements [2021-05-05T18:34:33.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-05T18:34:33.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.396s coverage: 92.6% of statements [2021-05-05T18:34:33.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-05T18:34:33.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:34:33.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.501s coverage: 28.7% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.241s coverage: 100.0% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.183s coverage: 64.6% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 97.6% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-05T18:34:42.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-05T18:34:42.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-05-05T18:34:42.161Z] Still waiting to schedule task [2021-05-05T18:34:42.161Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-05T18:34:42.365Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-05-05T18:34:42.365Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-05T18:34:42.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-05T18:34:43.615Z] GO111MODULE=on go vet ./... [2021-05-05T18:35:34.563Z] Running on prd-ubuntu18.04-docker-8c-8g-3059 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws [2021-05-05T18:35:34.586Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-05T18:35:36.991Z] using credential edgex-jenkins-ssh [2021-05-05T18:35:37.010Z] Cloning the remote Git repository [2021-05-05T18:35:37.034Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:35:37.101Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-05T18:35:37.127Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:35:37.128Z] > git --version # timeout=10 [2021-05-05T18:35:37.133Z] > git --version # 'git version 2.17.1' [2021-05-05T18:35:37.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:35:37.156Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T18:35:50.816Z] Merging remotes/origin/master commit 073d4024fc68195ffa5e0c946ab0bbcbf84e75af into PR head commit e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:35:50.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T18:35:50.273Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-05T18:35:50.294Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-05T18:35:50.323Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-05T18:35:50.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:35:50.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-05T18:35:50.829Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T18:35:50.834Z] > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # timeout=10 [2021-05-05T18:35:50.943Z] Merge succeeded, producing e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:35:50.944Z] Checking out Revision e74fb44bc3c7dba27293e126f2db6d08dfe7b87b (PR-3404) [2021-05-05T18:35:50.912Z] > git remote # timeout=10 [2021-05-05T18:35:50.920Z] > git config --get remote.origin.url # timeout=10 [2021-05-05T18:35:50.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-05T18:35:50.930Z] > git merge 073d4024fc68195ffa5e0c946ab0bbcbf84e75af # timeout=10 [2021-05-05T18:35:50.941Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-05T18:35:50.950Z] > git config core.sparsecheckout # timeout=10 [2021-05-05T18:35:50.956Z] > git checkout -f e74fb44bc3c7dba27293e126f2db6d08dfe7b87b # timeout=10 [2021-05-05T18:35:54.589Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:35:55.681Z] + echo snap-build.sh [2021-05-05T18:35:55.682Z] snap-build.sh [2021-05-05T18:35:55.682Z] + SNAP_BASE_DIR=. [2021-05-05T18:35:55.682Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-05-05T18:35:55.682Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-05-05T18:35:55.682Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-05-05T18:35:55.682Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-05-05T18:35:55.682Z] + cd /w/workspace/edgex-go/7 [2021-05-05T18:35:55.682Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-05T18:35:55.682Z] Reading package lists... [2021-05-05T18:35:55.682Z] Building dependency tree... [2021-05-05T18:35:55.682Z] Reading state information... [2021-05-05T18:35:55.944Z] The following packages were automatically installed and are no longer required: [2021-05-05T18:35:55.944Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-05T18:35:55.944Z] uidmap xdelta3 [2021-05-05T18:35:55.944Z] Use 'sudo apt autoremove' to remove them. [2021-05-05T18:35:55.944Z] The following packages will be REMOVED: [2021-05-05T18:35:55.944Z] lxd* lxd-client* [2021-05-05T18:35:56.518Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-05T18:35:56.518Z] After this operation, 31.7 MB disk space will be freed. [2021-05-05T18:35:57.566Z] (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-05T18:35:57.566Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T18:35:58.508Z] Removing lxd dnsmasq configuration [2021-05-05T18:35:58.508Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T18:35:58.769Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-05T18:35:59.712Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-05T18:35:59.712Z] (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-05T18:35:59.712Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-05T18:36:01.101Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-05T18:36:01.101Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-05T18:36:02.486Z] + sudo snap remove --purge lxd [2021-05-05T18:36:02.486Z] snap "lxd" is not installed [2021-05-05T18:36:02.486Z] + sudo groupadd --force --system lxd [2021-05-05T18:36:02.748Z] ++ whoami [2021-05-05T18:36:02.748Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-05T18:36:02.748Z] + newgrp - lxd [2021-05-05T18:36:02.748Z] + sudo snap install lxd [2021-05-05T18:36:10.904Z] 2021-05-05T18:36:08Z INFO Waiting for automatic snapd restart... [2021-05-05T18:36:20.473Z] gofmt -l . [2021-05-05T18:36:20.473Z] [ "`gofmt -l .`" = "" ] [2021-05-05T18:36:21.912Z] ./bin/test-go-mod-tidy.sh [2021-05-05T18:36:22.889Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-05T18:36:25.524Z] + ls -al . [2021-05-05T18:36:25.524Z] total 836 [2021-05-05T18:36:25.524Z] drwxrwxr-x 9 1001 1001 4096 May 5 18:36 . [2021-05-05T18:36:25.524Z] drwxr-xr-x 4 root root 4096 May 5 18:31 .. [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 11 May 5 18:29 .dockerignore [2021-05-05T18:36:25.524Z] drwxrwxr-x 8 1001 1001 4096 May 5 18:29 .git [2021-05-05T18:36:25.524Z] drwxrwxr-x 3 1001 1001 4096 May 5 18:29 .github [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 818 May 5 18:29 .gitignore [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 166 May 5 18:29 .sonarcloud.properties [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 8609 May 5 18:29 Attribution.txt [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 3804 May 5 18:29 CONTRIBUTING.md [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 931 May 5 18:29 Dockerfile.build [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 863 May 5 18:29 Jenkinsfile [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 10775 May 5 18:29 LICENSE [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 5774 May 5 18:29 Makefile [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 7978 May 5 18:29 README.md [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 6755 May 5 18:29 SECURITY.md [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 5 May 5 18:26 VERSION [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 4131 May 5 18:29 ZMQWindows.md [2021-05-05T18:36:25.524Z] drwxrwxr-x 2 1001 1001 4096 May 5 18:29 bin [2021-05-05T18:36:25.524Z] drwxrwxr-x 14 1001 1001 4096 May 5 18:29 cmd [2021-05-05T18:36:25.524Z] -rw-r--r-- 1 root root 699522 May 5 18:34 coverage.out [2021-05-05T18:36:25.524Z] -rw-r--r-- 1 root root 1060 May 5 18:36 go.mod [2021-05-05T18:36:25.524Z] -rw-r--r-- 1 root root 21862 May 5 18:31 go.sum [2021-05-05T18:36:25.524Z] drwxrwxr-x 8 1001 1001 4096 May 5 18:29 internal [2021-05-05T18:36:25.524Z] drwxrwxr-x 4 1001 1001 4096 May 5 18:29 openapi [2021-05-05T18:36:25.524Z] drwxrwxr-x 4 1001 1001 4096 May 5 18:29 snap [2021-05-05T18:36:25.524Z] -rw-rw-r-- 1 1001 1001 168 May 5 18:29 version.go [Pipeline] sh [2021-05-05T18:36:25.824Z] lxd 4.13 from Canonical* installed [2021-05-05T18:36:25.824Z] + sudo lxd init --auto [2021-05-05T18:36:26.183Z] + '[' -e coverage.out ] [2021-05-05T18:36:26.183Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-05T18:36:26.214Z] Warning: overwriting stash ‘coverage-report’ [2021-05-05T18:36:27.493Z] Stashed 1 file(s) [Pipeline] sh [2021-05-05T18:36:28.145Z] + make build [2021-05-05T18:36:28.145Z] 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-05T18:36:34.854Z] 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-05T18:36:35.833Z] + sudo snap install --classic snapcraft [2021-05-05T18:36:42.428Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T18:36:42.428Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-05T18:36:42.428Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-05T18:36:42.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T18:36:42.428Z] Dload Upload Total Spent Left Speed [2021-05-05T18:36:42.428Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4644 [2021-05-05T18:36:42.689Z] 100 3325k 100 3325k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M [2021-05-05T18:36:42.689Z] ./yq_linux_amd64 [2021-05-05T18:36:42.689Z] + sudo snapcraft prime --use-lxd [2021-05-05T18:36:44.604Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-05T18:36:44.604Z] 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-05T18:36:44.604Z] - README.md [2021-05-05T18:36:44.604Z] [2021-05-05T18:36:44.604Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T18:36:44.864Z] Launching a container. [2021-05-05T18:36:57.094Z] Waiting for container to be ready [2021-05-05T18:36:57.094Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-05T18:36:57.094Z] [2021-05-05T18:37:01.319Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-05T18:37:01.319Z] Waiting for network to be ready... [2021-05-05T18:37:01.319Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T18:37:01.579Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T18:37:01.579Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T18:37:01.579Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T18:37:01.579Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T18:37:01.579Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T18:37:01.579Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T18:37:01.647Z] 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-05T18:37:01.839Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T18:37:01.839Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T18:37:01.839Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T18:37:02.100Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T18:37:02.100Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T18:37:02.359Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T18:37:02.359Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T18:37:02.359Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T18:37:02.359Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T18:37:02.359Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T18:37:02.359Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T18:37:02.928Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T18:37:02.929Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T18:37:02.929Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T18:37:02.929Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T18:37:02.929Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T18:37:02.929Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T18:37:02.929Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T18:37:02.929Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T18:37:03.189Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T18:37:03.616Z] 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-05T18:37:05.730Z] Fetched 24.5 MB in 4s (6055 kB/s) [2021-05-05T18:37:06.301Z] Reading package lists... [2021-05-05T18:37:06.561Z] Reading package lists... [2021-05-05T18:37:06.823Z] Building dependency tree... [2021-05-05T18:37:06.823Z] Reading state information... [2021-05-05T18:37:06.823Z] The following additional packages will be installed: [2021-05-05T18:37:06.823Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T18:37:06.823Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T18:37:06.823Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T18:37:06.823Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-05T18:37:06.823Z] Suggested packages: [2021-05-05T18:37:06.823Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-05T18:37:06.823Z] Recommended packages: [2021-05-05T18:37:06.823Z] gnupg libsasl2-modules [2021-05-05T18:37:06.823Z] The following NEW packages will be installed: [2021-05-05T18:37:06.823Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-05T18:37:06.823Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-05T18:37:06.823Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-05T18:37:06.823Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-05T18:37:06.823Z] The following packages will be upgraded: [2021-05-05T18:37:06.823Z] gpg gpg-agent gpgconf libudev1 [2021-05-05T18:37:06.823Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-05T18:37:06.823Z] Need to get 3529 kB of archives. [2021-05-05T18:37:06.823Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-05T18:37:06.823Z] 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-05T18:37:06.823Z] 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-05T18:37:07.083Z] 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-05T18:37:07.083Z] 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-05T18:37:07.083Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-05T18:37:07.344Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-05T18:37:07.910Z] 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-05T18:37:07.921Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-05T18:37:07.921Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-05T18:37:07.921Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-05T18:37:07.921Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-05T18:37:07.921Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-05T18:37:07.921Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-05T18:37:07.921Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-05T18:37:07.921Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-05T18:37:07.921Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-05T18:37:07.921Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-05T18:37:08.182Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-05T18:37:08.182Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-05T18:37:08.182Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-05T18:37:08.182Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-05T18:37:08.182Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-05T18:37:08.182Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-05T18:37:08.182Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T18:37:08.182Z] Fetched 3529 kB in 1s (2874 kB/s) [2021-05-05T18:37:08.182Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T18:37:08.182Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-05T18:37:08.443Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T18:37:08.443Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-05T18:37:08.443Z] Selecting previously unselected package udev. [2021-05-05T18:37:08.443Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-05T18:37:08.443Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-05T18:37:08.443Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-05T18:37:08.703Z] Selecting previously unselected package libfuse2:amd64. [2021-05-05T18:37:08.703Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T18:37:08.703Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T18:37:08.891Z] 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-05T18:37:08.964Z] Selecting previously unselected package fuse. [2021-05-05T18:37:08.964Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-05T18:37:08.964Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-05T18:37:08.964Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T18:37:08.964Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T18:37:09.225Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T18:37:09.225Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T18:37:09.225Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T18:37:09.225Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T18:37:09.485Z] Selecting previously unselected package libksba8:amd64. [2021-05-05T18:37:09.485Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-05T18:37:09.485Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-05T18:37:09.485Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-05T18:37:09.485Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:09.485Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:09.746Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-05T18:37:09.746Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:09.746Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:09.746Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-05T18:37:09.746Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:09.746Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:09.746Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-05T18:37:09.746Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:09.746Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.007Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-05T18:37:10.007Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:10.007Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.007Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-05T18:37:10.007Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:10.007Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.269Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-05T18:37:10.269Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:10.269Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.269Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-05T18:37:10.269Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:10.269Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.529Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-05T18:37:10.529Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-05T18:37:10.529Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:10.529Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-05T18:37:10.529Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T18:37:10.529Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T18:37:10.529Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-05T18:37:10.529Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-05T18:37:10.529Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T18:37:10.790Z] Selecting previously unselected package libldap-common. [2021-05-05T18:37:10.790Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-05T18:37:10.790Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T18:37:10.790Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-05T18:37:10.790Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-05T18:37:10.790Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T18:37:10.790Z] Selecting previously unselected package dirmngr. [2021-05-05T18:37:10.790Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T18:37:11.052Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:11.052Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T18:37:11.052Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:11.052Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-05T18:37:11.052Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T18:37:11.052Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-05T18:37:11.315Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:11.315Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:11.315Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-05T18:37:11.315Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T18:37:11.315Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-05T18:37:11.576Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-05T18:37:11.837Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:11.837Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-05T18:37:11.837Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-05T18:37:12.098Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:12.098Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.098Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-05T18:37:12.358Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-05T18:37:12.358Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:12.358Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T18:37:12.934Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-05T18:37:12.934Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-05T18:37:12.934Z] This means they are not meant to be enabled using systemctl. [2021-05-05T18:37:12.934Z] Possible reasons for having this kind of units are: [2021-05-05T18:37:12.934Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-05T18:37:12.934Z] .wants/ or .requires/ directory. [2021-05-05T18:37:12.934Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-05T18:37:12.934Z] a requirement dependency on it. [2021-05-05T18:37:12.934Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-05T18:37:12.934Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-05T18:37:12.934Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-05T18:37:12.934Z] instance name specified. [2021-05-05T18:37:13.194Z] Reading package lists... [2021-05-05T18:37:13.194Z] Building dependency tree... [2021-05-05T18:37:13.194Z] Reading state information... [2021-05-05T18:37:13.199Z] 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-05T18:37:13.455Z] The following additional packages will be installed: [2021-05-05T18:37:13.455Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-05T18:37:13.455Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-05T18:37:13.455Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-05T18:37:13.455Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-05T18:37:13.455Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-05T18:37:13.455Z] Suggested packages: [2021-05-05T18:37:13.455Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-05T18:37:13.455Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-05T18:37:13.455Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-05T18:37:13.455Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-05T18:37:13.455Z] systemd-container policykit-1 [2021-05-05T18:37:13.455Z] Recommended packages: [2021-05-05T18:37:13.455Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-05T18:37:13.455Z] The following NEW packages will be installed: [2021-05-05T18:37:13.455Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-05T18:37:13.455Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-05T18:37:13.455Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-05T18:37:13.455Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-05T18:37:13.455Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-05T18:37:13.455Z] The following packages will be upgraded: [2021-05-05T18:37:13.455Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-05T18:37:13.455Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-05T18:37:13.455Z] Need to get 35.2 MB of archives. [2021-05-05T18:37:13.455Z] After this operation, 141 MB of additional disk space will be used. [2021-05-05T18:37:13.455Z] 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-05T18:37:13.716Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-05T18:37:13.716Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-05T18:37:13.716Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-05T18:37:13.716Z] 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-05T18:37:13.716Z] 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-05T18:37:13.716Z] 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-05T18:37:13.716Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-05T18:37:13.716Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-05T18:37:13.716Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-05T18:37:13.716Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-05T18:37:13.716Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-05T18:37:13.716Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-05T18:37:13.716Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-05T18:37:13.716Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-05T18:37:13.716Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-05T18:37:13.976Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-05T18:37:14.547Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-05T18:37:14.547Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-05T18:37:14.547Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-05T18:37:14.547Z] 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-05T18:37:14.807Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-05T18:37:14.807Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-05T18:37:14.807Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-05T18:37:14.807Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-05T18:37:14.807Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-05T18:37:14.807Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-05T18:37:14.807Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-05T18:37:14.807Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-05T18:37:14.807Z] 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-05T18:37:14.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T18:37:14.807Z] Fetched 35.2 MB in 1s (27.3 MB/s) [2021-05-05T18:37:15.068Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T18:37:15.068Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-05T18:37:15.068Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T18:37:15.638Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-05T18:37:15.638Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T18:37:15.898Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-05T18:37:15.898Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T18:37:15.898Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-05T18:37:15.898Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-05T18:37:16.159Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-05T18:37:16.420Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-05T18:37:16.420Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-05T18:37:16.420Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-05T18:37:16.681Z] Setting up apt (1.6.13) ... [2021-05-05T18:37:16.681Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-05T18:37:17.252Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-05T18:37:17.252Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-05T18:37:17.252Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T18:37:17.252Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T18:37:17.511Z] 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-05T18:37:17.513Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-05T18:37:17.513Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T18:37:17.513Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:18.901Z] Selecting previously unselected package libexpat1:amd64. [2021-05-05T18:37:18.901Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-05T18:37:19.163Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T18:37:19.736Z] Selecting previously unselected package python3.6-minimal. [2021-05-05T18:37:19.736Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T18:37:19.736Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:19.736Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T18:37:19.997Z] Checking for services that may need to be restarted...done. [2021-05-05T18:37:19.997Z] Checking for services that may need to be restarted...done. [2021-05-05T18:37:19.997Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:19.997Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-05T18:37:19.997Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:20.130Z] 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-05T18:37:20.569Z] Selecting previously unselected package python3-minimal. [2021-05-05T18:37:20.569Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-05T18:37:20.569Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-05T18:37:20.569Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-05T18:37:20.569Z] Selecting previously unselected package mime-support. [2021-05-05T18:37:20.569Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-05T18:37:20.569Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-05T18:37:20.829Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-05T18:37:20.829Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-05T18:37:20.829Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T18:37:20.829Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-05T18:37:20.829Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T18:37:20.829Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:21.091Z] Selecting previously unselected package python3.6. [2021-05-05T18:37:21.091Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-05T18:37:21.091Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:21.351Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-05T18:37:21.351Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-05T18:37:21.351Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T18:37:21.351Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-05T18:37:21.613Z] Selecting previously unselected package python3. [2021-05-05T18:37:21.613Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-05T18:37:21.613Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-05T18:37:21.613Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-05T18:37:21.613Z] Selecting previously unselected package multiarch-support. [2021-05-05T18:37:21.613Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:21.613Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T18:37:21.874Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-05T18:37:21.874Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-05T18:37:21.874Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-05T18:37:21.874Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-05T18:37:21.874Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T18:37:21.874Z] Selecting previously unselected package libbsd0:amd64. [2021-05-05T18:37:21.874Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-05T18:37:21.874Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T18:37:22.135Z] Selecting previously unselected package sudo. [2021-05-05T18:37:22.135Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:22.135Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T18:37:22.395Z] Selecting previously unselected package apparmor. [2021-05-05T18:37:22.395Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T18:37:22.395Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-05T18:37:22.395Z] Selecting previously unselected package libedit2:amd64. [2021-05-05T18:37:22.395Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-05T18:37:22.395Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T18:37:22.657Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-05T18:37:22.657Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T18:37:22.657Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:22.657Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-05T18:37:22.657Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T18:37:22.657Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:22.657Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-05T18:37:22.657Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-05T18:37:22.918Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T18:37:22.918Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-05T18:37:22.918Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T18:37:22.918Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:22.918Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-05T18:37:22.918Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-05T18:37:22.918Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:23.179Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-05T18:37:23.179Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-05T18:37:23.179Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T18:37:23.441Z] Selecting previously unselected package openssh-client. [2021-05-05T18:37:23.441Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-05T18:37:23.441Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T18:37:23.441Z] Selecting previously unselected package squashfs-tools. [2021-05-05T18:37:23.441Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-05T18:37:23.441Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T18:37:23.607Z] 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-05T18:37:23.701Z] Selecting previously unselected package snapd. [2021-05-05T18:37:23.701Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-05T18:37:23.701Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-05T18:37:25.614Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-05T18:37:25.614Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-05T18:37:25.614Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-05T18:37:25.876Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-05T18:37:25.876Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-05T18:37:25.876Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:25.876Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T18:37:25.876Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-05T18:37:25.876Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-05T18:37:26.823Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-05T18:37:26.823Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-05T18:37:26.823Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-05T18:37:26.823Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:26.823Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:26.823Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-05T18:37:26.993Z] 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-05T18:37:27.396Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-05T18:37:27.396Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:27.396Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-05T18:37:27.397Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-05T18:37:27.397Z] running python rtupdate hooks for python3.6... [2021-05-05T18:37:27.397Z] running python post-rtupdate hooks for python3.6... [2021-05-05T18:37:27.659Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-05T18:37:29.051Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-05T18:37:29.316Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-05T18:37:29.316Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-05T18:37:29.578Z] Setting up snapd (2.48.3+18.04) ... [2021-05-05T18:37:29.622Z] 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-05T18:37:30.159Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-05T18:37:30.159Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-05T18:37:30.420Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-05T18:37:30.681Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-05T18:37:30.681Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T18:37:30.681Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-05T18:37:30.941Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-05T18:37:31.202Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-05T18:37:31.462Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-05T18:37:31.462Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-05T18:37:31.722Z] /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-05T18:37:31.722Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-05T18:37:31.722Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T18:37:32.664Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T18:37:32.664Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T18:37:32.664Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T18:37:33.861Z] Reading package lists... [2021-05-05T18:37:34.121Z] Reading package lists... [2021-05-05T18:37:34.381Z] Building dependency tree... [2021-05-05T18:37:34.381Z] Reading state information... [2021-05-05T18:37:34.640Z] Calculating upgrade... [2021-05-05T18:37:34.902Z] The following packages will be upgraded: [2021-05-05T18:37:34.902Z] advancecomp base-files bash binutils binutils-common [2021-05-05T18:37:34.902Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-05T18:37:34.902Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-05T18:37:34.902Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-05T18:37:34.902Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-05T18:37:34.902Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-05T18:37:34.902Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-05T18:37:34.902Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-05T18:37:34.902Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-05T18:37:34.902Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-05T18:37:34.902Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-05T18:37:34.902Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-05T18:37:34.902Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-05T18:37:34.902Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-05T18:37:34.902Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-05T18:37:34.902Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T18:37:34.902Z] Need to get 64.0 MB of archives. [2021-05-05T18:37:34.902Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-05T18:37:34.902Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-05T18:37:34.902Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [Pipeline] } [2021-05-05T18:37:35.056Z] $ docker stop --time=1 c7eeb8a5d6e76bdbf162f4630dac8fc394508f2aaa153866d66a1c21219207bc [2021-05-05T18:37:35.847Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-05T18:37:35.847Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-05T18:37:35.847Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-05T18:37:35.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-05T18:37:35.847Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-05T18:37:35.847Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-05T18:37:35.847Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-05T18:37:35.847Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-05T18:37:35.847Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-05T18:37:35.847Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-05T18:37:35.847Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-05T18:37:35.847Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-05T18:37:35.847Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-05T18:37:35.847Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-05T18:37:35.847Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-05T18:37:35.847Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-05T18:37:35.847Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-05T18:37:35.847Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-05T18:37:35.847Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-05T18:37:36.108Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-05T18:37:36.108Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-05T18:37:36.108Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-05T18:37:36.108Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-05T18:37:36.108Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-05T18:37:36.108Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-05T18:37:36.108Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-05T18:37:36.108Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-05T18:37:36.108Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-05T18:37:36.108Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-05T18:37:36.108Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-05T18:37:36.108Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-05T18:37:36.108Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-05T18:37:36.108Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-05T18:37:36.108Z] Get:36 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-05T18:37:36.108Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-05T18:37:36.108Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-05T18:37:36.108Z] Get:39 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-05T18:37:36.108Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-05T18:37:36.367Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-05T18:37:36.367Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-05T18:37:36.367Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-05T18:37:36.367Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-05T18:37:36.367Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-05T18:37:36.367Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-05T18:37:36.367Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-05T18:37:36.628Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-05T18:37:36.628Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-05T18:37:36.628Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-05T18:37:36.628Z] Get:51 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-05T18:37:36.628Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-05T18:37:36.628Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-05T18:37:36.628Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-05T18:37:36.628Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-05T18:37:36.628Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-05T18:37:36.628Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-05T18:37:36.628Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-05T18:37:36.628Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-05T18:37:36.628Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-05T18:37:36.628Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-05T18:37:36.628Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-05T18:37:36.628Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-05T18:37:36.628Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-05T18:37:36.628Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-05T18:37:36.628Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-05T18:37:36.628Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-05T18:37:36.628Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-05T18:37:36.628Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-05T18:37:36.628Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-05T18:37:36.628Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-05T18:37:36.888Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-05T18:37:36.888Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-05T18:37:36.888Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-05T18:37:36.888Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-05T18:37:36.888Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-05T18:37:36.888Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-05T18:37:36.888Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-05T18:37:36.888Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-05T18:37:36.888Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-05T18:37:36.888Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-05T18:37:36.888Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-05T18:37:36.888Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-05T18:37:36.888Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-05T18:37:36.888Z] Get:85 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-05T18:37:37.149Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-05T18:37:37.149Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-05T18:37:37.149Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-05T18:37:37.149Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-05T18:37:37.149Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-05T18:37:37.149Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-05T18:37:37.149Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-05T18:37:37.719Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-05T18:37:37.897Z] $ docker rm -f c7eeb8a5d6e76bdbf162f4630dac8fc394508f2aaa153866d66a1c21219207bc [2021-05-05T18:37:38.289Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-05T18:37:38.289Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-05T18:37:38.551Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-05T18:37:39.119Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-05T18:37:39.119Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-05T18:37:39.119Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-05T18:37:39.119Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-05T18:37:39.119Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2021-05-05T18:37:39.380Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T18:37:39.381Z] Fetched 64.0 MB in 4s (15.0 MB/s) [2021-05-05T18:37:39.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:39.381Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:39.381Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] sh [2021-05-05T18:37:39.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T18:37:39.707Z] [2021-05-05T18:37:39.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T18:37:39.953Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:39.953Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:37:40.213Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-05T18:37:40.213Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-05T18:37:40.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T18:37:40.598Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-05T18:37:40.598Z] 29e5d40040c1: Pulling fs layer [2021-05-05T18:37:40.598Z] 1ce36da41761: Pulling fs layer [2021-05-05T18:37:40.598Z] 25b303627fd3: Pulling fs layer [2021-05-05T18:37:40.598Z] 29e5d40040c1: Verifying Checksum [2021-05-05T18:37:40.598Z] 29e5d40040c1: Download complete [2021-05-05T18:37:40.783Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:40.783Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.044Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.044Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.194Z] 29e5d40040c1: Pull complete [2021-05-05T18:37:41.194Z] 1ce36da41761: Verifying Checksum [2021-05-05T18:37:41.194Z] 1ce36da41761: Download complete [2021-05-05T18:37:41.304Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.304Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.304Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.304Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.565Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.565Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.565Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.565Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.826Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:41.826Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:41.826Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:37:42.087Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T18:37:42.087Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:42.087Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-05T18:37:42.087Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:37:42.087Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T18:37:42.087Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:42.087Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:42.347Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:42.347Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:42.614Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-05T18:37:42.614Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-05T18:37:42.614Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:37:42.625Z] 1ce36da41761: Pull complete [2021-05-05T18:37:42.878Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T18:37:42.878Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:43.138Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T18:37:43.399Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T18:37:43.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-05T18:37:43.662Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-05T18:37:43.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-05T18:37:43.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-05T18:37:43.924Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-05T18:37:43.925Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-05T18:37:44.061Z] 25b303627fd3: Download complete [2021-05-05T18:37:44.185Z] Installing new version of config file /etc/issue ... [2021-05-05T18:37:44.186Z] Installing new version of config file /etc/issue.net ... [2021-05-05T18:37:44.186Z] Installing new version of config file /etc/lsb-release ... [2021-05-05T18:37:44.186Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-05T18:37:44.447Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-05T18:37:44.447Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-05T18:37:44.447Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-05T18:37:44.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:44.447Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-05T18:37:44.707Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-05T18:37:44.707Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-05T18:37:44.968Z] 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-05T18:37:44.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:44.968Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:44.968Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:45.229Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:45.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:45.229Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-05T18:37:45.229Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-05T18:37:45.491Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-05T18:37:45.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:45.491Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-05T18:37:45.491Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T18:37:45.752Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-05T18:37:46.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:46.021Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T18:37:46.021Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T18:37:46.283Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T18:37:46.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:46.283Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T18:37:46.283Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T18:37:46.553Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-05T18:37:46.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:46.553Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-05T18:37:46.553Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-05T18:37:46.839Z] Setting up grep (3.1-2build1) ... [2021-05-05T18:37:46.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:46.839Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T18:37:46.839Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T18:37:47.104Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-05T18:37:47.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:47.104Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T18:37:47.365Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T18:37:47.365Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-05T18:37:47.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:47.625Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T18:37:47.625Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T18:37:47.886Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T18:37:48.145Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T18:37:48.145Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-05T18:37:48.145Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T18:37:48.716Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-05T18:37:48.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:48.716Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-05T18:37:48.978Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-05T18:37:49.930Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T18:37:50.192Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T18:37:50.192Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-05T18:37:50.192Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-05T18:37:50.452Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T18:37:50.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:50.452Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-05T18:37:50.452Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-05T18:37:50.712Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-05T18:37:50.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:50.712Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:50.712Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:50.972Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:50.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:50.972Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:50.972Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:51.233Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:51.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:51.233Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:51.233Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:51.233Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:51.494Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:51.494Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:51.494Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:51.494Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:51.755Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:51.755Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T18:37:51.755Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T18:37:51.755Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T18:37:51.755Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T18:37:52.015Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T18:37:52.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:52.015Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-05T18:37:52.015Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T18:37:52.275Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T18:37:52.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:52.275Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:52.275Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:52.536Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:52.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:52.536Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:52.536Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:52.536Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:52.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:52.796Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:52.796Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:53.367Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:37:53.628Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-05T18:37:53.890Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-05T18:37:53.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:53.890Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-05T18:37:53.890Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-05T18:37:54.151Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T18:37:54.235Z] 25b303627fd3: Pull complete [2021-05-05T18:37:54.236Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-05T18:37:54.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T18:37:54.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-05T18:37:54.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-05T18:37:54.413Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-05T18:37:54.413Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-05T18:37:54.413Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-05T18:37:54.500Z] prd-ubuntu18.04-docker-arm64-4c-16g-3054 does not seem to be running inside a container [2021-05-05T18:37:54.576Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-devops/edgex-compose-arm64:latest cat [2021-05-05T18:37:54.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:54.674Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-05T18:37:54.674Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-05T18:37:54.674Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-05T18:37:54.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:54.935Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-05T18:37:54.935Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T18:37:55.198Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-05T18:37:55.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:55.198Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-05T18:37:55.198Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-05T18:37:55.460Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-05T18:37:55.460Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:55.460Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T18:37:55.460Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T18:37:55.460Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T18:37:55.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:55.721Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T18:37:55.721Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T18:37:55.983Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T18:37:55.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:55.983Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-05T18:37:55.983Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T18:37:56.244Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T18:37:56.505Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:56.505Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-05T18:37:56.505Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-05T18:37:56.505Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-05T18:37:56.505Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-05T18:37:56.766Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T18:37:56.766Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T18:37:56.766Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T18:37:56.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:56.766Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-05T18:37:57.026Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-05T18:37:57.026Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-05T18:37:57.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:57.287Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-05T18:37:57.287Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-05T18:37:57.287Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-05T18:37:57.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:57.548Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-05T18:37:57.548Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-05T18:37:57.557Z] $ docker top 6ce7ca3c8feab5f215267af87b9fc5edbcb9118e5fb40328c5a13c470f3d9532 -eo pid,comm [2021-05-05T18:37:57.810Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-05T18:37:57.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:57.810Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-05T18:37:57.810Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-05T18:37:57.810Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [Pipeline] { [Pipeline] sh [2021-05-05T18:37:58.073Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:58.074Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-05T18:37:58.074Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-05T18:37:58.336Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-05T18:37:58.473Z] + docker-compose build --help+ grep parallel [2021-05-05T18:37:58.473Z] [2021-05-05T18:37:58.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:58.598Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-05T18:37:58.598Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-05T18:37:58.598Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-05T18:37:58.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:58.860Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T18:37:58.860Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T18:37:58.860Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T18:37:59.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:59.120Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-05T18:37:59.120Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-05T18:37:59.120Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-05T18:37:59.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:59.381Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-05T18:37:59.381Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-05T18:37:59.381Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-05T18:37:59.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:59.642Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-05T18:37:59.642Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-05T18:37:59.642Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-05T18:37:59.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:37:59.902Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-05T18:37:59.902Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-05T18:37:59.902Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-05T18:38:00.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:38:00.163Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-05T18:38:00.163Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-05T18:38:00.163Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-05T18:38:00.425Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:38:00.425Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-05T18:38:00.425Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-05T18:38:00.425Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-05T18:38:00.686Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-05T18:38:00.686Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-05T18:38:00.686Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-05T18:38:00.948Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-05T18:38:01.210Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-05T18:38:01.210Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T18:38:01.210Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T18:38:01.471Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-05T18:38:01.471Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-05T18:38:01.471Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-05T18:38:01.732Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-05T18:38:01.732Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-05T18:38:01.732Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-05T18:38:01.844Z] --parallel Build images in parallel. [Pipeline] } [2021-05-05T18:38:01.871Z] $ docker stop --time=1 6ce7ca3c8feab5f215267af87b9fc5edbcb9118e5fb40328c5a13c470f3d9532 [2021-05-05T18:38:01.993Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-05T18:38:01.993Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-05T18:38:02.254Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-05T18:38:02.254Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-05T18:38:02.254Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-05T18:38:02.254Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-05T18:38:02.514Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-05T18:38:02.514Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-05T18:38:02.514Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-05T18:38:02.514Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-05T18:38:02.775Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-05T18:38:02.775Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-05T18:38:02.775Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-05T18:38:03.034Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-05T18:38:03.034Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-05T18:38:03.034Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-05T18:38:03.825Z] $ docker rm -f 6ce7ca3c8feab5f215267af87b9fc5edbcb9118e5fb40328c5a13c470f3d9532 [2021-05-05T18:38:03.975Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-05T18:38:03.975Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-05T18:38:03.975Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-05T18:38:03.975Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:38:04.237Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T18:38:04.237Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T18:38:04.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-05T18:38:04.476Z] . [Pipeline] withDockerContainer [2021-05-05T18:38:04.497Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T18:38:04.497Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T18:38:04.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-3054 does not seem to be running inside a container [2021-05-05T18:38:04.756Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T18:38:04.756Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T18:38:04.756Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-05T18:38:04.788Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-05T18:38:05.018Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-05T18:38:05.019Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:05.019Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:05.280Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:05.280Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:05.280Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:05.280Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:05.542Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:05.542Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:06.262Z] $ docker top c3fcc71629abcd4561b04d6361c29a1cec10ce4e2547f18d1a68d7984bb33b7a -eo pid,comm [2021-05-05T18:38:06.481Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:06.481Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh [2021-05-05T18:38:07.223Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-05T18:38:07.423Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:07.423Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:08.372Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:08.372Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:08.633Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:08.633Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:09.584Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-05T18:38:09.584Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-05T18:38:09.584Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T18:38:09.584Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T18:38:09.584Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T18:38:09.584Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T18:38:09.844Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-05T18:38:09.844Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-05T18:38:10.104Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-05T18:38:10.104Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-05T18:38:10.104Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T18:38:10.104Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T18:38:10.365Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-05T18:38:10.365Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-05T18:38:10.365Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-05T18:38:10.365Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-05T18:38:10.631Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:10.631Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-05T18:38:10.631Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:10.631Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:10.631Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:10.631Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-05T18:38:10.903Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-05T18:38:10.903Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-05T18:38:10.903Z] [2021-05-05T18:38:10.903Z] Current default time zone: 'Etc/UTC' [2021-05-05T18:38:10.903Z] Local time is now: Wed May 5 18:38:10 UTC 2021. [2021-05-05T18:38:10.903Z] Universal Time is now: Wed May 5 18:38:10 UTC 2021. [2021-05-05T18:38:10.903Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-05T18:38:10.903Z] [2021-05-05T18:38:10.903Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-05T18:38:10.903Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:10.903Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-05T18:38:11.176Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-05T18:38:11.176Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-05T18:38:11.176Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-05T18:38:11.176Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-05T18:38:11.176Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-05T18:38:11.176Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-05T18:38:11.176Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-05T18:38:11.176Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:11.441Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-05T18:38:11.509Z] Building docker-core-command-go ... [2021-05-05T18:38:11.509Z] Building docker-core-data-go ... [2021-05-05T18:38:11.509Z] Building docker-core-metadata-go ... [2021-05-05T18:38:11.509Z] Building docker-security-bootstrapper-go ... [2021-05-05T18:38:11.509Z] Building docker-security-proxy-setup-go ... [2021-05-05T18:38:11.509Z] Building docker-security-secretstore-setup-go ... [2021-05-05T18:38:11.509Z] Building docker-support-notifications-go ... [2021-05-05T18:38:11.509Z] Building docker-support-scheduler-go ... [2021-05-05T18:38:11.509Z] Building docker-sys-mgmt-agent-go ... [2021-05-05T18:38:11.509Z] Building docker-support-notifications-go [2021-05-05T18:38:11.509Z] Building docker-core-command-go [2021-05-05T18:38:11.509Z] Building docker-security-proxy-setup-go [2021-05-05T18:38:11.509Z] Building docker-core-metadata-go [2021-05-05T18:38:11.509Z] Building docker-security-bootstrapper-go [2021-05-05T18:38:11.701Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:11.701Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T18:38:11.701Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:11.701Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-05T18:38:11.701Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-05T18:38:11.701Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-05T18:38:11.701Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-05T18:38:11.701Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-05T18:38:11.701Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-05T18:38:11.962Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-05T18:38:11.962Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-05T18:38:13.877Z] Updating certificates in /etc/ssl/certs... [2021-05-05T18:38:14.448Z] 23 added, 27 removed; done. [2021-05-05T18:38:14.448Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-05T18:38:14.448Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-05T18:38:14.448Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-05T18:38:14.448Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-05T18:38:14.448Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-05T18:38:14.709Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.709Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-05T18:38:14.709Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.709Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.709Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.709Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.710Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.710Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-05T18:38:14.970Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-05T18:38:14.970Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-05T18:38:14.970Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-05T18:38:14.970Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-05T18:38:14.970Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:14.970Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-05T18:38:15.231Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-05T18:38:15.231Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-05T18:38:15.231Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-05T18:38:15.231Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T18:38:15.231Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-05T18:38:15.494Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-05T18:38:15.494Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-05T18:38:15.494Z] Updating certificates in /etc/ssl/certs... [2021-05-05T18:38:16.067Z] 0 added, 0 removed; done. [2021-05-05T18:38:16.067Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-05T18:38:16.067Z] done. [2021-05-05T18:38:16.639Z] Reading package lists... [2021-05-05T18:38:16.899Z] Building dependency tree... [2021-05-05T18:38:16.899Z] Reading state information... [2021-05-05T18:38:17.162Z] The following NEW packages will be installed: [2021-05-05T18:38:17.162Z] apt-transport-https [2021-05-05T18:38:17.162Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T18:38:17.162Z] Need to get 1692 B of archives. [2021-05-05T18:38:17.162Z] After this operation, 154 kB of additional disk space will be used. [2021-05-05T18:38:17.162Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-05T18:38:17.423Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T18:38:17.423Z] Fetched 1692 B in 0s (8614 B/s) [2021-05-05T18:38:17.423Z] Selecting previously unselected package apt-transport-https. [2021-05-05T18:38:17.423Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-05T18:38:17.423Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-05T18:38:17.423Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-05T18:38:17.683Z] Setting up apt-transport-https (1.6.13) ... [2021-05-05T18:38:17.947Z] Waiting for network to be ready... [2021-05-05T18:38:24.553Z] 2021-05-05T18:38:21Z INFO Waiting for automatic snapd restart... [2021-05-05T18:38:24.553Z] snapd 2.49.2 from Canonical* installed [2021-05-05T18:38:25.138Z] "snapd" switched to the "latest/stable" channel [2021-05-05T18:38:25.138Z] [2021-05-05T18:38:27.701Z] core18 20210309 from Canonical* installed [2021-05-05T18:38:27.963Z] "core18" switched to the "latest/stable" channel [2021-05-05T18:38:27.963Z] [2021-05-05T18:38:31.312Z] snapcraft 4.7.1 from Canonical* installed [2021-05-05T18:38:31.312Z] "snapcraft" switched to the "latest/stable" channel [2021-05-05T18:38:31.312Z] [2021-05-05T18:38:35.530Z] 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-05T18:38:35.530Z] - README.md [2021-05-05T18:38:35.530Z] [2021-05-05T18:38:35.530Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-05T18:38:42.129Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T18:38:42.129Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T18:38:42.129Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T18:38:42.129Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T18:38:43.527Z] Reading package lists... [2021-05-05T18:38:43.527Z] 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-05T18:38:50.151Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T18:38:50.151Z] Reading package lists... [2021-05-05T18:38:50.151Z] Building dependency tree... [2021-05-05T18:38:50.151Z] Reading state information... [2021-05-05T18:38:50.151Z] Suggested packages: [2021-05-05T18:38:50.151Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-05T18:38:50.151Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-05T18:38:50.151Z] Recommended packages: [2021-05-05T18:38:50.151Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-05T18:38:50.151Z] The following NEW packages will be installed: [2021-05-05T18:38:50.151Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-05T18:38:50.151Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-05T18:38:50.151Z] pkg-config zip [2021-05-05T18:38:50.151Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-05T18:38:50.151Z] Need to get 7663 kB of archives. [2021-05-05T18:38:50.151Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-05T18:38:50.151Z] 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-05T18:38:50.151Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-05T18:38:50.151Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-05T18:38:50.151Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-05T18:38:50.151Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-05T18:38:50.412Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-05T18:38:50.412Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-05T18:38:50.412Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-05T18:38:50.673Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-05T18:38:50.673Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-05T18:38:50.673Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-05T18:38:50.673Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-05T18:38:50.673Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-05T18:38:50.935Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-05T18:38:50.936Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-05T18:38:50.936Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-05T18:38:50.936Z] Fetched 7663 kB in 1s (9647 kB/s) [2021-05-05T18:38:50.936Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-05T18:38:50.936Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-05T18:38:50.936Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-05T18:38:50.936Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T18:38:51.198Z] Selecting previously unselected package libpsl5:amd64. [2021-05-05T18:38:51.198Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-05T18:38:51.198Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T18:38:51.198Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-05T18:38:51.198Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-05T18:38:51.198Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T18:38:51.462Z] Selecting previously unselected package librtmp1:amd64. [2021-05-05T18:38:51.462Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-05T18:38:51.462Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T18:38:51.462Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-05T18:38:51.462Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-05T18:38:51.462Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T18:38:51.462Z] Selecting previously unselected package liberror-perl. [2021-05-05T18:38:51.462Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-05T18:38:51.726Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-05T18:38:51.726Z] Selecting previously unselected package git-man. [2021-05-05T18:38:51.726Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-05T18:38:51.726Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T18:38:51.726Z] Selecting previously unselected package git. [2021-05-05T18:38:51.726Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-05T18:38:51.986Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T18:38:52.930Z] Selecting previously unselected package libnorm1:amd64. [2021-05-05T18:38:52.930Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-05T18:38:52.930Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T18:38:52.930Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-05T18:38:52.930Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-05T18:38:52.930Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T18:38:52.930Z] Selecting previously unselected package libsodium23:amd64. [2021-05-05T18:38:52.930Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-05T18:38:52.930Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-05T18:38:53.192Z] Selecting previously unselected package libzmq5:amd64. [2021-05-05T18:38:53.192Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T18:38:53.192Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T18:38:53.192Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-05T18:38:53.192Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-05T18:38:53.192Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T18:38:53.453Z] Selecting previously unselected package pkg-config. [2021-05-05T18:38:53.453Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-05T18:38:53.453Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T18:38:53.453Z] Selecting previously unselected package zip. [2021-05-05T18:38:53.453Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-05T18:38:53.453Z] Unpacking zip (3.0-11build1) ... [2021-05-05T18:38:53.716Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-05T18:38:53.717Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-05T18:38:53.717Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-05T18:38:53.717Z] Setting up liberror-perl (0.17025-1) ... [2021-05-05T18:38:53.717Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-05T18:38:53.717Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-05T18:38:53.717Z] No schema files found: doing nothing. [2021-05-05T18:38:53.717Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-05T18:38:53.717Z] Setting up zip (3.0-11build1) ... [2021-05-05T18:38:53.717Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-05T18:38:53.977Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-05T18:38:53.977Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-05T18:38:53.977Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T18:38:53.977Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-05T18:38:53.977Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-05T18:38:53.977Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-05T18:38:54.237Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-05T18:39:00.834Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T18:39:00.834Z] git set to automatically installed. [2021-05-05T18:39:00.834Z] git-man set to automatically installed. [2021-05-05T18:39:00.834Z] libcurl3-gnutls set to automatically installed. [2021-05-05T18:39:00.834Z] liberror-perl set to automatically installed. [2021-05-05T18:39:00.834Z] libglib2.0-0 set to automatically installed. [2021-05-05T18:39:00.834Z] libnghttp2-14 set to automatically installed. [2021-05-05T18:39:00.834Z] libnorm1 set to automatically installed. [2021-05-05T18:39:00.834Z] libpgm-5.2-0 set to automatically installed. [2021-05-05T18:39:00.834Z] libpsl5 set to automatically installed. [2021-05-05T18:39:00.834Z] librtmp1 set to automatically installed. [2021-05-05T18:39:00.834Z] libsodium23 set to automatically installed. [2021-05-05T18:39:00.834Z] libzmq3-dev set to automatically installed. [2021-05-05T18:39:00.834Z] libzmq5 set to automatically installed. [2021-05-05T18:39:00.834Z] pkg-config set to automatically installed. [2021-05-05T18:39:00.834Z] zip set to automatically installed. [2021-05-05T18:39:02.241Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T18:39:09.557Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T18:39:10.173Z] snap "core18" has no updates available [2021-05-05T18:39:11.133Z] snapd is not logged in, snap install commands will use sudo [2021-05-05T18:39:19.309Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-05T18:39:33.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:39:33.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:39:33.484Z] ---> 063c1862c69e [2021-05-05T18:39:33.484Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:39:33.484Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:39:33.484Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:39:33.484Z] ---> 063c1862c69e [2021-05-05T18:39:33.484Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:39:33.484Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:39:33.484Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:39:33.484Z] ---> 063c1862c69e [2021-05-05T18:39:33.484Z] Step 3/21 : WORKDIR /edgex-go [2021-05-05T18:39:33.484Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:39:33.484Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:39:33.484Z] ---> 063c1862c69e [2021-05-05T18:39:33.484Z] Step 3/31 : WORKDIR /edgex-go [2021-05-05T18:39:33.484Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:39:33.484Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:39:33.484Z] ---> 063c1862c69e [2021-05-05T18:39:33.484Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T18:39:33.484Z] ---> Running in aee2831ee393 [2021-05-05T18:39:33.484Z] ---> Running in 19786bdbfea5 [2021-05-05T18:39:33.484Z] ---> Running in 319b941c4be3 [2021-05-05T18:39:33.485Z] ---> Running in 19e5868ee8f3 [2021-05-05T18:39:33.485Z] ---> Running in e34b57580784 [2021-05-05T18:39:33.485Z] Removing intermediate container 19786bdbfea5 [2021-05-05T18:39:33.485Z] ---> faba8936d7ac [2021-05-05T18:39:33.485Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:39:33.485Z] Removing intermediate container aee2831ee393 [2021-05-05T18:39:33.485Z] ---> 5a18efa5ad93 [2021-05-05T18:39:33.485Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 19e5868ee8f3 [2021-05-05T18:39:33.485Z] [2021-05-05T18:39:33.485Z] ---> 36a83265d16f [2021-05-05T18:39:33.485Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:39:33.485Z] Removing intermediate container 319b941c4be3 [2021-05-05T18:39:33.485Z] ---> e333efb4dd60 [2021-05-05T18:39:33.485Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:39:33.485Z] Removing intermediate container e34b57580784 [2021-05-05T18:39:33.485Z] ---> 0d100e93ec2b [2021-05-05T18:39:33.485Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:39:33.485Z] ---> Running in 4f911dc26d5f [2021-05-05T18:39:33.485Z] ---> Running in 5f0a51dc4c5e [2021-05-05T18:39:33.485Z] ---> Running in d842f3d1fe0b [2021-05-05T18:39:33.485Z] ---> Running in 65d646d1f743 [2021-05-05T18:39:33.485Z] ---> Running in c905b1f7db88 [2021-05-05T18:39:33.485Z] Removing intermediate container 4f911dc26d5f [2021-05-05T18:39:33.485Z] ---> 77ac5d85a87c [2021-05-05T18:39:33.485Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-05T18:39:33.485Z] ---> Running in d4f5f3ec9ccf [2021-05-05T18:39:33.485Z] Removing intermediate container 5f0a51dc4c5e [2021-05-05T18:39:33.485Z] ---> e8e9731eb7bd [2021-05-05T18:39:33.485Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-05T18:39:33.485Z] ---> Running in e3c0a49bfca7 [2021-05-05T18:39:33.485Z] Removing intermediate container 65d646d1f743 [2021-05-05T18:39:33.485Z] ---> 180112a27af0 [2021-05-05T18:39:33.485Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-05T18:39:33.485Z] Removing intermediate container c905b1f7db88 [2021-05-05T18:39:33.485Z] ---> b4c679d2b13d [2021-05-05T18:39:33.485Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T18:39:33.485Z] Removing intermediate container d842f3d1fe0b [2021-05-05T18:39:33.485Z] ---> 7da956df5e2c [2021-05-05T18:39:33.485Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-05T18:39:33.485Z] ---> Running in 9b215f5b65b7 [2021-05-05T18:39:33.485Z] ---> Running in c3d001542945 [2021-05-05T18:39:33.485Z] ---> Running in a6edba356d04 [2021-05-05T18:39:33.758Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:34.219Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-05T18:39:34.219Z] Pulling go-build-helper [2021-05-05T18:39:34.219Z] + snapcraftctl pull [2021-05-05T18:39:34.219Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-05T18:39:34.219Z] Skipping pull go-build-helper (already ran) [2021-05-05T18:39:34.219Z] Building go-build-helper [2021-05-05T18:39:34.219Z] + snapcraftctl build [2021-05-05T18:39:34.393Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:34.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:35.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:35.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:35.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:35.864Z] OK: 218 MiB in 52 packages [2021-05-05T18:39:35.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:36.133Z] Staging go-build-helper [2021-05-05T18:39:36.133Z] + snapcraftctl stage [2021-05-05T18:39:36.463Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:36.464Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:36.464Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:39:37.071Z] OK: 218 MiB in 52 packages [2021-05-05T18:39:37.352Z] Removing intermediate container d4f5f3ec9ccf [2021-05-05T18:39:37.352Z] ---> 4aaba130da9c [2021-05-05T18:39:37.352Z] Step 6/21 : COPY go.mod . [2021-05-05T18:39:37.631Z] OK: 218 MiB in 52 packages [2021-05-05T18:39:37.631Z] OK: 218 MiB in 52 packages [2021-05-05T18:39:37.911Z] OK: 218 MiB in 52 packages [2021-05-05T18:39:38.528Z] ---> 2633d44d1884 [2021-05-05T18:39:38.528Z] Step 7/21 : RUN go mod download [2021-05-05T18:39:38.811Z] ---> Running in a20863c59000 [2021-05-05T18:39:39.086Z] Removing intermediate container e3c0a49bfca7 [2021-05-05T18:39:39.086Z] ---> 782620445b42 [2021-05-05T18:39:39.086Z] Step 6/31 : COPY go.mod . [2021-05-05T18:39:39.366Z] Removing intermediate container a6edba356d04 [2021-05-05T18:39:39.366Z] ---> d92ea723a6c8 [2021-05-05T18:39:39.366Z] Step 6/23 : COPY go.mod . [2021-05-05T18:39:39.643Z] Removing intermediate container 9b215f5b65b7 [2021-05-05T18:39:39.643Z] ---> d7b38a58eb53 [2021-05-05T18:39:39.643Z] Step 6/23 : COPY go.mod . [2021-05-05T18:39:39.920Z] Removing intermediate container c3d001542945 [2021-05-05T18:39:39.920Z] ---> 718fb6104f2c [2021-05-05T18:39:39.920Z] Step 6/22 : COPY go.mod . [2021-05-05T18:39:40.257Z] ---> d1a45a8acd1d [2021-05-05T18:39:40.257Z] Step 7/31 : RUN go mod download [2021-05-05T18:39:40.257Z] ---> bc6a8dec592a [2021-05-05T18:39:40.257Z] Step 7/23 : RUN go mod download [2021-05-05T18:39:40.604Z] ---> Running in f5da734df5bc [2021-05-05T18:39:40.604Z] ---> Running in 4e9559d14d80 [2021-05-05T18:39:40.884Z] ---> f4ba76a432cb [2021-05-05T18:39:40.884Z] Step 7/23 : RUN go mod download [2021-05-05T18:39:41.164Z] ---> ce5f8a3ae8f8 [2021-05-05T18:39:41.164Z] Step 7/22 : RUN go mod download [2021-05-05T18:39:41.164Z] ---> Running in 01926bbc2fa6 [2021-05-05T18:39:41.474Z] ---> Running in 823b3203d0ff [2021-05-05T18:39:42.915Z] Removing intermediate container a20863c59000 [2021-05-05T18:39:42.915Z] ---> 6178676f5c8d [2021-05-05T18:39:42.915Z] Step 8/21 : COPY . . [2021-05-05T18:39:45.556Z] Removing intermediate container f5da734df5bc [2021-05-05T18:39:45.556Z] ---> f139da269b33 [2021-05-05T18:39:45.556Z] Step 8/31 : COPY . . [2021-05-05T18:39:45.832Z] Removing intermediate container 823b3203d0ff [2021-05-05T18:39:45.832Z] ---> 1bb7b023870e [2021-05-05T18:39:45.832Z] Step 8/22 : COPY . . [2021-05-05T18:39:46.105Z] Removing intermediate container 4e9559d14d80 [2021-05-05T18:39:46.105Z] ---> 7057bae29353 [2021-05-05T18:39:46.105Z] Step 8/23 : COPY . . [2021-05-05T18:39:46.134Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-05T18:39:46.134Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-05T18:39:46.134Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-05T18:39:46.134Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-05T18:39:46.134Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-05T18:39:46.134Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-05T18:39:46.134Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-05T18:39:46.134Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-05T18:39:46.134Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-05T18:39:46.134Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-05T18:39:46.134Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-05T18:39:46.134Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-05T18:39:46.134Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-05T18:39:46.134Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-05T18:39:46.134Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-05T18:39:46.134Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-05T18:39:46.134Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-05T18:39:46.134Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-05T18:39:46.134Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-05T18:39:46.134Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-05T18:39:46.134Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-05T18:39:46.134Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-05T18:39:46.134Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-05T18:39:46.134Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-05T18:39:46.134Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-05T18:39:46.134Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-05T18:39:46.134Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-05T18:39:46.134Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-05T18:39:46.134Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T18:39:46.134Z] Fetched 224 kB in 0s (0 B/s) [2021-05-05T18:39:46.134Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T18:39:46.134Z] Fetched 157 kB in 0s (0 B/s) [2021-05-05T18:39:46.134Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T18:39:46.134Z] Fetched 221 kB in 0s (0 B/s) [2021-05-05T18:39:46.134Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T18:39:46.134Z] Fetched 143 kB in 0s (0 B/s) [2021-05-05T18:39:46.134Z] Pulling app-service-config [2021-05-05T18:39:46.134Z] + snapcraftctl pull [2021-05-05T18:39:46.380Z] Removing intermediate container 01926bbc2fa6 [2021-05-05T18:39:46.380Z] ---> e959598e5faa [2021-05-05T18:39:46.380Z] Step 8/23 : COPY . . [2021-05-05T18:39:46.704Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-05T18:39:47.277Z] Pulling config-common [2021-05-05T18:39:47.277Z] + snapcraftctl pull [2021-05-05T18:39:51.506Z] + snapcraftctl pull [2021-05-05T18:39:51.506Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T18:39:51.506Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T18:39:51.506Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T18:39:51.506Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:39:51.506Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-05T18:39:51.506Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:39:51.506Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-05T18:39:51.506Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:39:51.506Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-05T18:39:51.506Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:39:51.506Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-05T18:39:51.506Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:39:51.506Z] Pulling edgex-go [2021-05-05T18:40:13.187Z] ---> 5dbee107a419 [2021-05-05T18:40:13.187Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-05T18:40:13.187Z] ---> 2282538020b2 [2021-05-05T18:40:13.187Z] ---> 157f67eda336 [2021-05-05T18:40:13.187Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-05T18:40:13.187Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-05T18:40:13.187Z] ---> Running in 558280e87c8f [2021-05-05T18:40:13.187Z] ---> 5ec0afcaa087 [2021-05-05T18:40:13.187Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-05T18:40:13.187Z] ---> b46eb18b5b99 [2021-05-05T18:40:13.187Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-05T18:40:13.187Z] ---> Running in 331a9c9caa5d [2021-05-05T18:40:13.187Z] ---> Running in 674f093b0631 [2021-05-05T18:40:13.187Z] ---> Running in 5aad9bb253d9 [2021-05-05T18:40:13.187Z] ---> Running in 6efdbffea955 [2021-05-05T18:40:13.187Z] 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-05T18:40:13.187Z] 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-05T18:40:13.463Z] 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-05T18:40:13.482Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-05T18:40:13.482Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-05T18:40:13.482Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-05T18:40:13.482Z] Fetched 0 B in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-05T18:40:13.482Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-05T18:40:13.482Z] Fetched 279 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-05T18:40:13.482Z] Fetched 122 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-05T18:40:13.482Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-05T18:40:13.482Z] Fetched 8848 B in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-05T18:40:13.482Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-05T18:40:13.482Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-05T18:40:13.482Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-05T18:40:13.482Z] Fetched 219 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-05T18:40:13.482Z] Fetched 154 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-05T18:40:13.482Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-05T18:40:13.482Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-05T18:40:13.482Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-05T18:40:13.482Z] Fetched 499 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-05T18:40:13.482Z] Fetched 111 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-05T18:40:13.482Z] Fetched 240 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-05T18:40:13.482Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-05T18:40:13.482Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-05T18:40:13.482Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-05T18:40:13.482Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-05T18:40:13.482Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-05T18:40:13.483Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-05T18:40:13.483Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-05T18:40:13.483Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-05T18:40:13.483Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-05T18:40:13.483Z] Fetched 8720 B in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-05T18:40:13.483Z] Fetched 137 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-05T18:40:13.483Z] Fetched 119 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-05T18:40:13.483Z] Fetched 110 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-05T18:40:13.483Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-05T18:40:13.483Z] Fetched 645 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-05T18:40:13.483Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-05T18:40:13.483Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-05T18:40:13.483Z] Fetched 368 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-05T18:40:13.483Z] Fetched 187 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-05T18:40:13.483Z] Fetched 175 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-05T18:40:13.483Z] Fetched 206 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-05T18:40:13.483Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-05T18:40:13.483Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-05T18:40:13.483Z] Fetched 159 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-05T18:40:13.483Z] Fetched 107 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-05T18:40:13.483Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-05T18:40:13.483Z] Pulling static-packages [2021-05-05T18:40:13.483Z] + snapcraftctl pull [2021-05-05T18:40:13.483Z] Pulling version [2021-05-05T18:40:13.483Z] + cd /root/project [2021-05-05T18:40:13.483Z] + [ -f VERSION ] [2021-05-05T18:40:13.483Z] + PROJECT_VERSION=local-dev [2021-05-05T18:40:13.483Z] + git rev-parse --short HEAD [2021-05-05T18:40:13.483Z] + GIT_REVISION=e74fb44b [2021-05-05T18:40:13.483Z] + snapcraftctl set-version local-dev [2021-05-05T18:40:13.741Z] 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-05T18:40:13.741Z] 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-05T18:40:14.055Z] Skipping build go-build-helper (already ran) [2021-05-05T18:40:14.055Z] Building app-service-config [2021-05-05T18:40:14.055Z] + make build [2021-05-05T18:40:14.055Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-05T18:40:16.612Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-05T18:40:16.612Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-05T18:40:16.612Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-05T18:40:16.612Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-05T18:40:16.612Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-05T18:40:16.612Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-05T18:40:16.612Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-05T18:40:16.612Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-05T18:40:16.612Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-05T18:40:16.874Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-05T18:40:16.874Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-05T18:40:16.874Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-05T18:40:16.874Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-05T18:40:17.134Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-05T18:40:17.134Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-05T18:40:17.134Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-05T18:40:17.134Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-05T18:40:17.395Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-05T18:40:17.395Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-05T18:40:17.395Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-05T18:40:17.395Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-05T18:40:17.395Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-05T18:40:17.395Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-05T18:40:17.395Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-05T18:40:17.395Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-05T18:40:17.395Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-05T18:40:17.395Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-05T18:40:17.657Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-05T18:40:17.657Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-05T18:40:17.657Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-05T18:40:17.657Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-05T18:40:17.657Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-05T18:40:17.657Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-05T18:40:17.657Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-05T18:40:17.657Z] go: downloading golang.org/x/text v0.3.2 [2021-05-05T18:40:17.657Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-05T18:40:17.919Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-05T18:40:17.919Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-05T18:40:17.919Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-05T18:40:17.919Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-05T18:40:17.919Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-05T18:40:17.919Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-05T18:40:17.919Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-05T18:40:18.181Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-05T18:40:18.181Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-05T18:40:28.182Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-05T18:40:28.182Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-05T18:40:28.182Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-05T18:40:28.182Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-05T18:40:28.182Z] Building config-common [2021-05-05T18:40:28.444Z] + snapcraftctl build [2021-05-05T18:40:30.990Z] Building edgex-go [2021-05-05T18:40:30.990Z] + cd /root/parts/edgex-go/src [2021-05-05T18:40:30.990Z] + make build [2021-05-05T18:40:30.990Z] 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-05T18:40:30.990Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.77 [2021-05-05T18:40:30.990Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-05T18:40:31.251Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-05T18:40:31.251Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-05T18:40:34.557Z] 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-05T18:40:34.557Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-05T18:40:39.842Z] 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-05T18:40:41.757Z] 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-05T18:40:43.152Z] 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-05T18:40:43.733Z] 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-05T18:40:43.733Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-05T18:40:43.994Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-05T18:40:43.995Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-05T18:40:43.995Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-05T18:40:46.127Z] 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-05T18:40:46.127Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-05T18:40:46.127Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-05T18:40:47.642Z] 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-05T18:40:49.143Z] 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-05T18:40:49.144Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-05T18:40:50.757Z] 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-05T18:40:51.732Z] 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-05T18:40:53.115Z] 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-05T18:40:53.115Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-05T18:40:55.024Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-05T18:40:55.285Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-05T18:40:55.285Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-05T18:40:55.285Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-05T18:40:55.285Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-05T18:40:55.285Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-05T18:40:55.285Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-05T18:40:55.285Z] + 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-05T18:40:55.285Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-05T18:40:55.285Z] + 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-05T18:40:55.285Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-05T18:40:55.285Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-05T18:40:55.285Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-05T18:40:55.285Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-05T18:40:55.285Z] + 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-05T18:40:58.587Z] Building static-packages [2021-05-05T18:40:58.587Z] + snapcraftctl build [2021-05-05T18:41:00.518Z] Building version [2021-05-05T18:41:00.518Z] + snapcraftctl build [2021-05-05T18:41:03.059Z] Skipping stage go-build-helper (already ran) [2021-05-05T18:41:03.059Z] Staging app-service-config [2021-05-05T18:41:03.059Z] + snapcraftctl stage [2021-05-05T18:41:04.000Z] Staging config-common [2021-05-05T18:41:04.000Z] + snapcraftctl stage [2021-05-05T18:41:04.939Z] Staging edgex-go [2021-05-05T18:41:04.939Z] + snapcraftctl stage [2021-05-05T18:41:06.322Z] Staging static-packages [2021-05-05T18:41:06.322Z] + snapcraftctl stage [2021-05-05T18:41:07.261Z] Staging version [2021-05-05T18:41:07.261Z] + snapcraftctl stage [2021-05-05T18:41:08.643Z] Priming go-build-helper [2021-05-05T18:41:08.643Z] + snapcraftctl prime [2021-05-05T18:41:09.583Z] Priming app-service-config [2021-05-05T18:41:09.583Z] + snapcraftctl prime [2021-05-05T18:41:10.969Z] Priming config-common [2021-05-05T18:41:10.969Z] + snapcraftctl prime [2021-05-05T18:41:11.914Z] Priming edgex-go [2021-05-05T18:41:11.914Z] + snapcraftctl prime [2021-05-05T18:41:13.295Z] Priming static-packages [2021-05-05T18:41:13.295Z] + snapcraftctl prime [2021-05-05T18:41:15.838Z] Priming version [2021-05-05T18:41:15.838Z] + snapcraftctl prime [2021-05-05T18:41:16.782Z] 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-05T18:42:05.626Z] 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-05T18:42:12.409Z] Removing intermediate container 331a9c9caa5d [2021-05-05T18:42:12.409Z] ---> e1163f24de8b [2021-05-05T18:42:12.409Z] [2021-05-05T18:42:12.409Z] Step 10/31 : FROM alpine:3.12 [2021-05-05T18:42:12.409Z] 3.12: Pulling from library/alpine [2021-05-05T18:42:12.409Z] Removing intermediate container 558280e87c8f [2021-05-05T18:42:12.409Z] ---> 402f6b0b1115 [2021-05-05T18:42:12.409Z] [2021-05-05T18:42:12.409Z] Step 10/21 : FROM alpine:3.12 [2021-05-05T18:42:12.409Z] 3.12: Pulling from library/alpine [2021-05-05T18:42:12.687Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T18:42:12.687Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-05T18:42:12.962Z] Status: Image is up to date for alpine:3.12 [2021-05-05T18:42:12.962Z] ---> 9852663dfa18 [2021-05-05T18:42:12.962Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-05T18:42:12.962Z] Status: Downloaded newer image for alpine:3.12 [2021-05-05T18:42:12.962Z] ---> 9852663dfa18 [2021-05-05T18:42:12.962Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-05T18:42:13.563Z] ---> Running in ac0f6aa1b4e0 [2021-05-05T18:42:13.563Z] ---> Running in a86ae5a1aa63 [2021-05-05T18:42:14.555Z] Removing intermediate container ac0f6aa1b4e0 [2021-05-05T18:42:14.555Z] ---> f81f18743619 [2021-05-05T18:42:14.555Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-05T18:42:15.147Z] ---> Running in ceec6f0c709d [2021-05-05T18:42:16.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:16.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:17.207Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-05T18:42:17.207Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:42:17.207Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-05T18:42:17.207Z] (4/4) Installing curl (7.76.1-r0) [2021-05-05T18:42:17.207Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:42:17.207Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:42:17.494Z] OK: 7 MiB in 18 packages [2021-05-05T18:42:17.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:17.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:18.387Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-05T18:42:18.387Z] (2/2) Installing su-exec (0.2-r1) [2021-05-05T18:42:18.387Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:42:18.387Z] OK: 5 MiB in 16 packages [2021-05-05T18:42:20.386Z] Removing intermediate container 5aad9bb253d9 [2021-05-05T18:42:20.386Z] ---> 2bd27a0175f9 [2021-05-05T18:42:20.386Z] [2021-05-05T18:42:20.386Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:42:20.386Z] ---> 9852663dfa18 [2021-05-05T18:42:20.386Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:42:21.009Z] Removing intermediate container ceec6f0c709d [2021-05-05T18:42:21.009Z] ---> 4f34728f6c81 [2021-05-05T18:42:21.009Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-05T18:42:21.009Z] Removing intermediate container a86ae5a1aa63 [2021-05-05T18:42:21.009Z] ---> c7497b115317 [2021-05-05T18:42:21.009Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T18:42:21.009Z] ---> Running in 1c7dcc29be06 [2021-05-05T18:42:21.316Z] ---> Running in bf0e307256cb [2021-05-05T18:42:21.316Z] ---> Running in d0ca79344479 [2021-05-05T18:42:22.925Z] Removing intermediate container bf0e307256cb [2021-05-05T18:42:22.925Z] ---> d280d6d06895 [2021-05-05T18:42:22.925Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-05T18:42:22.925Z] Removing intermediate container d0ca79344479 [2021-05-05T18:42:22.925Z] ---> 1da814c1d167 [2021-05-05T18:42:22.925Z] Step 13/21 : WORKDIR /edgex [2021-05-05T18:42:23.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:23.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:23.482Z] ---> Running in 3ddc2121a594 [2021-05-05T18:42:23.482Z] ---> Running in cc47178f5d41 [2021-05-05T18:42:23.761Z] Removing intermediate container 6efdbffea955 [2021-05-05T18:42:23.761Z] ---> dfe35637f8a2 [2021-05-05T18:42:23.761Z] [2021-05-05T18:42:23.761Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T18:42:23.761Z] ---> 9852663dfa18 [2021-05-05T18:42:23.761Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-05T18:42:23.761Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-05T18:42:23.761Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:42:23.761Z] OK: 5 MiB in 15 packages [2021-05-05T18:42:24.361Z] ---> Running in 7066a14ecc9b [2021-05-05T18:42:24.361Z] Removing intermediate container cc47178f5d41 [2021-05-05T18:42:24.361Z] Removing intermediate container 3ddc2121a594 [2021-05-05T18:42:24.361Z] ---> 858c0893412b [2021-05-05T18:42:24.361Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-05T18:42:24.633Z] ---> 5267f4bb0381 [2021-05-05T18:42:24.633Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-05T18:42:24.908Z] ---> Running in 7722f12026aa [2021-05-05T18:42:26.359Z] ---> 78aec17c37d0 [2021-05-05T18:42:26.359Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-05T18:42:26.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:26.359Z] Removing intermediate container 1c7dcc29be06 [2021-05-05T18:42:26.359Z] ---> 9660a281f6df [2021-05-05T18:42:26.359Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:42:26.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:42:26.959Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-05T18:42:26.959Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-05T18:42:27.238Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:42:27.238Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:42:27.238Z] ---> Running in df0c1408f50c [2021-05-05T18:42:27.514Z] OK: 6 MiB in 16 packages [2021-05-05T18:42:28.123Z] ---> d81d0be0dbf8 [2021-05-05T18:42:28.123Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-05T18:42:28.123Z] Removing intermediate container df0c1408f50c [2021-05-05T18:42:28.123Z] ---> 98c5bdfd2d42 [2021-05-05T18:42:28.123Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-05T18:42:28.715Z] Removing intermediate container 7722f12026aa [2021-05-05T18:42:28.715Z] ---> dffbcefd274b [2021-05-05T18:42:28.715Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-05T18:42:28.715Z] ---> Running in 9c616e46691c [2021-05-05T18:42:29.315Z] Removing intermediate container 674f093b0631 [2021-05-05T18:42:29.315Z] ---> 46c18622ad9e [2021-05-05T18:42:29.315Z] [2021-05-05T18:42:29.315Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:42:29.315Z] ---> 9852663dfa18 [2021-05-05T18:42:29.315Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:42:29.315Z] ---> Using cache [2021-05-05T18:42:29.315Z] ---> 9660a281f6df [2021-05-05T18:42:29.315Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:42:29.315Z] ---> Using cache [2021-05-05T18:42:29.315Z] ---> 98c5bdfd2d42 [2021-05-05T18:42:29.315Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-05T18:42:29.315Z] ---> Running in ca99e9915cd2 [2021-05-05T18:42:29.613Z] ---> Running in 93ccb250ad89 [2021-05-05T18:42:29.613Z] Removing intermediate container 9c616e46691c [2021-05-05T18:42:29.613Z] ---> 0dbf4752271d [2021-05-05T18:42:29.613Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T18:42:29.892Z] ---> 3f9659f480e2 [2021-05-05T18:42:29.892Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-05T18:42:29.892Z] Removing intermediate container 7066a14ecc9b [2021-05-05T18:42:29.892Z] ---> 44b604abbcd8 [2021-05-05T18:42:29.892Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:42:30.165Z] ---> Running in ffc5827c3271 [2021-05-05T18:42:30.165Z] ---> Running in 1059e1ece822 [2021-05-05T18:42:30.165Z] Removing intermediate container ca99e9915cd2 [2021-05-05T18:42:30.165Z] ---> c046fa557b85 [2021-05-05T18:42:30.165Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-05T18:42:30.437Z] ---> Running in 0feb3477c974 [2021-05-05T18:42:30.437Z] Removing intermediate container 93ccb250ad89 [2021-05-05T18:42:30.437Z] ---> a88977436808 [2021-05-05T18:42:30.437Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-05T18:42:30.712Z] ---> Running in 4bdff2d3e0a3 [2021-05-05T18:42:30.712Z] Removing intermediate container 1059e1ece822 [2021-05-05T18:42:30.712Z] ---> 6fdeadb2d15c [2021-05-05T18:42:30.712Z] Step 18/21 : CMD ["--init=true"] [2021-05-05T18:42:30.712Z] Removing intermediate container ffc5827c3271 [2021-05-05T18:42:30.712Z] ---> ada8136049a0 [2021-05-05T18:42:30.712Z] Step 15/23 : WORKDIR / [2021-05-05T18:42:30.991Z] ---> Running in 6f2904e027e8 [2021-05-05T18:42:30.991Z] Removing intermediate container 0feb3477c974 [2021-05-05T18:42:30.991Z] ---> cab3b9573cfc [2021-05-05T18:42:30.991Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-05T18:42:30.991Z] ---> Running in ae5b56dcc529 [2021-05-05T18:42:31.272Z] ---> Running in 0e698517a5d4 [2021-05-05T18:42:31.272Z] ---> c60d9d8ececc [2021-05-05T18:42:31.272Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-05T18:42:31.272Z] Removing intermediate container 4bdff2d3e0a3 [2021-05-05T18:42:31.272Z] ---> 41cfd8f97925 [2021-05-05T18:42:31.272Z] Step 15/23 : WORKDIR / [2021-05-05T18:42:31.545Z] ---> Running in f2e8cb22b9d8 [2021-05-05T18:42:31.545Z] ---> Running in 5bb6d446849a [2021-05-05T18:42:31.545Z] Removing intermediate container 6f2904e027e8 [2021-05-05T18:42:31.545Z] ---> 36692860459c [2021-05-05T18:42:31.545Z] Step 19/21 : LABEL arch=arm64 [2021-05-05T18:42:31.817Z] ---> Running in fb3aead8ba1a [2021-05-05T18:42:31.817Z] Removing intermediate container ae5b56dcc529 [2021-05-05T18:42:31.817Z] ---> 2fadc5a03d6a [2021-05-05T18:42:31.817Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:42:32.094Z] Removing intermediate container 0e698517a5d4 [2021-05-05T18:42:32.094Z] ---> f3aff8180f91 [2021-05-05T18:42:32.094Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T18:42:32.373Z] ---> Running in a066b4c25851 [2021-05-05T18:42:32.373Z] Removing intermediate container f2e8cb22b9d8 [2021-05-05T18:42:32.373Z] ---> 111883c42266 [2021-05-05T18:42:32.373Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:42:32.660Z] Removing intermediate container fb3aead8ba1a [2021-05-05T18:42:32.660Z] ---> 6047eb6c4cb6 [2021-05-05T18:42:32.660Z] Step 20/21 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:42:32.660Z] ---> Running in cbe57464aaa4 [2021-05-05T18:42:32.933Z] Removing intermediate container a066b4c25851 [2021-05-05T18:42:32.933Z] ---> 8552ac10ea79 [2021-05-05T18:42:32.933Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:42:33.205Z] ---> 038b5ae23c7b [2021-05-05T18:42:33.205Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-05T18:42:33.474Z] Removing intermediate container cbe57464aaa4 [2021-05-05T18:42:33.474Z] ---> b6669f10c09f [2021-05-05T18:42:33.474Z] Step 21/21 : LABEL version=0.0.0 [2021-05-05T18:42:33.474Z] ---> d794cc22fea9 [2021-05-05T18:42:33.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-05T18:42:33.751Z] ---> Running in eb054c97cb15 [2021-05-05T18:42:34.022Z] ---> 2ae4e7d6fed4 [2021-05-05T18:42:34.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-05T18:42:34.625Z] Removing intermediate container eb054c97cb15 [2021-05-05T18:42:34.625Z] ---> 28b7dab905b8 [2021-05-05T18:42:34.625Z] [2021-05-05T18:42:34.898Z] Successfully built 28b7dab905b8 [2021-05-05T18:42:35.490Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-05T18:42:35.490Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-05-05T18:42:35.490Z] ---> 43ab5458480d [2021-05-05T18:42:35.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-05T18:42:35.762Z] ---> 2773779951dc [2021-05-05T18:42:35.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-05T18:42:35.762Z] Removing intermediate container 5bb6d446849a [2021-05-05T18:42:35.762Z] ---> 495f86a444df [2021-05-05T18:42:35.762Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:42:35.762Z] ---> 4c10acf47ba0 [2021-05-05T18:42:35.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-05T18:42:36.758Z] ---> 4526cbe0e1fb [2021-05-05T18:42:36.758Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-05T18:42:36.758Z] ---> Running in c2888b898c53 [2021-05-05T18:42:37.031Z] ---> a1a46338c6e4 [2021-05-05T18:42:37.031Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-05T18:42:37.302Z] ---> d13af2a4a99c [2021-05-05T18:42:37.302Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-05T18:42:37.302Z] ---> 365123e78bc1 [2021-05-05T18:42:37.302Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-05T18:42:38.287Z] ---> Running in be9302b24a0d [2021-05-05T18:42:38.287Z] ---> Running in b8438b0fc256 [2021-05-05T18:42:38.287Z] Removing intermediate container c2888b898c53 [2021-05-05T18:42:38.287Z] ---> 71c2209ad0fe [2021-05-05T18:42:38.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:42:39.268Z] ---> f76528fdca5f [2021-05-05T18:42:39.268Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-05T18:42:39.268Z] ---> Running in 42d42da154fe [2021-05-05T18:42:39.268Z] Removing intermediate container b8438b0fc256 [2021-05-05T18:42:39.268Z] ---> 1262cfeb2fd3 [2021-05-05T18:42:39.268Z] Removing intermediate container be9302b24a0d [2021-05-05T18:42:39.268Z] ---> c074d6ccf298 [2021-05-05T18:42:39.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:42:39.268Z] [2021-05-05T18:42:39.558Z] ---> Running in 7bc3ad61b8b4 [2021-05-05T18:42:39.558Z] ---> Running in d1d196f37736 [2021-05-05T18:42:39.835Z] Removing intermediate container 42d42da154fe [2021-05-05T18:42:39.835Z] ---> 022a8c930360 [2021-05-05T18:42:39.835Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T18:42:40.112Z] ---> a61e9cd6b724 [2021-05-05T18:42:40.112Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-05T18:42:40.112Z] ---> Running in a9ae3c1bcb21 [2021-05-05T18:42:40.389Z] Removing intermediate container 7bc3ad61b8b4 [2021-05-05T18:42:40.389Z] ---> 5482812cb773 [2021-05-05T18:42:40.389Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T18:42:40.389Z] Removing intermediate container d1d196f37736 [2021-05-05T18:42:40.389Z] ---> 8e8d9ae0d49f [2021-05-05T18:42:40.389Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T18:42:41.860Z] ---> Running in 5dd02b8dbcc1 [2021-05-05T18:42:41.860Z] ---> Running in 16c4db755d4b [2021-05-05T18:42:41.860Z] Removing intermediate container a9ae3c1bcb21 [2021-05-05T18:42:41.860Z] ---> 699e7018d26f [2021-05-05T18:42:41.860Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:42:41.860Z] ---> 4282acad6bf3 [2021-05-05T18:42:41.860Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-05T18:42:42.133Z] ---> Running in 472319100a14 [2021-05-05T18:42:42.407Z] Removing intermediate container 5dd02b8dbcc1 [2021-05-05T18:42:42.407Z] Removing intermediate container 16c4db755d4b [2021-05-05T18:42:42.407Z] ---> 38910217e7c1 [2021-05-05T18:42:42.407Z] Step 21/22 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:42:42.407Z] ---> 1c8b68942463 [2021-05-05T18:42:42.407Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:42:42.679Z] ---> Running in 6c21393bb736 [2021-05-05T18:42:42.679Z] ---> Running in 5af917aab653 [2021-05-05T18:42:42.679Z] Removing intermediate container 472319100a14 [2021-05-05T18:42:42.679Z] ---> 5aaf4bdf4dac [2021-05-05T18:42:42.679Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:42:42.954Z] ---> ce9ee247b177 [2021-05-05T18:42:42.954Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-05T18:42:42.954Z] ---> Running in 571682a0975f [2021-05-05T18:42:43.556Z] ---> Running in a3d26458dc9f [2021-05-05T18:42:43.556Z] Removing intermediate container 5af917aab653 [2021-05-05T18:42:43.556Z] ---> 64c6ce104037 [2021-05-05T18:42:43.556Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:42:43.556Z] Removing intermediate container 6c21393bb736 [2021-05-05T18:42:43.556Z] ---> 4f5a2943e4cb [2021-05-05T18:42:43.556Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T18:42:43.834Z] ---> Running in c45c2d2115ef [2021-05-05T18:42:43.834Z] Removing intermediate container 571682a0975f [2021-05-05T18:42:43.834Z] ---> 085e5d31af3f [2021-05-05T18:42:43.834Z] [2021-05-05T18:42:43.834Z] ---> Running in 020de868eca0 [2021-05-05T18:42:44.109Z] Removing intermediate container a3d26458dc9f [2021-05-05T18:42:44.109Z] ---> e36a8dbe3cdf [2021-05-05T18:42:44.109Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-05T18:42:44.388Z] Successfully built 085e5d31af3f [2021-05-05T18:42:44.388Z] Removing intermediate container c45c2d2115ef [2021-05-05T18:42:44.388Z] ---> 1e99e0e606cf [2021-05-05T18:42:44.388Z] [2021-05-05T18:42:44.664Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-05T18:42:44.664Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-05-05T18:42:44.664Z] Removing intermediate container 020de868eca0 [2021-05-05T18:42:44.664Z] ---> 3c4b8e221508 [2021-05-05T18:42:44.664Z] [2021-05-05T18:42:44.962Z] Successfully built 1e99e0e606cf [2021-05-05T18:42:45.289Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-05T18:42:45.289Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-05T18:42:45.289Z] ---> ded0504641e1 [2021-05-05T18:42:45.289Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-05T18:42:45.567Z] Successfully built 3c4b8e221508 [2021-05-05T18:42:45.567Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-05T18:42:45.567Z] Building docker-sys-mgmt-agent-go [2021-05-05T18:42:45.862Z]  Building docker-support-notifications-go ... done  ---> Running in 1f55bf948ec7 [2021-05-05T18:42:47.837Z] Removing intermediate container 1f55bf948ec7 [2021-05-05T18:42:47.838Z] ---> 35249f62a835 [2021-05-05T18:42:47.838Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-05T18:42:48.432Z] ---> Running in 934f8bf79e0f [2021-05-05T18:42:49.030Z] Removing intermediate container 934f8bf79e0f [2021-05-05T18:42:49.030Z] ---> 67f413b761f0 [2021-05-05T18:42:49.030Z] Step 28/31 : CMD ["gate"] [2021-05-05T18:42:49.627Z] ---> Running in 391a5dc3833b [2021-05-05T18:42:50.623Z] Removing intermediate container 391a5dc3833b [2021-05-05T18:42:50.623Z] ---> cb3a36ddd114 [2021-05-05T18:42:50.623Z] Step 29/31 : LABEL arch=arm64 [2021-05-05T18:42:51.612Z] ---> Running in 30c78a9b84c3 [2021-05-05T18:42:53.040Z] Removing intermediate container 30c78a9b84c3 [2021-05-05T18:42:53.040Z] ---> 030862eb789d [2021-05-05T18:42:53.040Z] Step 30/31 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:42:53.638Z] ---> Running in e83c1e1c4a83 [2021-05-05T18:42:54.620Z] Removing intermediate container e83c1e1c4a83 [2021-05-05T18:42:54.620Z] ---> 6a8de1bfa8d1 [2021-05-05T18:42:54.620Z] Step 31/31 : LABEL version=0.0.0 [2021-05-05T18:42:55.607Z] ---> Running in 03e046716d7e [2021-05-05T18:42:56.584Z] Removing intermediate container 03e046716d7e [2021-05-05T18:42:56.584Z] ---> 538cde2b56c0 [2021-05-05T18:42:56.584Z] [2021-05-05T18:42:57.183Z] Successfully built 538cde2b56c0 [2021-05-05T18:42:57.183Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-05T18:43:23.984Z]  Building docker-security-bootstrapper-go ... done Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:43:23.984Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:43:23.984Z] ---> 063c1862c69e [2021-05-05T18:43:23.984Z] Step 3/25 : WORKDIR /edgex-go [2021-05-05T18:43:23.984Z] ---> Using cache [2021-05-05T18:43:23.984Z] ---> 0d100e93ec2b [2021-05-05T18:43:23.984Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:43:23.984Z] ---> Using cache [2021-05-05T18:43:23.984Z] ---> 7da956df5e2c [2021-05-05T18:43:23.984Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-05T18:43:23.984Z] ---> Using cache [2021-05-05T18:43:23.985Z] ---> d92ea723a6c8 [2021-05-05T18:43:23.985Z] Step 6/25 : COPY go.mod . [2021-05-05T18:43:23.985Z] ---> Using cache [2021-05-05T18:43:23.985Z] ---> bc6a8dec592a [2021-05-05T18:43:23.985Z] Step 7/25 : RUN go mod download [2021-05-05T18:43:23.985Z] ---> Using cache [2021-05-05T18:43:23.985Z] ---> 7057bae29353 [2021-05-05T18:43:23.985Z] Step 8/25 : COPY . . [2021-05-05T18:43:23.985Z] ---> Using cache [2021-05-05T18:43:23.985Z] ---> 157f67eda336 [2021-05-05T18:43:23.985Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-05T18:43:30.724Z] ---> Running in c20691e5f7ac [2021-05-05T18:43:30.724Z] 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-05T18:43:39.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:43:39.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:43:39.011Z] ---> 063c1862c69e [2021-05-05T18:43:39.011Z] Step 3/22 : WORKDIR /edgex-go [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 0d100e93ec2b [2021-05-05T18:43:39.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 7da956df5e2c [2021-05-05T18:43:39.011Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-05T18:43:39.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:43:39.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:43:39.011Z] ---> 063c1862c69e [2021-05-05T18:43:39.011Z] Step 3/23 : WORKDIR /edgex-go ---> Using cache [2021-05-05T18:43:39.011Z] [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 0d100e93ec2b [2021-05-05T18:43:39.011Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:43:39.011Z] ---> d92ea723a6c8 [2021-05-05T18:43:39.011Z] Step 6/22 : COPY go.mod . [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 7da956df5e2c [2021-05-05T18:43:39.011Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-05T18:43:39.011Z] ---> bc6a8dec592a [2021-05-05T18:43:39.011Z] Step 7/22 : RUN go mod download [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 7057bae29353 [2021-05-05T18:43:39.011Z] Step 8/22 : COPY . . [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 157f67eda336 [2021-05-05T18:43:39.011Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-05T18:43:39.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-05T18:43:39.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-05T18:43:39.011Z] ---> 063c1862c69e [2021-05-05T18:43:39.011Z] Step 3/23 : WORKDIR /edgex-go [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 0d100e93ec2b [2021-05-05T18:43:39.011Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:43:39.011Z] ---> Using cache [2021-05-05T18:43:39.011Z] ---> 7da956df5e2c [2021-05-05T18:43:39.011Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-05T18:43:39.617Z] ---> Running in 0b827e11e1b0 [2021-05-05T18:43:39.617Z] ---> Running in cc3bb2b2234c [2021-05-05T18:43:39.617Z] ---> Running in daf9f59b455a [2021-05-05T18:43:42.258Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:43:42.258Z] 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-05T18:43:42.258Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:43:42.859Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:43:43.483Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:43:43.761Z] OK: 218 MiB in 52 packages [2021-05-05T18:43:44.825Z] OK: 218 MiB in 52 packages [2021-05-05T18:43:45.813Z] Removing intermediate container cc3bb2b2234c [2021-05-05T18:43:45.813Z] ---> e6b7784fdfdc [2021-05-05T18:43:45.813Z] Step 6/23 : COPY go.mod . [2021-05-05T18:43:46.807Z] Removing intermediate container 0b827e11e1b0 [2021-05-05T18:43:46.807Z] ---> 5e21f0e1e002 [2021-05-05T18:43:46.807Z] Step 6/23 : COPY go.mod . [2021-05-05T18:43:47.099Z] ---> 8b06d0e6934a [2021-05-05T18:43:47.099Z] Step 7/23 : RUN go mod download [2021-05-05T18:43:47.381Z] ---> Running in 2bd799e20785 [2021-05-05T18:43:48.368Z] ---> 2131c74c56c1 [2021-05-05T18:43:48.368Z] Step 7/23 : RUN go mod download [2021-05-05T18:43:48.648Z] ---> Running in 5782ea5f870f [2021-05-05T18:43:52.079Z] Removing intermediate container 2bd799e20785 [2021-05-05T18:43:52.079Z] ---> d6e865eacf25 [2021-05-05T18:43:52.079Z] Step 8/23 : COPY . . [2021-05-05T18:43:53.068Z] Removing intermediate container 5782ea5f870f [2021-05-05T18:43:53.068Z] ---> 34f31090be26 [2021-05-05T18:43:53.068Z] Step 8/23 : COPY . . [2021-05-05T18:44:25.468Z] ---> d992d1a1243d [2021-05-05T18:44:25.468Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-05T18:44:25.468Z] ---> 36772883da09 [2021-05-05T18:44:25.468Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-05T18:44:25.468Z] ---> Running in 81c6e5ef98dd [2021-05-05T18:44:25.468Z] ---> Running in d16a758e0811 [2021-05-05T18:44:25.468Z] 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-05T18:44:25.468Z] 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-05T18:44:28.106Z] 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-05T18:44:40.528Z] Removing intermediate container c20691e5f7ac [2021-05-05T18:44:40.528Z] ---> 22e56bd3e942 [2021-05-05T18:44:40.528Z] [2021-05-05T18:44:40.528Z] Step 10/25 : FROM alpine:3.12 [2021-05-05T18:44:40.528Z] ---> 9852663dfa18 [2021-05-05T18:44:40.528Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-05T18:44:40.528Z] ---> Running in c08dff61af73 [2021-05-05T18:44:42.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:44:42.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:44:43.130Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-05T18:44:43.130Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:44:43.410Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-05T18:44:43.410Z] (4/6) Installing curl (7.76.1-r0) [2021-05-05T18:44:43.410Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-05T18:44:43.410Z] (6/6) Installing su-exec (0.2-r1) [2021-05-05T18:44:43.410Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:44:43.410Z] Executing ca-certificates-20191127-r4.trigger [2021-05-05T18:44:43.690Z] OK: 7 MiB in 20 packages [2021-05-05T18:44:45.715Z] Removing intermediate container c08dff61af73 [2021-05-05T18:44:45.715Z] ---> 586f7bdffbe8 [2021-05-05T18:44:45.715Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-05T18:44:45.992Z] ---> Running in f5f461f7707c [2021-05-05T18:44:46.679Z] Removing intermediate container f5f461f7707c [2021-05-05T18:44:46.680Z] ---> 1f33ce747213 [2021-05-05T18:44:46.680Z] Step 13/25 : WORKDIR / [2021-05-05T18:44:46.680Z] ---> Running in 34405258ffdd [2021-05-05T18:44:47.783Z] Removing intermediate container 34405258ffdd [2021-05-05T18:44:47.783Z] ---> 2abf96c70814 [2021-05-05T18:44:47.783Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-05T18:44:48.771Z] ---> 82c2d4eedf95 [2021-05-05T18:44:48.771Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-05T18:44:49.760Z] ---> f7bb6f84d891 [2021-05-05T18:44:49.760Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-05T18:44:51.207Z] ---> c4d0653c6c09 [2021-05-05T18:44:51.207Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-05T18:44:52.201Z] ---> e11027107a12 [2021-05-05T18:44:52.201Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-05T18:44:54.202Z] ---> bc804cccc223 [2021-05-05T18:44:54.202Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-05T18:44:56.197Z] ---> 86af51f1f859 [2021-05-05T18:44:56.197Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-05T18:44:56.801Z] ---> c8542cd74f74 [2021-05-05T18:44:56.801Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-05T18:44:57.078Z] ---> Running in c2a3e98b8c60 [2021-05-05T18:45:00.502Z] Removing intermediate container c2a3e98b8c60 [2021-05-05T18:45:00.502Z] ---> bc95a9e7daab [2021-05-05T18:45:00.502Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-05T18:45:00.502Z] ---> Running in 7f8ca1d32e7d [2021-05-05T18:45:01.107Z] Removing intermediate container 7f8ca1d32e7d [2021-05-05T18:45:01.107Z] ---> 3597ea187a9d [2021-05-05T18:45:01.107Z] Step 23/25 : LABEL arch=arm64 [2021-05-05T18:45:01.390Z] ---> Running in 1b61f697ed03 [2021-05-05T18:45:01.994Z] Removing intermediate container 1b61f697ed03 [2021-05-05T18:45:01.994Z] ---> fcfdf803c6a9 [2021-05-05T18:45:01.994Z] Step 24/25 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:45:01.994Z] ---> Running in 4db68d206b8a [2021-05-05T18:45:02.602Z] Removing intermediate container 4db68d206b8a [2021-05-05T18:45:02.603Z] ---> 2cc49ac30c64 [2021-05-05T18:45:02.603Z] Step 25/25 : LABEL version=0.0.0 [2021-05-05T18:45:02.884Z] ---> Running in 34af4cb86d26 [2021-05-05T18:45:03.506Z] Removing intermediate container 34af4cb86d26 [2021-05-05T18:45:03.506Z] ---> 708269cd1525 [2021-05-05T18:45:03.506Z] [2021-05-05T18:45:04.116Z] Successfully built 708269cd1525 [2021-05-05T18:45:04.117Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-05T18:45:14.313Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container daf9f59b455a [2021-05-05T18:45:14.313Z] ---> 51ed4e754b21 [2021-05-05T18:45:14.313Z] [2021-05-05T18:45:14.313Z] Step 10/22 : FROM alpine:3.12 [2021-05-05T18:45:14.313Z] ---> 9852663dfa18 [2021-05-05T18:45:14.313Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-05T18:45:14.313Z] ---> Using cache [2021-05-05T18:45:14.313Z] ---> 9660a281f6df [2021-05-05T18:45:14.313Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:45:14.313Z] ---> Using cache [2021-05-05T18:45:14.313Z] ---> 98c5bdfd2d42 [2021-05-05T18:45:14.313Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-05T18:45:14.313Z] ---> Running in 12a3aef8b4d4 [2021-05-05T18:45:14.313Z] Removing intermediate container 12a3aef8b4d4 [2021-05-05T18:45:14.313Z] ---> e9938c11c5cb [2021-05-05T18:45:14.313Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-05T18:45:14.313Z] ---> Running in ac66dc2ce9d7 [2021-05-05T18:45:14.598Z] Removing intermediate container ac66dc2ce9d7 [2021-05-05T18:45:14.598Z] ---> 2c2dc1c9698a [2021-05-05T18:45:14.598Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:45:16.056Z] ---> f687754d4fbb [2021-05-05T18:45:16.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-05T18:45:18.054Z] ---> f583e55cef88 [2021-05-05T18:45:18.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-05T18:45:19.050Z] ---> 90faf22e8377 [2021-05-05T18:45:19.050Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-05T18:45:19.050Z] ---> Running in cba92a01ca6b [2021-05-05T18:45:19.662Z] Removing intermediate container cba92a01ca6b [2021-05-05T18:45:19.662Z] ---> e149a4650832 [2021-05-05T18:45:19.662Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:45:19.954Z] ---> Running in d08d19bcd182 [2021-05-05T18:45:20.565Z] Removing intermediate container d08d19bcd182 [2021-05-05T18:45:20.565Z] ---> 62bc7bdeb2e1 [2021-05-05T18:45:20.565Z] Step 20/22 : LABEL arch=arm64 [2021-05-05T18:45:20.565Z] ---> Running in 25d7d5c47649 [2021-05-05T18:45:21.173Z] Removing intermediate container 25d7d5c47649 [2021-05-05T18:45:21.173Z] ---> d570c4b325f9 [2021-05-05T18:45:21.173Z] Step 21/22 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:45:21.485Z] ---> Running in acd4d36d9352 [2021-05-05T18:45:22.275Z] Removing intermediate container acd4d36d9352 [2021-05-05T18:45:22.275Z] ---> 3eb8027897d6 [2021-05-05T18:45:22.275Z] Step 22/22 : LABEL version=0.0.0 [2021-05-05T18:45:22.602Z] ---> Running in 40891319fb0e [2021-05-05T18:45:23.232Z] Removing intermediate container 40891319fb0e [2021-05-05T18:45:23.232Z] ---> 5a1ad37144e8 [2021-05-05T18:45:23.232Z] [2021-05-05T18:45:23.515Z] Successfully built 5a1ad37144e8 [2021-05-05T18:45:23.515Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-05T18:45:41.854Z]  Building docker-support-scheduler-go ... done Removing intermediate container 81c6e5ef98dd [2021-05-05T18:45:41.854Z] ---> 4cbc64a7c17f [2021-05-05T18:45:41.854Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-05T18:45:41.854Z] ---> Running in 43949f16e79f [2021-05-05T18:45:42.448Z] 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-05T18:45:45.066Z] Removing intermediate container 43949f16e79f [2021-05-05T18:45:45.066Z] ---> 157b4d9026a9 [2021-05-05T18:45:45.066Z] [2021-05-05T18:45:45.066Z] Step 11/23 : FROM docker:20.10.0 [2021-05-05T18:45:45.066Z] 20.10.0: Pulling from library/docker [2021-05-05T18:45:50.490Z] Removing intermediate container d16a758e0811 [2021-05-05T18:45:50.490Z] ---> 6125822806c5 [2021-05-05T18:45:50.490Z] [2021-05-05T18:45:50.490Z] Step 10/23 : FROM alpine:3.12 [2021-05-05T18:45:50.490Z] ---> 9852663dfa18 [2021-05-05T18:45:50.490Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-05T18:45:51.467Z] ---> Running in ca04d21371b6 [2021-05-05T18:45:52.062Z] Removing intermediate container ca04d21371b6 [2021-05-05T18:45:52.063Z] ---> a084480ac057 [2021-05-05T18:45:52.063Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-05T18:45:52.337Z] ---> Running in 00ad99dd80e6 [2021-05-05T18:45:52.936Z] Removing intermediate container 00ad99dd80e6 [2021-05-05T18:45:52.936Z] ---> eee32b12526d [2021-05-05T18:45:52.936Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-05T18:45:53.208Z] ---> Running in 917f883a1899 [2021-05-05T18:45:53.484Z] Removing intermediate container 917f883a1899 [2021-05-05T18:45:53.484Z] ---> 59c01a3ef49d [2021-05-05T18:45:53.484Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-05T18:45:53.758Z] ---> Running in 6df97e4c5579 [2021-05-05T18:45:53.758Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-05T18:45:53.758Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-05T18:45:53.758Z] ---> eeaf43b92773 [2021-05-05T18:45:53.758Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-05T18:45:54.043Z] ---> Running in e2eb064374bd [2021-05-05T18:45:54.646Z] Removing intermediate container e2eb064374bd [2021-05-05T18:45:54.646Z] ---> 965b076177c7 [2021-05-05T18:45:54.646Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-05T18:45:54.646Z] ---> Running in b79fc6698f83 [2021-05-05T18:45:56.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:45:56.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:45:56.081Z] Removing intermediate container 6df97e4c5579 [2021-05-05T18:45:56.081Z] ---> 9b86ed4dc57c [2021-05-05T18:45:56.081Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-05T18:45:56.358Z] ---> Running in 693edc290861 [2021-05-05T18:45:56.632Z] (1/39) Installing readline (8.0.4-r0) [2021-05-05T18:45:56.632Z] (2/39) Installing bash (5.0.17-r0) [2021-05-05T18:45:56.904Z] Executing bash-5.0.17-r0.post-install [2021-05-05T18:45:56.904Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-05T18:45:56.904Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-05T18:45:56.904Z] (5/39) Installing curl (7.76.1-r0) [2021-05-05T18:45:56.904Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-05T18:45:56.904Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-05T18:45:56.904Z] (8/39) Installing expat (2.2.9-r1) [2021-05-05T18:45:56.904Z] (9/39) Installing libffi (3.3-r2) [2021-05-05T18:45:56.904Z] (10/39) Installing gdbm (1.13-r1) [2021-05-05T18:45:56.904Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-05T18:45:56.904Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-05T18:45:56.905Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-05T18:45:57.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-05T18:45:58.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-05T18:45:58.505Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-05T18:45:58.505Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-05T18:45:58.505Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-05T18:45:58.505Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-05T18:45:58.505Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-05T18:45:58.775Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-05T18:45:58.775Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-05T18:45:58.775Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-05T18:45:58.775Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-05T18:45:58.775Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-05T18:45:58.775Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-05T18:45:59.046Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-05T18:45:59.046Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-05T18:45:59.046Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-05T18:45:59.046Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-05T18:45:59.046Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-05T18:45:59.046Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-05T18:45:59.046Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-05T18:45:59.046Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-05T18:45:59.046Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-05T18:45:59.046Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-05T18:45:59.046Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-05T18:45:59.046Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-05T18:45:59.046Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-05T18:45:59.046Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-05T18:45:59.046Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-05T18:45:59.319Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-05T18:45:59.319Z] Executing busybox-1.31.1-r19.trigger [2021-05-05T18:45:59.319Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-05T18:45:59.319Z] OK: 72 MiB in 59 packages [2021-05-05T18:45:59.319Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-05T18:45:59.588Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-05T18:45:59.860Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-05T18:46:00.135Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-05T18:46:00.419Z] Executing busybox-1.31.1-r20.trigger [2021-05-05T18:46:00.419Z] OK: 8 MiB in 20 packages [2021-05-05T18:46:02.399Z] Removing intermediate container 693edc290861 [2021-05-05T18:46:02.399Z] ---> c823073bb6f7 [2021-05-05T18:46:02.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-05T18:46:03.406Z] ---> e84576dc3586 [2021-05-05T18:46:03.406Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-05T18:46:03.682Z] Collecting docker-compose==1.23.2 [2021-05-05T18:46:03.959Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-05T18:46:04.554Z] ---> 7f62e7426f6f [2021-05-05T18:46:04.554Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-05T18:46:04.826Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-05T18:46:04.826Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-05T18:46:05.420Z] ---> c3c55770d01a [2021-05-05T18:46:05.420Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-05T18:46:05.420Z] ---> Running in 749858f1bed6 [2021-05-05T18:46:05.692Z] Collecting docker<4.0,>=3.6.0 [2021-05-05T18:46:05.692Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-05T18:46:05.966Z] Removing intermediate container 749858f1bed6 [2021-05-05T18:46:05.966Z] ---> f2ead3341ab4 [2021-05-05T18:46:05.966Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:46:05.966Z] ---> Running in 5496a793fdd5 [2021-05-05T18:46:06.563Z] Removing intermediate container 5496a793fdd5 [2021-05-05T18:46:06.563Z] ---> 60095ca12799 [2021-05-05T18:46:06.563Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T18:46:06.563Z] ---> Running in c67e95962271 [2021-05-05T18:46:07.181Z] Removing intermediate container c67e95962271 [2021-05-05T18:46:07.181Z] ---> ab96e7d8896f [2021-05-05T18:46:07.181Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:46:07.181Z] Collecting PyYAML<4,>=3.10 [2021-05-05T18:46:07.181Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-05T18:46:07.181Z] ---> Running in a6b99d2dac1a [2021-05-05T18:46:07.790Z] Removing intermediate container a6b99d2dac1a [2021-05-05T18:46:07.790Z] ---> a17eaff10177 [2021-05-05T18:46:07.790Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:46:08.070Z] ---> Running in e66c87822d57 [2021-05-05T18:46:08.671Z] Removing intermediate container e66c87822d57 [2021-05-05T18:46:08.671Z] ---> 0bf07e6777b2 [2021-05-05T18:46:08.671Z] [2021-05-05T18:46:08.943Z] Successfully built 0bf07e6777b2 [2021-05-05T18:46:08.943Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-05T18:46:10.369Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-05-05T18:46:10.369Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-05T18:46:12.344Z] 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-05T18:46:12.345Z] Collecting cached-property<2,>=1.2.0 [2021-05-05T18:46:12.345Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-05T18:46:12.618Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-05T18:46:12.618Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-05T18:46:15.230Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-05T18:46:15.230Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-05T18:46:15.825Z] Collecting texttable<0.10,>=0.9.0 [2021-05-05T18:46:15.825Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-05T18:46:17.797Z] Collecting jsonschema<3,>=2.5.1 [2021-05-05T18:46:17.797Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-05T18:46:18.070Z] Collecting docker-pycreds>=0.4.0 [2021-05-05T18:46:18.070Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-05T18:46:18.070Z] 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-05T18:46:18.666Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-05T18:46:18.666Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-05T18:46:18.941Z] 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-05T18:46:18.941Z] Collecting idna<2.8,>=2.5 [2021-05-05T18:46:19.215Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-05T18:46:19.215Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-05T18:46:19.215Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-05T18:46:19.215Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-05T18:46:19.215Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-05T18:46:19.807Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, cached-property, dockerpty, texttable, jsonschema, docker-compose [2021-05-05T18:46:20.404Z] Attempting uninstall: urllib3 [2021-05-05T18:46:20.404Z] Found existing installation: urllib3 1.25.9 [2021-05-05T18:46:20.404Z] Uninstalling urllib3-1.25.9: [2021-05-05T18:46:20.404Z] Successfully uninstalled urllib3-1.25.9 [2021-05-05T18:46:20.999Z] Attempting uninstall: idna [2021-05-05T18:46:20.999Z] Found existing installation: idna 2.9 [2021-05-05T18:46:20.999Z] Uninstalling idna-2.9: [2021-05-05T18:46:20.999Z] Successfully uninstalled idna-2.9 [2021-05-05T18:46:21.591Z] Attempting uninstall: requests [2021-05-05T18:46:21.591Z] Found existing installation: requests 2.23.0 [2021-05-05T18:46:21.591Z] Uninstalling requests-2.23.0: [2021-05-05T18:46:21.591Z] Successfully uninstalled requests-2.23.0 [2021-05-05T18:46:22.565Z] Running setup.py install for PyYAML: started [2021-05-05T18:46:24.536Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-05T18:46:24.536Z] Running setup.py install for docopt: started [2021-05-05T18:46:26.506Z] Running setup.py install for docopt: finished with status 'done' [2021-05-05T18:46:26.506Z] Running setup.py install for dockerpty: started [2021-05-05T18:46:28.535Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-05T18:46:28.535Z] Running setup.py install for texttable: started [2021-05-05T18:46:30.519Z] Running setup.py install for texttable: finished with status 'done' [2021-05-05T18:46:31.498Z] 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-05T18:46:39.782Z] Removing intermediate container b79fc6698f83 [2021-05-05T18:46:39.782Z] ---> 5414721127d8 [2021-05-05T18:46:39.782Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-05T18:46:39.782Z] ---> Running in 38b0e0e7157f [2021-05-05T18:46:39.782Z] Removing intermediate container 38b0e0e7157f [2021-05-05T18:46:39.782Z] ---> 1e15f679cbc1 [2021-05-05T18:46:39.782Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-05T18:46:40.055Z] ---> Running in 87a47ed218db [2021-05-05T18:46:40.662Z] Removing intermediate container 87a47ed218db [2021-05-05T18:46:40.662Z] ---> 5ae0de07d0dd [2021-05-05T18:46:40.662Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-05T18:46:41.645Z] ---> 6057debabe49 [2021-05-05T18:46:41.645Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-05T18:46:42.251Z] ---> b8961801d5ac [2021-05-05T18:46:42.251Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-05T18:46:43.234Z] ---> d4b450b3dc84 [2021-05-05T18:46:43.234Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-05T18:46:43.234Z] ---> Running in 8bf8ab78ca29 [2021-05-05T18:46:43.830Z] Removing intermediate container 8bf8ab78ca29 [2021-05-05T18:46:43.830Z] ---> 476287770c6b [2021-05-05T18:46:43.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-05T18:46:43.830Z] ---> Running in 26977e47b866 [2021-05-05T18:46:44.427Z] Removing intermediate container 26977e47b866 [2021-05-05T18:46:44.427Z] ---> 33970c79cea3 [2021-05-05T18:46:44.427Z] Step 21/23 : LABEL arch=arm64 [2021-05-05T18:46:44.427Z] ---> Running in fc97c01ef324 [2021-05-05T18:46:45.023Z] Removing intermediate container fc97c01ef324 [2021-05-05T18:46:45.023Z] ---> 1dc740837b8f [2021-05-05T18:46:45.023Z] Step 22/23 : LABEL git_sha=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [2021-05-05T18:46:45.023Z] ---> Running in c43a94bd019e [2021-05-05T18:46:45.619Z] Removing intermediate container c43a94bd019e [2021-05-05T18:46:45.619Z] ---> cddc8fab8c92 [2021-05-05T18:46:45.619Z] Step 23/23 : LABEL version=0.0.0 [2021-05-05T18:46:45.619Z] ---> Running in 4d21d56693ab [2021-05-05T18:46:46.219Z] Removing intermediate container 4d21d56693ab [2021-05-05T18:46:46.219Z] ---> 9df36689461b [2021-05-05T18:46:46.219Z] [2021-05-05T18:46:46.492Z] Successfully built 9df36689461b [2021-05-05T18:46:46.492Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-05T18:46:47.103Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-05T18:46:47.104Z] $ docker stop --time=1 c3fcc71629abcd4561b04d6361c29a1cec10ce4e2547f18d1a68d7984bb33b7a [2021-05-05T18:46:49.053Z] $ docker rm -f c3fcc71629abcd4561b04d6361c29a1cec10ce4e2547f18d1a68d7984bb33b7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-05T18:46:49.659Z] + grep docker [2021-05-05T18:46:49.659Z] + docker images [2021-05-05T18:46:49.929Z] docker-sys-mgmt-agent-go-arm64 latest 9df36689461b 4 seconds ago 299MB [2021-05-05T18:46:49.929Z] docker-core-data-go-arm64 latest 0bf07e6777b2 41 seconds ago 20.3MB [2021-05-05T18:46:49.929Z] docker-support-scheduler-go-arm64 latest 5a1ad37144e8 About a minute ago 16.1MB [2021-05-05T18:46:49.929Z] docker-security-secretstore-setup-go-arm64 latest 708269cd1525 About a minute ago 24.3MB [2021-05-05T18:46:49.929Z] docker-security-bootstrapper-go-arm64 latest 538cde2b56c0 3 minutes ago 17.1MB [2021-05-05T18:46:49.929Z] docker-support-notifications-go-arm64 latest 3c4b8e221508 4 minutes ago 16.6MB [2021-05-05T18:46:49.929Z] docker-core-metadata-go-arm64 latest 1e99e0e606cf 4 minutes ago 17.4MB [2021-05-05T18:46:49.929Z] docker-core-command-go-arm64 latest 085e5d31af3f 4 minutes ago 16.1MB [2021-05-05T18:46:49.929Z] docker-security-proxy-setup-go-arm64 latest 28b7dab905b8 4 minutes ago 23.9MB [2021-05-05T18:46:49.929Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:46:50.476Z] ---> job-cost.sh [2021-05-05T18:46:50.476Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2rja [2021-05-05T18:47:29.418Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-05T18:49:06.163Z] lf-activate-venv(): INFO: Adding /tmp/venv-2rja/bin to PATH [2021-05-05T18:49:06.163Z] INFO: No Stack... [2021-05-05T18:49:06.163Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-05T18:49:06.163Z] INFO: Archiving Costs [Pipeline] sh [2021-05-05T18:49:06.501Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-05-05T18:49:06.501Z] + cut -d, -f6 [Pipeline] lock [2021-05-05T18:49:06.609Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-7-stack-cost] [2021-05-05T18:49:06.616Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3404-7-stack-cost] did not exist. Created. [2021-05-05T18:49:06.616Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-05T18:49:06.976Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-05T18:49:07.252Z] Stashed 1 file(s) [Pipeline] } [2021-05-05T18:49:07.265Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-7-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-05T18:49:07.834Z] provisioning config files... [2021-05-05T18:49:07.845Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config5043776037567964498tmp [Pipeline] { [Pipeline] sh [2021-05-05T18:49:08.173Z] + set +x [2021-05-05T18:49:08.173Z] + curl -s https://codecov.io/bash [2021-05-05T18:49:08.173Z] + bash -s -- [2021-05-05T18:49:08.433Z] [2021-05-05T18:49:08.434Z] _____ _ [2021-05-05T18:49:08.434Z] / ____| | | [2021-05-05T18:49:08.434Z] | | ___ __| | ___ ___ _____ __ [2021-05-05T18:49:08.434Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-05T18:49:08.434Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-05T18:49:08.434Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-05T18:49:08.434Z] Bash-1.0.2 [2021-05-05T18:49:08.434Z] [2021-05-05T18:49:08.434Z] [2021-05-05T18:49:08.434Z] ==> git version 2.24.3 found [2021-05-05T18:49:08.434Z] ==> 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-05T18:49:08.434Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-05T18:49:08.434Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-05T18:49:08.434Z] ==> Jenkins CI detected. [2021-05-05T18:49:08.434Z] project root: . [2021-05-05T18:49:08.434Z] --> token set from env [2021-05-05T18:49:08.696Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-05T18:49:08.696Z] ==> Running gcov in . (disable via -X gcov) [2021-05-05T18:49:08.696Z] ==> Python coveragepy not found [2021-05-05T18:49:08.696Z] ==> Searching for coverage reports in: [2021-05-05T18:49:08.696Z] + . [2021-05-05T18:49:08.696Z] -> Found 1 reports [2021-05-05T18:49:08.696Z] ==> Detecting git/mercurial file structure [2021-05-05T18:49:08.696Z] ==> Reading reports [2021-05-05T18:49:08.696Z] + ./coverage.out bytes=699522 [2021-05-05T18:49:08.696Z] ==> Appending adjustments [2021-05-05T18:49:08.696Z] https://docs.codecov.io/docs/fixing-reports [2021-05-05T18:49:11.996Z] + Found adjustments [2021-05-05T18:49:11.996Z] ==> Gzipping contents [2021-05-05T18:49:12.257Z] 100K /tmp/codecov.WwOojC.gz [2021-05-05T18:49:12.257Z] ==> Uploading reports [2021-05-05T18:49:12.257Z] url: https://codecov.io [2021-05-05T18:49:12.257Z] query: branch=PR-3404&commit=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= [2021-05-05T18:49:12.257Z] -> Pinging Codecov [2021-05-05T18:49:12.257Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3404&commit=e74fb44bc3c7dba27293e126f2db6d08dfe7b87b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= [2021-05-05T18:49:12.827Z] -> Uploading to [2021-05-05T18:49:12.827Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/e74fb44bc3c7dba27293e126f2db6d08dfe7b87b/b4d10024-4bfd-4af3-80d8-d08aa212bda6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T184912Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be25caf4505cdf73e9ddc62d5c462bbd45b2d4c30f117d66039841e96396723f [2021-05-05T18:49:12.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-05T18:49:12.827Z] Dload Upload Total Spent Left Speed [2021-05-05T18:49:13.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 49 98k 0 0 49 49152 0 208k --:--:-- --:--:-- --:--:-- 207k 100 98k 0 0 100 98k 0 191k --:--:-- --:--:-- --:--:-- 191k [2021-05-05T18:49:13.347Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e74fb44bc3c7dba27293e126f2db6d08dfe7b87b [Pipeline] } [2021-05-05T18:49:13.356Z] 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-05T18:49:14.232Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:15.105Z] ---> package-listing.sh [2021-05-05T18:49:15.106Z] ++ facter osfamily [2021-05-05T18:49:15.106Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-05T18:49:15.106Z] + OS_FAMILY=redhat [2021-05-05T18:49:15.106Z] + workspace=/w/workspace/edgex-go/7 [2021-05-05T18:49:15.106Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-05T18:49:15.106Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-05T18:49:15.106Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-05T18:49:15.106Z] + PACKAGES=/tmp/packages_start.txt [2021-05-05T18:49:15.106Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-05T18:49:15.106Z] + PACKAGES=/tmp/packages_end.txt [2021-05-05T18:49:15.106Z] + case "${OS_FAMILY}" in [2021-05-05T18:49:15.106Z] + rpm -qa [2021-05-05T18:49:15.106Z] + sort [2021-05-05T18:49:20.396Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-05T18:49:20.396Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-05T18:49:20.396Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-05T18:49:20.396Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-05T18:49:20.396Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-05-05T18:49:20.396Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-05-05T18:49:20.408Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-05T18:49:20.696Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:49:20.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T18:49:20.997Z] [2021-05-05T18:49:20.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-05T18:49:21.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T18:49:21.308Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-05T18:49:21.308Z] df20fa9351a1: Pulling fs layer [2021-05-05T18:49:21.308Z] 36b3adc4ff6f: Pulling fs layer [2021-05-05T18:49:21.308Z] 8ad3a11d3b57: Pulling fs layer [2021-05-05T18:49:21.308Z] 46f8f816bc3b: Pulling fs layer [2021-05-05T18:49:21.308Z] 93b61091891f: Pulling fs layer [2021-05-05T18:49:21.308Z] 93b9cdb0e59b: Pulling fs layer [2021-05-05T18:49:21.308Z] 5e14af77c1be: Pulling fs layer [2021-05-05T18:49:21.308Z] 01666e4c0597: Pulling fs layer [2021-05-05T18:49:21.308Z] aa168da1d23b: Pulling fs layer [2021-05-05T18:49:21.308Z] 46f8f816bc3b: Waiting [2021-05-05T18:49:21.308Z] 93b61091891f: Waiting [2021-05-05T18:49:21.308Z] 93b9cdb0e59b: Waiting [2021-05-05T18:49:21.308Z] 5e14af77c1be: Waiting [2021-05-05T18:49:21.308Z] 01666e4c0597: Waiting [2021-05-05T18:49:21.308Z] aa168da1d23b: Waiting [2021-05-05T18:49:21.308Z] 36b3adc4ff6f: Verifying Checksum [2021-05-05T18:49:21.308Z] 36b3adc4ff6f: Download complete [2021-05-05T18:49:21.308Z] 46f8f816bc3b: Verifying Checksum [2021-05-05T18:49:21.308Z] 46f8f816bc3b: Download complete [2021-05-05T18:49:21.308Z] df20fa9351a1: Verifying Checksum [2021-05-05T18:49:21.308Z] df20fa9351a1: Download complete [2021-05-05T18:49:21.308Z] 93b9cdb0e59b: Verifying Checksum [2021-05-05T18:49:21.308Z] 93b9cdb0e59b: Download complete [2021-05-05T18:49:21.568Z] 5e14af77c1be: Verifying Checksum [2021-05-05T18:49:21.568Z] 5e14af77c1be: Download complete [2021-05-05T18:49:21.568Z] 93b61091891f: Download complete [2021-05-05T18:49:21.568Z] 01666e4c0597: Verifying Checksum [2021-05-05T18:49:21.568Z] 01666e4c0597: Download complete [2021-05-05T18:49:21.568Z] 8ad3a11d3b57: Verifying Checksum [2021-05-05T18:49:21.568Z] 8ad3a11d3b57: Download complete [2021-05-05T18:49:21.568Z] df20fa9351a1: Pull complete [2021-05-05T18:49:21.834Z] 36b3adc4ff6f: Pull complete [2021-05-05T18:49:22.407Z] 8ad3a11d3b57: Pull complete [2021-05-05T18:49:22.675Z] 46f8f816bc3b: Pull complete [2021-05-05T18:49:23.622Z] aa168da1d23b: Verifying Checksum [2021-05-05T18:49:23.623Z] aa168da1d23b: Download complete [2021-05-05T18:49:25.532Z] 93b61091891f: Pull complete [2021-05-05T18:49:25.532Z] 93b9cdb0e59b: Pull complete [2021-05-05T18:49:25.532Z] 5e14af77c1be: Pull complete [2021-05-05T18:49:25.794Z] 01666e4c0597: Pull complete [2021-05-05T18:49:38.046Z] aa168da1d23b: Pull complete [2021-05-05T18:49:38.046Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-05T18:49:38.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-05T18:49:38.046Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-05T18:49:38.198Z] prd-centos7-docker-4c-2g-3047 does not seem to be running inside a container [2021-05-05T18:49:38.247Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10003/edgex-lftools-log-publisher:alpine cat [2021-05-05T18:49:41.921Z] $ docker top d65ad564b362d94556726b6735083d207742826c34361b6908a5ecdd22568bf8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-05T18:49:42.343Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-05T18:49:42.636Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-05T18:49:42.927Z] + ls /var/log/sa-host [2021-05-05T18:49:42.927Z] + sadf -c /var/log/sa-host/sa05 [2021-05-05T18:49:42.927Z] file_magic: OK [2021-05-05T18:49:42.927Z] HZ: Using current value: 100 [2021-05-05T18:49:42.927Z] file_header: OK [2021-05-05T18:49:42.927Z] 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-05T18:49:42.927Z] Statistics: [2021-05-05T18:49:42.928Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-05T18:49:42.928Z] File successfully converted to sysstat format version 12.2.1 [2021-05-05T18:49:42.928Z] + sadf -c /var/log/sa-host/sa23 [2021-05-05T18:49:42.928Z] file_magic: OK [2021-05-05T18:49:42.928Z] HZ: Using current value: 100 [2021-05-05T18:49:42.928Z] file_header: OK [2021-05-05T18:49:42.928Z] 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-05T18:49:42.928Z] Statistics: [2021-05-05T18:49:42.928Z] Hnuu...uuuununununu... [2021-05-05T18:49:42.928Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-05T18:49:43.520Z] provisioning config files... [2021-05-05T18:49:43.537Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1500557614190805459tmp [Pipeline] { [Pipeline] echo [2021-05-05T18:49:43.557Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:43.848Z] ---> create-netrc.sh [Pipeline] } [2021-05-05T18:49:43.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-05T18:49:43.880Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:44.173Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-05T18:49:44.183Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:44.475Z] ---> sudo-logs.sh [2021-05-05T18:49:44.475Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-05T18:49:44.499Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:44.789Z] ---> job-cost.sh [2021-05-05T18:49:44.789Z] lf-activate-venv: SKIPPING [2021-05-05T18:49:44.789Z] DEBUG: total: 0.20999999344348907 [2021-05-05T18:49:44.789Z] INFO: Retrieving Stack Cost... [2021-05-05T18:49:45.728Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-05T18:49:46.299Z] INFO: Archiving Costs [Pipeline] echo [2021-05-05T18:49:46.312Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-05T18:49:46.603Z] ---> logs-deploy.sh [2021-05-05T18:49:46.603Z] lf-activate-venv: SKIPPING [2021-05-05T18:49:46.603Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/7 [2021-05-05T18:49:46.603Z] INFO: archiving workspace using pattern(s): [2021-05-05T18:49:47.988Z] Archives upload complete. [2021-05-05T18:49:47.988Z] INFO: archiving logs to Nexus [2021-05-05T18:49:48.946Z] ---> uname -a: [2021-05-05T18:49:48.946Z] Linux prd-centos7-docker-4c-2g-3047.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-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] ---> lscpu: [2021-05-05T18:49:48.946Z] Architecture: x86_64 [2021-05-05T18:49:48.946Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-05T18:49:48.946Z] Byte Order: Little Endian [2021-05-05T18:49:48.946Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-05T18:49:48.946Z] CPU(s): 4 [2021-05-05T18:49:48.946Z] On-line CPU(s) list: 0-3 [2021-05-05T18:49:48.946Z] Thread(s) per core: 1 [2021-05-05T18:49:48.946Z] Core(s) per socket: 1 [2021-05-05T18:49:48.946Z] Socket(s): 4 [2021-05-05T18:49:48.946Z] NUMA node(s): 1 [2021-05-05T18:49:48.946Z] Vendor ID: GenuineIntel [2021-05-05T18:49:48.946Z] CPU family: 6 [2021-05-05T18:49:48.946Z] Model: 44 [2021-05-05T18:49:48.946Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-05T18:49:48.946Z] Stepping: 1 [2021-05-05T18:49:48.946Z] CPU MHz: 2933.442 [2021-05-05T18:49:48.946Z] BogoMIPS: 5866.88 [2021-05-05T18:49:48.946Z] Virtualization: VT-x [2021-05-05T18:49:48.946Z] Hypervisor vendor: KVM [2021-05-05T18:49:48.946Z] Virtualization type: full [2021-05-05T18:49:48.946Z] L1d cache: 128 KiB [2021-05-05T18:49:48.946Z] L1i cache: 128 KiB [2021-05-05T18:49:48.946Z] L2 cache: 16 MiB [2021-05-05T18:49:48.946Z] L3 cache: 64 MiB [2021-05-05T18:49:48.946Z] NUMA node0 CPU(s): 0-3 [2021-05-05T18:49:48.946Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-05T18:49:48.946Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-05T18:49:48.946Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-05T18:49:48.946Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-05T18:49:48.946Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-05T18:49:48.946Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-05T18:49:48.946Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-05T18:49:48.946Z] Vulnerability Srbds: Not affected [2021-05-05T18:49:48.946Z] Vulnerability Tsx async abort: Not affected [2021-05-05T18:49:48.946Z] 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-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] ---> nproc: [2021-05-05T18:49:48.946Z] 4 [2021-05-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] [2021-05-05T18:49:48.946Z] ---> df -h: [2021-05-05T18:49:48.946Z] Filesystem Size Used Available Use% Mounted on [2021-05-05T18:49:48.946Z] overlay 50.0G 11.8G 38.2G 24% / [2021-05-05T18:49:48.946Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-05T18:49:48.947Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-05T18:49:48.947Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/7 [2021-05-05T18:49:48.947Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/7@tmp [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] ---> free -m: [2021-05-05T18:49:48.947Z] total used free shared buff/cache available [2021-05-05T18:49:48.947Z] Mem: 1837 703 113 0 1020 1048 [2021-05-05T18:49:48.947Z] Swap: 1023 84 939 [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] ---> ip addr: [2021-05-05T18:49:48.947Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-05T18:49:48.947Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-05T18:49:48.947Z] inet 127.0.0.1/8 scope host lo [2021-05-05T18:49:48.947Z] valid_lft forever preferred_lft forever [2021-05-05T18:49:48.947Z] inet6 ::1/128 scope host [2021-05-05T18:49:48.947Z] valid_lft forever preferred_lft forever [2021-05-05T18:49:48.947Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-05T18:49:48.947Z] link/ether fa:16:3e:e7:0f:13 brd ff:ff:ff:ff:ff:ff [2021-05-05T18:49:48.947Z] inet 10.30.123.246/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-05T18:49:48.947Z] valid_lft 84903sec preferred_lft 84903sec [2021-05-05T18:49:48.947Z] inet6 fe80::f816:3eff:fee7:f13/64 scope link [2021-05-05T18:49:48.947Z] valid_lft forever preferred_lft forever [2021-05-05T18:49:48.947Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-05T18:49:48.947Z] link/ether 02:42:77:cf:b0:38 brd ff:ff:ff:ff:ff:ff [2021-05-05T18:49:48.947Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-05T18:49:48.947Z] valid_lft forever preferred_lft forever [2021-05-05T18:49:48.947Z] inet6 fe80::42:77ff:fecf:b038/64 scope link [2021-05-05T18:49:48.947Z] valid_lft forever preferred_lft forever [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] ---> sar -b -r -n DEV: [2021-05-05T18:49:48.947Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] 18:24:40 LINUX RESTART (4 CPU) [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] 18:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-05T18:49:48.947Z] 18:26:01 143.13 48.25 94.87 0.00 8147.40 43291.49 0.00 [2021-05-05T18:49:48.947Z] 18:27:01 271.49 120.49 151.01 0.00 9288.87 47684.97 0.00 [2021-05-05T18:49:48.947Z] 18:28:01 267.61 122.04 145.57 0.00 4839.53 21888.64 0.00 [2021-05-05T18:49:48.947Z] 18:29:01 123.99 49.66 74.33 0.00 2007.25 8931.11 0.00 [2021-05-05T18:49:48.947Z] 18:30:02 198.66 57.88 140.78 0.00 10395.49 58526.69 0.00 [2021-05-05T18:49:48.947Z] 18:31:02 2371.84 1982.86 388.97 0.00 193606.31 224671.08 0.00 [2021-05-05T18:49:48.947Z] 18:32:01 1002.35 720.98 281.37 0.00 54384.45 82457.72 0.00 [2021-05-05T18:49:48.947Z] 18:33:01 974.51 628.00 346.51 0.00 65718.50 86823.58 0.00 [2021-05-05T18:49:48.947Z] 18:34:01 1624.29 1284.73 339.56 0.00 91405.98 102303.54 0.00 [2021-05-05T18:49:48.947Z] 18:35:01 111.25 33.99 77.26 0.00 6095.69 10850.84 0.00 [2021-05-05T18:49:48.947Z] 18:36:01 2.27 0.43 1.83 0.00 150.30 29.31 0.00 [2021-05-05T18:49:48.947Z] 18:37:02 1.85 1.25 0.60 0.00 94.07 6.01 0.00 [2021-05-05T18:49:48.947Z] 18:38:01 0.73 0.00 0.73 0.00 0.00 7.94 0.00 [2021-05-05T18:49:48.947Z] 18:39:01 0.57 0.02 0.55 0.00 0.53 5.43 0.00 [2021-05-05T18:49:48.947Z] 18:40:01 2.38 1.77 0.62 0.00 69.42 7.73 0.00 [2021-05-05T18:49:48.947Z] 18:41:01 1.25 0.08 1.17 0.00 2.40 18.12 0.00 [2021-05-05T18:49:48.947Z] 18:42:01 0.28 0.02 0.27 0.00 0.40 3.15 0.00 [2021-05-05T18:49:48.947Z] 18:43:01 0.27 0.03 0.23 0.00 0.40 3.13 0.00 [2021-05-05T18:49:48.947Z] 18:44:01 0.25 0.03 0.22 0.00 0.27 2.07 0.00 [2021-05-05T18:49:48.947Z] 18:45:01 0.30 0.03 0.27 0.00 0.27 3.45 0.00 [2021-05-05T18:49:48.947Z] 18:46:01 0.33 0.07 0.27 0.00 0.53 2.75 0.00 [2021-05-05T18:49:48.947Z] 18:47:01 0.30 0.00 0.30 0.00 0.00 3.71 0.00 [2021-05-05T18:49:48.947Z] 18:48:01 0.33 0.02 0.32 0.00 0.13 3.35 0.00 [2021-05-05T18:49:48.947Z] 18:49:01 0.25 0.03 0.22 0.00 0.27 2.18 0.00 [2021-05-05T18:49:48.947Z] Average: 295.54 210.22 85.33 0.00 18567.22 28627.53 0.00 [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] 18:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-05T18:49:48.947Z] 18:26:01 81648 0 686028 36.46 2620 1111248 1317388 44.96 541488 1053332 62852 [2021-05-05T18:49:48.947Z] 18:27:01 71412 0 774424 41.16 1492 1034216 1530244 52.22 584540 961820 59856 [2021-05-05T18:49:48.947Z] 18:28:01 188560 0 823380 43.76 724 868880 1641488 56.02 689836 718988 36732 [2021-05-05T18:49:48.947Z] 18:29:01 148296 0 868400 46.15 568 864280 1744820 59.55 677992 757156 33568 [2021-05-05T18:49:48.947Z] 18:30:02 69824 0 747524 39.73 116 1064080 1270592 43.36 711188 835412 62212 [2021-05-05T18:49:48.947Z] 18:31:02 66404 0 795148 42.26 96 1019896 1957752 66.81 750036 835872 88548 [2021-05-05T18:49:48.947Z] 18:32:01 215120 0 792208 42.10 96 874120 2351496 80.25 567840 841716 60 [2021-05-05T18:49:48.947Z] 18:33:01 78444 0 778248 41.36 88 1024764 2058932 70.27 607252 932196 80508 [2021-05-05T18:49:48.947Z] 18:34:01 436936 0 716696 38.09 80 727832 1779568 60.73 404004 796064 9628 [2021-05-05T18:49:48.947Z] 18:35:01 356124 0 621364 33.02 80 903976 1216012 41.50 428012 862304 8 [2021-05-05T18:49:48.947Z] 18:36:01 351804 0 621236 33.02 80 908424 1196348 40.83 432036 863232 8 [2021-05-05T18:49:48.947Z] 18:37:02 350880 0 619340 32.92 80 911244 1181944 40.34 430944 865888 8 [2021-05-05T18:49:48.947Z] 18:38:01 350920 0 619280 32.91 80 911264 1181944 40.34 430832 865896 8 [2021-05-05T18:49:48.947Z] 18:39:01 351412 0 618800 32.89 80 911252 1181944 40.34 430836 865896 8 [2021-05-05T18:49:48.947Z] 18:40:01 348992 0 619816 32.94 80 912656 1181944 40.34 431344 866784 8 [2021-05-05T18:49:48.947Z] 18:41:01 348796 0 620004 32.95 80 912664 1182016 40.34 431728 866824 8 [2021-05-05T18:49:48.947Z] 18:42:01 348996 0 619800 32.94 80 912668 1181944 40.34 431476 866836 16 [2021-05-05T18:49:48.947Z] 18:43:01 348120 0 620668 32.99 80 912676 1182088 40.34 432240 866848 8 [2021-05-05T18:49:48.947Z] 18:44:01 349096 0 619684 32.93 80 912684 1181944 40.34 431244 866848 8 [2021-05-05T18:49:48.947Z] 18:45:01 348988 0 619788 32.94 80 912688 1181944 40.34 431368 866856 8 [2021-05-05T18:49:48.947Z] 18:46:01 348500 0 620268 32.97 80 912696 1182064 40.34 431952 866876 12 [2021-05-05T18:49:48.947Z] 18:47:01 349072 0 619684 32.93 80 912708 1181944 40.34 431380 866880 16 [2021-05-05T18:49:48.947Z] 18:48:01 348768 0 619980 32.95 80 912716 1181944 40.34 431508 866884 8 [2021-05-05T18:49:48.947Z] 18:49:01 348552 0 620188 32.96 80 912724 1181944 40.34 431392 866884 8 [2021-05-05T18:49:48.947Z] Average: 275236 0 678415 36.06 295 927598 1392927 47.54 500103 863512 18088 [2021-05-05T18:49:48.947Z] [2021-05-05T18:49:48.947Z] 18:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-05T18:49:48.947Z] 18:26:01 eth0 1659.57 1609.90 5751.02 190.80 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:26:01 docker0 875.32 626.20 66.00 2012.78 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:26:01 veth2e7799c 875.32 626.33 77.97 2012.79 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:27:01 vethbf92d02 117.67 130.32 10.95 419.39 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:27:01 eth0 768.16 734.18 4178.70 100.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:27:01 docker0 474.36 440.71 33.75 1475.22 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:28:01 veth2c3c426 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:28:01 eth0 44.19 26.52 85.21 14.02 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:28:01 docker0 5.26 7.69 0.37 51.52 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:29:01 veth2c3c426 2.55 2.55 0.20 0.21 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:29:01 eth0 23.21 12.43 16.49 8.91 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:29:01 docker0 2.55 2.55 0.17 0.21 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:30:02 vethbbcaa47 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:30:02 eth0 238.43 196.70 1702.95 107.07 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:31:02 vethbbcaa47 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:31:02 eth0 100.57 68.41 184.76 62.87 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:31:02 docker0 42.54 63.60 2.45 166.65 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:32:01 veth57a63c9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:32:01 vethbbcaa47 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:32:01 veth4b6c1e6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:32:01 eth0 138.83 93.12 1306.60 17.65 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:33:01 veth565ea99 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:33:01 vethbbcaa47 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:33:01 vethd159a9b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:33:01 eth0 120.69 71.47 511.39 106.07 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:34:01 vethbbcaa47 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:34:01 eth0 62.80 35.62 105.85 18.95 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:34:01 vethd9248e0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:35:01 eth0 66.57 47.79 65.04 73.69 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.947Z] 18:35:01 docker0 1454.95 1237.22 106.16 4298.96 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:36:01 eth0 1.18 0.50 0.48 0.27 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:37:02 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:39:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:41:01 eth0 0.35 0.32 0.15 0.08 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:42:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:43:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:44:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:45:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:46:01 eth0 1.15 0.47 0.45 0.24 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:47:01 eth0 0.05 0.05 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:49:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] Average: eth0 134.64 120.92 579.97 29.27 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] Average: docker0 60.69 51.61 4.43 179.33 0.00 0.00 0.00 0.00 [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] ---> sar -P ALL: [2021-05-05T18:49:48.948Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] 18:24:40 LINUX RESTART (4 CPU) [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] 18:25:01 CPU %user %nice %system %iowait %steal %idle [2021-05-05T18:49:48.948Z] 18:26:01 all 16.89 0.00 6.56 4.86 0.08 71.62 [2021-05-05T18:49:48.948Z] 18:26:01 0 16.08 0.00 9.15 4.34 0.07 70.36 [2021-05-05T18:49:48.948Z] 18:26:01 1 17.29 0.00 5.11 5.20 0.07 72.33 [2021-05-05T18:49:48.948Z] 18:26:01 2 14.29 0.00 6.09 3.58 0.10 75.94 [2021-05-05T18:49:48.948Z] 18:26:01 3 19.87 0.00 5.92 6.33 0.07 67.80 [2021-05-05T18:49:48.948Z] 18:27:01 all 12.91 0.00 5.66 2.52 0.07 78.84 [2021-05-05T18:49:48.948Z] 18:27:01 0 18.57 0.00 6.86 3.57 0.09 70.92 [2021-05-05T18:49:48.948Z] 18:27:01 1 12.53 0.00 5.42 1.56 0.05 80.43 [2021-05-05T18:49:48.948Z] 18:27:01 2 9.92 0.00 5.22 2.99 0.05 81.82 [2021-05-05T18:49:48.948Z] 18:27:01 3 10.68 0.00 5.15 1.98 0.09 82.10 [2021-05-05T18:49:48.948Z] 18:28:01 all 44.14 0.00 10.66 7.95 0.08 37.18 [2021-05-05T18:49:48.948Z] 18:28:01 0 44.05 0.00 11.65 4.96 0.07 39.26 [2021-05-05T18:49:48.948Z] 18:28:01 1 45.47 0.00 10.08 7.45 0.07 36.94 [2021-05-05T18:49:48.948Z] 18:28:01 2 42.66 0.00 10.71 8.66 0.09 37.89 [2021-05-05T18:49:48.948Z] 18:28:01 3 44.38 0.00 10.20 10.72 0.09 34.62 [2021-05-05T18:49:48.948Z] 18:29:01 all 52.00 0.00 12.07 2.83 0.05 33.04 [2021-05-05T18:49:48.948Z] 18:29:01 0 53.55 0.00 11.59 2.62 0.07 32.17 [2021-05-05T18:49:48.948Z] 18:29:01 1 51.77 0.00 12.16 3.27 0.05 32.74 [2021-05-05T18:49:48.948Z] 18:29:01 2 51.20 0.00 12.44 3.28 0.05 33.02 [2021-05-05T18:49:48.948Z] 18:29:01 3 51.47 0.00 12.10 2.15 0.03 34.25 [2021-05-05T18:49:48.948Z] 18:30:02 all 26.72 0.00 9.49 6.67 0.07 57.05 [2021-05-05T18:49:48.948Z] 18:30:02 0 26.45 0.00 9.69 9.60 0.07 54.19 [2021-05-05T18:49:48.948Z] 18:30:02 1 25.51 0.00 9.18 3.62 0.08 61.60 [2021-05-05T18:49:48.948Z] 18:30:02 2 28.74 0.00 9.92 8.23 0.05 53.06 [2021-05-05T18:49:48.948Z] 18:30:02 3 26.19 0.00 9.17 5.24 0.09 59.32 [2021-05-05T18:49:48.948Z] 18:31:02 all 21.71 0.00 20.28 27.13 0.13 30.74 [2021-05-05T18:49:48.948Z] 18:31:02 0 20.17 0.00 20.12 24.48 0.16 35.07 [2021-05-05T18:49:48.948Z] 18:31:02 1 21.66 0.00 20.05 28.87 0.14 29.29 [2021-05-05T18:49:48.948Z] 18:31:02 2 21.55 0.00 20.47 27.70 0.16 30.13 [2021-05-05T18:49:48.948Z] 18:31:02 3 23.48 0.00 20.51 27.49 0.07 28.45 [2021-05-05T18:49:48.948Z] 18:32:01 all 58.15 0.00 13.62 15.28 0.07 12.87 [2021-05-05T18:49:48.948Z] 18:32:01 0 58.40 0.00 12.26 20.50 0.07 8.77 [2021-05-05T18:49:48.948Z] 18:32:01 1 57.95 0.00 13.99 11.19 0.05 16.81 [2021-05-05T18:49:48.948Z] 18:32:01 2 58.23 0.00 13.74 15.40 0.09 12.54 [2021-05-05T18:49:48.948Z] 18:32:01 3 58.02 0.00 14.50 14.04 0.09 13.35 [2021-05-05T18:49:48.948Z] 18:33:01 all 27.49 0.00 12.43 31.44 0.09 28.55 [2021-05-05T18:49:48.948Z] 18:33:01 0 27.98 0.00 12.04 33.55 0.12 26.31 [2021-05-05T18:49:48.948Z] 18:33:01 1 26.58 0.00 12.46 29.97 0.10 30.89 [2021-05-05T18:49:48.948Z] 18:33:01 2 27.16 0.00 12.74 30.61 0.05 29.43 [2021-05-05T18:49:48.948Z] 18:33:01 3 28.23 0.00 12.47 31.65 0.09 27.56 [2021-05-05T18:49:48.948Z] 18:34:01 all 27.89 0.00 13.59 35.99 0.11 22.41 [2021-05-05T18:49:48.948Z] 18:34:01 0 27.51 0.00 12.77 37.40 0.09 22.24 [2021-05-05T18:49:48.948Z] 18:34:01 1 27.31 0.00 14.77 32.90 0.10 24.91 [2021-05-05T18:49:48.948Z] 18:34:01 2 28.38 0.00 12.84 35.62 0.14 23.02 [2021-05-05T18:49:48.948Z] 18:34:01 3 28.39 0.00 13.97 38.08 0.10 19.46 [2021-05-05T18:49:48.948Z] 18:35:01 all 13.41 0.00 3.95 3.27 0.02 79.35 [2021-05-05T18:49:48.948Z] 18:35:01 0 13.69 0.00 3.72 3.10 0.02 79.47 [2021-05-05T18:49:48.948Z] 18:35:01 1 13.97 0.00 3.96 3.14 0.02 78.92 [2021-05-05T18:49:48.948Z] 18:35:01 2 13.22 0.00 4.27 3.83 0.02 78.67 [2021-05-05T18:49:48.948Z] 18:35:01 3 12.77 0.00 3.84 2.99 0.03 80.37 [2021-05-05T18:49:48.948Z] 18:36:01 all 0.15 0.00 0.03 0.01 0.00 99.80 [2021-05-05T18:49:48.948Z] 18:36:01 0 0.03 0.00 0.05 0.03 0.00 99.88 [2021-05-05T18:49:48.948Z] 18:36:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-05T18:49:48.948Z] 18:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-05T18:49:48.948Z] 18:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] 18:36:01 CPU %user %nice %system %iowait %steal %idle [2021-05-05T18:49:48.948Z] 18:37:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-05-05T18:49:48.948Z] 18:37:02 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-05-05T18:49:48.948Z] 18:37:02 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-05T18:49:48.948Z] 18:37:02 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-05-05T18:49:48.948Z] 18:37:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-05T18:49:48.948Z] 18:38:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-05-05T18:49:48.948Z] 18:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:38:01 1 0.51 0.00 0.02 0.00 0.00 99.48 [2021-05-05T18:49:48.948Z] 18:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-05T18:49:48.948Z] 18:39:01 all 0.15 0.00 0.02 0.00 0.02 99.81 [2021-05-05T18:49:48.948Z] 18:39:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-05T18:49:48.948Z] 18:39:01 1 0.53 0.00 0.02 0.00 0.02 99.43 [2021-05-05T18:49:48.948Z] 18:39:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2021-05-05T18:49:48.948Z] 18:39:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-05T18:49:48.948Z] 18:40:01 all 0.15 0.00 0.04 0.02 0.00 99.79 [2021-05-05T18:49:48.948Z] 18:40:01 0 0.03 0.00 0.05 0.08 0.00 99.83 [2021-05-05T18:49:48.948Z] 18:40:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-05-05T18:49:48.948Z] 18:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:41:01 all 0.12 0.00 0.02 0.00 0.00 99.86 [2021-05-05T18:49:48.948Z] 18:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:41:01 1 0.40 0.00 0.05 0.00 0.00 99.55 [2021-05-05T18:49:48.948Z] 18:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-05T18:49:48.948Z] 18:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:42:01 all 0.07 0.00 0.02 0.00 0.00 99.91 [2021-05-05T18:49:48.948Z] 18:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:42:01 1 0.18 0.00 0.02 0.00 0.00 99.80 [2021-05-05T18:49:48.948Z] 18:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-05-05T18:49:48.948Z] 18:43:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-05-05T18:49:48.948Z] 18:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:43:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-05-05T18:49:48.948Z] 18:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-05T18:49:48.948Z] 18:44:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-05-05T18:49:48.948Z] 18:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-05T18:49:48.948Z] 18:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-05-05T18:49:48.948Z] 18:45:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-05-05T18:49:48.948Z] 18:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-05T18:49:48.948Z] 18:45:01 1 0.12 0.00 0.03 0.02 0.00 99.83 [2021-05-05T18:49:48.948Z] 18:45:01 2 0.43 0.00 0.00 0.00 0.00 99.57 [2021-05-05T18:49:48.948Z] 18:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:46:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-05-05T18:49:48.948Z] 18:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-05T18:49:48.948Z] 18:46:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2021-05-05T18:49:48.948Z] 18:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:47:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2021-05-05T18:49:48.948Z] 18:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-05-05T18:49:48.948Z] 18:47:01 1 0.40 0.00 0.07 0.00 0.00 99.53 [2021-05-05T18:49:48.948Z] 18:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-05T18:49:48.948Z] [2021-05-05T18:49:48.948Z] 18:47:01 CPU %user %nice %system %iowait %steal %idle [2021-05-05T18:49:48.948Z] 18:48:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-05-05T18:49:48.948Z] 18:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-05-05T18:49:48.948Z] 18:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.948Z] 18:48:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-05-05T18:49:48.948Z] 18:49:01 all 0.09 0.00 0.02 0.00 0.00 99.89 [2021-05-05T18:49:48.948Z] 18:49:01 0 0.30 0.00 0.02 0.00 0.00 99.68 [2021-05-05T18:49:48.948Z] 18:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.949Z] 18:49:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2021-05-05T18:49:48.949Z] 18:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-05T18:49:48.949Z] Average: all 12.36 0.00 4.42 5.62 0.03 77.57 [2021-05-05T18:49:48.949Z] Average: 0 12.52 0.00 4.49 5.88 0.03 77.07 [2021-05-05T18:49:48.949Z] Average: 1 12.47 0.00 4.39 5.18 0.03 77.92 [2021-05-05T18:49:48.949Z] Average: 2 12.07 0.00 4.43 5.69 0.03 77.77 [2021-05-05T18:49:48.949Z] Average: 3 12.36 0.00 4.39 5.70 0.03 77.52 [2021-05-05T18:49:48.949Z] [2021-05-05T18:49:48.949Z] [2021-05-05T18:49:48.949Z]