Pull request #3328 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 576eddb6d79f77bc7b799d46a5f981c8da166ab0 rather than 2a096355af41348aaaafaac508068d211141fb60 Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 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-2790 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/53 [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/53 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 2a096355af41348aaaafaac508068d211141fb60 Merge succeeded, producing 2a096355af41348aaaafaac508068d211141fb60 Checking out Revision 2a096355af41348aaaafaac508068d211141fb60 (PR-3328) > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # timeout=10 Commit message: "feat(security): Secure Kong Admin API" > git rev-list --no-walk 2594bee74045017d0c698aa8ada218c377016b7d # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-03T21:48:26.236Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-03T21:48:26.348Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-03T21:48:26.378Z] ========================================================= [2021-05-03T21:48:26.378Z] EdgeX Global Pipelines Version Info [2021-05-03T21:48:26.378Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-03T21:48:28.108Z] ------------------- [2021-05-03T21:48:28.108Z] stable info: [2021-05-03T21:48:28.108Z] ------------------- [2021-05-03T21:48:28.108Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-03T21:48:28.108Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T21:48:28.108Z] Message: update stable to v1.0.191 [2021-05-03T21:48:29.050Z] ------------------- [2021-05-03T21:48:29.051Z] experimental info: [2021-05-03T21:48:29.051Z] ------------------- [2021-05-03T21:48:29.051Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-03T21:48:29.051Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T21:48:29.051Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-03T21:48:29.177Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-03T21:48:29.199Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-03T21:48:29.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-03T21:48:29.242Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-03T21:48:29.263Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-03T21:48:29.284Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-03T21:48:29.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-03T21:48:29.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-03T21:48:29.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-03T21:48:29.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-03T21:48:29.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-03T21:48:29.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-03T21:48:29.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-03T21:48:29.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-03T21:48:29.488Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T21:48:29.510Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T21:48:29.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-03T21:48:29.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-03T21:48:29.595Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-03T21:48:29.617Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-03T21:48:29.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-03T21:48:29.663Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-03T21:48:29.684Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo [2021-05-03T21:48:29.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo [2021-05-03T21:48:29.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo [2021-05-03T21:48:29.748Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a096355af41348aaaafaac508068d211141fb60 [Pipeline] echo [2021-05-03T21:48:29.770Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a09635 [Pipeline] echo [2021-05-03T21:48:29.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T21:48:29.866Z] provisioning config files... [2021-05-03T21:48:29.899Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config8789551976728997254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T21:48:30.221Z] ---> docker-login.sh [2021-05-03T21:48:30.221Z] nexus3.edgexfoundry.org:10001 [2021-05-03T21:48:30.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:48:30.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:48:30.482Z] Configure a credential helper to remove this warning. See [2021-05-03T21:48:30.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:48:30.482Z] [2021-05-03T21:48:30.482Z] Login Succeeded [2021-05-03T21:48:30.482Z] nexus3.edgexfoundry.org:10002 [2021-05-03T21:48:30.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:48:30.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:48:30.744Z] Configure a credential helper to remove this warning. See [2021-05-03T21:48:30.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:48:30.744Z] [2021-05-03T21:48:30.744Z] Login Succeeded [2021-05-03T21:48:30.744Z] nexus3.edgexfoundry.org:10003 [2021-05-03T21:48:30.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:48:31.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:48:31.006Z] Configure a credential helper to remove this warning. See [2021-05-03T21:48:31.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:48:31.006Z] [2021-05-03T21:48:31.006Z] Login Succeeded [2021-05-03T21:48:31.006Z] nexus3.edgexfoundry.org:10004 [2021-05-03T21:48:31.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:48:31.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:48:31.006Z] Configure a credential helper to remove this warning. See [2021-05-03T21:48:31.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:48:31.006Z] [2021-05-03T21:48:31.006Z] Login Succeeded [2021-05-03T21:48:31.006Z] docker.io [2021-05-03T21:48:31.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:48:31.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:48:31.528Z] Configure a credential helper to remove this warning. See [2021-05-03T21:48:31.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:48:31.528Z] [2021-05-03T21:48:31.528Z] Login Succeeded [2021-05-03T21:48:31.528Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T21:48:31.537Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T21:48:31.878Z] ++ 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-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/core-command/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/core-data/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-03T21:48:31.878Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T21:48:31.878Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-03T21:48:31.878Z] ++ cut -d/ -f2 [2021-05-03T21:48:31.878Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-03T21:48:31.953Z] 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-03T21:48:33.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T21:48:33.190Z] [2021-05-03T21:48:33.190Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:48:33.504Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T21:48:33.504Z] latest: Pulling from edgex-devops/git-semver [2021-05-03T21:48:33.504Z] 31603596830f: Pulling fs layer [2021-05-03T21:48:33.504Z] 54011a49482f: Pulling fs layer [2021-05-03T21:48:33.504Z] a6820b24f6d8: Pulling fs layer [2021-05-03T21:48:33.504Z] f581987b2513: Pulling fs layer [2021-05-03T21:48:33.504Z] f581987b2513: Waiting [2021-05-03T21:48:33.504Z] 54011a49482f: Verifying Checksum [2021-05-03T21:48:33.504Z] 54011a49482f: Download complete [2021-05-03T21:48:33.504Z] 31603596830f: Verifying Checksum [2021-05-03T21:48:33.504Z] 31603596830f: Download complete [2021-05-03T21:48:33.770Z] f581987b2513: Verifying Checksum [2021-05-03T21:48:33.770Z] f581987b2513: Download complete [2021-05-03T21:48:33.770Z] a6820b24f6d8: Verifying Checksum [2021-05-03T21:48:33.770Z] a6820b24f6d8: Download complete [2021-05-03T21:48:33.770Z] 31603596830f: Pull complete [2021-05-03T21:48:34.032Z] 54011a49482f: Pull complete [2021-05-03T21:48:34.609Z] a6820b24f6d8: Pull complete [2021-05-03T21:48:34.870Z] f581987b2513: Pull complete [2021-05-03T21:48:34.870Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-03T21:48:34.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T21:48:34.870Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-03T21:48:34.980Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T21:48:35.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T21:48:37.373Z] $ docker top 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T21:48:37.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T21:48:37.518Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T21:48:37.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T21:48:37.723Z] $ docker exec 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 ssh-agent [2021-05-03T21:48:37.874Z] SSH_AUTH_SOCK=/tmp/ssh-GyzGBWOA9ovM/agent.11 [2021-05-03T21:48:37.874Z] SSH_AGENT_PID=17 [2021-05-03T21:48:37.885Z] Running ssh-add (command line suppressed) [2021-05-03T21:48:38.005Z] Identity added: /w/workspace/edgex-go/53@tmp/private_key_8402001226468024017.key (/w/workspace/edgex-go/53@tmp/private_key_8402001226468024017.key) [2021-05-03T21:48:38.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T21:48:38.356Z] + git tag --points-at HEAD [Pipeline] } [2021-05-03T21:48:38.376Z] $ docker exec --env ******** --env ******** 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 ssh-agent -k [2021-05-03T21:48:38.493Z] unset SSH_AUTH_SOCK; [2021-05-03T21:48:38.493Z] unset SSH_AGENT_PID; [2021-05-03T21:48:38.493Z] echo Agent pid 17 killed; [2021-05-03T21:48:38.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-03T21:48:38.584Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T21:48:38.584Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T21:48:38.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T21:48:38.757Z] $ docker exec 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 ssh-agent [2021-05-03T21:48:38.921Z] SSH_AUTH_SOCK=/tmp/ssh-0qA4SRpu6u9n/agent.45 [2021-05-03T21:48:38.921Z] SSH_AGENT_PID=51 [2021-05-03T21:48:38.927Z] Running ssh-add (command line suppressed) [2021-05-03T21:48:39.056Z] Identity added: /w/workspace/edgex-go/53@tmp/private_key_7881345451208517464.key (/w/workspace/edgex-go/53@tmp/private_key_7881345451208517464.key) [2021-05-03T21:48:39.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T21:48:39.405Z] + git semver init [2021-05-03T21:48:39.405Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T21:48:39.405Z] # $GIT_DIR = /w/workspace/edgex-go/53/.git [2021-05-03T21:48:39.405Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/53 [2021-05-03T21:48:39.405Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T21:48:39.405Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T21:48:39.405Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T21:48:39.405Z] # $SEMVER_BRANCH = PR-3328 [2021-05-03T21:48:39.405Z] # $SEMVER_TEMP = /tmp/semver-484222395 [2021-05-03T21:48:39.405Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-03T21:48:57.553Z] # '/tmp/semver-484222395' -> '/w/workspace/edgex-go/53/.semver' [2021-05-03T21:48:57.553Z] # -> Force: false [2021-05-03T21:48:57.553Z] # $SEMVER_DIR = /w/workspace/edgex-go/53/.semver [Pipeline] } [2021-05-03T21:48:57.567Z] $ docker exec --env ******** --env ******** 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 ssh-agent -k [2021-05-03T21:48:57.749Z] unset SSH_AUTH_SOCK; [2021-05-03T21:48:57.750Z] unset SSH_AGENT_PID; [2021-05-03T21:48:57.750Z] echo Agent pid 51 killed; [2021-05-03T21:48:57.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T21:48:58.152Z] + git semver [Pipeline] } [2021-05-03T21:48:58.172Z] $ docker stop --time=1 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 [2021-05-03T21:48:59.799Z] $ docker rm -f 9c55d22ae99f5c07b2915a57f9d914e52c5357af5c2931f480456614116e1234 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T21:49:00.233Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-03T21:49:00.628Z] Stashed 1 file(s) [Pipeline] echo [2021-05-03T21:49:00.632Z] [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-03T21:49:01.166Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-03T21:49:01.465Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T21:49:01.768Z] + sudo service docker restart [2021-05-03T21:49:01.768Z] + true [2021-05-03T21:49:01.768Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-03T21:49:02.356Z] ========================================================= [2021-05-03T21:49:02.356Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-03T21:49:02.356Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:49:02.664Z] + 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-03T21:49:05.982Z] Sending build context to Docker daemon 329.9MB [2021-05-03T21:49:05.982Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T21:49:05.982Z] Step 2/6 : FROM ${BASE} [2021-05-03T21:49:05.982Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-03T21:49:05.982Z] 540db60ca938: Pulling fs layer [2021-05-03T21:49:05.982Z] adcc1eea9eea: Pulling fs layer [2021-05-03T21:49:05.982Z] 4c4ab2625f07: Pulling fs layer [2021-05-03T21:49:05.982Z] 0510c868ecb4: Pulling fs layer [2021-05-03T21:49:05.982Z] afea3b2eda06: Pulling fs layer [2021-05-03T21:49:05.982Z] 7809a108b3ef: Pulling fs layer [2021-05-03T21:49:05.982Z] f706445af74f: Pulling fs layer [2021-05-03T21:49:05.982Z] afea3b2eda06: Waiting [2021-05-03T21:49:05.982Z] 0510c868ecb4: Waiting [2021-05-03T21:49:05.982Z] 7809a108b3ef: Waiting [2021-05-03T21:49:05.982Z] f706445af74f: Waiting [2021-05-03T21:49:05.982Z] 4c4ab2625f07: Verifying Checksum [2021-05-03T21:49:05.982Z] 4c4ab2625f07: Download complete [2021-05-03T21:49:05.982Z] adcc1eea9eea: Verifying Checksum [2021-05-03T21:49:05.982Z] adcc1eea9eea: Download complete [2021-05-03T21:49:05.982Z] afea3b2eda06: Download complete [2021-05-03T21:49:05.982Z] 7809a108b3ef: Verifying Checksum [2021-05-03T21:49:05.982Z] 7809a108b3ef: Download complete [2021-05-03T21:49:05.982Z] 540db60ca938: Verifying Checksum [2021-05-03T21:49:05.982Z] 540db60ca938: Download complete [2021-05-03T21:49:06.246Z] 540db60ca938: Pull complete [2021-05-03T21:49:06.507Z] adcc1eea9eea: Pull complete [2021-05-03T21:49:06.508Z] 4c4ab2625f07: Pull complete [2021-05-03T21:49:07.645Z] f706445af74f: Verifying Checksum [2021-05-03T21:49:07.645Z] f706445af74f: Download complete [2021-05-03T21:49:08.593Z] 0510c868ecb4: Verifying Checksum [2021-05-03T21:49:08.593Z] 0510c868ecb4: Download complete [2021-05-03T21:49:13.899Z] 0510c868ecb4: Pull complete [2021-05-03T21:49:13.899Z] afea3b2eda06: Pull complete [2021-05-03T21:49:13.899Z] 7809a108b3ef: Pull complete [2021-05-03T21:49:15.782Z] Still waiting to schedule task [2021-05-03T21:49:15.783Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-03T21:49:22.054Z] f706445af74f: Pull complete [2021-05-03T21:49:22.054Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-03T21:49:22.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-03T21:49:22.054Z] ---> b068be0155e3 [2021-05-03T21:49:22.054Z] 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-03T21:49:23.439Z] ---> Running in 7348ed2e8810 [2021-05-03T21:49:23.699Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:49:24.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:49:24.902Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T21:49:25.475Z] (2/12) Installing file (5.39-r0) [2021-05-03T21:49:25.475Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T21:49:25.475Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T21:49:29.684Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T21:49:29.684Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T21:49:29.684Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T21:49:29.684Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T21:49:29.684Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T21:49:29.944Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T21:49:29.944Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T21:49:29.944Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T21:49:30.306Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T21:49:30.306Z] OK: 219 MiB in 52 packages [2021-05-03T21:49:34.554Z] Removing intermediate container 7348ed2e8810 [2021-05-03T21:49:34.554Z] ---> b625b7ad9870 [2021-05-03T21:49:34.554Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T21:49:34.554Z] ---> Running in 7ca6ff21f29c [2021-05-03T21:49:34.554Z] Removing intermediate container 7ca6ff21f29c [2021-05-03T21:49:34.554Z] ---> 29433e9f0467 [2021-05-03T21:49:34.554Z] Step 5/6 : COPY go.mod . [2021-05-03T21:49:34.554Z] ---> c30ecc682785 [2021-05-03T21:49:34.554Z] Step 6/6 : RUN go mod download [2021-05-03T21:49:34.554Z] ---> Running in 7654639d6600 [2021-05-03T21:49:56.547Z] Removing intermediate container 7654639d6600 [2021-05-03T21:49:56.547Z] ---> e7618b8be937 [2021-05-03T21:49:56.547Z] Successfully built e7618b8be937 [2021-05-03T21:49:56.547Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:49:56.861Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T21:49:56.861Z] . [Pipeline] withDockerContainer [2021-05-03T21:49:56.961Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T21:49:57.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T21:49:57.893Z] $ docker top 2cb1298e4085c2d4b91eb2e52090bd5de81e71946f267922579b87047a9703d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T21:49:58.314Z] + go version [2021-05-03T21:49:58.314Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-03T21:49:58.331Z] $ docker stop --time=1 2cb1298e4085c2d4b91eb2e52090bd5de81e71946f267922579b87047a9703d4 [2021-05-03T21:49:59.673Z] $ docker rm -f 2cb1298e4085c2d4b91eb2e52090bd5de81e71946f267922579b87047a9703d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:50:00.175Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T21:50:00.175Z] . [Pipeline] withDockerContainer [2021-05-03T21:50:00.267Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T21:50:00.319Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T21:50:00.943Z] $ docker top 44dbdab91e8103315814c1bbe4de3c5fabb75a793188d3316c80d47057ee81f6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T21:50:01.054Z] ========================================================= [2021-05-03T21:50:01.054Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T21:50:01.054Z] ========================================================= [Pipeline] sh [2021-05-03T21:50:01.345Z] + go mod tidy [Pipeline] sh [2021-05-03T21:50:03.561Z] + make test [2021-05-03T21:50:03.562Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T21:50:11.745Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T21:50:29.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T21:50:36.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T21:50:36.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T21:50:36.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T21:50:37.206Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T21:50:38.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T21:50:38.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T21:50:38.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T21:50:39.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T21:50:39.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T21:50:42.413Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T21:50:42.413Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T21:50:42.413Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T21:50:43.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements [2021-05-03T21:50:43.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T21:50:43.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T21:50:43.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T21:50:43.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T21:50:43.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T21:50:43.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T21:50:43.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-05-03T21:50:43.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.128s coverage: 27.1% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 87.7% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:50:49.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements [2021-05-03T21:50:49.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T21:50:51.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T21:50:51.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 95.1% of statements [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.9% of statements [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.088s coverage: 22.6% of statements [2021-05-03T21:50:53.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-05-03T21:50:53.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-05-03T21:50:54.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-05-03T21:51:06.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-05-03T21:51:06.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-05-03T21:51:08.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.204s coverage: 81.8% of statements [2021-05-03T21:51:08.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T21:51:09.928Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2791 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-05-03T21:51:09.951Z] Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout [2021-05-03T21:51:15.753Z] using credential edgex-jenkins-ssh [2021-05-03T21:51:15.777Z] Cloning the remote Git repository [2021-05-03T21:51:15.830Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:51:15.944Z] > git init /w/workspace/edgex-go/53 # timeout=10 [2021-05-03T21:51:16.013Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:51:16.014Z] > git --version # timeout=10 [2021-05-03T21:51:16.036Z] > git --version # 'git version 2.17.1' [2021-05-03T21:51:16.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:51:16.121Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T21:51:18.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.100s coverage: 92.9% of statements [2021-05-03T21:51:18.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T21:51:18.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T21:51:18.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T21:51:18.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-05-03T21:51:18.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 76.7% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.2% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 64.4% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.275s coverage: 62.9% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 43.4% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 92.6% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.729s coverage: 28.7% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.053s coverage: 64.6% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 97.6% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-05-03T21:51:18.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 28.1% of statements [2021-05-03T21:51:18.261Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-03T21:51:18.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-05-03T21:51:18.791Z] GO111MODULE=on go vet ./... [2021-05-03T21:51:31.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T21:51:31.427Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T21:51:31.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T21:51:31.492Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:51:31.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:51:31.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T21:51:32.351Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:51:32.798Z] Merge succeeded, producing 2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:51:32.799Z] Checking out Revision 2a096355af41348aaaafaac508068d211141fb60 (PR-3328) [2021-05-03T21:51:32.360Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T21:51:32.380Z] > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # timeout=10 [2021-05-03T21:51:32.712Z] > git remote # timeout=10 [2021-05-03T21:51:32.729Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T21:51:32.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:51:32.751Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-03T21:51:32.773Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T21:51:32.795Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T21:51:32.806Z] > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # timeout=10 [2021-05-03T21:51:37.224Z] Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-03T21:51:38.684Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-03T21:51:39.090Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T21:51:39.425Z] + sudo service docker restart [2021-05-03T21:51:39.425Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T21:51:42.102Z] provisioning config files... [2021-05-03T21:51:42.150Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config6255845017840533890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T21:51:42.523Z] ---> docker-login.sh [2021-05-03T21:51:42.523Z] nexus3.edgexfoundry.org:10001 [2021-05-03T21:51:43.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:51:43.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:51:43.778Z] Configure a credential helper to remove this warning. See [2021-05-03T21:51:43.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:51:43.778Z] [2021-05-03T21:51:43.778Z] Login Succeeded [2021-05-03T21:51:43.778Z] nexus3.edgexfoundry.org:10002 [2021-05-03T21:51:44.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:51:44.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:51:44.330Z] Configure a credential helper to remove this warning. See [2021-05-03T21:51:44.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:51:44.330Z] [2021-05-03T21:51:44.330Z] Login Succeeded [2021-05-03T21:51:44.330Z] nexus3.edgexfoundry.org:10003 [2021-05-03T21:51:44.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:51:44.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:51:44.879Z] Configure a credential helper to remove this warning. See [2021-05-03T21:51:44.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:51:44.879Z] [2021-05-03T21:51:44.879Z] Login Succeeded [2021-05-03T21:51:44.879Z] nexus3.edgexfoundry.org:10004 [2021-05-03T21:51:45.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:51:45.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:51:45.425Z] Configure a credential helper to remove this warning. See [2021-05-03T21:51:45.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:51:45.425Z] [2021-05-03T21:51:45.425Z] Login Succeeded [2021-05-03T21:51:45.425Z] docker.io [2021-05-03T21:51:45.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T21:51:45.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T21:51:45.966Z] Configure a credential helper to remove this warning. See [2021-05-03T21:51:45.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T21:51:45.966Z] [2021-05-03T21:51:45.966Z] Login Succeeded [2021-05-03T21:51:45.966Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T21:51:45.982Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-03T21:51:46.349Z] ========================================================= [2021-05-03T21:51:46.349Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-03T21:51:46.349Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:51:46.697Z] + 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-03T21:51:49.332Z] Sending build context to Docker daemon 167.6MB [2021-05-03T21:51:49.332Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T21:51:49.332Z] Step 2/6 : FROM ${BASE} [2021-05-03T21:51:49.332Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-03T21:51:49.332Z] 595b0fe564bb: Pulling fs layer [2021-05-03T21:51:49.332Z] 7186ed65a4f7: Pulling fs layer [2021-05-03T21:51:49.332Z] 316046926c0a: Pulling fs layer [2021-05-03T21:51:49.332Z] 4ebd0625c992: Pulling fs layer [2021-05-03T21:51:49.332Z] 207e8628e3a3: Pulling fs layer [2021-05-03T21:51:49.332Z] c791037a9be2: Pulling fs layer [2021-05-03T21:51:49.332Z] ffd874e62e21: Pulling fs layer [2021-05-03T21:51:49.332Z] 4ebd0625c992: Waiting [2021-05-03T21:51:49.332Z] 207e8628e3a3: Waiting [2021-05-03T21:51:49.332Z] c791037a9be2: Waiting [2021-05-03T21:51:49.332Z] ffd874e62e21: Waiting [2021-05-03T21:51:49.332Z] 316046926c0a: Verifying Checksum [2021-05-03T21:51:49.332Z] 316046926c0a: Download complete [2021-05-03T21:51:49.332Z] 7186ed65a4f7: Download complete [2021-05-03T21:51:49.332Z] 207e8628e3a3: Download complete [2021-05-03T21:51:49.332Z] c791037a9be2: Verifying Checksum [2021-05-03T21:51:49.332Z] c791037a9be2: Download complete [2021-05-03T21:51:49.332Z] 595b0fe564bb: Verifying Checksum [2021-05-03T21:51:49.332Z] 595b0fe564bb: Download complete [2021-05-03T21:51:49.957Z] 595b0fe564bb: Pull complete [2021-05-03T21:51:50.232Z] 7186ed65a4f7: Pull complete [2021-05-03T21:51:50.837Z] 316046926c0a: Pull complete [2021-05-03T21:51:51.030Z] gofmt -l . [2021-05-03T21:51:51.030Z] [ "`gofmt -l .`" = "" ] [2021-05-03T21:51:51.030Z] ./bin/test-go-mod-tidy.sh [2021-05-03T21:51:51.030Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T21:51:51.327Z] + ls -al . [2021-05-03T21:51:51.327Z] total 808 [2021-05-03T21:51:51.327Z] drwxrwxr-x 10 1001 1001 4096 May 3 21:51 . [2021-05-03T21:51:51.327Z] drwxr-xr-x 4 root root 30 May 3 21:50 .. [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 11 May 3 21:48 .dockerignore [2021-05-03T21:51:51.327Z] drwxrwxr-x 8 1001 1001 179 May 3 21:48 .git [2021-05-03T21:51:51.327Z] drwxrwxr-x 3 1001 1001 125 May 3 21:48 .github [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 818 May 3 21:48 .gitignore [2021-05-03T21:51:51.327Z] drwx------ 3 1001 1001 60 May 3 21:48 .semver [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 166 May 3 21:48 .sonarcloud.properties [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 8609 May 3 21:48 Attribution.txt [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 3804 May 3 21:48 CONTRIBUTING.md [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 931 May 3 21:48 Dockerfile.build [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 863 May 3 21:48 Jenkinsfile [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 10775 May 3 21:48 LICENSE [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 5774 May 3 21:48 Makefile [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 7978 May 3 21:48 README.md [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 6755 May 3 21:48 SECURITY.md [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 5 May 3 21:49 VERSION [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 4131 May 3 21:48 ZMQWindows.md [2021-05-03T21:51:51.327Z] drwxrwxr-x 2 1001 1001 117 May 3 21:48 bin [2021-05-03T21:51:51.327Z] drwxrwxr-x 14 1001 1001 4096 May 3 21:48 cmd [2021-05-03T21:51:51.327Z] -rw-r--r-- 1 root root 699090 May 3 21:51 coverage.out [2021-05-03T21:51:51.327Z] -rw-r--r-- 1 root root 1060 May 3 21:51 go.mod [2021-05-03T21:51:51.327Z] -rw-r--r-- 1 root root 22420 May 3 21:50 go.sum [2021-05-03T21:51:51.327Z] drwxrwxr-x 8 1001 1001 127 May 3 21:48 internal [2021-05-03T21:51:51.327Z] drwxrwxr-x 4 1001 1001 26 May 3 21:48 openapi [2021-05-03T21:51:51.327Z] drwxrwxr-x 4 1001 1001 71 May 3 21:48 snap [2021-05-03T21:51:51.327Z] -rw-rw-r-- 1 1001 1001 168 May 3 21:48 version.go [Pipeline] sh [2021-05-03T21:51:51.436Z] ffd874e62e21: Verifying Checksum [2021-05-03T21:51:51.436Z] ffd874e62e21: Download complete [2021-05-03T21:51:51.620Z] + '[' -e coverage.out ] [2021-05-03T21:51:51.620Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T21:51:51.828Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T21:51:52.189Z] + make build [2021-05-03T21:51:52.189Z] 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-03T21:51:52.877Z] 4ebd0625c992: Verifying Checksum [2021-05-03T21:51:52.877Z] 4ebd0625c992: Download complete [2021-05-03T21:51:54.291Z] 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-03T21:52:03.049Z] 4ebd0625c992: Pull complete [2021-05-03T21:52:03.647Z] 207e8628e3a3: Pull complete [2021-05-03T21:52:03.921Z] c791037a9be2: Pull complete [2021-05-03T21:52:04.366Z] 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-03T21:52:04.947Z] 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-03T21:52:06.343Z] 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-03T21:52:06.610Z] 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-03T21:52:07.333Z] ffd874e62e21: Pull complete [2021-05-03T21:52:07.333Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-03T21:52:07.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-03T21:52:07.333Z] ---> cfc18b08335c [2021-05-03T21:52:07.333Z] 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-03T21:52:08.030Z] 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-03T21:52:09.429Z] 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-03T21:52:10.004Z] 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-03T21:52:11.693Z] ---> Running in 2797913b7153 [2021-05-03T21:52:11.929Z] 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-03T21:52:12.292Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T21:52:13.266Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T21:52:13.325Z] 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-03T21:52:14.238Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T21:52:14.270Z] 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-03T21:52:14.509Z] (2/12) Installing file (5.39-r0) [2021-05-03T21:52:14.509Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T21:52:14.781Z] (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } [2021-05-03T21:52:16.203Z] $ docker stop --time=1 44dbdab91e8103315814c1bbe4de3c5fabb75a793188d3316c80d47057ee81f6 [2021-05-03T21:52:17.959Z] $ docker rm -f 44dbdab91e8103315814c1bbe4de3c5fabb75a793188d3316c80d47057ee81f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-03T21:52:20.175Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T21:52:20.175Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T21:52:20.175Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T21:52:20.175Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T21:52:20.175Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T21:52:20.175Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T21:52:20.175Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T21:52:20.175Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T21:52:20.175Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T21:52:20.175Z] OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:52:21.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T21:52:21.132Z] [2021-05-03T21:52:21.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:52:21.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T21:52:21.444Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-03T21:52:21.444Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-03T21:52:21.444Z] ca9280d653b3: Pulling fs layer [2021-05-03T21:52:21.444Z] 7e9c9ca2126c: Pulling fs layer [2021-05-03T21:52:21.444Z] cbdbe7a5bc2a: Download complete [2021-05-03T21:52:22.017Z] cbdbe7a5bc2a: Pull complete [2021-05-03T21:52:22.287Z] ca9280d653b3: Verifying Checksum [2021-05-03T21:52:22.287Z] ca9280d653b3: Download complete [2021-05-03T21:52:23.233Z] ca9280d653b3: Pull complete [2021-05-03T21:52:23.233Z] 7e9c9ca2126c: Download complete [2021-05-03T21:52:24.473Z] Removing intermediate container 2797913b7153 [2021-05-03T21:52:24.473Z] ---> 5c082e86034b [2021-05-03T21:52:24.473Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T21:52:24.473Z] ---> Running in a41390c66be7 [2021-05-03T21:52:25.066Z] Removing intermediate container a41390c66be7 [2021-05-03T21:52:25.066Z] ---> c470d39eb223 [2021-05-03T21:52:25.066Z] Step 5/6 : COPY go.mod . [2021-05-03T21:52:25.668Z] ---> 271486737b09 [2021-05-03T21:52:25.668Z] Step 6/6 : RUN go mod download [2021-05-03T21:52:25.668Z] ---> Running in fdda3f23af61 [2021-05-03T21:52:31.401Z] 7e9c9ca2126c: Pull complete [2021-05-03T21:52:31.401Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-03T21:52:31.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T21:52:31.401Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-03T21:52:31.503Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T21:52:31.547Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T21:52:32.355Z] $ docker top 79b105d19a5ec9686676947ab8495850dfa7c60ab61e51eae21319811bd290a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T21:52:32.747Z] + docker-compose build --help [2021-05-03T21:52:32.747Z] + grep parallel [2021-05-03T21:52:33.689Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T21:52:33.706Z] $ docker stop --time=1 79b105d19a5ec9686676947ab8495850dfa7c60ab61e51eae21319811bd290a3 [2021-05-03T21:52:35.085Z] $ docker rm -f 79b105d19a5ec9686676947ab8495850dfa7c60ab61e51eae21319811bd290a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:52:35.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T21:52:35.603Z] . [Pipeline] withDockerContainer [2021-05-03T21:52:35.690Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T21:52:35.733Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T21:52:36.291Z] $ docker top 003c2fcb517bd662795367eb34e28c6b5627c68d2efa7965514374e03324c2ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T21:52:36.678Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T21:52:37.618Z] Building docker-core-command-go ... [2021-05-03T21:52:37.618Z] Building docker-core-data-go ... [2021-05-03T21:52:37.618Z] Building docker-core-metadata-go ... [2021-05-03T21:52:37.618Z] Building docker-security-bootstrapper-go ... [2021-05-03T21:52:37.618Z] Building docker-security-proxy-setup-go ... [2021-05-03T21:52:37.618Z] Building docker-security-secretstore-setup-go ... [2021-05-03T21:52:37.618Z] Building docker-support-notifications-go ... [2021-05-03T21:52:37.618Z] Building docker-support-scheduler-go ... [2021-05-03T21:52:37.618Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T21:52:37.618Z] Building docker-core-metadata-go [2021-05-03T21:52:37.618Z] Building docker-security-secretstore-setup-go [2021-05-03T21:52:37.618Z] Building docker-core-command-go [2021-05-03T21:52:37.618Z] Building docker-sys-mgmt-agent-go [2021-05-03T21:52:37.618Z] Building docker-security-proxy-setup-go [2021-05-03T21:52:52.463Z] Removing intermediate container fdda3f23af61 [2021-05-03T21:52:52.463Z] ---> 887c012ce7c1 [2021-05-03T21:52:52.463Z] Successfully built 887c012ce7c1 [2021-05-03T21:52:52.463Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:52:52.801Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T21:52:52.801Z] . [Pipeline] withDockerContainer [2021-05-03T21:52:53.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-2791 does not seem to be running inside a container [2021-05-03T21:52:53.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T21:52:54.626Z] $ docker top 671118ee3354c4755cc7b59b7b8879f38e17d4944b5174f9fd11abfabc25f3e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T21:52:55.621Z] + go version [2021-05-03T21:52:55.621Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-03T21:52:55.619Z] $ docker stop --time=1 671118ee3354c4755cc7b59b7b8879f38e17d4944b5174f9fd11abfabc25f3e1 [2021-05-03T21:52:57.509Z] $ docker rm -f 671118ee3354c4755cc7b59b7b8879f38e17d4944b5174f9fd11abfabc25f3e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:52:58.204Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T21:52:58.205Z] . [Pipeline] withDockerContainer [2021-05-03T21:52:58.472Z] prd-ubuntu18.04-docker-arm64-4c-16g-2791 does not seem to be running inside a container [2021-05-03T21:52:58.528Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T21:52:59.993Z] $ docker top 0261632c4057c92604ee59f140189a6b70c45083ce88c22f02cf014488e0ef18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T21:53:00.302Z] ========================================================= [2021-05-03T21:53:00.302Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T21:53:00.302Z] ========================================================= [Pipeline] sh [2021-05-03T21:53:00.947Z] + go mod tidy [Pipeline] sh [2021-05-03T21:53:02.622Z] + make test [2021-05-03T21:53:02.622Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T21:53:10.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:53:10.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:53:10.003Z] ---> e7618b8be937 [2021-05-03T21:53:10.003Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T21:53:10.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:53:10.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:53:10.003Z] ---> e7618b8be937 [2021-05-03T21:53:10.003Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T21:53:10.003Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:53:10.003Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:53:10.003Z] ---> e7618b8be937 [2021-05-03T21:53:10.003Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T21:53:10.003Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:53:10.003Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:53:10.003Z] ---> e7618b8be937 [2021-05-03T21:53:10.003Z] Step 3/25 : WORKDIR /edgex-go [2021-05-03T21:53:10.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:53:10.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:53:10.003Z] ---> e7618b8be937 [2021-05-03T21:53:10.003Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T21:53:10.003Z] ---> Running in 15b195be413d [2021-05-03T21:53:10.003Z] ---> Running in 66d1f549b97c [2021-05-03T21:53:10.003Z] ---> Running in 2eed0b27b5eb [2021-05-03T21:53:10.003Z] ---> Running in 605d0bf1251e [2021-05-03T21:53:10.003Z] ---> Running in 4737eb27277a [2021-05-03T21:53:10.003Z] Removing intermediate container 15b195be413d [2021-05-03T21:53:10.003Z] ---> 2686c888f868 [2021-05-03T21:53:10.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:53:10.003Z] Removing intermediate container 2eed0b27b5eb [2021-05-03T21:53:10.003Z] ---> d20ac20123e6 [2021-05-03T21:53:10.003Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:53:10.003Z] Removing intermediate container 4737eb27277a [2021-05-03T21:53:10.003Z] ---> 21df7f4d036b [2021-05-03T21:53:10.003Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:53:10.003Z] Removing intermediate container 66d1f549b97c [2021-05-03T21:53:10.003Z] ---> e75f6a3833ad [2021-05-03T21:53:10.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:53:10.003Z] Removing intermediate container 605d0bf1251e [2021-05-03T21:53:10.003Z] ---> 3e2b2cacaa73 [2021-05-03T21:53:10.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:53:10.003Z] ---> Running in 961050a5ad5f [2021-05-03T21:53:10.003Z] ---> Running in efe40e716007 [2021-05-03T21:53:10.003Z] ---> Running in 0816df933803 [2021-05-03T21:53:10.003Z] ---> Running in aa979a40ae4e [2021-05-03T21:53:10.003Z] ---> Running in 34a119910f04 [2021-05-03T21:53:11.923Z] Removing intermediate container 961050a5ad5f [2021-05-03T21:53:11.923Z] ---> ad5e7e03e56b [2021-05-03T21:53:11.923Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T21:53:11.923Z] Removing intermediate container efe40e716007 [2021-05-03T21:53:11.923Z] ---> 380fe9aa3447 [2021-05-03T21:53:11.923Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-03T21:53:11.923Z] ---> Running in 67893ad21eb7 [2021-05-03T21:53:11.923Z] ---> Running in 8ba476a20d5e [2021-05-03T21:53:11.923Z] Removing intermediate container 34a119910f04 [2021-05-03T21:53:11.923Z] ---> 2567067ab604 [2021-05-03T21:53:11.923Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T21:53:12.184Z] ---> Running in 4c8af42fbdce [2021-05-03T21:53:12.184Z] Removing intermediate container 0816df933803 [2021-05-03T21:53:12.184Z] ---> 073e463cdf6a [2021-05-03T21:53:12.184Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T21:53:12.446Z] Removing intermediate container aa979a40ae4e [2021-05-03T21:53:12.446Z] ---> fd98527ffecf [2021-05-03T21:53:12.446Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T21:53:12.446Z] ---> Running in 7702a3f6ceae [2021-05-03T21:53:12.723Z] ---> Running in 1ba22ab138dd [2021-05-03T21:53:12.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:12.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:13.252Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:13.252Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:13.252Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:13.824Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:13.824Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:14.085Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:14.085Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:14.085Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:53:14.347Z] OK: 219 MiB in 52 packages [2021-05-03T21:53:14.347Z] OK: 219 MiB in 52 packages [2021-05-03T21:53:14.614Z] OK: 219 MiB in 52 packages [2021-05-03T21:53:14.614Z] OK: 219 MiB in 52 packages [2021-05-03T21:53:14.614Z] OK: 219 MiB in 52 packages [2021-05-03T21:53:14.875Z] Removing intermediate container 67893ad21eb7 [2021-05-03T21:53:14.875Z] ---> 78e820adeddd [2021-05-03T21:53:14.875Z] Step 6/23 : COPY go.mod . [2021-05-03T21:53:15.138Z] ---> acbe288687da [2021-05-03T21:53:15.138Z] Step 7/23 : RUN go mod download [2021-05-03T21:53:15.399Z] ---> Running in 1452cfee7705 [2021-05-03T21:53:15.399Z] Removing intermediate container 4c8af42fbdce [2021-05-03T21:53:15.399Z] ---> 1a57da3abd00 [2021-05-03T21:53:15.399Z] Step 6/23 : COPY go.mod . [2021-05-03T21:53:15.663Z] Removing intermediate container 8ba476a20d5e [2021-05-03T21:53:15.663Z] ---> ea8c24fc486f [2021-05-03T21:53:15.663Z] Step 6/25 : COPY go.mod . [2021-05-03T21:53:15.932Z] Removing intermediate container 1ba22ab138dd [2021-05-03T21:53:15.932Z] ---> 3c54da22168c [2021-05-03T21:53:15.932Z] Step 6/23 : COPY go.mod . [2021-05-03T21:53:15.932Z] Removing intermediate container 7702a3f6ceae [2021-05-03T21:53:15.932Z] ---> 702cf4fb7e21 [2021-05-03T21:53:15.932Z] Step 6/21 : COPY go.mod . [2021-05-03T21:53:15.932Z] ---> f11d58fbb4c1 [2021-05-03T21:53:15.932Z] Step 7/23 : RUN go mod download [2021-05-03T21:53:15.932Z] ---> Running in 62bd3d725fb7 [2021-05-03T21:53:16.194Z] ---> 321c338aabe8 [2021-05-03T21:53:16.194Z] Step 7/25 : RUN go mod download [2021-05-03T21:53:16.462Z] ---> Running in e31f6561a036 [2021-05-03T21:53:16.462Z] ---> eeb8e31248b4 [2021-05-03T21:53:16.462Z] Step 7/23 : RUN go mod download [2021-05-03T21:53:16.462Z] ---> 8fb0d2c4f08c [2021-05-03T21:53:16.462Z] Step 7/21 : RUN go mod download [2021-05-03T21:53:16.722Z] ---> Running in 944763bf9cf9 [2021-05-03T21:53:16.722Z] ---> Running in 4157c7d17e6f [2021-05-03T21:53:17.682Z] Removing intermediate container 1452cfee7705 [2021-05-03T21:53:17.682Z] ---> 74608d0f3896 [2021-05-03T21:53:17.682Z] Step 8/23 : COPY . . [2021-05-03T21:53:17.682Z] Removing intermediate container 62bd3d725fb7 [2021-05-03T21:53:17.682Z] ---> 44b0dd46dbf6 [2021-05-03T21:53:17.682Z] Step 8/23 : COPY . . [2021-05-03T21:53:20.232Z] Removing intermediate container e31f6561a036 [2021-05-03T21:53:20.232Z] ---> 88ca04833028 [2021-05-03T21:53:20.232Z] Step 8/25 : COPY . . [2021-05-03T21:53:24.598Z] Removing intermediate container 944763bf9cf9 [2021-05-03T21:53:24.598Z] ---> f9137a017c9c [2021-05-03T21:53:24.598Z] Step 8/21 : COPY . . [2021-05-03T21:53:29.438Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T21:53:32.767Z] Removing intermediate container 4157c7d17e6f [2021-05-03T21:53:32.767Z] ---> 50fd1112edda [2021-05-03T21:53:32.767Z] Step 8/23 : COPY . . [2021-05-03T21:53:59.588Z] ---> 5b89f465410d [2021-05-03T21:53:59.588Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T21:53:59.588Z] ---> fe4968563c42 [2021-05-03T21:53:59.588Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T21:54:00.160Z] ---> 2b74e269df83 [2021-05-03T21:54:00.160Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T21:54:02.095Z] ---> Running in 0f98a9ee6443 [2021-05-03T21:54:02.095Z] ---> Running in 83c6d0837494 [2021-05-03T21:54:04.018Z] ---> 876e12f68611 [2021-05-03T21:54:04.018Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T21:54:04.018Z] ---> Running in b1c6546928d2 [2021-05-03T21:54:04.593Z] ---> 06fe3e590dd0 [2021-05-03T21:54:04.593Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T21:54:04.593Z] ---> Running in 756cd61a3efe [2021-05-03T21:54:04.858Z] ---> Running in dddc37a2b211 [2021-05-03T21:54:05.123Z] 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-03T21:54:05.123Z] 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-03T21:54:05.123Z] 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-03T21:54:05.386Z] 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-03T21:54:05.652Z] 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-03T21:54:26.044Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T21:54:37.944Z] 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-03T21:54:38.214Z] 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-03T21:54:44.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T21:54:44.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T21:54:44.411Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T21:54:44.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T21:54:46.389Z] Removing intermediate container 83c6d0837494 [2021-05-03T21:54:46.389Z] ---> 0cfc6d3f12a0 [2021-05-03T21:54:46.389Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T21:54:46.389Z] Removing intermediate container dddc37a2b211 [2021-05-03T21:54:46.389Z] ---> 8fc8890c366f [2021-05-03T21:54:46.389Z] [2021-05-03T21:54:46.389Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T21:54:46.389Z] 3.12: Pulling from library/alpine [2021-05-03T21:54:46.389Z] Removing intermediate container 756cd61a3efe [2021-05-03T21:54:46.389Z] ---> 991369156a57 [2021-05-03T21:54:46.389Z] [2021-05-03T21:54:46.389Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T21:54:46.389Z] 3.12: Pulling from library/alpine [2021-05-03T21:54:46.389Z] ---> Running in 6927e15d449c [2021-05-03T21:54:46.389Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T21:54:46.389Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T21:54:46.389Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T21:54:46.389Z] ---> 13621d1b12d4 [2021-05-03T21:54:46.389Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T21:54:46.389Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T21:54:46.389Z] ---> 13621d1b12d4 [2021-05-03T21:54:46.389Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T21:54:46.389Z] 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-03T21:54:47.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T21:54:47.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T21:54:47.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T21:54:48.955Z] ---> Running in dad257114f67 [2021-05-03T21:54:48.955Z] ---> Running in 746c1868cccf [2021-05-03T21:54:48.955Z] Removing intermediate container b1c6546928d2 [2021-05-03T21:54:48.955Z] ---> 045a8171b968 [2021-05-03T21:54:48.955Z] [2021-05-03T21:54:48.955Z] Step 10/25 : FROM alpine:3.12 [2021-05-03T21:54:48.955Z] ---> 13621d1b12d4 [2021-05-03T21:54:48.956Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T21:54:49.272Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T21:54:49.899Z] Removing intermediate container 0f98a9ee6443 [2021-05-03T21:54:49.899Z] ---> b35f67883120 [2021-05-03T21:54:49.899Z] [2021-05-03T21:54:49.900Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T21:54:49.900Z] ---> 13621d1b12d4 [2021-05-03T21:54:49.900Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T21:54:50.160Z] ---> Running in eff7a0799858 [2021-05-03T21:54:50.160Z] ---> Running in 2fcba5810128 [2021-05-03T21:54:50.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.995Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T21:54:50.996Z] Removing intermediate container 6927e15d449c [2021-05-03T21:54:50.996Z] ---> ffceeaba5773 [2021-05-03T21:54:50.996Z] [2021-05-03T21:54:50.996Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T21:54:50.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.996Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T21:54:50.996Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:54:50.996Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T21:54:50.996Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T21:54:50.996Z] OK: 6 MiB in 15 packages [2021-05-03T21:54:50.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:50.996Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T21:54:50.996Z] 20.10.0: Pulling from library/docker [2021-05-03T21:54:50.996Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:54:50.996Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T21:54:50.996Z] OK: 7 MiB in 18 packages [2021-05-03T21:54:51.256Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T21:54:51.256Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T21:54:51.256Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T21:54:51.256Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T21:54:51.256Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T21:54:51.256Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T21:54:51.256Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:54:51.256Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T21:54:51.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:51.256Z] OK: 7 MiB in 20 packages [2021-05-03T21:54:51.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:54:51.517Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T21:54:51.517Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:54:51.517Z] OK: 6 MiB in 15 packages [2021-05-03T21:54:52.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T21:54:53.437Z] Removing intermediate container 746c1868cccf [2021-05-03T21:54:53.437Z] ---> 4fd653c89b6f [2021-05-03T21:54:53.437Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T21:54:54.382Z] ---> Running in 2e73555d28d5 [2021-05-03T21:54:54.653Z] Removing intermediate container dad257114f67 [2021-05-03T21:54:54.653Z] ---> 9f10753bc6ab [2021-05-03T21:54:54.653Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T21:54:54.653Z] Removing intermediate container eff7a0799858 [2021-05-03T21:54:54.653Z] ---> 85c9791c5d37 [2021-05-03T21:54:54.653Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T21:54:54.653Z] Removing intermediate container 2fcba5810128 [2021-05-03T21:54:54.653Z] ---> ba7937b9fcd2 [2021-05-03T21:54:54.653Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T21:54:54.914Z] ---> Running in 202ee31c07a5 [2021-05-03T21:54:54.915Z] ---> Running in 2347ff066a4e [2021-05-03T21:54:54.915Z] ---> Running in 220e5c84f689 [2021-05-03T21:54:55.178Z] Removing intermediate container 2e73555d28d5 [2021-05-03T21:54:55.178Z] ---> 8e9014ac08d9 [2021-05-03T21:54:55.178Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T21:54:55.178Z] Removing intermediate container 2347ff066a4e [2021-05-03T21:54:55.178Z] ---> 12bf792d61bf [2021-05-03T21:54:55.178Z] Step 13/21 : WORKDIR /edgex [2021-05-03T21:54:55.178Z] ---> Running in ce8412747051 [2021-05-03T21:54:55.178Z] Removing intermediate container 202ee31c07a5 [2021-05-03T21:54:55.178Z] ---> 2e571046be9f [2021-05-03T21:54:55.178Z] Step 13/25 : WORKDIR / [2021-05-03T21:54:55.441Z] Removing intermediate container 220e5c84f689 [2021-05-03T21:54:55.441Z] ---> 41794b0e630c [2021-05-03T21:54:55.441Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T21:54:55.441Z] ---> Running in 8c344ff9f337 [2021-05-03T21:54:55.441Z] ---> Running in f4e63291e08b [2021-05-03T21:54:55.701Z] ---> Running in 3aface5367fe [2021-05-03T21:54:55.701Z] Removing intermediate container ce8412747051 [2021-05-03T21:54:55.701Z] ---> 786aa2271971 [2021-05-03T21:54:55.701Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T21:54:55.967Z] Removing intermediate container 8c344ff9f337 [2021-05-03T21:54:55.967Z] ---> b53dafdcc0b3 [2021-05-03T21:54:55.967Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T21:54:55.967Z] Removing intermediate container f4e63291e08b [2021-05-03T21:54:55.967Z] ---> 9d7e2ab0aca5 [2021-05-03T21:54:55.967Z] 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-03T21:54:55.967Z] ---> Running in 4a8d7ea1ef43 [2021-05-03T21:54:55.967Z] Removing intermediate container 3aface5367fe [2021-05-03T21:54:55.967Z] ---> 7b3077f6798c [2021-05-03T21:54:55.967Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T21:54:56.231Z] ---> Running in f84f7a91bcc0 [2021-05-03T21:54:56.231Z] ---> 33c9574da7d7 [2021-05-03T21:54:56.231Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T21:54:56.493Z] Removing intermediate container 4a8d7ea1ef43 [2021-05-03T21:54:56.493Z] ---> 0ddee92e0660 [2021-05-03T21:54:56.493Z] Step 15/23 : WORKDIR / [2021-05-03T21:54:57.066Z] ---> c196967a3825 [2021-05-03T21:54:57.066Z] 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-03T21:54:57.066Z] Removing intermediate container f84f7a91bcc0 [2021-05-03T21:54:57.066Z] ---> 834cf0393e97 [2021-05-03T21:54:57.066Z] Step 15/23 : WORKDIR / [2021-05-03T21:54:57.066Z] ---> Running in 58155e2f28f9 [2021-05-03T21:54:57.332Z] ---> b911651af38a [2021-05-03T21:54:57.332Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T21:54:57.332Z] ---> Running in 21d7da7be754 [2021-05-03T21:54:58.720Z] ---> 2a9f5e8239c3 [2021-05-03T21:54:58.720Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T21:54:58.720Z] Removing intermediate container 58155e2f28f9 [2021-05-03T21:54:58.720Z] ---> c5a5f1bf90ea [2021-05-03T21:54:58.720Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:54:58.720Z] Removing intermediate container 21d7da7be754 [2021-05-03T21:54:58.720Z] ---> 08f5d431998d [2021-05-03T21:54:58.720Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:54:58.720Z] ---> 89e110951b70 [2021-05-03T21:54:58.720Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T21:54:58.720Z] ---> Running in 81cc75e652b4 [2021-05-03T21:54:58.992Z] ---> 13997cc5b1ad [2021-05-03T21:54:58.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T21:54:58.992Z] ---> 542f3c0d3d86 [2021-05-03T21:54:58.992Z] 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-03T21:54:58.992Z] ---> 0450424b74c3 [2021-05-03T21:54:58.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T21:54:58.992Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T21:54:58.992Z] Removing intermediate container 81cc75e652b4 [2021-05-03T21:54:58.992Z] ---> d79ad8dbfd9b [2021-05-03T21:54:58.992Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T21:54:59.253Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T21:54:59.253Z] ---> aefe523efa57 [2021-05-03T21:54:59.253Z] 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-03T21:54:59.514Z] ---> Running in ad2fb21853f4 [2021-05-03T21:54:59.514Z] ---> Running in 31505d7f6954 [2021-05-03T21:54:59.514Z] ---> 723c72163650 [2021-05-03T21:54:59.514Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T21:54:59.514Z] ---> 57cd012e9dcb [2021-05-03T21:54:59.514Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T21:54:59.775Z] ---> 8d28d930b99c [2021-05-03T21:54:59.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T21:54:59.775Z] Removing intermediate container 31505d7f6954 [2021-05-03T21:54:59.775Z] ---> 5e3ff95397b0 [2021-05-03T21:54:59.775Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T21:54:59.775Z] Removing intermediate container ad2fb21853f4 [2021-05-03T21:54:59.775Z] ---> c0c866d7aa27 [2021-05-03T21:54:59.775Z] Step 19/21 : LABEL arch=x86_64 [2021-05-03T21:55:00.035Z] ---> Running in 8072d512e385 [2021-05-03T21:55:00.035Z] ---> c800791f1075 [2021-05-03T21:55:00.035Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T21:55:00.035Z] ---> Running in afbf457f3ccd [2021-05-03T21:55:00.303Z] ---> a8e0b625c3f7 [2021-05-03T21:55:00.303Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T21:55:00.303Z] ---> 40a9bdf4f1d8 [2021-05-03T21:55:00.303Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T21:55:00.303Z] ---> Running in 9603073fe28e [2021-05-03T21:55:00.567Z] ---> Running in a256513dcd6e [2021-05-03T21:55:00.567Z] Removing intermediate container afbf457f3ccd [2021-05-03T21:55:00.567Z] ---> 37ec85651b75 [2021-05-03T21:55:00.567Z] Step 20/21 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:55:00.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:00.829Z] Removing intermediate container 9603073fe28e [2021-05-03T21:55:00.829Z] ---> 3bbf18894670 [2021-05-03T21:55:00.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:55:00.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:00.829Z] Removing intermediate container a256513dcd6e [2021-05-03T21:55:00.829Z] ---> f3393e0822d8 [2021-05-03T21:55:00.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:55:00.829Z] ---> Running in 62e3e1e22284 [2021-05-03T21:55:01.004Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T21:55:01.004Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T21:55:01.004Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T21:55:01.088Z] ---> Running in 7367d7769cf1 [2021-05-03T21:55:01.089Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T21:55:01.089Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T21:55:01.089Z] ---> Running in d43dce1cc247 [2021-05-03T21:55:01.089Z] ---> 74542cdd9531 [2021-05-03T21:55:01.089Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T21:55:01.089Z] Executing bash-5.0.17-r0.post-install [2021-05-03T21:55:01.089Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T21:55:01.089Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T21:55:01.089Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T21:55:01.089Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T21:55:01.089Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T21:55:01.089Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T21:55:01.089Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T21:55:01.089Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T21:55:01.089Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T21:55:01.089Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T21:55:01.089Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T21:55:01.089Z] Removing intermediate container 62e3e1e22284 [2021-05-03T21:55:01.089Z] ---> a265ac7d1fec [2021-05-03T21:55:01.089Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T21:55:03.634Z] ---> Running in a34c7cec729c [2021-05-03T21:55:03.634Z] Removing intermediate container d43dce1cc247 [2021-05-03T21:55:03.634Z] ---> ddacb7c20588 [2021-05-03T21:55:03.634Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T21:55:05.020Z] ---> 105968a97f7d [2021-05-03T21:55:05.020Z] 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-03T21:55:05.020Z] Removing intermediate container 7367d7769cf1 [2021-05-03T21:55:05.020Z] ---> 93f7484e04ef [2021-05-03T21:55:05.020Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T21:55:05.282Z] ---> Running in 5041f2d572c0 [2021-05-03T21:55:05.282Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T21:55:05.282Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T21:55:05.282Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T21:55:05.282Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T21:55:05.282Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T21:55:05.282Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T21:55:05.282Z] ---> Running in 7db1a1a2a15b [2021-05-03T21:55:05.282Z] Removing intermediate container a34c7cec729c [2021-05-03T21:55:05.282Z] ---> 01cdfef2c98b [2021-05-03T21:55:05.282Z] [2021-05-03T21:55:05.282Z] ---> Running in c59ab82b0e30 [2021-05-03T21:55:05.282Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T21:55:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.335s coverage: 45.9% of statements [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T21:55:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T21:55:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.126s coverage: 19.8% of statements [2021-05-03T21:55:05.543Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T21:55:05.543Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T21:55:05.543Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T21:55:05.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements [2021-05-03T21:55:06.115Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T21:55:06.115Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T21:55:06.115Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T21:55:06.376Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T21:55:06.376Z] Removing intermediate container 5041f2d572c0 [2021-05-03T21:55:06.376Z] ---> 6063fbc6709f [2021-05-03T21:55:06.376Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:55:06.376Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T21:55:06.376Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T21:55:06.376Z] Successfully built 01cdfef2c98b [2021-05-03T21:55:06.637Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T21:55:06.637Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-03T21:55:06.637Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T21:55:06.637Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-03T21:55:07.208Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T21:55:07.779Z] Removing intermediate container c59ab82b0e30 [2021-05-03T21:55:07.779Z] ---> d54fcc999157 [2021-05-03T21:55:07.779Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:55:08.039Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T21:55:08.039Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T21:55:08.039Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T21:55:08.039Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T21:55:08.610Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T21:55:09.181Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T21:55:09.753Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T21:55:09.753Z] ---> Running in 0f7ef35b6868 [2021-05-03T21:55:12.308Z] ---> Running in 2a393157fcee [2021-05-03T21:55:12.308Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T21:55:12.308Z] OK: 72 MiB in 59 packages [2021-05-03T21:55:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.623s coverage: 27.1% of statements [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T21:55:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T21:55:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.192s coverage: 100.0% of statements [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T21:55:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 71.3% of statements [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T21:55:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T21:55:13.708Z] Removing intermediate container 0f7ef35b6868 [2021-05-03T21:55:13.708Z] ---> 7447e1271345 [2021-05-03T21:55:13.708Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T21:55:13.970Z] ---> Running in e89dafa3d5e4 [2021-05-03T21:55:13.970Z] Removing intermediate container 2a393157fcee [2021-05-03T21:55:13.970Z] ---> 2c1a951cbe50 [2021-05-03T21:55:13.970Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T21:55:14.244Z] Removing intermediate container 7db1a1a2a15b [2021-05-03T21:55:14.244Z] ---> ef0a5075509f [2021-05-03T21:55:14.244Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T21:55:14.244Z] ---> Running in 41b5c793b343 [2021-05-03T21:55:14.244Z] ---> Running in df3176f4016c [2021-05-03T21:55:14.244Z] Removing intermediate container e89dafa3d5e4 [2021-05-03T21:55:14.244Z] ---> 648fddcf990e [2021-05-03T21:55:14.244Z] [2021-05-03T21:55:14.507Z] Removing intermediate container 41b5c793b343 [2021-05-03T21:55:14.507Z] ---> c8653b757266 [2021-05-03T21:55:14.507Z] [2021-05-03T21:55:14.507Z] Removing intermediate container df3176f4016c [2021-05-03T21:55:14.507Z] ---> 9da12edb6c40 [2021-05-03T21:55:14.507Z] Step 23/25 : LABEL arch=x86_64 [2021-05-03T21:55:14.507Z] Successfully built 648fddcf990e [2021-05-03T21:55:15.084Z] Successfully built c8653b757266 [2021-05-03T21:55:15.346Z] Successfully tagged docker-core-command-go:latest [2021-05-03T21:55:15.346Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-05-03T21:55:15.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 87.7% of statements [2021-05-03T21:55:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T21:55:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:55:15.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements [2021-05-03T21:55:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T21:55:15.609Z] Collecting docker-compose==1.23.2 [2021-05-03T21:55:15.609Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T21:55:17.001Z] Successfully tagged docker-core-metadata-go:latest [2021-05-03T21:55:17.001Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-03T21:55:17.572Z] Collecting PyYAML<4,>=3.10 [2021-05-03T21:55:17.573Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T21:55:19.492Z] ---> Running in d66272d69a5d [2021-05-03T21:55:22.810Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T21:55:22.810Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.145s coverage: 28.6% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.252s coverage: 100.0% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.127s coverage: 100.0% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.418s coverage: 97.5% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T21:55:25.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.271s coverage: 78.3% of statements [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T21:55:25.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T21:55:26.141Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:55:26.141Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:55:26.141Z] ---> e7618b8be937 [2021-05-03T21:55:26.141Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T21:55:26.141Z] ---> Using cache [2021-05-03T21:55:26.141Z] ---> 3e2b2cacaa73 [2021-05-03T21:55:26.141Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:55:26.141Z] ---> Using cache [2021-05-03T21:55:26.141Z] ---> 2567067ab604 [2021-05-03T21:55:26.141Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T21:55:26.141Z] Removing intermediate container d66272d69a5d [2021-05-03T21:55:26.141Z] ---> 8a2f378be0f2 [2021-05-03T21:55:26.141Z] Step 24/25 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:55:26.141Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T21:55:26.141Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T21:55:27.090Z] ---> Running in d8e27d9eb5c2 [2021-05-03T21:55:27.090Z] ---> Running in 8c77129ee151 [2021-05-03T21:55:27.090Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T21:55:27.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T21:55:27.090Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T21:55:27.090Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T21:55:27.357Z] Removing intermediate container 8c77129ee151 [2021-05-03T21:55:27.357Z] ---> c40ad7ece669 [2021-05-03T21:55:27.357Z] Step 25/25 : LABEL version=0.0.0 [2021-05-03T21:55:27.357Z] ---> Running in 8b1e6a99bdca [2021-05-03T21:55:27.622Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:27.622Z] Removing intermediate container 8b1e6a99bdca [2021-05-03T21:55:27.622Z] ---> 32db9c95e8ce [2021-05-03T21:55:27.622Z] [2021-05-03T21:55:27.894Z] Successfully built 32db9c95e8ce [2021-05-03T21:55:28.477Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-03T21:55:28.477Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-05-03T21:55:28.477Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T21:55:28.477Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T21:55:29.049Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:30.977Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T21:55:30.977Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T21:55:31.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.137s coverage: 95.1% of statements [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T21:55:31.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T21:55:31.038Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-05-03T21:55:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T21:55:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T21:55:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 0.9% of statements [2021-05-03T21:55:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T21:55:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.152s coverage: 22.6% of statements [2021-05-03T21:55:31.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T21:55:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.154s coverage: 47.1% of statements [2021-05-03T21:55:31.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.199s coverage: 79.5% of statements [2021-05-03T21:55:31.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.160s coverage: 94.1% of statements [2021-05-03T21:55:31.944Z] OK: 219 MiB in 52 packages [2021-05-03T21:55:32.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.162s coverage: 96.3% of statements [2021-05-03T21:55:33.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.123s coverage: 87.5% of statements [2021-05-03T21:55:38.565Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T21:55:38.565Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T21:55:38.565Z] Removing intermediate container d8e27d9eb5c2 [2021-05-03T21:55:38.565Z] ---> 05cc274f18fb [2021-05-03T21:55:38.565Z] Step 6/31 : COPY go.mod . [2021-05-03T21:55:38.565Z] 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-03T21:55:38.565Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T21:55:38.565Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T21:55:38.565Z] ---> fbc47e1a786f [2021-05-03T21:55:38.565Z] Step 7/31 : RUN go mod download [2021-05-03T21:55:39.525Z] ---> Running in ea171f2ab402 [2021-05-03T21:55:39.802Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:55:39.802Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:55:39.802Z] ---> e7618b8be937 [2021-05-03T21:55:39.802Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T21:55:39.802Z] ---> Using cache [2021-05-03T21:55:39.802Z] ---> 3e2b2cacaa73 [2021-05-03T21:55:39.802Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:55:39.802Z] ---> Using cache [2021-05-03T21:55:39.802Z] ---> 2567067ab604 [2021-05-03T21:55:39.802Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T21:55:40.064Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:55:40.064Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:55:40.064Z] ---> e7618b8be937 [2021-05-03T21:55:40.064Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T21:55:40.064Z] ---> Using cache [2021-05-03T21:55:40.064Z] ---> 3e2b2cacaa73 [2021-05-03T21:55:40.064Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:55:40.064Z] ---> Using cache [2021-05-03T21:55:40.064Z] ---> 2567067ab604 [2021-05-03T21:55:40.064Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T21:55:40.638Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T21:55:40.638Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T21:55:41.213Z] ---> Running in 428aceb4f03c [2021-05-03T21:55:41.213Z] ---> Running in f3da472c5230 [2021-05-03T21:55:41.213Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T21:55:41.213Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T21:55:41.477Z] Collecting idna<2.8,>=2.5 [2021-05-03T21:55:41.477Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T21:55:41.477Z] 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-03T21:55:41.477Z] 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-03T21:55:41.477Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T21:55:41.477Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T21:55:41.477Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T21:55:41.477Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T21:55:41.740Z] Installing collected packages: PyYAML, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, texttable, docker-compose [2021-05-03T21:55:42.005Z] Running setup.py install for PyYAML: started [2021-05-03T21:55:42.579Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:42.842Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:43.415Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:43.695Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T21:55:43.979Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:55:43.979Z] OK: 219 MiB in 52 packages [2021-05-03T21:55:44.250Z] Attempting uninstall: urllib3 [2021-05-03T21:55:44.250Z] Found existing installation: urllib3 1.25.9 [2021-05-03T21:55:44.250Z] Uninstalling urllib3-1.25.9: [2021-05-03T21:55:44.514Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T21:55:45.091Z] OK: 219 MiB in 52 packages [2021-05-03T21:55:45.688Z] Removing intermediate container ea171f2ab402 [2021-05-03T21:55:45.688Z] ---> 0bd3de4e1bb2 [2021-05-03T21:55:45.688Z] Step 8/31 : COPY . . [2021-05-03T21:55:45.688Z] Attempting uninstall: idna [2021-05-03T21:55:45.688Z] Found existing installation: idna 2.9 [2021-05-03T21:55:45.688Z] Uninstalling idna-2.9: [2021-05-03T21:55:45.688Z] Successfully uninstalled idna-2.9 [2021-05-03T21:55:45.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.186s coverage: 94.4% of statements [2021-05-03T21:55:45.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements [2021-05-03T21:55:46.822Z] Attempting uninstall: requests [2021-05-03T21:55:46.822Z] Found existing installation: requests 2.23.0 [2021-05-03T21:55:46.822Z] Uninstalling requests-2.23.0: [2021-05-03T21:55:47.169Z] Successfully uninstalled requests-2.23.0 [2021-05-03T21:55:48.605Z] Removing intermediate container 428aceb4f03c [2021-05-03T21:55:48.606Z] ---> ccc393439b8f [2021-05-03T21:55:48.606Z] Step 6/22 : COPY go.mod . [2021-05-03T21:55:48.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T21:55:48.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T21:55:48.606Z] ---> e7618b8be937 [2021-05-03T21:55:48.606Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T21:55:48.606Z] ---> Using cache [2021-05-03T21:55:48.606Z] ---> 3e2b2cacaa73 [2021-05-03T21:55:48.606Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:55:48.606Z] ---> Using cache [2021-05-03T21:55:48.606Z] ---> 2567067ab604 [2021-05-03T21:55:48.606Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T21:55:48.606Z] ---> Using cache [2021-05-03T21:55:48.606Z] ---> 05cc274f18fb [2021-05-03T21:55:48.606Z] Step 6/22 : COPY go.mod . [2021-05-03T21:55:48.606Z] ---> Using cache [2021-05-03T21:55:48.606Z] ---> fbc47e1a786f [2021-05-03T21:55:48.606Z] Step 7/22 : RUN go mod download [2021-05-03T21:55:48.606Z] ---> Using cache [2021-05-03T21:55:48.606Z] ---> 0bd3de4e1bb2 [2021-05-03T21:55:48.606Z] Step 8/22 : COPY . . [2021-05-03T21:55:52.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.744s coverage: 81.8% of statements [2021-05-03T21:55:52.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T21:55:53.913Z] Running setup.py install for docopt: started [2021-05-03T21:55:54.175Z] ---> 1f3789f19072 [2021-05-03T21:55:54.175Z] Step 7/22 : RUN go mod download [2021-05-03T21:55:55.711Z] Removing intermediate container f3da472c5230 [2021-05-03T21:55:55.711Z] ---> fe5d0e53bd6e [2021-05-03T21:55:55.711Z] Step 6/23 : COPY go.mod . [2021-05-03T21:55:56.660Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T21:55:56.660Z] Running setup.py install for dockerpty: started [2021-05-03T21:55:56.924Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T21:55:57.874Z] ---> Running in 3f0b846a2495 [2021-05-03T21:55:58.821Z] ---> e75bc8c16267 [2021-05-03T21:55:58.821Z] Step 7/23 : RUN go mod download [2021-05-03T21:55:58.821Z] Running setup.py install for texttable: started [2021-05-03T21:55:59.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.200s coverage: 92.9% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 65.1% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 76.7% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.0% of statements [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 85.4% of statements [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.255s coverage: 91.2% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.668s coverage: 64.4% of statements [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T21:55:59.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.131s coverage: 100.0% of statements [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-05-03T21:55:59.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-05-03T21:55:59.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-05-03T21:56:00.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-05-03T21:56:00.738Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T21:56:03.307Z] ---> Running in ae9bfd1b9fcc [2021-05-03T21:56:03.307Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T21:56:04.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 62.9% of statements [2021-05-03T21:56:04.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T21:56:04.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T21:56:04.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T21:56:05.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.755s coverage: 43.4% of statements [2021-05-03T21:56:05.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T21:56:05.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T21:56:05.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-05-03T21:56:05.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T21:56:05.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements [2021-05-03T21:56:10.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.505s coverage: 47.0% of statements [2021-05-03T21:56:10.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T21:56:10.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T21:56:10.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T21:56:10.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T21:56:10.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T21:56:10.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-05-03T21:56:10.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T21:56:10.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements [2021-05-03T21:56:10.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T21:56:10.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T21:56:10.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 9.6% of statements [2021-05-03T21:56:10.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T21:56:12.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.403s coverage: 92.6% of statements [2021-05-03T21:56:12.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T21:56:12.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:56:12.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T21:56:13.360Z] Removing intermediate container 3f0b846a2495 [2021-05-03T21:56:13.360Z] ---> 6eed65a577aa [2021-05-03T21:56:13.360Z] Step 8/22 : COPY . . [2021-05-03T21:56:14.750Z] Removing intermediate container ae9bfd1b9fcc [2021-05-03T21:56:14.750Z] ---> 94b0aa21c940 [2021-05-03T21:56:14.750Z] Step 8/23 : COPY . . [2021-05-03T21:56:14.750Z] ---> 46773792ef30 [2021-05-03T21:56:14.750Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T21:56:18.964Z] ---> 94b5aa7ae721 [2021-05-03T21:56:18.964Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.637s coverage: 28.7% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.162s coverage: 64.6% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.388s coverage: 97.6% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-05-03T21:56:21.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-05-03T21:56:21.265Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-03T21:56:21.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-03T21:56:22.520Z] GO111MODULE=on go vet ./... [2021-05-03T21:56:24.305Z] ---> Running in 00675af6f5ed [2021-05-03T21:56:27.613Z] ---> Running in 84558a3265bf [2021-05-03T21:56:29.534Z] 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-03T21:56:31.459Z] 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-03T21:56:36.800Z] Removing intermediate container 8072d512e385 [2021-05-03T21:56:36.800Z] ---> 792f607ae20a [2021-05-03T21:56:36.800Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T21:56:42.180Z] ---> Running in f8912fdfd17b [2021-05-03T21:56:42.180Z] Removing intermediate container f8912fdfd17b [2021-05-03T21:56:42.180Z] ---> 7d94c63f82c1 [2021-05-03T21:56:42.180Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T21:56:42.776Z] ---> Running in ee34fdbcf597 [2021-05-03T21:56:44.208Z] Removing intermediate container ee34fdbcf597 [2021-05-03T21:56:44.208Z] ---> b52eab06e247 [2021-05-03T21:56:44.208Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T21:56:47.566Z] ---> ce8a778395ac [2021-05-03T21:56:47.566Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T21:56:48.518Z] ---> 927755db4606 [2021-05-03T21:56:48.519Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T21:56:49.135Z] ---> 7ec912bcbfb0 [2021-05-03T21:56:49.135Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T21:56:49.400Z] ---> Running in d203728743b8 [2021-05-03T21:56:49.400Z] ---> a82618742f6f [2021-05-03T21:56:49.400Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T21:56:49.991Z] ---> Running in c06b13a469e7 [2021-05-03T21:56:49.991Z] ---> 4ed319a70cdc [2021-05-03T21:56:49.991Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T21:56:50.254Z] ---> Running in a8dabc20db1c [2021-05-03T21:56:50.519Z] 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-03T21:56:50.782Z] Removing intermediate container a8dabc20db1c [2021-05-03T21:56:50.782Z] ---> 83675327365e [2021-05-03T21:56:50.782Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:56:50.782Z] ---> Running in 29eb1b4e508c [2021-05-03T21:56:51.052Z] 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-03T21:56:51.052Z] Removing intermediate container 29eb1b4e508c [2021-05-03T21:56:51.052Z] ---> c6d865ea6263 [2021-05-03T21:56:51.052Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T21:56:51.320Z] ---> Running in b32e6b1e49da [2021-05-03T21:56:51.587Z] Removing intermediate container b32e6b1e49da [2021-05-03T21:56:51.587Z] ---> be6988c308bb [2021-05-03T21:56:51.587Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:56:51.852Z] ---> Running in 636e50b9dd2c [2021-05-03T21:56:52.117Z] Removing intermediate container 636e50b9dd2c [2021-05-03T21:56:52.117Z] ---> 82d9efc755e5 [2021-05-03T21:56:52.117Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T21:56:52.117Z] ---> Running in f4879d9e73f7 [2021-05-03T21:56:52.708Z] Removing intermediate container f4879d9e73f7 [2021-05-03T21:56:52.708Z] ---> e10c350ac47c [2021-05-03T21:56:52.708Z] [2021-05-03T21:56:54.123Z] Successfully built e10c350ac47c [2021-05-03T21:56:54.123Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-03T21:57:06.438Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 00675af6f5ed [2021-05-03T21:57:06.438Z] ---> 6d8798238f06 [2021-05-03T21:57:06.438Z] [2021-05-03T21:57:06.438Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T21:57:06.438Z] ---> 13621d1b12d4 [2021-05-03T21:57:06.438Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T21:57:06.438Z] ---> Running in 4960319af9ca [2021-05-03T21:57:06.438Z] Removing intermediate container 4960319af9ca [2021-05-03T21:57:06.438Z] ---> 8ba6d1915ec4 [2021-05-03T21:57:06.438Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T21:57:07.389Z] ---> Running in b289f0d54a3e [2021-05-03T21:57:08.357Z] Removing intermediate container 84558a3265bf [2021-05-03T21:57:08.357Z] ---> 6f00edd42aaf [2021-05-03T21:57:08.357Z] [2021-05-03T21:57:08.357Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T21:57:08.357Z] ---> 13621d1b12d4 [2021-05-03T21:57:08.357Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T21:57:08.357Z] ---> Using cache [2021-05-03T21:57:08.357Z] ---> ba7937b9fcd2 [2021-05-03T21:57:08.357Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T21:57:08.357Z] ---> Using cache [2021-05-03T21:57:08.357Z] ---> 41794b0e630c [2021-05-03T21:57:08.357Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T21:57:08.967Z] ---> Running in ac0aee24e57e [2021-05-03T21:57:09.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:09.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:09.277Z] Removing intermediate container ac0aee24e57e [2021-05-03T21:57:09.277Z] ---> 4b7cfe3dc1ff [2021-05-03T21:57:09.277Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T21:57:09.559Z] ---> Running in dcdadd10b915 [2021-05-03T21:57:09.559Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T21:57:09.559Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T21:57:09.559Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:57:09.559Z] OK: 6 MiB in 16 packages [2021-05-03T21:57:09.828Z] Removing intermediate container dcdadd10b915 [2021-05-03T21:57:09.829Z] ---> 5cdc3c700ece [2021-05-03T21:57:09.829Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:57:10.419Z] ---> 6609263e9145 [2021-05-03T21:57:10.419Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T21:57:10.693Z] Removing intermediate container b289f0d54a3e [2021-05-03T21:57:10.693Z] ---> e7c4bffc2525 [2021-05-03T21:57:10.693Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T21:57:10.969Z] ---> Running in fdb901415040 [2021-05-03T21:57:11.556Z] Removing intermediate container fdb901415040 [2021-05-03T21:57:11.556Z] ---> 8d1b881dc613 [2021-05-03T21:57:11.556Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T21:57:11.556Z] ---> f87f349cbc03 [2021-05-03T21:57:11.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T21:57:11.826Z] ---> Running in eb093ddc4c80 [2021-05-03T21:57:12.096Z] Removing intermediate container eb093ddc4c80 [2021-05-03T21:57:12.096Z] ---> 8a8ae2fc7100 [2021-05-03T21:57:12.096Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T21:57:14.651Z] ---> Running in bb0243b90ef1 [2021-05-03T21:57:14.651Z] ---> c544a7e08c86 [2021-05-03T21:57:14.651Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T21:57:14.651Z] ---> Running in 2f27adf48502 [2021-05-03T21:57:14.918Z] Removing intermediate container 2f27adf48502 [2021-05-03T21:57:14.918Z] ---> 0cd77ede4004 [2021-05-03T21:57:14.918Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:57:14.918Z] ---> Running in e03f172b5f47 [2021-05-03T21:57:15.202Z] Removing intermediate container e03f172b5f47 [2021-05-03T21:57:15.202Z] ---> 0d0ec0a005aa [2021-05-03T21:57:15.202Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T21:57:15.202Z] ---> Running in 2b9905f6cad2 [2021-05-03T21:57:15.786Z] Removing intermediate container 2b9905f6cad2 [2021-05-03T21:57:15.786Z] ---> 30d8780bacac [2021-05-03T21:57:15.787Z] Step 21/22 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:57:17.702Z] Removing intermediate container bb0243b90ef1 [2021-05-03T21:57:17.702Z] ---> 9814e5f3f7a4 [2021-05-03T21:57:17.702Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T21:57:17.702Z] ---> Running in 0c67c5830ff8 [2021-05-03T21:57:17.702Z] ---> Running in 86c8a54ab367 [2021-05-03T21:57:17.702Z] Removing intermediate container c06b13a469e7 [2021-05-03T21:57:17.702Z] ---> 0cf9a95a93df [2021-05-03T21:57:17.702Z] [2021-05-03T21:57:17.702Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T21:57:17.702Z] ---> 13621d1b12d4 [2021-05-03T21:57:17.702Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T21:57:17.968Z] Removing intermediate container 0c67c5830ff8 [2021-05-03T21:57:17.968Z] ---> d311d969b665 [2021-05-03T21:57:17.968Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T21:57:17.968Z] ---> Running in afbd92411349 [2021-05-03T21:57:17.968Z] ---> Running in 976552cb208e [2021-05-03T21:57:18.228Z] Removing intermediate container 86c8a54ab367 [2021-05-03T21:57:18.228Z] ---> e3d51bb48b2b [2021-05-03T21:57:18.228Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T21:57:18.666Z] Removing intermediate container 976552cb208e [2021-05-03T21:57:18.666Z] ---> ef7ea9f9c281 [2021-05-03T21:57:18.666Z] [2021-05-03T21:57:18.666Z] Successfully built ef7ea9f9c281 [2021-05-03T21:57:19.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:19.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:19.300Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T21:57:19.300Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T21:57:19.300Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:57:19.300Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T21:57:19.300Z] OK: 6 MiB in 16 packages [2021-05-03T21:57:19.581Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-03T21:57:20.998Z]  Building docker-support-scheduler-go ... done  ---> 5dd4f808bc31 [2021-05-03T21:57:20.998Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T21:57:20.998Z] ---> Running in d4f95de99b27 [2021-05-03T21:57:21.259Z] Removing intermediate container d203728743b8 [2021-05-03T21:57:21.259Z] ---> 91f638210b74 [2021-05-03T21:57:21.259Z] [2021-05-03T21:57:21.259Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T21:57:21.259Z] ---> 13621d1b12d4 [2021-05-03T21:57:21.259Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T21:57:21.259Z] ---> Running in f7b449a234f7 [2021-05-03T21:57:21.830Z] Removing intermediate container f7b449a234f7 [2021-05-03T21:57:21.830Z] ---> a78890cfc21c [2021-05-03T21:57:21.830Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T21:57:22.092Z] ---> Running in b4d1c0e64cf0 [2021-05-03T21:57:22.092Z] Removing intermediate container afbd92411349 [2021-05-03T21:57:22.092Z] ---> 9044c3956498 [2021-05-03T21:57:22.092Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T21:57:22.092Z] ---> Running in 98097604dbe1 [2021-05-03T21:57:22.353Z] Removing intermediate container b4d1c0e64cf0 [2021-05-03T21:57:22.353Z] ---> 19b8746b662e [2021-05-03T21:57:22.353Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T21:57:22.614Z] ---> Running in e7b40d3d66c7 [2021-05-03T21:57:22.614Z] Removing intermediate container 98097604dbe1 [2021-05-03T21:57:22.614Z] ---> 042163967b69 [2021-05-03T21:57:22.614Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T21:57:22.614Z] ---> Running in d5deb0eeca1c [2021-05-03T21:57:22.614Z] Removing intermediate container e7b40d3d66c7 [2021-05-03T21:57:22.614Z] ---> a3ea1e61044b [2021-05-03T21:57:22.614Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T21:57:22.874Z] Removing intermediate container d4f95de99b27 [2021-05-03T21:57:22.874Z] ---> d9122ebe0871 [2021-05-03T21:57:22.874Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:57:23.445Z] ---> Running in 56bae42842e2 [2021-05-03T21:57:23.445Z] Removing intermediate container d5deb0eeca1c [2021-05-03T21:57:23.445Z] ---> 9e451cdde078 [2021-05-03T21:57:23.445Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T21:57:23.707Z] ---> Running in d737ebd9571a [2021-05-03T21:57:23.972Z] ---> 4b6fa30ca122 [2021-05-03T21:57:23.972Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T21:57:23.972Z] Removing intermediate container d737ebd9571a [2021-05-03T21:57:23.972Z] ---> 3b84c76bb7d6 [2021-05-03T21:57:23.972Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:57:24.545Z] ---> a5d12f11c534 [2021-05-03T21:57:24.545Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T21:57:24.545Z] ---> 17c72308a41f [2021-05-03T21:57:24.545Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T21:57:24.807Z] Removing intermediate container 56bae42842e2 [2021-05-03T21:57:24.807Z] ---> 9e0606bb57df [2021-05-03T21:57:24.807Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T21:57:25.073Z] ---> Running in f8ad6fccacee [2021-05-03T21:57:25.073Z] ---> a97ab8590b44 [2021-05-03T21:57:25.073Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T21:57:25.073Z] ---> 6a56bbffdf44 [2021-05-03T21:57:25.073Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T21:57:25.335Z] ---> be7a06bc548c [2021-05-03T21:57:25.335Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T21:57:25.335Z] ---> bb37aa42f757 [2021-05-03T21:57:25.335Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T21:57:25.335Z] ---> Running in c0b70ae29021 [2021-05-03T21:57:25.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:25.597Z] ---> e7e0ba8c2c01 [2021-05-03T21:57:25.597Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T21:57:25.859Z] ---> Running in 5a0a61544705 [2021-05-03T21:57:25.859Z] Removing intermediate container c0b70ae29021 [2021-05-03T21:57:25.859Z] ---> 170298b5dc4f [2021-05-03T21:57:25.859Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:57:25.859Z] ---> Running in 0349632352f3 [2021-05-03T21:57:25.859Z] Removing intermediate container 5a0a61544705 [2021-05-03T21:57:25.859Z] ---> c57ac21c5ae0 [2021-05-03T21:57:25.859Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T21:57:26.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T21:57:26.380Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T21:57:26.642Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T21:57:26.642Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T21:57:26.642Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T21:57:26.903Z] Removing intermediate container 0349632352f3 [2021-05-03T21:57:26.903Z] ---> 9035e7c6b106 [2021-05-03T21:57:26.903Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T21:57:26.903Z] ---> 233ea0e2535f [2021-05-03T21:57:26.903Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T21:57:26.903Z] ---> Running in d4eb2fc03c03 [2021-05-03T21:57:27.163Z] ---> Running in dc636daa3f7e [2021-05-03T21:57:27.163Z] Removing intermediate container d4eb2fc03c03 [2021-05-03T21:57:27.163Z] ---> e21d714f0b2d [2021-05-03T21:57:27.163Z] Step 21/22 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:57:27.424Z] ---> Running in f485a129bb99 [2021-05-03T21:57:27.709Z] Removing intermediate container f485a129bb99 [2021-05-03T21:57:27.709Z] ---> 96eb3b236cb4 [2021-05-03T21:57:27.709Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T21:57:27.709Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T21:57:27.709Z] ---> Running in 4c5379b205a6 [2021-05-03T21:57:27.709Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T21:57:27.970Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T21:57:27.970Z] OK: 8 MiB in 20 packages [2021-05-03T21:57:27.970Z] Removing intermediate container 4c5379b205a6 [2021-05-03T21:57:27.970Z] ---> 65c2032495bb [2021-05-03T21:57:27.970Z] [2021-05-03T21:57:27.970Z] Successfully built 65c2032495bb [2021-05-03T21:57:27.970Z] Successfully tagged docker-support-notifications-go:latest [2021-05-03T21:57:28.232Z]  Building docker-support-notifications-go ... done Removing intermediate container dc636daa3f7e [2021-05-03T21:57:28.232Z] ---> 18c9e3cfa004 [2021-05-03T21:57:28.232Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T21:57:28.492Z] ---> Running in d7f504abf2ab [2021-05-03T21:57:28.492Z] Removing intermediate container f8ad6fccacee [2021-05-03T21:57:28.492Z] ---> 25b5bb9d77ab [2021-05-03T21:57:28.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T21:57:28.752Z] Removing intermediate container d7f504abf2ab [2021-05-03T21:57:28.752Z] ---> 1a9ca8865e48 [2021-05-03T21:57:28.752Z] Step 28/31 : CMD ["gate"] [2021-05-03T21:57:29.013Z] ---> Running in c1357c2316ee [2021-05-03T21:57:29.013Z] ---> 34a080bf8ce7 [2021-05-03T21:57:29.013Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T21:57:29.277Z] Removing intermediate container c1357c2316ee [2021-05-03T21:57:29.277Z] ---> 726e1fb47e71 [2021-05-03T21:57:29.277Z] Step 29/31 : LABEL arch=x86_64 [2021-05-03T21:57:29.277Z] ---> Running in cb6255413c15 [2021-05-03T21:57:29.537Z] ---> e34e54a4a540 [2021-05-03T21:57:29.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T21:57:29.537Z] Removing intermediate container cb6255413c15 [2021-05-03T21:57:29.537Z] ---> be531c158e89 [2021-05-03T21:57:29.537Z] Step 30/31 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:57:29.801Z] ---> Running in 519b5dce683a [2021-05-03T21:57:29.801Z] ---> f0d128ae8431 [2021-05-03T21:57:29.801Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T21:57:29.801Z] ---> Running in 18d868beb49f [2021-05-03T21:57:30.061Z] Removing intermediate container 519b5dce683a [2021-05-03T21:57:30.061Z] ---> 4551f3a51cc1 [2021-05-03T21:57:30.061Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T21:57:30.061Z] ---> Running in c972c1270ae8 [2021-05-03T21:57:30.322Z] Removing intermediate container 18d868beb49f [2021-05-03T21:57:30.322Z] ---> 2fa2a0fe8f54 [2021-05-03T21:57:30.322Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T21:57:30.322Z] ---> Running in 47785b379a0e [2021-05-03T21:57:30.322Z] Removing intermediate container c972c1270ae8 [2021-05-03T21:57:30.322Z] ---> fccf7a5e2e3c [2021-05-03T21:57:30.322Z] [2021-05-03T21:57:30.582Z] Successfully built fccf7a5e2e3c [2021-05-03T21:57:30.582Z] Removing intermediate container 47785b379a0e [2021-05-03T21:57:30.582Z] ---> 3e62c1499270 [2021-05-03T21:57:30.582Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T21:57:30.582Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-03T21:57:30.843Z]  Building docker-security-bootstrapper-go ... done  ---> Running in b9a1812676cc [2021-05-03T21:57:30.843Z] Removing intermediate container b9a1812676cc [2021-05-03T21:57:30.843Z] ---> 348299d710b2 [2021-05-03T21:57:30.843Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:57:30.843Z] ---> Running in 4b6ea81dd29b [2021-05-03T21:57:31.104Z] Removing intermediate container 4b6ea81dd29b [2021-05-03T21:57:31.104Z] ---> ad89fc6bfc0d [2021-05-03T21:57:31.104Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T21:57:31.104Z] ---> Running in 6b418467fd77 [2021-05-03T21:57:31.364Z] Removing intermediate container 6b418467fd77 [2021-05-03T21:57:31.364Z] ---> 257c3b892809 [2021-05-03T21:57:31.364Z] [2021-05-03T21:57:31.364Z] Successfully built 257c3b892809 [2021-05-03T21:57:31.364Z] Successfully tagged docker-core-data-go:latest [2021-05-03T21:57:31.668Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-03T21:57:31.741Z] $ docker stop --time=1 003c2fcb517bd662795367eb34e28c6b5627c68d2efa7965514374e03324c2ae [2021-05-03T21:57:33.547Z] $ docker rm -f 003c2fcb517bd662795367eb34e28c6b5627c68d2efa7965514374e03324c2ae [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T21:57:34.041Z] + docker images [2021-05-03T21:57:34.041Z] + grep docker [2021-05-03T21:57:34.302Z] docker-core-data-go latest 257c3b892809 3 seconds ago 21.5MB [2021-05-03T21:57:34.302Z] docker-security-bootstrapper-go latest fccf7a5e2e3c 4 seconds ago 18.2MB [2021-05-03T21:57:34.302Z] docker-support-notifications-go latest 65c2032495bb 7 seconds ago 17.6MB [2021-05-03T21:57:34.302Z] docker-support-scheduler-go latest ef7ea9f9c281 16 seconds ago 17.1MB [2021-05-03T21:57:34.302Z] docker-sys-mgmt-agent-go latest e10c350ac47c 42 seconds ago 312MB [2021-05-03T21:57:34.302Z] docker-security-secretstore-setup-go latest 32db9c95e8ce 2 minutes ago 25.7MB [2021-05-03T21:57:34.302Z] docker-core-command-go latest 648fddcf990e 2 minutes ago 17MB [2021-05-03T21:57:34.302Z] docker-core-metadata-go latest c8653b757266 2 minutes ago 18.6MB [2021-05-03T21:57:34.302Z] docker-security-proxy-setup-go latest 01cdfef2c98b 2 minutes ago 25.3MB [2021-05-03T21:57:34.302Z] 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-03T21:57:49.783Z] Still waiting to schedule task [2021-05-03T21:57:49.784Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-03T21:57:59.410Z] gofmt -l . [2021-05-03T21:57:59.410Z] [ "`gofmt -l .`" = "" ] [2021-05-03T21:58:00.844Z] ./bin/test-go-mod-tidy.sh [2021-05-03T21:58:01.829Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T21:58:04.491Z] + ls -al . [2021-05-03T21:58:04.491Z] total 836 [2021-05-03T21:58:04.491Z] drwxrwxr-x 9 1001 1001 4096 May 3 21:58 . [2021-05-03T21:58:04.491Z] drwxr-xr-x 4 root root 4096 May 3 21:52 .. [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 11 May 3 21:51 .dockerignore [2021-05-03T21:58:04.491Z] drwxrwxr-x 8 1001 1001 4096 May 3 21:51 .git [2021-05-03T21:58:04.491Z] drwxrwxr-x 3 1001 1001 4096 May 3 21:51 .github [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 818 May 3 21:51 .gitignore [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 166 May 3 21:51 .sonarcloud.properties [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 8609 May 3 21:51 Attribution.txt [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 3804 May 3 21:51 CONTRIBUTING.md [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 931 May 3 21:51 Dockerfile.build [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 863 May 3 21:51 Jenkinsfile [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 10775 May 3 21:51 LICENSE [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 5774 May 3 21:51 Makefile [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 7978 May 3 21:51 README.md [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 6755 May 3 21:51 SECURITY.md [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 5 May 3 21:49 VERSION [2021-05-03T21:58:04.491Z] -rw-rw-r-- 1 1001 1001 4131 May 3 21:51 ZMQWindows.md [2021-05-03T21:58:04.491Z] drwxrwxr-x 2 1001 1001 4096 May 3 21:51 bin [2021-05-03T21:58:04.491Z] drwxrwxr-x 14 1001 1001 4096 May 3 21:51 cmd [2021-05-03T21:58:04.491Z] -rw-r--r-- 1 root root 699090 May 3 21:56 coverage.out [2021-05-03T21:58:04.491Z] -rw-r--r-- 1 root root 1060 May 3 21:58 go.mod [2021-05-03T21:58:04.492Z] -rw-r--r-- 1 root root 22420 May 3 21:53 go.sum [2021-05-03T21:58:04.492Z] drwxrwxr-x 8 1001 1001 4096 May 3 21:51 internal [2021-05-03T21:58:04.492Z] drwxrwxr-x 4 1001 1001 4096 May 3 21:51 openapi [2021-05-03T21:58:04.492Z] drwxrwxr-x 4 1001 1001 4096 May 3 21:51 snap [2021-05-03T21:58:04.492Z] -rw-rw-r-- 1 1001 1001 168 May 3 21:51 version.go [Pipeline] sh [2021-05-03T21:58:05.150Z] + '[' -e coverage.out ] [2021-05-03T21:58:05.150Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T21:58:05.174Z] Warning: overwriting stash ‘coverage-report’ [2021-05-03T21:58:06.613Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T21:58:07.327Z] + make build [2021-05-03T21:58:07.327Z] 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-03T21:58:15.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-03T21:58:40.183Z] Running on prd-ubuntu18.04-docker-8c-8g-2792 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-05-03T21:58:40.204Z] Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout [2021-05-03T21:58:42.731Z] using credential edgex-jenkins-ssh [2021-05-03T21:58:42.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-03T21:58:42.746Z] Cloning the remote Git repository [2021-05-03T21:58:42.772Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:58:42.845Z] > git init /w/workspace/edgex-go/53 # timeout=10 [2021-05-03T21:58:42.873Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:58:42.873Z] > git --version # timeout=10 [2021-05-03T21:58:42.879Z] > git --version # 'git version 2.17.1' [2021-05-03T21:58:42.879Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:58:42.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T21:58:46.144Z] 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-03T21:58:48.731Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T21:58:48.736Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T21:58:48.746Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T21:58:48.757Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T21:58:48.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:58:48.762Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T21:58:49.435Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit 2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:58:49.612Z] Merge succeeded, producing 2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T21:58:49.612Z] Checking out Revision 2a096355af41348aaaafaac508068d211141fb60 (PR-3328) [2021-05-03T21:58:49.446Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T21:58:49.450Z] > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # timeout=10 [2021-05-03T21:58:49.582Z] > git remote # timeout=10 [2021-05-03T21:58:49.588Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T21:58:49.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T21:58:49.603Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-03T21:58:49.610Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T21:58:49.618Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T21:58:49.623Z] > git checkout -f 2a096355af41348aaaafaac508068d211141fb60 # timeout=10 [2021-05-03T21:58:50.454Z] 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-03T21:58:51.431Z] 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-03T21:58:53.288Z] Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T21:58:54.580Z] + echo snap-build.sh [2021-05-03T21:58:54.581Z] snap-build.sh [2021-05-03T21:58:54.581Z] + SNAP_BASE_DIR=. [2021-05-03T21:58:54.581Z] + '[' '!' -z /w/workspace/edgex-go/53 ']' [2021-05-03T21:58:54.581Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/53 [2021-05-03T21:58:54.581Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/53]' [2021-05-03T21:58:54.581Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/53] [2021-05-03T21:58:54.581Z] + cd /w/workspace/edgex-go/53 [2021-05-03T21:58:54.581Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-03T21:58:54.581Z] Reading package lists... [2021-05-03T21:58:54.581Z] Building dependency tree... [2021-05-03T21:58:54.581Z] Reading state information... [2021-05-03T21:58:54.842Z] The following packages were automatically installed and are no longer required: [2021-05-03T21:58:54.842Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-03T21:58:54.842Z] uidmap xdelta3 [2021-05-03T21:58:54.842Z] Use 'sudo apt autoremove' to remove them. [2021-05-03T21:58:54.842Z] The following packages will be REMOVED: [2021-05-03T21:58:54.842Z] lxd* lxd-client* [2021-05-03T21:58:55.415Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-03T21:58:55.415Z] After this operation, 31.7 MB disk space will be freed. [2021-05-03T21:58:55.761Z] 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-03T21:58:56.726Z] (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-03T21:58:56.726Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T21:58:57.672Z] Removing lxd dnsmasq configuration [2021-05-03T21:58:57.672Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T21:58:57.933Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-03T21:58:58.876Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-03T21:58:59.137Z] (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-03T21:58:59.137Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T21:59:00.057Z] 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-03T21:59:00.522Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-03T21:59:00.783Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-03T21:59:02.171Z] + sudo snap remove --purge lxd [2021-05-03T21:59:02.675Z] 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-03T21:59:02.744Z] snap "lxd" is not installed [2021-05-03T21:59:02.744Z] + sudo groupadd --force --system lxd [2021-05-03T21:59:02.744Z] ++ whoami [2021-05-03T21:59:02.744Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-03T21:59:02.744Z] + newgrp - lxd [2021-05-03T21:59:02.744Z] + sudo snap install lxd [2021-05-03T21:59:06.066Z] 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-03T21:59:08.686Z] 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-03T21:59:10.899Z] 2021-05-03T21:59:08Z INFO Waiting for automatic snapd restart... [2021-05-03T21:59:12.088Z] 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-03T21:59:17.419Z] $ docker stop --time=1 0261632c4057c92604ee59f140189a6b70c45083ce88c22f02cf014488e0ef18 [2021-05-03T21:59:20.118Z] $ docker rm -f 0261632c4057c92604ee59f140189a6b70c45083ce88c22f02cf014488e0ef18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:59:22.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T21:59:22.007Z] [2021-05-03T21:59:22.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:59:22.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T21:59:22.900Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-03T21:59:22.900Z] 29e5d40040c1: Pulling fs layer [2021-05-03T21:59:22.900Z] 1ce36da41761: Pulling fs layer [2021-05-03T21:59:22.900Z] 25b303627fd3: Pulling fs layer [2021-05-03T21:59:22.900Z] 29e5d40040c1: Verifying Checksum [2021-05-03T21:59:22.900Z] 29e5d40040c1: Download complete [2021-05-03T21:59:23.165Z] lxd 4.13 from Canonical* installed [2021-05-03T21:59:23.165Z] + sudo lxd init --auto [2021-05-03T21:59:23.879Z] 29e5d40040c1: Pull complete [2021-05-03T21:59:23.879Z] 1ce36da41761: Verifying Checksum [2021-05-03T21:59:23.879Z] 1ce36da41761: Download complete [2021-05-03T21:59:25.311Z] 1ce36da41761: Pull complete [2021-05-03T21:59:25.581Z] 25b303627fd3: Verifying Checksum [2021-05-03T21:59:25.581Z] 25b303627fd3: Download complete [2021-05-03T21:59:33.187Z] + sudo snap install --classic snapcraft [2021-05-03T21:59:35.735Z] 25b303627fd3: Pull complete [2021-05-03T21:59:35.735Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-03T21:59:35.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T21:59:35.735Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-03T21:59:35.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-2791 does not seem to be running inside a container [2021-05-03T21:59:35.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T21:59:37.423Z] snapcraft 4.7.1 from Canonical* installed [2021-05-03T21:59:37.423Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-03T21:59:37.423Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-03T21:59:37.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T21:59:37.423Z] Dload Upload Total Spent Left Speed [2021-05-03T21:59:37.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-05-03T21:59:37.423Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 10.6M 0 --:--:-- --:--:-- --:--:-- 42.1M [2021-05-03T21:59:37.423Z] ./yq_linux_amd64 [2021-05-03T21:59:37.423Z] + sudo snapcraft prime --use-lxd [2021-05-03T21:59:39.080Z] $ docker top 1c7700917f8fab517b1974807b9be7b4b741a3d2f29d72618df5ff784fb17607 -eo pid,comm [2021-05-03T21:59:39.340Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [Pipeline] { [Pipeline] sh [2021-05-03T21:59:39.602Z] 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-03T21:59:39.602Z] - README.md [2021-05-03T21:59:39.602Z] [2021-05-03T21:59:39.602Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T21:59:40.130Z] + grep parallel [2021-05-03T21:59:40.130Z] + docker-compose build --help [2021-05-03T21:59:40.549Z] Launching a container. [2021-05-03T21:59:43.511Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T21:59:43.698Z] $ docker stop --time=1 1c7700917f8fab517b1974807b9be7b4b741a3d2f29d72618df5ff784fb17607 [2021-05-03T21:59:45.681Z] $ docker rm -f 1c7700917f8fab517b1974807b9be7b4b741a3d2f29d72618df5ff784fb17607 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T21:59:46.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T21:59:46.463Z] . [Pipeline] withDockerContainer [2021-05-03T21:59:46.727Z] prd-ubuntu18.04-docker-arm64-4c-16g-2791 does not seem to be running inside a container [2021-05-03T21:59:46.701Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T21:59:48.156Z] $ docker top 68514caff6ad75c8c0b5a40c403ab719613975691f26fef9c33841dcad071b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T21:59:49.196Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T21:59:52.813Z] Waiting for container to be ready [2021-05-03T21:59:53.076Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-03T21:59:53.076Z] [2021-05-03T21:59:53.484Z] Building docker-core-command-go ... [2021-05-03T21:59:53.484Z] Building docker-core-data-go ... [2021-05-03T21:59:53.484Z] Building docker-core-metadata-go ... [2021-05-03T21:59:53.484Z] Building docker-security-bootstrapper-go ... [2021-05-03T21:59:53.484Z] Building docker-security-proxy-setup-go ... [2021-05-03T21:59:53.484Z] Building docker-security-secretstore-setup-go ... [2021-05-03T21:59:53.484Z] Building docker-support-notifications-go ... [2021-05-03T21:59:53.484Z] Building docker-support-scheduler-go ... [2021-05-03T21:59:53.484Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T21:59:53.484Z] Building docker-support-scheduler-go [2021-05-03T21:59:53.484Z] Building docker-sys-mgmt-agent-go [2021-05-03T21:59:53.484Z] Building docker-support-notifications-go [2021-05-03T21:59:53.484Z] Building docker-security-bootstrapper-go [2021-05-03T21:59:53.484Z] Building docker-security-proxy-setup-go [2021-05-03T21:59:57.302Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-03T21:59:57.564Z] Waiting for network to be ready... [2021-05-03T21:59:57.827Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T21:59:58.090Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T21:59:58.090Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T21:59:58.090Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T21:59:58.090Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T21:59:58.090Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T21:59:58.090Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T21:59:58.090Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T21:59:58.090Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T21:59:58.090Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T21:59:58.681Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T21:59:58.681Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T21:59:58.944Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T21:59:58.944Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T21:59:58.944Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T21:59:58.944Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T21:59:58.944Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T21:59:58.944Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T21:59:59.208Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T21:59:59.470Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-03T21:59:59.470Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T21:59:59.470Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T21:59:59.470Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T21:59:59.470Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-03T21:59:59.470Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-03T21:59:59.470Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T21:59:59.470Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T22:00:03.714Z] Fetched 24.5 MB in 5s (4587 kB/s) [2021-05-03T22:00:04.289Z] Reading package lists... [2021-05-03T22:00:04.551Z] Reading package lists... [2021-05-03T22:00:04.815Z] Building dependency tree... [2021-05-03T22:00:04.815Z] Reading state information... [2021-05-03T22:00:04.815Z] The following additional packages will be installed: [2021-05-03T22:00:04.815Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T22:00:04.815Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T22:00:04.815Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T22:00:04.815Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-03T22:00:04.815Z] Suggested packages: [2021-05-03T22:00:04.815Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-03T22:00:04.815Z] Recommended packages: [2021-05-03T22:00:04.815Z] gnupg libsasl2-modules [2021-05-03T22:00:04.815Z] The following NEW packages will be installed: [2021-05-03T22:00:04.815Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T22:00:04.815Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T22:00:04.815Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T22:00:04.815Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-03T22:00:04.815Z] The following packages will be upgraded: [2021-05-03T22:00:04.815Z] gpg gpg-agent gpgconf libudev1 [2021-05-03T22:00:05.763Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-03T22:00:05.763Z] Need to get 3529 kB of archives. [2021-05-03T22:00:05.763Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-03T22:00:05.763Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-03T22:00:06.336Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-03T22:00:06.600Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-03T22:00:06.600Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-03T22:00:06.600Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-03T22:00:06.600Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-03T22:00:06.600Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-03T22:00:06.600Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-03T22:00:06.600Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-03T22:00:06.600Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-03T22:00:06.600Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-03T22:00:06.600Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-03T22:00:06.600Z] Get:13 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-03T22:00:06.862Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-03T22:00:06.862Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-03T22:00:06.862Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-03T22:00:06.862Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-03T22:00:06.862Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-03T22:00:06.862Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-03T22:00:06.862Z] Get:20 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-03T22:00:07.125Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-03T22:00:07.125Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-03T22:00:07.388Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T22:00:07.388Z] Fetched 3529 kB in 2s (1524 kB/s) [2021-05-03T22:00:07.388Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T22:00:07.388Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-03T22:00:07.649Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T22:00:07.649Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-03T22:00:07.649Z] Selecting previously unselected package udev. [2021-05-03T22:00:07.649Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T22:00:07.649Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-03T22:00:07.649Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-03T22:00:08.223Z] Selecting previously unselected package libfuse2:amd64. [2021-05-03T22:00:08.223Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T22:00:08.223Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T22:00:08.223Z] Selecting previously unselected package fuse. [2021-05-03T22:00:08.223Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T22:00:08.223Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-03T22:00:08.223Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T22:00:08.223Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T22:00:08.486Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T22:00:08.486Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T22:00:08.486Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T22:00:08.486Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T22:00:08.748Z] Selecting previously unselected package libksba8:amd64. [2021-05-03T22:00:08.748Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-03T22:00:08.748Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-03T22:00:08.749Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-03T22:00:08.749Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:08.749Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.012Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-03T22:00:09.012Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.012Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.276Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-03T22:00:09.276Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.276Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.276Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-03T22:00:09.276Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.276Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.539Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-03T22:00:09.539Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.539Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.539Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-03T22:00:09.539Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.539Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.539Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-03T22:00:09.539Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.539Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.801Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-03T22:00:09.802Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.802Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:09.802Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-03T22:00:09.802Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T22:00:09.802Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:10.063Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T22:00:10.063Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T22:00:10.063Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T22:00:10.063Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T22:00:10.063Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T22:00:10.063Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T22:00:10.063Z] Selecting previously unselected package libldap-common. [2021-05-03T22:00:10.063Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-03T22:00:10.063Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T22:00:10.327Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T22:00:10.327Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-03T22:00:10.327Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T22:00:10.327Z] Selecting previously unselected package dirmngr. [2021-05-03T22:00:10.327Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T22:00:10.327Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T22:00:10.589Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T22:00:10.589Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-03T22:00:10.589Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T22:00:10.589Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T22:00:10.589Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T22:00:10.589Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-03T22:00:10.589Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:10.589Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-03T22:00:10.851Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T22:00:10.851Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-03T22:00:11.424Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T22:00:11.424Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.424Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-03T22:00:11.424Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-03T22:00:11.424Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-03T22:00:11.686Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T22:00:11.686Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T22:00:11.686Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T22:00:11.948Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T22:00:12.524Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-03T22:00:12.524Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-03T22:00:12.524Z] This means they are not meant to be enabled using systemctl. [2021-05-03T22:00:12.524Z] Possible reasons for having this kind of units are: [2021-05-03T22:00:12.524Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-03T22:00:12.524Z] .wants/ or .requires/ directory. [2021-05-03T22:00:12.524Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-03T22:00:12.524Z] a requirement dependency on it. [2021-05-03T22:00:12.524Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-03T22:00:12.524Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-03T22:00:12.524Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-03T22:00:12.524Z] instance name specified. [2021-05-03T22:00:12.786Z] Reading package lists... [2021-05-03T22:00:13.048Z] Building dependency tree... [2021-05-03T22:00:13.048Z] Reading state information... [2021-05-03T22:00:13.048Z] The following additional packages will be installed: [2021-05-03T22:00:13.048Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-03T22:00:13.048Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-03T22:00:13.048Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-03T22:00:13.048Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-03T22:00:13.048Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-03T22:00:13.048Z] Suggested packages: [2021-05-03T22:00:13.048Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-03T22:00:13.048Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-03T22:00:13.048Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-03T22:00:13.048Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-03T22:00:13.048Z] systemd-container policykit-1 [2021-05-03T22:00:13.048Z] Recommended packages: [2021-05-03T22:00:13.048Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-03T22:00:13.048Z] The following NEW packages will be installed: [2021-05-03T22:00:13.048Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-03T22:00:13.048Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-03T22:00:13.048Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-03T22:00:13.048Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-03T22:00:13.048Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-03T22:00:13.048Z] The following packages will be upgraded: [2021-05-03T22:00:13.048Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-03T22:00:13.313Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-03T22:00:13.314Z] Need to get 35.2 MB of archives. [2021-05-03T22:00:13.314Z] After this operation, 141 MB of additional disk space will be used. [2021-05-03T22:00:13.314Z] 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-03T22:00:13.314Z] 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-03T22:00:13.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-03T22:00:13.314Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-03T22:00:13.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-03T22:00:13.314Z] 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-03T22:00:13.314Z] 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-03T22:00:13.314Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-03T22:00:13.314Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-03T22:00:13.314Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-03T22:00:13.314Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-03T22:00:13.576Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-03T22:00:13.576Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-03T22:00:13.576Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-03T22:00:13.576Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-03T22:00:13.576Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-03T22:00:13.576Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-03T22:00:14.521Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-03T22:00:14.521Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-03T22:00:14.521Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-03T22:00:14.521Z] 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-03T22:00:14.521Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-03T22:00:14.521Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-03T22:00:14.521Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-03T22:00:14.521Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-03T22:00:14.521Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-03T22:00:14.521Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-03T22:00:14.521Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-03T22:00:14.521Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-03T22:00:14.521Z] 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-03T22:00:14.784Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T22:00:14.784Z] Fetched 35.2 MB in 1s (25.3 MB/s) [2021-05-03T22:00:14.784Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T22:00:14.784Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-03T22:00:15.045Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T22:00:15.621Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-03T22:00:15.621Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T22:00:15.884Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-03T22:00:15.884Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T22:00:15.884Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-03T22:00:15.884Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-03T22:00:16.146Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-03T22:00:16.146Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T22:00:16.146Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-03T22:00:16.146Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-03T22:00:16.720Z] Setting up apt (1.6.13) ... [2021-05-03T22:00:16.720Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-03T22:00:16.983Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-03T22:00:17.245Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-03T22:00:17.245Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T22:00:17.245Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T22:00:17.507Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-03T22:00:17.507Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T22:00:17.507Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:17.769Z] Selecting previously unselected package libexpat1:amd64. [2021-05-03T22:00:17.769Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-03T22:00:17.769Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T22:00:17.769Z] Selecting previously unselected package python3.6-minimal. [2021-05-03T22:00:17.769Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T22:00:17.769Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:18.030Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T22:00:18.293Z] Checking for services that may need to be restarted...done. [2021-05-03T22:00:18.293Z] Checking for services that may need to be restarted...done. [2021-05-03T22:00:18.293Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:18.293Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T22:00:18.293Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:18.867Z] Selecting previously unselected package python3-minimal. [2021-05-03T22:00:18.867Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-03T22:00:18.867Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-03T22:00:18.867Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-03T22:00:19.129Z] Selecting previously unselected package mime-support. [2021-05-03T22:00:19.129Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-03T22:00:19.129Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-03T22:00:19.129Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-03T22:00:19.129Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-03T22:00:19.129Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T22:00:19.129Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-03T22:00:19.129Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T22:00:19.391Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:20.337Z] Selecting previously unselected package python3.6. [2021-05-03T22:00:20.337Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T22:00:20.337Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:20.598Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T22:00:20.598Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-03T22:00:20.598Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T22:00:20.598Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-03T22:00:20.861Z] Selecting previously unselected package python3. [2021-05-03T22:00:20.861Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-03T22:00:20.861Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-03T22:00:20.861Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-03T22:00:20.861Z] Selecting previously unselected package multiarch-support. [2021-05-03T22:00:20.861Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:20.861Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T22:00:21.122Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T22:00:21.122Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-03T22:00:21.122Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-03T22:00:21.122Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-03T22:00:21.122Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T22:00:21.384Z] Selecting previously unselected package libbsd0:amd64. [2021-05-03T22:00:21.384Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-03T22:00:21.384Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T22:00:21.384Z] Selecting previously unselected package sudo. [2021-05-03T22:00:21.384Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:21.384Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T22:00:21.645Z] Selecting previously unselected package apparmor. [2021-05-03T22:00:21.645Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T22:00:21.645Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-03T22:00:21.645Z] Selecting previously unselected package libedit2:amd64. [2021-05-03T22:00:21.645Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-03T22:00:21.645Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T22:00:21.907Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T22:00:21.907Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T22:00:21.907Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:21.907Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T22:00:21.907Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T22:00:21.907Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:22.169Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T22:00:22.169Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-03T22:00:22.169Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T22:00:22.169Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T22:00:22.169Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T22:00:22.169Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:22.431Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T22:00:22.431Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T22:00:22.431Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:22.693Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-03T22:00:22.693Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-03T22:00:22.693Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T22:00:22.954Z] Selecting previously unselected package openssh-client. [2021-05-03T22:00:22.954Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-03T22:00:22.954Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T22:00:23.217Z] Selecting previously unselected package squashfs-tools. [2021-05-03T22:00:23.217Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-03T22:00:23.217Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T22:00:23.478Z] Selecting previously unselected package snapd. [2021-05-03T22:00:23.478Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-03T22:00:23.478Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-03T22:00:26.030Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T22:00:26.030Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T22:00:26.030Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-03T22:00:26.030Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T22:00:26.293Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T22:00:26.293Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:26.293Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T22:00:26.293Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-03T22:00:26.293Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-03T22:00:27.241Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T22:00:27.241Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T22:00:27.241Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T22:00:27.241Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:27.503Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:27.503Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T22:00:28.448Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T22:00:28.448Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:28.448Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T22:00:28.448Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-03T22:00:28.448Z] running python rtupdate hooks for python3.6... [2021-05-03T22:00:28.448Z] running python post-rtupdate hooks for python3.6... [2021-05-03T22:00:28.448Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-03T22:00:30.996Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-03T22:00:30.996Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T22:00:30.996Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T22:00:30.996Z] Setting up snapd (2.48.3+18.04) ... [2021-05-03T22:00:31.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-03T22:00:31.831Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-03T22:00:31.831Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-03T22:00:32.093Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-03T22:00:32.354Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T22:00:32.354Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T22:00:32.615Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-03T22:00:32.877Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-03T22:00:33.138Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-03T22:00:33.138Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-03T22:00:33.400Z] /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-03T22:00:33.400Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T22:00:33.400Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T22:00:34.791Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T22:00:34.791Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T22:00:34.791Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T22:00:36.444Z] Reading package lists... [2021-05-03T22:00:36.707Z] Reading package lists... [2021-05-03T22:00:36.969Z] Building dependency tree... [2021-05-03T22:00:36.969Z] Reading state information... [2021-05-03T22:00:36.969Z] Calculating upgrade... [2021-05-03T22:00:37.232Z] The following packages will be upgraded: [2021-05-03T22:00:37.232Z] advancecomp base-files bash binutils binutils-common [2021-05-03T22:00:37.232Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-03T22:00:37.232Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-03T22:00:37.232Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-03T22:00:37.232Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-03T22:00:37.232Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-03T22:00:37.232Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-03T22:00:37.232Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-03T22:00:37.232Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-03T22:00:37.232Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-03T22:00:37.232Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-03T22:00:37.232Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-03T22:00:37.232Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-03T22:00:37.232Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-03T22:00:37.232Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-03T22:00:37.232Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T22:00:37.232Z] Need to get 64.0 MB of archives. [2021-05-03T22:00:37.232Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-03T22:00:37.232Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-03T22:00:37.496Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-03T22:00:37.497Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-03T22:00:37.497Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-03T22:00:37.497Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-03T22:00:37.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-03T22:00:37.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-03T22:00:37.497Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-03T22:00:37.497Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-03T22:00:37.497Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-03T22:00:37.497Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-03T22:00:37.497Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-03T22:00:37.497Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-03T22:00:37.497Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-03T22:00:37.497Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-03T22:00:37.497Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-03T22:00:37.497Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-03T22:00:37.497Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-03T22:00:37.497Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-03T22:00:37.497Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-03T22:00:37.760Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-03T22:00:37.760Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-03T22:00:37.760Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-03T22:00:37.760Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-03T22:00:37.760Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-03T22:00:37.760Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-03T22:00:37.760Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-03T22:00:37.760Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-03T22:00:37.760Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-03T22:00:37.760Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-03T22:00:37.760Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-03T22:00:37.760Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-03T22:00:37.760Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-03T22:00:37.760Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-03T22:00:37.760Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-03T22:00:37.760Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-03T22:00:37.760Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-03T22:00:37.760Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-03T22:00:37.760Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-03T22:00:37.760Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-03T22:00:37.760Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-03T22:00:37.760Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-03T22:00:37.760Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-03T22:00:37.760Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-03T22:00:37.760Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-03T22:00:37.760Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-03T22:00:37.760Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-03T22:00:37.760Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-03T22:00:37.760Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-03T22:00:37.760Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-03T22:00:37.760Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-03T22:00:37.760Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-03T22:00:37.760Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-03T22:00:37.760Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-03T22:00:37.760Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-03T22:00:37.760Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-03T22:00:38.023Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-03T22:00:38.286Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-03T22:00:38.286Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-03T22:00:38.286Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-03T22:00:38.286Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-03T22:00:38.286Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-03T22:00:38.286Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-03T22:00:38.286Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-03T22:00:38.548Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-03T22:00:38.548Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-03T22:00:38.548Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-03T22:00:38.548Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-03T22:00:38.548Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-03T22:00:38.548Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-03T22:00:38.548Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-03T22:00:38.548Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-03T22:00:38.548Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-03T22:00:38.548Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-03T22:00:38.548Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-03T22:00:38.548Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-03T22:00:38.548Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-03T22:00:38.548Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-03T22:00:38.548Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-03T22:00:38.548Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-03T22:00:38.548Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-03T22:00:38.548Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-03T22:00:38.548Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-03T22:00:38.548Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-03T22:00:38.810Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-03T22:00:38.810Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-03T22:00:38.810Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-03T22:00:38.810Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-03T22:00:38.810Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-03T22:00:38.810Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-03T22:00:38.810Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-03T22:00:38.810Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-03T22:00:38.810Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-03T22:00:38.810Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-03T22:00:38.810Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-03T22:00:38.810Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-03T22:00:38.810Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-03T22:00:38.810Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-03T22:00:39.072Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-03T22:00:39.072Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-03T22:00:39.072Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-03T22:00:39.399Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T22:00:39.399Z] Fetched 64.0 MB in 2s (37.4 MB/s) [2021-05-03T22:00:39.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:39.399Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:39.399Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T22:00:39.973Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:39.973Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T22:00:39.973Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-03T22:00:40.234Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-03T22:00:41.181Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.181Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.181Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.181Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.443Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.443Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.443Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.443Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.705Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.705Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.705Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.966Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.967Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:41.967Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:41.967Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:00:42.228Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T22:00:42.228Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:42.228Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-03T22:00:42.228Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:00:42.490Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T22:00:42.490Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:42.490Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:43.067Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:43.067Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:43.644Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T22:00:43.644Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T22:00:44.222Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:00:44.485Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T22:00:44.485Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:44.749Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T22:00:45.697Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T22:00:45.697Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T22:00:45.697Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-03T22:00:45.697Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-03T22:00:45.697Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-03T22:00:45.959Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-03T22:00:46.222Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-03T22:00:46.484Z] Installing new version of config file /etc/issue ... [2021-05-03T22:00:46.484Z] Installing new version of config file /etc/issue.net ... [2021-05-03T22:00:46.484Z] Installing new version of config file /etc/lsb-release ... [2021-05-03T22:00:46.484Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-03T22:00:46.747Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-03T22:00:47.009Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-03T22:00:47.009Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-03T22:00:47.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:47.009Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-03T22:00:47.009Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-03T22:00:47.272Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-03T22:00:47.272Z] 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-03T22:00:47.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:47.536Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:47.536Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:47.536Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:47.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:47.799Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-03T22:00:47.799Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-03T22:00:48.062Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-03T22:00:48.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:48.062Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-03T22:00:48.062Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T22:00:48.324Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-03T22:00:48.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:48.587Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T22:00:48.587Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T22:00:48.849Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T22:00:48.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:48.849Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T22:00:48.849Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T22:00:49.111Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-03T22:00:49.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:49.111Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-03T22:00:49.375Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-03T22:00:49.375Z] Setting up grep (3.1-2build1) ... [2021-05-03T22:00:49.637Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:49.637Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T22:00:49.637Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T22:00:49.900Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-03T22:00:49.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:49.900Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T22:00:49.900Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T22:00:50.161Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-03T22:00:50.161Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:50.161Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T22:00:50.423Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T22:00:51.000Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T22:00:51.000Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T22:00:51.264Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T22:00:51.264Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T22:00:51.840Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-03T22:00:51.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:51.840Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-03T22:00:51.840Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T22:00:53.231Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T22:00:53.231Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T22:00:53.231Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T22:00:53.231Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T22:00:53.231Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T22:00:53.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:53.231Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-03T22:00:53.231Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-03T22:00:53.495Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-03T22:00:53.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:53.495Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:53.758Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:53.758Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:54.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:54.021Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:54.021Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:54.021Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:54.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:54.284Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:54.284Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:54.548Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:54.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:54.548Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:54.548Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:54.810Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:54.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:54.810Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T22:00:54.810Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T22:00:55.073Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T22:00:55.073Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T22:00:55.073Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T22:00:55.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:55.335Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T22:00:55.335Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T22:00:55.335Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T22:00:55.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:55.598Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:55.598Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:55.598Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:55.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:55.598Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:55.598Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:55.861Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:55.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:55.861Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:00:55.861Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:00:56.437Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:00:56.703Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-03T22:00:56.965Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-03T22:00:57.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:57.228Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T22:00:57.228Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T22:00:57.228Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T22:00:57.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T22:00:57.497Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-03T22:00:57.497Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T22:00:57.760Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-03T22:00:57.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:57.761Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-03T22:00:58.024Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-03T22:00:58.024Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-03T22:00:58.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:58.284Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-03T22:00:58.546Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T22:00:58.546Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-03T22:00:58.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:58.809Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-03T22:00:58.809Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T22:00:58.809Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-03T22:00:59.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:59.075Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T22:00:59.075Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T22:00:59.075Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T22:00:59.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:59.338Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T22:00:59.338Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T22:00:59.601Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T22:00:59.892Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:00:59.892Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T22:00:59.892Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T22:01:00.175Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T22:01:00.750Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:00.750Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T22:01:00.750Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T22:01:01.013Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-03T22:01:01.013Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T22:01:01.590Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T22:01:01.591Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T22:01:01.855Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T22:01:02.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:02.118Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-03T22:01:02.379Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-03T22:01:02.642Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-03T22:01:02.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:02.906Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-03T22:01:03.173Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T22:01:03.440Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T22:01:03.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:03.703Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T22:01:03.703Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T22:01:03.703Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T22:01:03.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:03.982Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-03T22:01:03.982Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-03T22:01:03.982Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-03T22:01:04.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:04.244Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T22:01:04.244Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T22:01:04.506Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-03T22:01:04.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:04.768Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T22:01:04.768Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T22:01:05.030Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-03T22:01:05.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:05.030Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T22:01:05.030Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T22:01:05.292Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T22:01:05.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:05.292Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T22:01:05.292Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T22:01:05.554Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T22:01:05.554Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:05.554Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-03T22:01:05.554Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-03T22:01:05.815Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-03T22:01:06.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:06.077Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-03T22:01:06.077Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-03T22:01:06.077Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-03T22:01:06.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:06.339Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-03T22:01:06.339Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-03T22:01:06.339Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-03T22:01:06.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:06.602Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-03T22:01:06.602Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-03T22:01:06.869Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-03T22:01:06.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:06.869Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-03T22:01:06.869Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-03T22:01:07.134Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-03T22:01:07.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T22:01:07.134Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-03T22:01:07.134Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-03T22:01:07.400Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-03T22:01:07.400Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-03T22:01:07.400Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T22:01:07.400Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T22:01:07.662Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T22:01:07.662Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T22:01:07.923Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T22:01:07.923Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T22:01:08.186Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-03T22:01:08.186Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-03T22:01:08.452Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T22:01:08.452Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-03T22:01:08.452Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-03T22:01:08.452Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-03T22:01:08.727Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-03T22:01:08.727Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-03T22:01:08.727Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-03T22:01:08.727Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-03T22:01:08.993Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-03T22:01:08.993Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-03T22:01:08.993Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-03T22:01:08.993Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-03T22:01:09.255Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-03T22:01:09.255Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-03T22:01:09.255Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-03T22:01:09.519Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-03T22:01:10.464Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-03T22:01:10.464Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-03T22:01:10.464Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-03T22:01:10.464Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-03T22:01:10.464Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T22:01:10.782Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T22:01:11.045Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T22:01:11.045Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T22:01:11.313Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T22:01:11.313Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T22:01:11.313Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T22:01:11.313Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T22:01:11.576Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:11.576Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:11.576Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:11.576Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:11.838Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:11.838Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:11.838Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:12.100Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:13.052Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:13.052Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:14.005Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:14.005Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:14.951Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:14.951Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:15.214Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:15.214Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:15.254Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:01:15.254Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:01:15.254Z] ---> 887c012ce7c1 [2021-05-03T22:01:15.254Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T22:01:15.254Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:01:15.254Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:01:15.254Z] ---> 887c012ce7c1 [2021-05-03T22:01:15.254Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T22:01:15.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:01:15.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:01:15.254Z] ---> 887c012ce7c1 [2021-05-03T22:01:15.254Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T22:01:15.254Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:01:15.254Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:01:15.254Z] ---> 887c012ce7c1 [2021-05-03T22:01:15.254Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T22:01:15.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:01:15.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:01:15.254Z] ---> 887c012ce7c1 [2021-05-03T22:01:15.254Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T22:01:15.254Z] ---> Running in 0f073a9906e4 [2021-05-03T22:01:15.254Z] ---> Running in 13056e48c20c [2021-05-03T22:01:15.254Z] ---> Running in 2110530388db [2021-05-03T22:01:15.254Z] ---> Running in d4d2d6fa4a31 [2021-05-03T22:01:15.254Z] ---> Running in 6ed464f2a2b0 [2021-05-03T22:01:15.254Z] Removing intermediate container d4d2d6fa4a31 [2021-05-03T22:01:15.254Z] ---> 9d845f1885e8 [2021-05-03T22:01:15.254Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:01:15.254Z] Removing intermediate container 2110530388db [2021-05-03T22:01:15.254Z] ---> b171221210be [2021-05-03T22:01:15.254Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:01:15.254Z] ---> Running in 46b79e4661d1 [2021-05-03T22:01:15.254Z] Removing intermediate container 6ed464f2a2b0 [2021-05-03T22:01:15.254Z] ---> fbec3d561e80 [2021-05-03T22:01:15.254Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:01:15.254Z] Removing intermediate container 0f073a9906e4 [2021-05-03T22:01:15.254Z] ---> c39f95afbd83 [2021-05-03T22:01:15.254Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:01:15.254Z] Removing intermediate container 13056e48c20c [2021-05-03T22:01:15.254Z] ---> 583e76298761 [2021-05-03T22:01:15.254Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:01:15.254Z] ---> Running in 898f555940cf [2021-05-03T22:01:15.254Z] ---> Running in 24f7d6574941 [2021-05-03T22:01:15.254Z] ---> Running in 5e5f7d25c815 [2021-05-03T22:01:15.254Z] ---> Running in 9153d1de7825 [2021-05-03T22:01:15.254Z] Removing intermediate container 46b79e4661d1 [2021-05-03T22:01:15.254Z] ---> c20922487515 [2021-05-03T22:01:15.254Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T22:01:15.254Z] Removing intermediate container 898f555940cf [2021-05-03T22:01:15.254Z] ---> 9f8e913d7b30 [2021-05-03T22:01:15.254Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T22:01:15.254Z] ---> Running in 1d0773344a49 [2021-05-03T22:01:15.254Z] ---> Running in a9f3d1e801c5 [2021-05-03T22:01:15.254Z] Removing intermediate container 24f7d6574941 [2021-05-03T22:01:15.254Z] ---> 335a79aafcf8 [2021-05-03T22:01:15.254Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T22:01:15.254Z] Removing intermediate container 9153d1de7825 [2021-05-03T22:01:15.254Z] ---> 22cdef9bcec2 [2021-05-03T22:01:15.254Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T22:01:15.254Z] ---> Running in bbc4812ece32 [2021-05-03T22:01:15.254Z] ---> Running in ac069cca327f [2021-05-03T22:01:15.254Z] Removing intermediate container 5e5f7d25c815 [2021-05-03T22:01:15.254Z] ---> bb6b0224e347 [2021-05-03T22:01:15.254Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T22:01:15.254Z] ---> Running in 714c837e4168 [2021-05-03T22:01:15.542Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:15.817Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.097Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.381Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.381Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.381Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.607Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T22:01:16.607Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T22:01:16.607Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T22:01:16.607Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T22:01:16.607Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T22:01:16.607Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T22:01:16.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:16.868Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T22:01:16.868Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T22:01:17.129Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-03T22:01:17.129Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-03T22:01:17.129Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T22:01:17.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:17.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:17.257Z] OK: 218 MiB in 52 packages [2021-05-03T22:01:17.389Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T22:01:17.389Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T22:01:17.390Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T22:01:17.537Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:01:17.650Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-03T22:01:17.650Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-03T22:01:17.650Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:17.823Z] OK: 218 MiB in 52 packages [2021-05-03T22:01:17.913Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T22:01:17.913Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:17.913Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:17.913Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:17.913Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-03T22:01:17.913Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-03T22:01:17.913Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-03T22:01:18.174Z] [2021-05-03T22:01:18.174Z] Current default time zone: 'Etc/UTC' [2021-05-03T22:01:18.174Z] Local time is now: Mon May 3 22:01:18 UTC 2021. [2021-05-03T22:01:18.174Z] Universal Time is now: Mon May 3 22:01:18 UTC 2021. [2021-05-03T22:01:18.174Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-03T22:01:18.174Z] [2021-05-03T22:01:18.174Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-03T22:01:18.174Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:18.174Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-03T22:01:18.436Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-03T22:01:18.436Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-03T22:01:18.436Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-03T22:01:18.436Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-03T22:01:18.436Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-03T22:01:18.436Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-03T22:01:18.436Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T22:01:18.436Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:18.440Z] OK: 218 MiB in 52 packages [2021-05-03T22:01:18.440Z] OK: 218 MiB in 52 packages [2021-05-03T22:01:18.698Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-03T22:01:18.720Z] OK: 218 MiB in 52 packages [2021-05-03T22:01:18.963Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:18.963Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T22:01:18.963Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:19.225Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-03T22:01:19.226Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-03T22:01:19.226Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-03T22:01:19.226Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T22:01:19.226Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-03T22:01:19.322Z] Removing intermediate container 1d0773344a49 [2021-05-03T22:01:19.322Z] ---> 60fe79875f38 [2021-05-03T22:01:19.322Z] Step 6/21 : COPY go.mod . [2021-05-03T22:01:19.487Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-03T22:01:19.487Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-03T22:01:19.487Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-03T22:01:19.930Z] Removing intermediate container a9f3d1e801c5 [2021-05-03T22:01:19.930Z] ---> c5f46a16ac21 [2021-05-03T22:01:19.930Z] Step 6/22 : COPY go.mod . [2021-05-03T22:01:19.930Z] Removing intermediate container bbc4812ece32 [2021-05-03T22:01:19.930Z] ---> 7ff5559940fe [2021-05-03T22:01:19.930Z] Step 6/31 : COPY go.mod . [2021-05-03T22:01:20.533Z] ---> 0acaf60f9ad5 [2021-05-03T22:01:20.533Z] Step 7/21 : RUN go mod download [2021-05-03T22:01:20.533Z] Removing intermediate container 714c837e4168 [2021-05-03T22:01:20.533Z] ---> 5a7b24ee9035 [2021-05-03T22:01:20.533Z] Step 6/22 : COPY go.mod . [2021-05-03T22:01:20.533Z] ---> Running in 3e4990a8860b [2021-05-03T22:01:20.810Z] Removing intermediate container ac069cca327f [2021-05-03T22:01:20.810Z] ---> 05d3dff6db1c [2021-05-03T22:01:20.810Z] Step 6/23 : COPY go.mod . [2021-05-03T22:01:21.097Z] ---> c7b056420d0b [2021-05-03T22:01:21.097Z] Step 7/22 : RUN go mod download [2021-05-03T22:01:21.097Z] ---> 024274b775f3 [2021-05-03T22:01:21.097Z] Step 7/31 : RUN go mod download [2021-05-03T22:01:21.373Z] ---> Running in e57173aacce3 [2021-05-03T22:01:21.373Z] ---> Running in 83645affb9ef [2021-05-03T22:01:21.402Z] Updating certificates in /etc/ssl/certs... [2021-05-03T22:01:21.651Z] ---> bef7139b226e [2021-05-03T22:01:21.651Z] Step 7/22 : RUN go mod download [2021-05-03T22:01:21.928Z] ---> 87df93cac656 [2021-05-03T22:01:21.928Z] Step 7/23 : RUN go mod download [2021-05-03T22:01:21.928Z] ---> Running in 1fb24a0a774b [2021-05-03T22:01:21.975Z] 23 added, 27 removed; done. [2021-05-03T22:01:22.206Z] ---> Running in 34bbb42799e2 [2021-05-03T22:01:22.236Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T22:01:22.236Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T22:01:22.497Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-03T22:01:22.497Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-03T22:01:22.497Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-03T22:01:22.758Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.019Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T22:01:23.019Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.019Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.281Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.281Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.281Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:23.281Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-03T22:01:23.542Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-03T22:01:23.803Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-03T22:01:23.804Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-03T22:01:24.065Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-03T22:01:24.065Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:24.065Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T22:01:24.326Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-03T22:01:24.326Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-03T22:01:24.587Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-03T22:01:24.843Z] Removing intermediate container 3e4990a8860b [2021-05-03T22:01:24.843Z] ---> 95ec4c715237 [2021-05-03T22:01:24.843Z] Step 8/21 : COPY . . [2021-05-03T22:01:24.849Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T22:01:25.110Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T22:01:25.111Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-03T22:01:25.111Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-03T22:01:25.111Z] Updating certificates in /etc/ssl/certs... [2021-05-03T22:01:25.684Z] 0 added, 0 removed; done. [2021-05-03T22:01:25.684Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-03T22:01:25.684Z] done. [2021-05-03T22:01:26.283Z] Removing intermediate container e57173aacce3 [2021-05-03T22:01:26.283Z] ---> d4657de5a487 [2021-05-03T22:01:26.283Z] Step 8/22 : COPY . . [2021-05-03T22:01:26.559Z] Removing intermediate container 83645affb9ef [2021-05-03T22:01:26.559Z] ---> 8b457c4f1dbc [2021-05-03T22:01:26.559Z] Step 8/31 : COPY . . [2021-05-03T22:01:26.631Z] Reading package lists... [2021-05-03T22:01:26.631Z] Building dependency tree... [2021-05-03T22:01:26.631Z] Reading state information... [2021-05-03T22:01:26.836Z] Removing intermediate container 34bbb42799e2 [2021-05-03T22:01:26.836Z] ---> f9dee0386204 [2021-05-03T22:01:26.836Z] Step 8/23 : COPY . . [2021-05-03T22:01:26.893Z] The following NEW packages will be installed: [2021-05-03T22:01:26.893Z] apt-transport-https [2021-05-03T22:01:27.112Z] Removing intermediate container 1fb24a0a774b [2021-05-03T22:01:27.112Z] ---> 7f08f65d8df6 [2021-05-03T22:01:27.112Z] Step 8/22 : COPY . . [2021-05-03T22:01:27.154Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T22:01:27.154Z] Need to get 1692 B of archives. [2021-05-03T22:01:27.154Z] After this operation, 154 kB of additional disk space will be used. [2021-05-03T22:01:27.154Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-03T22:01:27.154Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T22:01:27.154Z] Fetched 1692 B in 0s (8464 B/s) [2021-05-03T22:01:27.418Z] Selecting previously unselected package apt-transport-https. [2021-05-03T22:01:27.418Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-03T22:01:27.418Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-03T22:01:27.418Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-03T22:01:27.418Z] Setting up apt-transport-https (1.6.13) ... [2021-05-03T22:01:27.680Z] Waiting for network to be ready... [2021-05-03T22:01:35.831Z] 2021-05-03T22:01:31Z INFO Waiting for automatic snapd restart... [2021-05-03T22:01:35.831Z] snapd 2.49.2 from Canonical* installed [2021-05-03T22:01:36.403Z] "snapd" switched to the "latest/stable" channel [2021-05-03T22:01:36.403Z] [2021-05-03T22:01:41.699Z] core18 20210309 from Canonical* installed [2021-05-03T22:01:41.699Z] "core18" switched to the "latest/stable" channel [2021-05-03T22:01:41.699Z] [2021-05-03T22:01:48.299Z] snapcraft 4.7.1 from Canonical* installed [2021-05-03T22:01:48.299Z] "snapcraft" switched to the "latest/stable" channel [2021-05-03T22:01:48.299Z] [2021-05-03T22:01:52.516Z] 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-03T22:01:52.516Z] - README.md [2021-05-03T22:01:52.516Z] [2021-05-03T22:01:52.516Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T22:01:53.939Z] ---> d6abc3b4c913 [2021-05-03T22:01:53.939Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T22:01:53.939Z] ---> 0eb344a57012 [2021-05-03T22:01:53.939Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T22:01:53.939Z] ---> Running in 5d6b4e5747a6 [2021-05-03T22:01:53.939Z] ---> 9ee6afd20763 [2021-05-03T22:01:53.939Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T22:01:53.939Z] ---> 48246d4e1c4e [2021-05-03T22:01:53.939Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T22:01:53.939Z] ---> 7dc582d81c47 [2021-05-03T22:01:53.939Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T22:01:53.939Z] ---> Running in 9592e3868be0 [2021-05-03T22:01:53.939Z] ---> Running in 8f18239f12f6 [2021-05-03T22:01:53.939Z] ---> Running in 4708ef42b387 [2021-05-03T22:01:53.939Z] ---> Running in d9272bbd5668 [2021-05-03T22:01:54.213Z] 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-03T22:01:55.212Z] 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-03T22:01:55.511Z] 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-03T22:01:55.511Z] 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-03T22:01:55.511Z] 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-03T22:01:59.115Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T22:01:59.115Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T22:01:59.115Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T22:01:59.115Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T22:02:00.504Z] Reading package lists... [2021-05-03T22:02:01.077Z] 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-03T22:02:07.673Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T22:02:07.673Z] Reading package lists... [2021-05-03T22:02:07.673Z] Building dependency tree... [2021-05-03T22:02:07.673Z] Reading state information... [2021-05-03T22:02:07.673Z] Suggested packages: [2021-05-03T22:02:07.673Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-03T22:02:07.673Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-03T22:02:07.673Z] Recommended packages: [2021-05-03T22:02:07.673Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-03T22:02:07.673Z] The following NEW packages will be installed: [2021-05-03T22:02:07.673Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-03T22:02:07.673Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-03T22:02:07.673Z] pkg-config zip [2021-05-03T22:02:07.673Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T22:02:07.673Z] Need to get 7663 kB of archives. [2021-05-03T22:02:07.673Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-03T22:02:07.673Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-03T22:02:07.673Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-03T22:02:07.936Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-03T22:02:07.936Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-03T22:02:07.936Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-03T22:02:07.936Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-03T22:02:08.198Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-03T22:02:08.198Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-03T22:02:08.198Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-03T22:02:08.198Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-03T22:02:08.198Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-03T22:02:08.198Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-03T22:02:08.460Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-03T22:02:08.460Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-03T22:02:08.460Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-03T22:02:08.722Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T22:02:08.722Z] Fetched 7663 kB in 1s (6989 kB/s) [2021-05-03T22:02:08.983Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-03T22:02:08.983Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-03T22:02:08.983Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-03T22:02:08.983Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T22:02:09.245Z] Selecting previously unselected package libpsl5:amd64. [2021-05-03T22:02:09.245Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-03T22:02:09.245Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T22:02:09.245Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T22:02:09.245Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-03T22:02:09.245Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T22:02:09.245Z] Selecting previously unselected package librtmp1:amd64. [2021-05-03T22:02:09.245Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-03T22:02:09.245Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T22:02:09.511Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-03T22:02:09.512Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-03T22:02:09.512Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T22:02:09.512Z] Selecting previously unselected package liberror-perl. [2021-05-03T22:02:09.512Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-03T22:02:09.512Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-03T22:02:09.773Z] Selecting previously unselected package git-man. [2021-05-03T22:02:09.773Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-03T22:02:09.773Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T22:02:09.773Z] Selecting previously unselected package git. [2021-05-03T22:02:09.773Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-03T22:02:09.773Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T22:02:10.723Z] Selecting previously unselected package libnorm1:amd64. [2021-05-03T22:02:10.723Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-03T22:02:10.723Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T22:02:10.985Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-03T22:02:10.985Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-03T22:02:10.985Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T22:02:10.985Z] Selecting previously unselected package libsodium23:amd64. [2021-05-03T22:02:10.985Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-03T22:02:10.985Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-03T22:02:11.246Z] Selecting previously unselected package libzmq5:amd64. [2021-05-03T22:02:11.246Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T22:02:11.246Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T22:02:11.246Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-03T22:02:11.246Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T22:02:11.246Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T22:02:11.507Z] Selecting previously unselected package pkg-config. [2021-05-03T22:02:11.507Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-03T22:02:11.507Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T22:02:11.507Z] Selecting previously unselected package zip. [2021-05-03T22:02:11.507Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-03T22:02:11.507Z] Unpacking zip (3.0-11build1) ... [2021-05-03T22:02:11.769Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T22:02:11.769Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T22:02:11.769Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T22:02:11.769Z] Setting up liberror-perl (0.17025-1) ... [2021-05-03T22:02:11.769Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T22:02:11.769Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T22:02:11.769Z] No schema files found: doing nothing. [2021-05-03T22:02:11.769Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T22:02:12.029Z] Setting up zip (3.0-11build1) ... [2021-05-03T22:02:12.030Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T22:02:12.030Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-03T22:02:12.030Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T22:02:12.030Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T22:02:12.030Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T22:02:12.290Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T22:02:12.290Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T22:02:12.290Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T22:02:18.884Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T22:02:19.146Z] git set to automatically installed. [2021-05-03T22:02:19.146Z] git-man set to automatically installed. [2021-05-03T22:02:19.146Z] libcurl3-gnutls set to automatically installed. [2021-05-03T22:02:19.146Z] liberror-perl set to automatically installed. [2021-05-03T22:02:19.146Z] libglib2.0-0 set to automatically installed. [2021-05-03T22:02:19.146Z] libnghttp2-14 set to automatically installed. [2021-05-03T22:02:19.146Z] libnorm1 set to automatically installed. [2021-05-03T22:02:19.147Z] libpgm-5.2-0 set to automatically installed. [2021-05-03T22:02:19.147Z] libpsl5 set to automatically installed. [2021-05-03T22:02:19.147Z] librtmp1 set to automatically installed. [2021-05-03T22:02:19.147Z] libsodium23 set to automatically installed. [2021-05-03T22:02:19.147Z] libzmq3-dev set to automatically installed. [2021-05-03T22:02:19.147Z] libzmq5 set to automatically installed. [2021-05-03T22:02:19.147Z] pkg-config set to automatically installed. [2021-05-03T22:02:19.147Z] zip set to automatically installed. [2021-05-03T22:02:21.696Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T22:02:28.289Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T22:02:46.434Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-03T22:02:46.434Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T22:02:53.024Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T22:02:53.024Z] snap "core18" has no updates available [2021-05-03T22:02:53.285Z] Pulling go-build-helper [2021-05-03T22:02:53.285Z] + snapcraftctl pull [2021-05-03T22:02:54.671Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-03T22:02:54.671Z] Skipping pull go-build-helper (already ran) [2021-05-03T22:02:54.671Z] Building go-build-helper [2021-05-03T22:02:54.671Z] + snapcraftctl build [2021-05-03T22:02:57.222Z] Staging go-build-helper [2021-05-03T22:02:57.222Z] + snapcraftctl stage [2021-05-03T22:03:12.172Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T22:03:12.172Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T22:03:12.172Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T22:03:12.172Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T22:03:12.172Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T22:03:12.172Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T22:03:12.172Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T22:03:12.172Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T22:03:12.172Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T22:03:12.172Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T22:03:12.172Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T22:03:12.172Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T22:03:12.172Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T22:03:12.172Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T22:03:12.172Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T22:03:12.172Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T22:03:12.172Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T22:03:12.172Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T22:03:12.172Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T22:03:12.172Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-03T22:03:12.172Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T22:03:12.172Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T22:03:12.172Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T22:03:12.172Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-03T22:03:12.172Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-03T22:03:12.172Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T22:03:12.172Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T22:03:12.172Z] Fetched 24.5 MB in 6s (4057 kB/s) [2021-05-03T22:03:12.172Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T22:03:12.172Z] Fetched 224 kB in 0s (0 B/s) [2021-05-03T22:03:12.172Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T22:03:12.172Z] Fetched 157 kB in 0s (0 B/s) [2021-05-03T22:03:12.172Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T22:03:12.172Z] Fetched 221 kB in 0s (0 B/s) [2021-05-03T22:03:12.172Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T22:03:12.172Z] Fetched 143 kB in 0s (0 B/s) [2021-05-03T22:03:12.172Z] Pulling app-service-config [2021-05-03T22:03:12.172Z] + snapcraftctl pull [2021-05-03T22:03:12.172Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-03T22:03:12.172Z] Pulling config-common [2021-05-03T22:03:12.172Z] + snapcraftctl pull [2021-05-03T22:03:17.471Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T22:03:17.471Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T22:03:17.471Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T22:03:17.471Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:17.471Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T22:03:17.471Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:17.471Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T22:03:17.471Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:17.471Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T22:03:17.471Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:17.471Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T22:03:17.471Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:17.471Z] Pulling edgex-go [2021-05-03T22:03:17.471Z] + snapcraftctl pull [2021-05-03T22:03:39.464Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T22:03:39.464Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T22:03:39.464Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T22:03:39.464Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-03T22:03:39.464Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-03T22:03:39.464Z] Fetched 279 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-03T22:03:39.464Z] Fetched 122 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-03T22:03:39.464Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-03T22:03:39.464Z] Fetched 8848 B in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-03T22:03:39.464Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-03T22:03:39.464Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-03T22:03:39.464Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-03T22:03:39.464Z] Fetched 219 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-03T22:03:39.464Z] Fetched 154 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-03T22:03:39.464Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-03T22:03:39.464Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-03T22:03:39.464Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-03T22:03:39.464Z] Fetched 499 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-03T22:03:39.464Z] Fetched 111 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-03T22:03:39.464Z] Fetched 240 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-03T22:03:39.464Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-03T22:03:39.464Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-03T22:03:39.464Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-03T22:03:39.464Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-03T22:03:39.464Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-03T22:03:39.464Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-03T22:03:39.464Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-03T22:03:39.464Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-03T22:03:39.464Z] Fetched 8720 B in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-03T22:03:39.464Z] Fetched 137 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-03T22:03:39.464Z] Fetched 119 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-03T22:03:39.464Z] Fetched 110 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-03T22:03:39.464Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-03T22:03:39.464Z] Fetched 645 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-03T22:03:39.464Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-03T22:03:39.464Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-03T22:03:39.464Z] Fetched 368 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-03T22:03:39.464Z] Fetched 187 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-03T22:03:39.464Z] Fetched 175 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-03T22:03:39.464Z] Fetched 206 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-03T22:03:39.464Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-03T22:03:39.464Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-03T22:03:39.464Z] Fetched 159 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-03T22:03:39.464Z] Fetched 107 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-03T22:03:39.464Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-03T22:03:39.464Z] Pulling static-packages [2021-05-03T22:03:39.464Z] + snapcraftctl pull [2021-05-03T22:03:40.411Z] Pulling version [2021-05-03T22:03:40.411Z] + cd /root/project [2021-05-03T22:03:40.411Z] + [ -f VERSION ] [2021-05-03T22:03:40.411Z] + PROJECT_VERSION=local-dev [2021-05-03T22:03:40.411Z] + git rev-parse --short HEAD [2021-05-03T22:03:40.411Z] + GIT_REVISION=2a096355 [2021-05-03T22:03:40.411Z] + snapcraftctl set-version local-dev [2021-05-03T22:03:41.354Z] Skipping build go-build-helper (already ran) [2021-05-03T22:03:41.616Z] Building app-service-config [2021-05-03T22:03:41.616Z] + make build [2021-05-03T22:03:41.616Z] 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-03T22:03:44.229Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-03T22:03:44.515Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-03T22:03:44.515Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-03T22:03:44.515Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-03T22:03:44.515Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-03T22:03:44.786Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-03T22:03:44.787Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-03T22:03:44.787Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-03T22:03:44.787Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-03T22:03:44.787Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-03T22:03:45.050Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-03T22:03:45.050Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T22:03:45.050Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-03T22:03:45.375Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-03T22:03:45.375Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-03T22:03:45.375Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-03T22:03:45.375Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-03T22:03:45.375Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-03T22:03:45.375Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-03T22:03:45.375Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-03T22:03:45.375Z] go: downloading golang.org/x/text v0.3.2 [2021-05-03T22:03:45.375Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-03T22:03:45.375Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-03T22:03:45.375Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-03T22:03:45.680Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-03T22:03:45.680Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-03T22:03:45.944Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-03T22:03:45.944Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T22:03:45.944Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T22:03:45.944Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-03T22:03:45.944Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-03T22:03:45.944Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-03T22:03:45.944Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-03T22:03:45.944Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-03T22:03:45.944Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-03T22:03:45.944Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-03T22:03:45.944Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T22:03:45.944Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-03T22:03:45.944Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-03T22:03:46.211Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-03T22:03:47.409Z] 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-03T22:03:52.856Z] Removing intermediate container 5d6b4e5747a6 [2021-05-03T22:03:52.856Z] ---> 49ba906c716a [2021-05-03T22:03:52.856Z] [2021-05-03T22:03:52.856Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T22:03:52.856Z] 3.12: Pulling from library/alpine [2021-05-03T22:03:52.856Z] Removing intermediate container 4708ef42b387 [2021-05-03T22:03:52.856Z] ---> 7a20c67ce31f [2021-05-03T22:03:52.856Z] [2021-05-03T22:03:52.856Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T22:03:52.856Z] 3.12: Pulling from library/alpine [2021-05-03T22:03:54.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T22:03:54.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T22:03:54.300Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T22:03:54.300Z] ---> 9852663dfa18 [2021-05-03T22:03:54.300Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T22:03:54.300Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T22:03:54.300Z] ---> 9852663dfa18 [2021-05-03T22:03:54.300Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T22:03:55.299Z] ---> Running in f55ce69b40f3 [2021-05-03T22:03:55.299Z] ---> Running in 8bf895e26168 [2021-05-03T22:03:56.751Z] Removing intermediate container d9272bbd5668 [2021-05-03T22:03:56.751Z] ---> dba96e3ef8ba [2021-05-03T22:03:56.751Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T22:03:56.751Z] Removing intermediate container 8bf895e26168 [2021-05-03T22:03:56.751Z] ---> a7f25ae8fb24 [2021-05-03T22:03:56.751Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T22:03:57.025Z] ---> Running in 2f6933929af0 [2021-05-03T22:03:57.025Z] ---> Running in 3109bdedbe38 [2021-05-03T22:03:57.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:03:57.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:03:58.297Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T22:03:58.297Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T22:03:58.297Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T22:03:58.297Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T22:03:58.297Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:03:58.297Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T22:03:58.573Z] OK: 7 MiB in 18 packages [2021-05-03T22:03:58.599Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-03T22:03:58.599Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-03T22:03:58.599Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-03T22:03:58.599Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-03T22:03:58.859Z] 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-03T22:03:58.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:03:59.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:03:59.170Z] Building config-common [2021-05-03T22:03:59.170Z] + snapcraftctl build [2021-05-03T22:03:59.759Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T22:03:59.759Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T22:03:59.759Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:03:59.759Z] OK: 5 MiB in 16 packages [2021-05-03T22:04:02.399Z] Removing intermediate container f55ce69b40f3 [2021-05-03T22:04:02.399Z] ---> 92c29b68dfc8 [2021-05-03T22:04:02.399Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T22:04:02.399Z] ---> Running in 55eefcdbf728 [2021-05-03T22:04:02.399Z] Removing intermediate container 3109bdedbe38 [2021-05-03T22:04:02.399Z] ---> 3860d25156fe [2021-05-03T22:04:02.399Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T22:04:02.478Z] Building edgex-go [2021-05-03T22:04:03.064Z] + cd /root/parts/edgex-go/src [2021-05-03T22:04:03.064Z] + make build [2021-05-03T22:04:03.064Z] 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-03T22:04:03.081Z] ---> Running in 3ef40ee4fc9f [2021-05-03T22:04:03.081Z] Removing intermediate container 9592e3868be0 [2021-05-03T22:04:03.081Z] ---> c47ecf0eadb2 [2021-05-03T22:04:03.081Z] [2021-05-03T22:04:03.081Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T22:04:03.081Z] ---> 9852663dfa18 [2021-05-03T22:04:03.081Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T22:04:03.081Z] Removing intermediate container 8f18239f12f6 [2021-05-03T22:04:03.081Z] ---> ffac3f217f63 [2021-05-03T22:04:03.081Z] [2021-05-03T22:04:03.082Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T22:04:03.082Z] ---> 9852663dfa18 [2021-05-03T22:04:03.082Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T22:04:03.327Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-03T22:04:03.327Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-03T22:04:03.327Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-03T22:04:03.358Z] Removing intermediate container 55eefcdbf728 [2021-05-03T22:04:03.358Z] ---> 084bb8f7a40d [2021-05-03T22:04:03.358Z] Step 13/21 : WORKDIR /edgex [2021-05-03T22:04:03.358Z] ---> Running in f2d8665d7a00 [2021-05-03T22:04:03.358Z] ---> Running in 61b8e794e6d0 [2021-05-03T22:04:03.590Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T22:04:03.590Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-03T22:04:03.674Z] Removing intermediate container 2f6933929af0 [2021-05-03T22:04:03.674Z] ---> c64c0341c6f1 [2021-05-03T22:04:03.674Z] [2021-05-03T22:04:03.674Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T22:04:03.674Z] ---> Running in b61d359f62dc [2021-05-03T22:04:03.674Z] 20.10.0: Pulling from library/docker [2021-05-03T22:04:03.674Z] Removing intermediate container 3ef40ee4fc9f [2021-05-03T22:04:03.674Z] ---> 37763a6f85bb [2021-05-03T22:04:03.674Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T22:04:04.315Z] ---> Running in e198bcb0fcd0 [2021-05-03T22:04:05.344Z] Removing intermediate container b61d359f62dc [2021-05-03T22:04:05.344Z] ---> 7b4aed91dd49 [2021-05-03T22:04:05.344Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T22:04:05.647Z] Removing intermediate container e198bcb0fcd0 [2021-05-03T22:04:05.647Z] ---> 35a6ba493e21 [2021-05-03T22:04:05.647Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T22:04:06.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:06.091Z] ---> Running in d4d740459b0e [2021-05-03T22:04:06.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:06.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:06.978Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T22:04:06.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:06.978Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:04:06.978Z] OK: 5 MiB in 15 packages [2021-05-03T22:04:07.578Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T22:04:07.855Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T22:04:07.855Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:04:07.855Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T22:04:07.855Z] ---> 0ac3f11a608a [2021-05-03T22:04:07.855Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T22:04:08.132Z] OK: 6 MiB in 16 packages [2021-05-03T22:04:08.921Z] 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-03T22:04:08.921Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-03T22:04:10.127Z] Removing intermediate container f2d8665d7a00 [2021-05-03T22:04:10.127Z] ---> 06b0f347623c [2021-05-03T22:04:10.127Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T22:04:10.729Z] ---> dd881e34b19d [2021-05-03T22:04:10.729Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T22:04:11.009Z] ---> Running in c8b59c305401 [2021-05-03T22:04:11.009Z] Removing intermediate container 61b8e794e6d0 [2021-05-03T22:04:11.009Z] ---> c44496e45e9c [2021-05-03T22:04:11.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T22:04:11.281Z] Removing intermediate container d4d740459b0e [2021-05-03T22:04:11.281Z] ---> 0bd1fcaf5fb4 [2021-05-03T22:04:11.281Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T22:04:11.600Z] ---> Running in 6eb391869c09 [2021-05-03T22:04:12.204Z] ---> Running in eea4483e9ffe [2021-05-03T22:04:12.204Z] Removing intermediate container c8b59c305401 [2021-05-03T22:04:12.204Z] ---> 3118e040dfc4 [2021-05-03T22:04:12.204Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T22:04:12.806Z] ---> Running in 6dd89efdbda4 [2021-05-03T22:04:12.806Z] Removing intermediate container 6eb391869c09 [2021-05-03T22:04:12.806Z] ---> f2f3298e742e [2021-05-03T22:04:12.806Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T22:04:13.078Z] ---> 902a43980102 [2021-05-03T22:04:13.078Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T22:04:13.686Z] ---> Running in c71dbb9c22b6 [2021-05-03T22:04:13.686Z] ---> Running in ef3507fa5c29 [2021-05-03T22:04:13.686Z] Removing intermediate container eea4483e9ffe [2021-05-03T22:04:13.686Z] ---> 1e61a7a3ab8c [2021-05-03T22:04:13.686Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T22:04:14.228Z] 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-03T22:04:14.286Z] Removing intermediate container 6dd89efdbda4 [2021-05-03T22:04:14.286Z] ---> 89b2b297a143 [2021-05-03T22:04:14.286Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T22:04:14.559Z] Removing intermediate container c71dbb9c22b6 [2021-05-03T22:04:14.559Z] ---> 1e3905db7f52 [2021-05-03T22:04:14.559Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T22:04:14.559Z] Removing intermediate container ef3507fa5c29 [2021-05-03T22:04:14.559Z] ---> ccdf1ed26d52 [2021-05-03T22:04:14.559Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T22:04:14.832Z] ---> Running in f109a68b5e91 [2021-05-03T22:04:15.109Z] ---> Running in 109b596e9b38 [2021-05-03T22:04:15.109Z] ---> Running in 5a75f467f15a [2021-05-03T22:04:15.384Z] ---> 3a3601e7bded [2021-05-03T22:04:15.384Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T22:04:15.661Z] Removing intermediate container f109a68b5e91 [2021-05-03T22:04:15.661Z] ---> 78630cf57d33 [2021-05-03T22:04:15.661Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:04:15.941Z] ---> Running in e686d1459ed3 [2021-05-03T22:04:15.941Z] Removing intermediate container 5a75f467f15a [2021-05-03T22:04:15.941Z] ---> 33ea9ecf0a33 [2021-05-03T22:04:15.941Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:04:15.941Z] Removing intermediate container 109b596e9b38 [2021-05-03T22:04:15.941Z] ---> 9fa259cd08f3 [2021-05-03T22:04:15.941Z] Step 19/21 : LABEL arch=arm64 [2021-05-03T22:04:16.147Z] 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-03T22:04:16.215Z] ---> Running in 276d6efb9374 [2021-05-03T22:04:16.814Z] ---> 1c0e75b7580f [2021-05-03T22:04:16.814Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T22:04:17.083Z] ---> 3cb6df1497ef [2021-05-03T22:04:17.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T22:04:17.083Z] Removing intermediate container 276d6efb9374 [2021-05-03T22:04:17.083Z] ---> 441b01d8b301 [2021-05-03T22:04:17.083Z] Step 20/21 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:04:17.368Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T22:04:17.368Z] ---> Running in be9401f0473d [2021-05-03T22:04:17.368Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T22:04:17.368Z] ---> eeaf43b92773 [2021-05-03T22:04:17.368Z] 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-03T22:04:17.964Z] ---> Running in a24ba03c7222 [2021-05-03T22:04:18.066Z] 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-03T22:04:18.238Z] Removing intermediate container be9401f0473d [2021-05-03T22:04:18.238Z] ---> c298332e74d4 [2021-05-03T22:04:18.239Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T22:04:18.334Z] 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-03T22:04:18.334Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-03T22:04:18.595Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T22:04:18.595Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-03T22:04:18.595Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T22:04:18.832Z] ---> Running in b8a9e65d5222 [2021-05-03T22:04:18.832Z] Removing intermediate container a24ba03c7222 [2021-05-03T22:04:18.832Z] ---> 54f9905ee023 [2021-05-03T22:04:18.832Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T22:04:18.832Z] ---> f75b10d27410 [2021-05-03T22:04:18.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T22:04:18.832Z] ---> e195ae784530 [2021-05-03T22:04:18.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T22:04:19.105Z] ---> Running in 0c1b6e1f8153 [2021-05-03T22:04:19.383Z] Removing intermediate container b8a9e65d5222 [2021-05-03T22:04:19.383Z] ---> c1a85030ff41 [2021-05-03T22:04:19.383Z] [2021-05-03T22:04:19.657Z] Removing intermediate container e686d1459ed3 [2021-05-03T22:04:19.657Z] ---> d77a9bff780a [2021-05-03T22:04:19.657Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:04:20.263Z] ---> 8a58c487d721 [2021-05-03T22:04:20.263Z] ---> 21763279c30e [2021-05-03T22:04:20.263Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T22:04:20.263Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T22:04:20.263Z] Successfully built c1a85030ff41 [2021-05-03T22:04:20.263Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-03T22:04:20.263Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-05-03T22:04:20.263Z] ---> Running in 68f753505e52 [2021-05-03T22:04:20.263Z] ---> Running in 750db0d55c27 [2021-05-03T22:04:20.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:20.542Z] ---> 3e19de1ed969 [2021-05-03T22:04:20.542Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T22:04:20.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:04:21.090Z] Removing intermediate container 750db0d55c27 [2021-05-03T22:04:21.090Z] ---> 5cca78c41272 [2021-05-03T22:04:21.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:04:21.090Z] Removing intermediate container 68f753505e52 [2021-05-03T22:04:21.090Z] ---> c13e4f2362fc [2021-05-03T22:04:21.090Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:04:21.152Z] 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-03T22:04:21.152Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-03T22:04:21.152Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-03T22:04:21.365Z] ---> Running in 746872e93e52 [2021-05-03T22:04:21.365Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T22:04:21.365Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T22:04:21.365Z] ---> Running in b5096911de43 [2021-05-03T22:04:21.365Z] Executing bash-5.0.17-r0.post-install [2021-05-03T22:04:21.365Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T22:04:21.365Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T22:04:21.365Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T22:04:21.644Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T22:04:21.644Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T22:04:21.644Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T22:04:21.644Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T22:04:21.644Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T22:04:21.644Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T22:04:21.644Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T22:04:21.644Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T22:04:21.922Z] Removing intermediate container 746872e93e52 [2021-05-03T22:04:21.922Z] ---> b9d88e5c268d [2021-05-03T22:04:21.922Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T22:04:22.539Z] 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-03T22:04:23.348Z] Removing intermediate container b5096911de43 [2021-05-03T22:04:23.348Z] ---> 4a1c25c758a2 [2021-05-03T22:04:23.348Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T22:04:23.627Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T22:04:23.627Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T22:04:23.627Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T22:04:23.907Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T22:04:23.907Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T22:04:23.907Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T22:04:23.907Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T22:04:23.907Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T22:04:23.907Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T22:04:23.907Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T22:04:23.907Z] ---> Running in 1ae8941909cc [2021-05-03T22:04:23.907Z] ---> c872a1e8ac66 [2021-05-03T22:04:23.907Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T22:04:23.907Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T22:04:23.928Z] 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-03T22:04:24.187Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T22:04:24.187Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T22:04:24.187Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T22:04:24.187Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T22:04:24.187Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T22:04:24.187Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T22:04:24.187Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T22:04:24.187Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T22:04:24.189Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-03T22:04:24.461Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T22:04:24.461Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T22:04:24.461Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T22:04:24.461Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T22:04:24.461Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T22:04:24.461Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T22:04:24.461Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T22:04:24.461Z] ---> Running in 36367802c188 [2021-05-03T22:04:24.736Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T22:04:24.736Z] OK: 72 MiB in 59 packages [2021-05-03T22:04:24.736Z] Removing intermediate container 1ae8941909cc [2021-05-03T22:04:24.736Z] ---> 670ecdb972f5 [2021-05-03T22:04:24.736Z] Step 21/22 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:04:25.024Z] ---> Running in 31b0361fb527 [2021-05-03T22:04:25.584Z] 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-03T22:04:25.627Z] ---> 7d7e05a514c3 [2021-05-03T22:04:25.627Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T22:04:25.627Z] Removing intermediate container 36367802c188 [2021-05-03T22:04:25.627Z] ---> 09c3df512115 [2021-05-03T22:04:25.627Z] Step 21/22 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:04:26.225Z] Removing intermediate container 31b0361fb527 [2021-05-03T22:04:26.225Z] ---> 91e189512063 [2021-05-03T22:04:26.225Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T22:04:26.500Z] ---> Running in 001bab22920e [2021-05-03T22:04:26.835Z] ---> Running in 4563e9a04f6d [2021-05-03T22:04:26.998Z] 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-03T22:04:27.437Z] ---> b080b0df6d8f [2021-05-03T22:04:27.437Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T22:04:27.437Z] Removing intermediate container 001bab22920e [2021-05-03T22:04:27.437Z] ---> d0e20fe12e74 [2021-05-03T22:04:27.437Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T22:04:27.717Z] Removing intermediate container 4563e9a04f6d [2021-05-03T22:04:27.718Z] ---> 8e6fa1611c5d [2021-05-03T22:04:27.718Z] [2021-05-03T22:04:27.718Z] ---> Running in 59c732d49686 [2021-05-03T22:04:28.327Z] Successfully built 8e6fa1611c5d [2021-05-03T22:04:28.327Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-03T22:04:28.327Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-03T22:04:28.389Z] 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-03T22:04:28.609Z] Removing intermediate container 59c732d49686 [2021-05-03T22:04:28.609Z] ---> 27dc7f5ded3c [2021-05-03T22:04:28.609Z] [2021-05-03T22:04:28.609Z] ---> 1174a4cc40d1 [2021-05-03T22:04:28.609Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T22:04:28.650Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-03T22:04:29.209Z] ---> Running in 41d9464e7ff6 [2021-05-03T22:04:29.209Z] Successfully built 27dc7f5ded3c [2021-05-03T22:04:29.209Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-03T22:04:29.209Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-05-03T22:04:29.810Z] Collecting docker-compose==1.23.2 [2021-05-03T22:04:29.810Z] Removing intermediate container 41d9464e7ff6 [2021-05-03T22:04:29.810Z] ---> 5211df69d174 [2021-05-03T22:04:29.810Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T22:04:29.810Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T22:04:30.567Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-03T22:04:30.567Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-03T22:04:30.567Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-03T22:04:30.787Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T22:04:30.787Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T22:04:30.787Z] ---> b085ffb38fee [2021-05-03T22:04:30.787Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T22:04:30.829Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-03T22:04:30.829Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-03T22:04:30.829Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-03T22:04:30.829Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-03T22:04:30.829Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-03T22:04:30.829Z] + 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-03T22:04:30.829Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-03T22:04:30.829Z] + 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-03T22:04:30.829Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-03T22:04:30.829Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-03T22:04:30.829Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-03T22:04:30.829Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-03T22:04:30.829Z] + 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-03T22:04:31.378Z] ---> Running in 0dd4e589d0de [2021-05-03T22:04:32.813Z] 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-03T22:04:33.408Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T22:04:33.408Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T22:04:34.135Z] Building static-packages [2021-05-03T22:04:34.136Z] + snapcraftctl build [2021-05-03T22:04:35.373Z] Removing intermediate container 0dd4e589d0de [2021-05-03T22:04:35.374Z] ---> e323aa4b2ae9 [2021-05-03T22:04:35.374Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T22:04:35.374Z] Collecting PyYAML<4,>=3.10 [2021-05-03T22:04:35.374Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T22:04:35.971Z] ---> Running in 8dac2002ad86 [2021-05-03T22:04:36.957Z] Removing intermediate container 8dac2002ad86 [2021-05-03T22:04:36.957Z] ---> ab18e8bbf3d6 [2021-05-03T22:04:36.957Z] Step 28/31 : CMD ["gate"] [2021-05-03T22:04:37.443Z] Building version [2021-05-03T22:04:37.443Z] + snapcraftctl build [2021-05-03T22:04:37.936Z] ---> Running in 3d23bd1b4e51 [2021-05-03T22:04:38.920Z] Removing intermediate container 3d23bd1b4e51 [2021-05-03T22:04:38.920Z] ---> baa39d45529e [2021-05-03T22:04:38.920Z] Step 29/31 : LABEL arch=arm64 [2021-05-03T22:04:39.205Z] ---> Running in 1c8d6be23e4c [2021-05-03T22:04:39.811Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T22:04:39.811Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T22:04:39.811Z] Removing intermediate container 1c8d6be23e4c [2021-05-03T22:04:39.811Z] ---> 32df28c0298e [2021-05-03T22:04:39.811Z] Step 30/31 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:04:39.993Z] Skipping stage go-build-helper (already ran) [2021-05-03T22:04:39.993Z] Staging app-service-config [2021-05-03T22:04:39.993Z] + snapcraftctl stage [2021-05-03T22:04:40.793Z] ---> Running in b4d6c9482069 [2021-05-03T22:04:40.793Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T22:04:40.793Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T22:04:40.939Z] Staging config-common [2021-05-03T22:04:40.939Z] + snapcraftctl stage [2021-05-03T22:04:41.403Z] Removing intermediate container b4d6c9482069 [2021-05-03T22:04:41.403Z] ---> 087666e39735 [2021-05-03T22:04:41.403Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T22:04:41.403Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T22:04:41.403Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T22:04:42.327Z] Staging edgex-go [2021-05-03T22:04:42.327Z] + snapcraftctl stage [2021-05-03T22:04:42.393Z] ---> Running in 6944946b2335 [2021-05-03T22:04:43.377Z] Removing intermediate container 6944946b2335 [2021-05-03T22:04:43.377Z] ---> 636d242e4353 [2021-05-03T22:04:43.377Z] [2021-05-03T22:04:43.715Z] Staging static-packages [2021-05-03T22:04:43.715Z] + snapcraftctl stage [2021-05-03T22:04:43.971Z] Successfully built 636d242e4353 [2021-05-03T22:04:43.971Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-03T22:04:43.971Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-05-03T22:04:44.245Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T22:04:44.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T22:04:44.658Z] Staging version [2021-05-03T22:04:44.658Z] + snapcraftctl stage [2021-05-03T22:04:46.046Z] Priming go-build-helper [2021-05-03T22:04:46.046Z] + snapcraftctl prime [2021-05-03T22:04:46.216Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T22:04:46.486Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T22:04:47.433Z] Priming app-service-config [2021-05-03T22:04:47.433Z] + snapcraftctl prime [2021-05-03T22:04:47.910Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T22:04:47.910Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T22:04:48.181Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T22:04:48.181Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T22:04:48.454Z] Collecting idna<2.8,>=2.5 [2021-05-03T22:04:48.454Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T22:04:48.727Z] 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-03T22:04:48.727Z] 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-03T22:04:48.819Z] Priming config-common [2021-05-03T22:04:48.819Z] + snapcraftctl prime [2021-05-03T22:04:49.335Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T22:04:49.335Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T22:04:49.609Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T22:04:49.609Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T22:04:49.609Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T22:04:49.609Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T22:04:50.206Z] Priming edgex-go [2021-05-03T22:04:50.206Z] + snapcraftctl prime [2021-05-03T22:04:50.589Z] Installing collected packages: dockerpty, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, texttable, jsonschema, docker-compose [2021-05-03T22:04:50.589Z] Running setup.py install for dockerpty: started [2021-05-03T22:04:51.594Z] Priming static-packages [2021-05-03T22:04:51.594Z] + snapcraftctl prime [2021-05-03T22:04:53.201Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T22:04:53.201Z] Running setup.py install for PyYAML: started [2021-05-03T22:04:54.147Z] Priming version [2021-05-03T22:04:54.147Z] + snapcraftctl prime [2021-05-03T22:04:55.536Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-03T22:04:55.829Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:04:55.829Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:04:55.829Z] ---> 887c012ce7c1 [2021-05-03T22:04:55.829Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T22:04:55.829Z] ---> Using cache [2021-05-03T22:04:55.829Z] ---> 583e76298761 [2021-05-03T22:04:55.829Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:04:55.829Z] ---> Using cache [2021-05-03T22:04:55.829Z] ---> 335a79aafcf8 [2021-05-03T22:04:55.829Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T22:04:56.106Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T22:04:56.106Z] Attempting uninstall: idna [2021-05-03T22:04:56.106Z] Found existing installation: idna 2.9 [2021-05-03T22:04:56.106Z] Uninstalling idna-2.9: [2021-05-03T22:04:56.106Z] Successfully uninstalled idna-2.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T22:04:58.091Z] Attempting uninstall: urllib3 [2021-05-03T22:04:58.092Z] Found existing installation: urllib3 1.25.9 [2021-05-03T22:04:58.092Z] Uninstalling urllib3-1.25.9: [2021-05-03T22:04:58.092Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T22:04:58.688Z] Attempting uninstall: requests [2021-05-03T22:04:58.688Z] Found existing installation: requests 2.23.0 [2021-05-03T22:04:58.688Z] Uninstalling requests-2.23.0: [2021-05-03T22:04:58.688Z] Successfully uninstalled requests-2.23.0 [2021-05-03T22:04:58.960Z] ---> Running in 3123791631a7 [2021-05-03T22:05:00.404Z] Running setup.py install for docopt: started [2021-05-03T22:05:00.404Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:05:01.383Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:05:02.825Z] OK: 218 MiB in 52 packages [2021-05-03T22:05:02.825Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T22:05:02.825Z] Running setup.py install for texttable: started [2021-05-03T22:05:05.463Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T22:05:05.737Z] Removing intermediate container 3123791631a7 [2021-05-03T22:05:05.737Z] ---> e256e291d2d3 [2021-05-03T22:05:05.737Z] Step 6/23 : COPY go.mod . [2021-05-03T22:05:06.727Z] ---> 984a25d65753 [2021-05-03T22:05:06.727Z] Step 7/23 : RUN go mod download [2021-05-03T22:05:06.727Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-03T22:05:07.001Z] ---> Running in fcff295def75 [2021-05-03T22:05:11.347Z] Removing intermediate container fcff295def75 [2021-05-03T22:05:11.347Z] ---> 4e74f237f8a9 [2021-05-03T22:05:11.347Z] Step 8/23 : COPY . . [2021-05-03T22:05:12.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:05:12.338Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:05:12.338Z] ---> 887c012ce7c1 [2021-05-03T22:05:12.338Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T22:05:12.338Z] ---> Using cache [2021-05-03T22:05:12.338Z] ---> 583e76298761 [2021-05-03T22:05:12.338Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:05:12.338Z] ---> Using cache [2021-05-03T22:05:12.338Z] ---> 335a79aafcf8 [2021-05-03T22:05:12.338Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T22:05:12.338Z] ---> Using cache [2021-05-03T22:05:12.338Z] ---> 7ff5559940fe [2021-05-03T22:05:12.338Z] Step 6/23 : COPY go.mod . [2021-05-03T22:05:12.338Z] ---> Using cache [2021-05-03T22:05:12.338Z] ---> 024274b775f3 [2021-05-03T22:05:12.338Z] Step 7/23 : RUN go mod download [2021-05-03T22:05:12.338Z] ---> Using cache [2021-05-03T22:05:12.338Z] ---> 8b457c4f1dbc [2021-05-03T22:05:12.338Z] Step 8/23 : COPY . . [2021-05-03T22:05:12.943Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:05:12.943Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:05:12.943Z] ---> 887c012ce7c1 [2021-05-03T22:05:12.943Z] Step 3/25 : WORKDIR /edgex-go [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 583e76298761 [2021-05-03T22:05:12.943Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 335a79aafcf8 [2021-05-03T22:05:12.943Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 7ff5559940fe [2021-05-03T22:05:12.943Z] Step 6/25 : COPY go.mod . [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 024274b775f3 [2021-05-03T22:05:12.943Z] Step 7/25 : RUN go mod download [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 8b457c4f1dbc [2021-05-03T22:05:12.943Z] Step 8/25 : COPY . . [2021-05-03T22:05:12.943Z] ---> Using cache [2021-05-03T22:05:12.943Z] ---> 48246d4e1c4e [2021-05-03T22:05:12.943Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T22:05:13.219Z] ---> Using cache [2021-05-03T22:05:13.219Z] ---> 48246d4e1c4e [2021-05-03T22:05:13.219Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T22:05:14.667Z] ---> Running in 61bb00c325ab [2021-05-03T22:05:14.667Z] ---> Running in 3c9800c70171 [2021-05-03T22:05:16.666Z] 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-03T22:05:16.942Z] 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-03T22:05:23.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T22:05:23.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T22:05:23.669Z] ---> 887c012ce7c1 [2021-05-03T22:05:23.669Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T22:05:23.669Z] ---> Using cache [2021-05-03T22:05:23.669Z] ---> 583e76298761 [2021-05-03T22:05:23.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:05:23.669Z] ---> Using cache [2021-05-03T22:05:23.669Z] ---> 335a79aafcf8 [2021-05-03T22:05:23.669Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T22:05:23.669Z] ---> Using cache [2021-05-03T22:05:23.669Z] ---> 7ff5559940fe [2021-05-03T22:05:23.669Z] Step 6/23 : COPY go.mod . [2021-05-03T22:05:23.669Z] ---> Using cache [2021-05-03T22:05:23.669Z] ---> 024274b775f3 [2021-05-03T22:05:23.669Z] Step 7/23 : RUN go mod download [2021-05-03T22:05:23.669Z] ---> Using cache [2021-05-03T22:05:23.669Z] ---> 8b457c4f1dbc [2021-05-03T22:05:23.669Z] Step 8/23 : COPY . . [2021-05-03T22:05:24.276Z] ---> Using cache [2021-05-03T22:05:24.276Z] ---> 48246d4e1c4e [2021-05-03T22:05:24.276Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T22:05:24.553Z] ---> Running in 53b2f810fc56 [2021-05-03T22:05:26.542Z] Removing intermediate container 0c1b6e1f8153 [2021-05-03T22:05:26.542Z] ---> d8b0db8f14dd [2021-05-03T22:05:26.542Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T22:05:26.824Z] ---> Running in 497e25e52cf6 [2021-05-03T22:05:26.824Z] 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-03T22:05:27.811Z] Removing intermediate container 497e25e52cf6 [2021-05-03T22:05:27.811Z] ---> 45359f2cdc0c [2021-05-03T22:05:27.811Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T22:05:28.085Z] ---> Running in 3933af7b0533 [2021-05-03T22:05:29.073Z] Removing intermediate container 3933af7b0533 [2021-05-03T22:05:29.073Z] ---> 80a7d78d6d8f [2021-05-03T22:05:29.073Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T22:05:32.533Z] ---> f48d5d8dcf11 [2021-05-03T22:05:32.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T22:05:35.206Z] ---> 3a0051591767 [2021-05-03T22:05:35.207Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T22:05:37.255Z] ---> 712272cb3b79 [2021-05-03T22:05:37.255Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T22:05:37.255Z] ---> Running in 8245f911c000 [2021-05-03T22:05:38.245Z] Removing intermediate container 8245f911c000 [2021-05-03T22:05:38.245Z] ---> 7175a9fcaed0 [2021-05-03T22:05:38.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:05:38.245Z] ---> Running in 5beceb25865a [2021-05-03T22:05:39.235Z] Removing intermediate container 5beceb25865a [2021-05-03T22:05:39.235Z] ---> 693488a40540 [2021-05-03T22:05:39.235Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T22:05:39.235Z] ---> Running in 287c25c8e5a2 [2021-05-03T22:05:39.512Z] ---> e4210f178701 [2021-05-03T22:05:39.512Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T22:05:39.793Z] ---> Running in 5a3351854710 [2021-05-03T22:05:40.399Z] Removing intermediate container 287c25c8e5a2 [2021-05-03T22:05:40.399Z] ---> 983a7c4e9d8f [2021-05-03T22:05:40.399Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:05:40.399Z] ---> Running in 0ebe0ce01de6 [2021-05-03T22:05:41.397Z] Removing intermediate container 0ebe0ce01de6 [2021-05-03T22:05:41.397Z] ---> d37f24a08f03 [2021-05-03T22:05:41.397Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T22:05:41.673Z] ---> Running in d8ca4514e365 [2021-05-03T22:05:41.950Z] 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-03T22:05:42.555Z] Removing intermediate container d8ca4514e365 [2021-05-03T22:05:42.555Z] ---> bafe48cc2744 [2021-05-03T22:05:42.555Z] [2021-05-03T22:05:42.832Z] Successfully built bafe48cc2744 [2021-05-03T22:05:42.832Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-03T22:06:50.941Z]  Building docker-sys-mgmt-agent-go ... done 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-03T22:06:54.381Z] Removing intermediate container 61bb00c325ab [2021-05-03T22:06:54.381Z] ---> 5e22add7c81b [2021-05-03T22:06:54.381Z] [2021-05-03T22:06:54.381Z] Step 10/25 : FROM alpine:3.12 [2021-05-03T22:06:54.381Z] ---> 9852663dfa18 [2021-05-03T22:06:54.381Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T22:06:54.669Z] ---> Running in 74551db0299f [2021-05-03T22:06:56.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:06:56.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:06:57.308Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T22:06:57.308Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T22:06:57.308Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T22:06:57.308Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T22:06:57.308Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T22:06:57.589Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T22:06:57.589Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:06:57.589Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T22:06:57.868Z] OK: 7 MiB in 20 packages [2021-05-03T22:07:00.531Z] Removing intermediate container 74551db0299f [2021-05-03T22:07:00.531Z] ---> 8c2978332cec [2021-05-03T22:07:00.531Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T22:07:00.824Z] ---> Running in 668696b294e6 [2021-05-03T22:07:01.436Z] Removing intermediate container 668696b294e6 [2021-05-03T22:07:01.436Z] ---> 5a92e3b2a22c [2021-05-03T22:07:01.436Z] Step 13/25 : WORKDIR / [2021-05-03T22:07:01.436Z] ---> Running in 2c7401f30d11 [2021-05-03T22:07:02.437Z] Removing intermediate container 2c7401f30d11 [2021-05-03T22:07:02.437Z] ---> 1025f4019caf [2021-05-03T22:07:02.437Z] 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-03T22:07:03.464Z] ---> 48024d9921e6 [2021-05-03T22:07:03.464Z] 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-03T22:07:04.488Z] ---> 27422f00092a [2021-05-03T22:07:04.488Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T22:07:05.959Z] ---> db20e184f2e7 [2021-05-03T22:07:05.959Z] 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-03T22:07:06.965Z] ---> ecfc7ff639f5 [2021-05-03T22:07:06.965Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T22:07:09.608Z] ---> 8d019847a69b [2021-05-03T22:07:09.608Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T22:07:12.242Z] ---> 8a0367eed7d5 [2021-05-03T22:07:12.242Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T22:07:14.880Z] ---> 5a46f218cb0f [2021-05-03T22:07:14.880Z] 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-03T22:07:14.880Z] ---> Running in abb0c3c10fde [2021-05-03T22:07:17.520Z] Removing intermediate container 53b2f810fc56 [2021-05-03T22:07:17.520Z] ---> 54628d02c3fe [2021-05-03T22:07:17.520Z] [2021-05-03T22:07:17.520Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T22:07:17.520Z] ---> 9852663dfa18 [2021-05-03T22:07:17.520Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T22:07:17.520Z] ---> Using cache [2021-05-03T22:07:17.520Z] ---> 06b0f347623c [2021-05-03T22:07:17.520Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T22:07:17.520Z] ---> Using cache [2021-05-03T22:07:17.520Z] ---> 3118e040dfc4 [2021-05-03T22:07:17.520Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T22:07:17.520Z] ---> Running in 60ae566bef18 [2021-05-03T22:07:17.520Z] Removing intermediate container 3c9800c70171 [2021-05-03T22:07:17.520Z] ---> 56028d437500 [2021-05-03T22:07:17.520Z] [2021-05-03T22:07:17.520Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T22:07:17.520Z] ---> 9852663dfa18 [2021-05-03T22:07:17.520Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T22:07:17.520Z] ---> Using cache [2021-05-03T22:07:17.520Z] ---> 06b0f347623c [2021-05-03T22:07:17.520Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T22:07:17.520Z] ---> Using cache [2021-05-03T22:07:17.520Z] ---> 3118e040dfc4 [2021-05-03T22:07:17.520Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T22:07:17.795Z] ---> Running in e2ed32891be5 [2021-05-03T22:07:18.083Z] Removing intermediate container 60ae566bef18 [2021-05-03T22:07:18.083Z] ---> 2be9eb2f9368 [2021-05-03T22:07:18.083Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T22:07:18.363Z] ---> Running in ddda018f1c30 [2021-05-03T22:07:18.363Z] Removing intermediate container abb0c3c10fde [2021-05-03T22:07:18.363Z] ---> c7c4452c05df [2021-05-03T22:07:18.363Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T22:07:18.651Z] Removing intermediate container e2ed32891be5 [2021-05-03T22:07:18.651Z] ---> 2be09d8d76df [2021-05-03T22:07:18.651Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T22:07:18.651Z] ---> Running in 6c09dbf98291 [2021-05-03T22:07:18.651Z] ---> Running in ae2c7012177f [2021-05-03T22:07:18.936Z] Removing intermediate container ddda018f1c30 [2021-05-03T22:07:18.936Z] ---> de609971118a [2021-05-03T22:07:18.936Z] Step 15/23 : WORKDIR / [2021-05-03T22:07:19.213Z] ---> Running in fc75876c1c81 [2021-05-03T22:07:19.497Z] Removing intermediate container 6c09dbf98291 [2021-05-03T22:07:19.497Z] ---> 7cb2929884bd [2021-05-03T22:07:19.497Z] Step 23/25 : LABEL arch=arm64 [2021-05-03T22:07:19.497Z] Removing intermediate container ae2c7012177f [2021-05-03T22:07:19.497Z] ---> 7af8d0215f46 [2021-05-03T22:07:19.497Z] Step 15/23 : WORKDIR / [2021-05-03T22:07:19.777Z] ---> Running in 90727c888188 [2021-05-03T22:07:19.777Z] ---> Running in 8d8febf5656e [2021-05-03T22:07:19.777Z] Removing intermediate container fc75876c1c81 [2021-05-03T22:07:19.777Z] ---> b9dcb54d23cb [2021-05-03T22:07:19.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:07:20.385Z] Removing intermediate container 90727c888188 [2021-05-03T22:07:20.385Z] ---> cedab8bd0063 [2021-05-03T22:07:20.385Z] Step 24/25 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:07:20.385Z] Removing intermediate container 8d8febf5656e [2021-05-03T22:07:20.661Z] ---> ac7cd4ace3b8 [2021-05-03T22:07:20.661Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:07:20.661Z] ---> Running in 13050052232f [2021-05-03T22:07:20.951Z] ---> e3aaf5c21ab0 [2021-05-03T22:07:20.951Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T22:07:21.554Z] Removing intermediate container 13050052232f [2021-05-03T22:07:21.554Z] ---> 134766efe3d0 [2021-05-03T22:07:21.554Z] Step 25/25 : LABEL version=0.0.0 [2021-05-03T22:07:21.554Z] ---> 9d90fddf74dd [2021-05-03T22:07:21.554Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T22:07:21.554Z] ---> Running in 0f903eecccdf [2021-05-03T22:07:22.553Z] Removing intermediate container 0f903eecccdf [2021-05-03T22:07:22.553Z] ---> 36c6665cfe5d [2021-05-03T22:07:22.553Z] [2021-05-03T22:07:23.169Z] Successfully built 36c6665cfe5d [2021-05-03T22:07:23.169Z] ---> b2545198bd93 [2021-05-03T22:07:23.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T22:07:23.169Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-03T22:07:23.449Z]  Building docker-security-secretstore-setup-go ... done  ---> bfb30273045a [2021-05-03T22:07:23.449Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T22:07:24.103Z] ---> bc03129f3616 [2021-05-03T22:07:24.103Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T22:07:24.379Z] ---> 4bd1c746cfe6 [2021-05-03T22:07:24.379Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T22:07:24.379Z] ---> Running in 932758608f8e [2021-05-03T22:07:24.668Z] ---> Running in fc672aec74a5 [2021-05-03T22:07:24.944Z] Removing intermediate container 932758608f8e [2021-05-03T22:07:24.944Z] ---> 3a7cba29ece8 [2021-05-03T22:07:24.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:07:25.223Z] ---> Running in ccc06816c364 [2021-05-03T22:07:25.223Z] Removing intermediate container fc672aec74a5 [2021-05-03T22:07:25.223Z] ---> c523d6585f3d [2021-05-03T22:07:25.223Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:07:25.499Z] ---> Running in 23ad37082d72 [2021-05-03T22:07:25.499Z] Removing intermediate container ccc06816c364 [2021-05-03T22:07:25.499Z] ---> 950d847afd33 [2021-05-03T22:07:25.774Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T22:07:25.774Z] ---> Running in 825a795749dd [2021-05-03T22:07:26.052Z] Removing intermediate container 23ad37082d72 [2021-05-03T22:07:26.052Z] ---> c0c062059c54 [2021-05-03T22:07:26.052Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T22:07:26.052Z] ---> Running in d145eeca268c [2021-05-03T22:07:26.328Z] Removing intermediate container 825a795749dd [2021-05-03T22:07:26.328Z] ---> 508991c476f2 [2021-05-03T22:07:26.328Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:07:26.607Z] ---> Running in 0ea7b0860be2 [2021-05-03T22:07:26.607Z] Removing intermediate container d145eeca268c [2021-05-03T22:07:26.607Z] ---> 2a377f4cf20f [2021-05-03T22:07:26.607Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:07:26.885Z] ---> Running in 1755f48343e7 [2021-05-03T22:07:27.161Z] Removing intermediate container 0ea7b0860be2 [2021-05-03T22:07:27.161Z] ---> f63a3c54cdf2 [2021-05-03T22:07:27.161Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T22:07:27.161Z] ---> Running in b8e685b4a166 [2021-05-03T22:07:27.439Z] Removing intermediate container 1755f48343e7 [2021-05-03T22:07:27.439Z] ---> a04f6d725e62 [2021-05-03T22:07:27.439Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T22:07:27.717Z] ---> Running in 8bb8a955e100 [2021-05-03T22:07:27.995Z] Removing intermediate container b8e685b4a166 [2021-05-03T22:07:27.995Z] ---> 6db623181f63 [2021-05-03T22:07:27.995Z] [2021-05-03T22:07:28.599Z] Successfully built 6db623181f63 [2021-05-03T22:07:28.599Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-03T22:07:28.599Z]  Building docker-core-command-go ... done Removing intermediate container 8bb8a955e100 [2021-05-03T22:07:28.599Z] ---> 8e3c1853cc8e [2021-05-03T22:07:28.599Z] [2021-05-03T22:07:28.877Z] Successfully built 8e3c1853cc8e [2021-05-03T22:07:29.151Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-03T22:07:30.589Z]  Building docker-core-metadata-go ... done Removing intermediate container 5a3351854710 [2021-05-03T22:07:30.589Z] ---> ab0a821e2625 [2021-05-03T22:07:30.589Z] [2021-05-03T22:07:30.589Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T22:07:30.589Z] ---> 9852663dfa18 [2021-05-03T22:07:30.589Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T22:07:30.864Z] ---> Running in 8e842fad8c55 [2021-05-03T22:07:31.139Z] Removing intermediate container 8e842fad8c55 [2021-05-03T22:07:31.139Z] ---> 20ed454c12f1 [2021-05-03T22:07:31.139Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T22:07:31.415Z] ---> Running in 01a83d502140 [2021-05-03T22:07:31.688Z] Removing intermediate container 01a83d502140 [2021-05-03T22:07:31.689Z] ---> 1fac6351e485 [2021-05-03T22:07:31.689Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T22:07:31.965Z] ---> Running in 474883b281e9 [2021-05-03T22:07:32.241Z] Removing intermediate container 474883b281e9 [2021-05-03T22:07:32.241Z] ---> cb793aac6c0d [2021-05-03T22:07:32.241Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T22:07:32.515Z] ---> Running in b29b45f7edb5 [2021-05-03T22:07:35.148Z] Removing intermediate container b29b45f7edb5 [2021-05-03T22:07:35.148Z] ---> 604af346d8bf [2021-05-03T22:07:35.148Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T22:07:35.148Z] ---> Running in d8a665bfa7c0 [2021-05-03T22:07:35.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T22:07:36.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T22:07:37.406Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T22:07:37.406Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T22:07:37.711Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T22:07:37.711Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T22:07:38.001Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T22:07:38.001Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T22:07:38.001Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T22:07:38.001Z] OK: 8 MiB in 20 packages [2021-05-03T22:07:39.476Z] Removing intermediate container d8a665bfa7c0 [2021-05-03T22:07:39.476Z] ---> e9a4c2a34312 [2021-05-03T22:07:39.476Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T22:07:40.092Z] ---> 4c8a1fe62c12 [2021-05-03T22:07:40.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T22:07:41.539Z] ---> 591fa36f44c4 [2021-05-03T22:07:41.539Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T22:07:42.137Z] ---> 20261a46b45e [2021-05-03T22:07:42.137Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T22:07:42.410Z] ---> Running in 1c94b212ac00 [2021-05-03T22:07:42.684Z] Removing intermediate container 1c94b212ac00 [2021-05-03T22:07:42.684Z] ---> b617ca8d87b5 [2021-05-03T22:07:42.684Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T22:07:42.960Z] ---> Running in f11e95057705 [2021-05-03T22:07:43.238Z] Removing intermediate container f11e95057705 [2021-05-03T22:07:43.238Z] ---> 8cbf79caa12b [2021-05-03T22:07:43.238Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T22:07:43.513Z] ---> Running in 57e386b8e776 [2021-05-03T22:07:44.111Z] Removing intermediate container 57e386b8e776 [2021-05-03T22:07:44.111Z] ---> 935f9e9ef5e5 [2021-05-03T22:07:44.111Z] Step 22/23 : LABEL git_sha=2a096355af41348aaaafaac508068d211141fb60 [2021-05-03T22:07:44.111Z] ---> Running in 49f541edff20 [2021-05-03T22:07:44.387Z] Removing intermediate container 49f541edff20 [2021-05-03T22:07:44.387Z] ---> e710f509d3ce [2021-05-03T22:07:44.387Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T22:07:44.665Z] ---> Running in 7d43be18e020 [2021-05-03T22:07:45.266Z] Removing intermediate container 7d43be18e020 [2021-05-03T22:07:45.266Z] ---> 1d75d7c9ee63 [2021-05-03T22:07:45.266Z] [2021-05-03T22:07:45.541Z] Successfully built 1d75d7c9ee63 [2021-05-03T22:07:45.541Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-03T22:07:45.831Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-03T22:07:45.696Z] $ docker stop --time=1 68514caff6ad75c8c0b5a40c403ab719613975691f26fef9c33841dcad071b43 [2021-05-03T22:07:47.611Z] $ docker rm -f 68514caff6ad75c8c0b5a40c403ab719613975691f26fef9c33841dcad071b43 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T22:07:48.356Z] + docker images [2021-05-03T22:07:48.356Z] + grep docker [2021-05-03T22:07:48.627Z] docker-core-data-go-arm64 latest 1d75d7c9ee63 4 seconds ago 20.3MB [2021-05-03T22:07:48.628Z] docker-core-metadata-go-arm64 latest 8e3c1853cc8e 21 seconds ago 17.4MB [2021-05-03T22:07:48.628Z] docker-core-command-go-arm64 latest 6db623181f63 21 seconds ago 16.1MB [2021-05-03T22:07:48.628Z] docker-security-secretstore-setup-go-arm64 latest 36c6665cfe5d 27 seconds ago 24.3MB [2021-05-03T22:07:48.628Z] docker-sys-mgmt-agent-go-arm64 latest bafe48cc2744 2 minutes ago 299MB [2021-05-03T22:07:48.628Z] docker-security-bootstrapper-go-arm64 latest 636d242e4353 3 minutes ago 17.1MB [2021-05-03T22:07:48.628Z] docker-support-notifications-go-arm64 latest 27dc7f5ded3c 3 minutes ago 16.6MB [2021-05-03T22:07:48.628Z] docker-support-scheduler-go-arm64 latest 8e6fa1611c5d 3 minutes ago 16.1MB [2021-05-03T22:07:48.628Z] docker-security-proxy-setup-go-arm64 latest c1a85030ff41 3 minutes ago 23.9MB [2021-05-03T22:07:48.628Z] 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-03T22:07:49.439Z] ---> job-cost.sh [2021-05-03T22:07:49.439Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tCNG [2021-05-03T22:08:28.382Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-03T22:10:05.121Z] lf-activate-venv(): INFO: Adding /tmp/venv-tCNG/bin to PATH [2021-05-03T22:10:05.121Z] INFO: No Stack... [2021-05-03T22:10:05.121Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-03T22:10:05.121Z] INFO: Archiving Costs [Pipeline] sh [2021-05-03T22:10:05.463Z] + cut -d,+ -f6 [2021-05-03T22:10:05.463Z] cat /w/workspace/edgex-go/53/archives/cost.csv [Pipeline] lock [2021-05-03T22:10:05.577Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3328-53-stack-cost] [2021-05-03T22:10:05.585Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3328-53-stack-cost] did not exist. Created. [2021-05-03T22:10:05.585Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3328-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-03T22:10:05.939Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-03T22:10:06.218Z] Stashed 1 file(s) [Pipeline] } [2021-05-03T22:10:06.233Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3328-53-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-03T22:10:07.284Z] provisioning config files... [2021-05-03T22:10:07.297Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/53@tmp/config4572684596864585663tmp [Pipeline] { [Pipeline] sh [2021-05-03T22:10:07.618Z] + set +x [2021-05-03T22:10:07.618Z] + curl -s https://codecov.io/bash [2021-05-03T22:10:07.618Z] + bash -s -- [2021-05-03T22:10:07.881Z] [2021-05-03T22:10:07.881Z] _____ _ [2021-05-03T22:10:07.881Z] / ____| | | [2021-05-03T22:10:07.881Z] | | ___ __| | ___ ___ _____ __ [2021-05-03T22:10:07.881Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-03T22:10:07.881Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-03T22:10:07.881Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-03T22:10:07.881Z] Bash-1.0.2 [2021-05-03T22:10:07.881Z] [2021-05-03T22:10:07.881Z] [2021-05-03T22:10:07.881Z] ==> git version 2.24.3 found [2021-05-03T22:10:07.881Z] ==> 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-03T22:10:07.881Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-03T22:10:07.881Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-03T22:10:07.881Z] ==> Jenkins CI detected. [2021-05-03T22:10:08.144Z] project root: . [2021-05-03T22:10:08.144Z] --> token set from env [2021-05-03T22:10:08.144Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-03T22:10:08.144Z] ==> Running gcov in . (disable via -X gcov) [2021-05-03T22:10:08.144Z] ==> Python coveragepy not found [2021-05-03T22:10:08.144Z] ==> Searching for coverage reports in: [2021-05-03T22:10:08.144Z] + . [2021-05-03T22:10:08.144Z] -> Found 1 reports [2021-05-03T22:10:08.144Z] ==> Detecting git/mercurial file structure [2021-05-03T22:10:08.144Z] ==> Reading reports [2021-05-03T22:10:08.144Z] + ./coverage.out bytes=699090 [2021-05-03T22:10:08.144Z] ==> Appending adjustments [2021-05-03T22:10:08.144Z] https://docs.codecov.io/docs/fixing-reports [2021-05-03T22:10:12.356Z] + Found adjustments [2021-05-03T22:10:12.356Z] ==> Gzipping contents [2021-05-03T22:10:12.356Z] 100K /tmp/codecov.l1FO3c.gz [2021-05-03T22:10:12.356Z] ==> Uploading reports [2021-05-03T22:10:12.356Z] url: https://codecov.io [2021-05-03T22:10:12.356Z] query: branch=PR-3328&commit=2a096355af41348aaaafaac508068d211141fb60&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-05-03T22:10:12.356Z] -> Pinging Codecov [2021-05-03T22:10:12.356Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3328&commit=2a096355af41348aaaafaac508068d211141fb60&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-05-03T22:10:12.356Z] -> Uploading to [2021-05-03T22:10:12.356Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/2a096355af41348aaaafaac508068d211141fb60/53cb0f40-0e11-4e6c-aaab-75df2a75af42.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T221012Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2de89a8ee9250003a4484a0e7c5c5739dcd0db712fae3945dc9dee2f5e60cf7a [2021-05-03T22:10:12.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T22:10:12.356Z] Dload Upload Total Spent Left Speed [2021-05-03T22:10:12.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 170k --:--:-- --:--:-- --:--:-- 170k [2021-05-03T22:10:12.926Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2a096355af41348aaaafaac508068d211141fb60 [Pipeline] } [2021-05-03T22:10:12.935Z] 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-03T22:10:14.052Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:14.945Z] ---> package-listing.sh [2021-05-03T22:10:14.945Z] ++ facter osfamily [2021-05-03T22:10:14.945Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-03T22:10:14.945Z] + OS_FAMILY=redhat [2021-05-03T22:10:14.945Z] + workspace=/w/workspace/edgex-go/53 [2021-05-03T22:10:14.945Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-03T22:10:14.945Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-03T22:10:14.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-03T22:10:14.945Z] + PACKAGES=/tmp/packages_start.txt [2021-05-03T22:10:14.945Z] + '[' /w/workspace/edgex-go/53 ']' [2021-05-03T22:10:14.945Z] + PACKAGES=/tmp/packages_end.txt [2021-05-03T22:10:14.945Z] + case "${OS_FAMILY}" in [2021-05-03T22:10:14.945Z] + rpm -qa [2021-05-03T22:10:14.945Z] + sort [2021-05-03T22:10:20.237Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-03T22:10:20.237Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-03T22:10:20.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-03T22:10:20.237Z] + '[' /w/workspace/edgex-go/53 ']' [2021-05-03T22:10:20.237Z] + mkdir -p /w/workspace/edgex-go/53/archives/ [2021-05-03T22:10:20.237Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/53/archives/ [Pipeline] echo [2021-05-03T22:10:20.249Z] 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/53/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-03T22:10:20.535Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-03T22:10:20.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T22:10:20.846Z] [2021-05-03T22:10:20.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-03T22:10:21.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T22:10:21.162Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-03T22:10:21.162Z] df20fa9351a1: Pulling fs layer [2021-05-03T22:10:21.162Z] 36b3adc4ff6f: Pulling fs layer [2021-05-03T22:10:21.162Z] 8ad3a11d3b57: Pulling fs layer [2021-05-03T22:10:21.162Z] 46f8f816bc3b: Pulling fs layer [2021-05-03T22:10:21.162Z] 93b61091891f: Pulling fs layer [2021-05-03T22:10:21.162Z] 93b9cdb0e59b: Pulling fs layer [2021-05-03T22:10:21.162Z] 5e14af77c1be: Pulling fs layer [2021-05-03T22:10:21.162Z] 01666e4c0597: Pulling fs layer [2021-05-03T22:10:21.162Z] aa168da1d23b: Pulling fs layer [2021-05-03T22:10:21.162Z] 93b9cdb0e59b: Waiting [2021-05-03T22:10:21.162Z] 01666e4c0597: Waiting [2021-05-03T22:10:21.162Z] aa168da1d23b: Waiting [2021-05-03T22:10:21.162Z] 5e14af77c1be: Waiting [2021-05-03T22:10:21.162Z] 46f8f816bc3b: Waiting [2021-05-03T22:10:21.162Z] 93b61091891f: Waiting [2021-05-03T22:10:21.162Z] 36b3adc4ff6f: Verifying Checksum [2021-05-03T22:10:21.162Z] 36b3adc4ff6f: Download complete [2021-05-03T22:10:21.162Z] 46f8f816bc3b: Verifying Checksum [2021-05-03T22:10:21.162Z] 46f8f816bc3b: Download complete [2021-05-03T22:10:21.427Z] df20fa9351a1: Verifying Checksum [2021-05-03T22:10:21.427Z] df20fa9351a1: Download complete [2021-05-03T22:10:21.427Z] 93b9cdb0e59b: Verifying Checksum [2021-05-03T22:10:21.427Z] 93b9cdb0e59b: Download complete [2021-05-03T22:10:21.427Z] 5e14af77c1be: Verifying Checksum [2021-05-03T22:10:21.427Z] 5e14af77c1be: Download complete [2021-05-03T22:10:21.427Z] 93b61091891f: Verifying Checksum [2021-05-03T22:10:21.427Z] 93b61091891f: Download complete [2021-05-03T22:10:21.427Z] 01666e4c0597: Verifying Checksum [2021-05-03T22:10:21.427Z] 01666e4c0597: Download complete [2021-05-03T22:10:21.687Z] df20fa9351a1: Pull complete [2021-05-03T22:10:21.687Z] 8ad3a11d3b57: Verifying Checksum [2021-05-03T22:10:21.687Z] 8ad3a11d3b57: Download complete [2021-05-03T22:10:21.950Z] 36b3adc4ff6f: Pull complete [2021-05-03T22:10:22.531Z] 8ad3a11d3b57: Pull complete [2021-05-03T22:10:22.531Z] 46f8f816bc3b: Pull complete [2021-05-03T22:10:23.103Z] 93b61091891f: Pull complete [2021-05-03T22:10:23.103Z] 93b9cdb0e59b: Pull complete [2021-05-03T22:10:24.044Z] aa168da1d23b: Verifying Checksum [2021-05-03T22:10:24.044Z] aa168da1d23b: Download complete [2021-05-03T22:10:24.616Z] 5e14af77c1be: Pull complete [2021-05-03T22:10:25.564Z] 01666e4c0597: Pull complete [2021-05-03T22:10:33.723Z] aa168da1d23b: Pull complete [2021-05-03T22:10:33.723Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-03T22:10:33.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T22:10:33.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-03T22:10:33.875Z] prd-centos7-docker-4c-2g-2790 does not seem to be running inside a container [2021-05-03T22:10:33.924Z] $ 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/53/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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-03T22:10:40.604Z] $ docker top bd38eac3e809ac1ce044e75d5fc8b5b46267a7d03d23bb0bb079ded111567149 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T22:10:41.045Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-03T22:10:41.346Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-03T22:10:41.640Z] + ls /var/log/sa-host [2021-05-03T22:10:41.640Z] + sadf -c /var/log/sa-host/sa03 [2021-05-03T22:10:41.640Z] file_magic: OK [2021-05-03T22:10:41.640Z] HZ: Using current value: 100 [2021-05-03T22:10:41.640Z] file_header: OK [2021-05-03T22:10:41.640Z] 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-03T22:10:41.640Z] Statistics: [2021-05-03T22:10:41.640Z] 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... [2021-05-03T22:10:41.640Z] File successfully converted to sysstat format version 12.2.1 [2021-05-03T22:10:41.640Z] + sadf -c /var/log/sa-host/sa23 [2021-05-03T22:10:41.640Z] file_magic: OK [2021-05-03T22:10:41.640Z] HZ: Using current value: 100 [2021-05-03T22:10:41.640Z] file_header: OK [2021-05-03T22:10:41.640Z] 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-03T22:10:41.640Z] Statistics: [2021-05-03T22:10:41.640Z] Hnuu...uuuununununu... [2021-05-03T22:10:41.640Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T22:10:42.209Z] provisioning config files... [2021-05-03T22:10:42.227Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/53@tmp/config9078303560962480203tmp [Pipeline] { [Pipeline] echo [2021-05-03T22:10:42.258Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:42.592Z] ---> create-netrc.sh [Pipeline] } [2021-05-03T22:10:42.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-03T22:10:42.718Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:43.063Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-03T22:10:43.073Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:43.365Z] ---> sudo-logs.sh [2021-05-03T22:10:43.365Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-03T22:10:43.395Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:43.691Z] ---> job-cost.sh [2021-05-03T22:10:43.691Z] lf-activate-venv: SKIPPING [2021-05-03T22:10:43.691Z] DEBUG: total: 0.20999999344348907 [2021-05-03T22:10:43.691Z] INFO: Retrieving Stack Cost... [2021-05-03T22:10:46.234Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-03T22:10:46.234Z] INFO: Archiving Costs [Pipeline] echo [2021-05-03T22:10:46.248Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T22:10:46.544Z] ---> logs-deploy.sh [2021-05-03T22:10:46.544Z] lf-activate-venv: SKIPPING [2021-05-03T22:10:46.544Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/53 [2021-05-03T22:10:46.544Z] INFO: archiving workspace using pattern(s): [2021-05-03T22:10:47.927Z] Archives upload complete. [2021-05-03T22:10:48.187Z] INFO: archiving logs to Nexus [2021-05-03T22:10:49.131Z] ---> uname -a: [2021-05-03T22:10:49.131Z] Linux prd-centos7-docker-4c-2g-2790.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-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> lscpu: [2021-05-03T22:10:49.131Z] Architecture: x86_64 [2021-05-03T22:10:49.131Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-03T22:10:49.131Z] Byte Order: Little Endian [2021-05-03T22:10:49.131Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-03T22:10:49.131Z] CPU(s): 4 [2021-05-03T22:10:49.131Z] On-line CPU(s) list: 0-3 [2021-05-03T22:10:49.131Z] Thread(s) per core: 1 [2021-05-03T22:10:49.131Z] Core(s) per socket: 1 [2021-05-03T22:10:49.131Z] Socket(s): 4 [2021-05-03T22:10:49.131Z] NUMA node(s): 1 [2021-05-03T22:10:49.131Z] Vendor ID: GenuineIntel [2021-05-03T22:10:49.131Z] CPU family: 6 [2021-05-03T22:10:49.131Z] Model: 44 [2021-05-03T22:10:49.131Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-03T22:10:49.131Z] Stepping: 1 [2021-05-03T22:10:49.131Z] CPU MHz: 2933.442 [2021-05-03T22:10:49.131Z] BogoMIPS: 5866.88 [2021-05-03T22:10:49.131Z] Virtualization: VT-x [2021-05-03T22:10:49.131Z] Hypervisor vendor: KVM [2021-05-03T22:10:49.131Z] Virtualization type: full [2021-05-03T22:10:49.131Z] L1d cache: 128 KiB [2021-05-03T22:10:49.131Z] L1i cache: 128 KiB [2021-05-03T22:10:49.131Z] L2 cache: 16 MiB [2021-05-03T22:10:49.131Z] L3 cache: 64 MiB [2021-05-03T22:10:49.131Z] NUMA node0 CPU(s): 0-3 [2021-05-03T22:10:49.131Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-03T22:10:49.131Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-03T22:10:49.131Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-03T22:10:49.131Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-03T22:10:49.131Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-03T22:10:49.131Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-03T22:10:49.131Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-03T22:10:49.131Z] Vulnerability Srbds: Not affected [2021-05-03T22:10:49.131Z] Vulnerability Tsx async abort: Not affected [2021-05-03T22:10:49.131Z] 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-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> nproc: [2021-05-03T22:10:49.131Z] 4 [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> df -h: [2021-05-03T22:10:49.131Z] Filesystem Size Used Available Use% Mounted on [2021-05-03T22:10:49.131Z] overlay 50.0G 12.7G 37.3G 25% / [2021-05-03T22:10:49.131Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-03T22:10:49.131Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-03T22:10:49.131Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/53 [2021-05-03T22:10:49.131Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/53@tmp [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> free -m: [2021-05-03T22:10:49.131Z] total used free shared buff/cache available [2021-05-03T22:10:49.131Z] Mem: 1837 723 111 0 1003 1032 [2021-05-03T22:10:49.131Z] Swap: 1023 92 931 [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> ip addr: [2021-05-03T22:10:49.131Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-03T22:10:49.131Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-03T22:10:49.131Z] inet 127.0.0.1/8 scope host lo [2021-05-03T22:10:49.131Z] valid_lft forever preferred_lft forever [2021-05-03T22:10:49.131Z] inet6 ::1/128 scope host [2021-05-03T22:10:49.131Z] valid_lft forever preferred_lft forever [2021-05-03T22:10:49.131Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-03T22:10:49.131Z] link/ether fa:16:3e:a4:4d:da brd ff:ff:ff:ff:ff:ff [2021-05-03T22:10:49.131Z] inet 10.30.123.64/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-03T22:10:49.131Z] valid_lft 85020sec preferred_lft 85020sec [2021-05-03T22:10:49.131Z] inet6 fe80::f816:3eff:fea4:4dda/64 scope link [2021-05-03T22:10:49.131Z] valid_lft forever preferred_lft forever [2021-05-03T22:10:49.131Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-03T22:10:49.131Z] link/ether 02:42:56:03:c3:91 brd ff:ff:ff:ff:ff:ff [2021-05-03T22:10:49.131Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-03T22:10:49.131Z] valid_lft forever preferred_lft forever [2021-05-03T22:10:49.131Z] inet6 fe80::42:56ff:fe03:c391/64 scope link [2021-05-03T22:10:49.131Z] valid_lft forever preferred_lft forever [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] ---> sar -b -r -n DEV: [2021-05-03T22:10:49.131Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] 21:47:39 LINUX RESTART (4 CPU) [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] 21:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-03T22:10:49.131Z] 21:49:01 140.35 65.06 75.30 0.00 10764.91 20373.18 0.00 [2021-05-03T22:10:49.131Z] 21:50:01 327.15 100.02 227.13 0.00 5856.86 50723.34 0.00 [2021-05-03T22:10:49.131Z] 21:51:01 202.05 114.74 87.31 0.00 3331.20 12663.52 0.00 [2021-05-03T22:10:49.131Z] 21:52:01 160.20 77.60 82.60 0.00 3888.05 9264.68 0.00 [2021-05-03T22:10:49.131Z] 21:53:05 748.92 509.47 239.44 0.00 81511.79 152391.17 0.00 [2021-05-03T22:10:49.131Z] 21:54:01 2926.23 2559.99 366.23 0.00 161556.53 174189.38 0.00 [2021-05-03T22:10:49.131Z] 21:55:01 440.73 208.37 232.36 0.00 14617.26 43960.72 0.00 [2021-05-03T22:10:49.131Z] 21:56:02 2209.46 1850.45 359.01 0.00 140673.47 162727.97 0.00 [2021-05-03T22:10:49.131Z] 21:57:02 1507.74 1184.62 323.12 0.00 89691.43 99075.23 0.00 [2021-05-03T22:10:49.131Z] 21:58:01 212.58 46.28 166.29 0.00 5428.54 21397.11 0.00 [2021-05-03T22:10:49.131Z] 21:59:01 3.26 1.90 1.37 0.00 133.62 22.40 0.00 [2021-05-03T22:10:49.131Z] 22:00:01 1.70 1.32 0.38 0.00 101.80 4.31 0.00 [2021-05-03T22:10:49.131Z] 22:01:01 0.48 0.07 0.42 0.00 1.07 4.96 0.00 [2021-05-03T22:10:49.131Z] 22:02:01 0.65 0.35 0.30 0.00 23.04 4.48 0.00 [2021-05-03T22:10:49.131Z] 22:03:01 1.97 1.62 0.35 0.00 59.69 3.65 0.00 [2021-05-03T22:10:49.131Z] 22:04:02 0.83 0.03 0.80 0.00 0.93 15.08 0.00 [2021-05-03T22:10:49.131Z] 22:05:01 2.29 2.05 0.24 0.00 55.43 2.10 0.00 [2021-05-03T22:10:49.131Z] 22:06:01 0.20 0.03 0.17 0.00 0.40 1.80 0.00 [2021-05-03T22:10:49.131Z] 22:07:01 0.50 0.20 0.30 0.00 2.80 4.40 0.00 [2021-05-03T22:10:49.131Z] 22:08:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 [2021-05-03T22:10:49.131Z] 22:09:01 0.18 0.02 0.17 0.00 0.53 1.80 0.00 [2021-05-03T22:10:49.131Z] 22:10:01 0.28 0.08 0.20 0.00 0.80 1.82 0.00 [2021-05-03T22:10:49.131Z] Average: 398.99 300.84 98.15 0.00 23380.63 33970.41 0.00 [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] 21:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-03T22:10:49.131Z] 21:49:01 389612 0 638492 33.93 2620 850820 1138520 38.86 458840 831320 128 [2021-05-03T22:10:49.131Z] 21:50:01 317776 0 751816 39.96 1420 810532 1359180 46.39 466672 819860 36 [2021-05-03T22:10:49.131Z] 21:51:01 150744 0 857032 45.55 500 873268 1857144 63.38 731600 712924 70404 [2021-05-03T22:10:49.131Z] 21:52:01 122144 0 814396 43.28 484 944520 1443104 49.25 657740 803608 93708 [2021-05-03T22:10:49.131Z] 21:53:05 78812 0 864560 45.95 0 938172 2271004 77.51 741300 854408 85052 [2021-05-03T22:10:49.131Z] 21:54:01 73068 0 753800 40.06 0 1054676 1556476 53.12 593696 976896 928 [2021-05-03T22:10:49.131Z] 21:55:01 104232 0 774096 41.14 0 1003216 1482616 50.60 517456 993332 29672 [2021-05-03T22:10:49.131Z] 21:56:02 70096 0 774040 41.14 0 1037408 1881764 64.22 595036 983688 9256 [2021-05-03T22:10:49.131Z] 21:57:02 52820 0 1015492 53.97 0 813232 2306848 78.73 808344 747424 1396 [2021-05-03T22:10:49.131Z] 21:58:01 323036 0 636776 33.84 0 921732 1204596 41.11 569708 734116 20 [2021-05-03T22:10:49.131Z] 21:59:01 319772 0 636868 33.85 0 924904 1183856 40.40 573860 734248 16 [2021-05-03T22:10:49.131Z] 22:00:01 318116 0 635492 33.78 0 927936 1170480 39.95 572940 737016 8 [2021-05-03T22:10:49.131Z] 22:01:01 317076 0 636524 33.83 0 927944 1172820 40.03 573632 737016 8 [2021-05-03T22:10:49.131Z] 22:02:01 317820 0 635100 33.75 0 928624 1170988 39.96 573292 737584 8 [2021-05-03T22:10:49.131Z] 22:03:01 315508 0 636316 33.82 0 929720 1170988 39.96 573632 738348 16 [2021-05-03T22:10:49.131Z] 22:04:02 314988 0 636828 33.85 0 929728 1171060 39.97 573908 738360 8 [2021-05-03T22:10:49.131Z] 22:05:01 312696 0 639132 33.97 0 929716 1171244 39.97 574528 739976 8 [2021-05-03T22:10:49.131Z] 22:06:01 313868 0 637936 33.90 0 929740 1171052 39.97 573456 740008 8 [2021-05-03T22:10:49.131Z] 22:07:01 313788 0 638008 33.91 0 929748 1171052 39.97 573568 740084 12 [2021-05-03T22:10:49.131Z] 22:08:01 313572 0 638224 33.92 0 929748 1171052 39.97 573692 740092 8 [2021-05-03T22:10:49.131Z] 22:09:01 312932 0 638852 33.95 0 929760 1171148 39.97 574084 740108 8 [2021-05-03T22:10:49.131Z] 22:10:01 313720 0 638060 33.91 0 929764 1171052 39.97 573580 740132 16 [2021-05-03T22:10:49.131Z] Average: 248463 0 705811 37.51 228 927041 1389457 47.42 592026 787298 13215 [2021-05-03T22:10:49.131Z] [2021-05-03T22:10:49.131Z] 21:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-03T22:10:49.131Z] 21:49:01 eth0 1728.53 1573.76 6429.72 195.52 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.131Z] 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:49:01 docker0 868.55 681.17 71.83 2684.74 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:50:01 veth476cc69 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:50:01 eth0 538.48 448.17 3554.29 78.24 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:50:01 docker0 193.99 234.59 13.10 847.65 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:51:01 veth476cc69 0.53 0.63 0.04 0.05 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:51:01 eth0 28.93 14.82 24.54 11.65 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:51:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:52:01 veth476cc69 1.10 1.10 0.09 0.09 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:52:01 eth0 40.33 32.20 18.46 82.36 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:52:01 docker0 1.10 1.10 0.07 0.09 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:53:05 eth0 187.11 153.12 1602.81 23.02 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:53:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:53:05 veth1a07535 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:53:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:54:01 eth0 113.96 96.50 198.37 67.27 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:54:01 veth1a07535 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:54:01 docker0 61.58 68.37 4.12 178.43 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:55:01 eth0 213.54 146.23 1698.85 20.21 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:55:01 veth5ad9ea1 21.17 47.71 1.40 275.85 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:55:01 veth1a07535 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:56:02 veth9053c82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:56:02 vethfffabe7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:56:02 eth0 121.66 85.01 204.74 98.65 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:57:02 veth8312e2e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:57:02 veth0a36cd4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:57:02 vethf12c601 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:57:02 eth0 32.13 16.53 26.81 13.88 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:58:01 eth0 80.45 61.11 134.84 75.63 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:58:01 docker0 1232.79 1150.40 96.05 4464.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:59:01 eth0 1.68 1.02 0.88 0.30 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:00:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:03:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:04:02 eth0 0.75 0.22 0.19 0.07 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:05:01 eth0 0.44 0.42 0.27 0.21 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:06:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:09:01 eth0 0.32 0.28 0.14 0.08 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:10:01 eth0 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] Average: eth0 140.80 119.84 636.41 30.22 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] Average: docker0 55.18 51.49 4.30 199.79 0.00 0.00 0.00 0.00 [2021-05-03T22:10:49.132Z] [2021-05-03T22:10:49.132Z] [2021-05-03T22:10:49.132Z] ---> sar -P ALL: [2021-05-03T22:10:49.132Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/03/21 _x86_64_ (4 CPU) [2021-05-03T22:10:49.132Z] [2021-05-03T22:10:49.132Z] 21:47:39 LINUX RESTART (4 CPU) [2021-05-03T22:10:49.132Z] [2021-05-03T22:10:49.132Z] 21:48:01 CPU %user %nice %system %iowait %steal %idle [2021-05-03T22:10:49.132Z] 21:49:01 all 21.47 0.00 6.16 3.10 0.08 69.18 [2021-05-03T22:10:49.132Z] 21:49:01 0 18.49 0.00 7.85 3.29 0.07 70.31 [2021-05-03T22:10:49.132Z] 21:49:01 1 27.90 0.00 5.52 1.54 0.09 64.95 [2021-05-03T22:10:49.132Z] 21:49:01 2 16.73 0.00 5.42 3.03 0.10 74.72 [2021-05-03T22:10:49.132Z] 21:49:01 3 22.77 0.00 5.86 4.56 0.07 66.74 [2021-05-03T22:10:49.132Z] 21:50:01 all 10.84 0.00 6.96 6.30 0.12 75.77 [2021-05-03T22:10:49.132Z] 21:50:01 0 10.49 0.00 7.19 5.97 0.15 76.19 [2021-05-03T22:10:49.132Z] 21:50:01 1 11.35 0.00 7.10 7.63 0.10 73.82 [2021-05-03T22:10:49.132Z] 21:50:01 2 10.37 0.00 6.92 6.40 0.12 76.19 [2021-05-03T22:10:49.132Z] 21:50:01 3 11.13 0.00 6.64 5.21 0.12 76.90 [2021-05-03T22:10:49.132Z] 21:51:01 all 54.36 0.00 10.56 5.06 0.07 29.95 [2021-05-03T22:10:49.132Z] 21:51:01 0 54.33 0.00 11.27 6.88 0.05 27.48 [2021-05-03T22:10:49.132Z] 21:51:01 1 56.36 0.00 10.22 4.65 0.09 28.69 [2021-05-03T22:10:49.132Z] 21:51:01 2 53.28 0.00 10.63 3.23 0.09 32.77 [2021-05-03T22:10:49.132Z] 21:51:01 3 53.48 0.00 10.12 5.49 0.07 30.85 [2021-05-03T22:10:49.132Z] 21:52:01 all 51.84 0.00 12.24 4.25 0.07 31.59 [2021-05-03T22:10:49.132Z] 21:52:01 0 51.39 0.00 12.79 4.17 0.07 31.57 [2021-05-03T22:10:49.132Z] 21:52:01 1 51.64 0.00 11.71 4.45 0.07 32.14 [2021-05-03T22:10:49.132Z] 21:52:01 2 52.09 0.00 12.32 3.92 0.09 31.58 [2021-05-03T22:10:49.132Z] 21:52:01 3 52.26 0.00 12.14 4.48 0.07 31.05 [2021-05-03T22:10:49.132Z] 21:53:05 all 22.69 0.00 13.24 10.96 0.11 52.99 [2021-05-03T22:10:49.132Z] 21:53:05 0 21.91 0.00 12.18 10.44 0.11 55.36 [2021-05-03T22:10:49.132Z] 21:53:05 1 22.26 0.00 14.06 10.91 0.11 52.67 [2021-05-03T22:10:49.132Z] 21:53:05 2 23.35 0.00 13.14 13.21 0.11 50.19 [2021-05-03T22:10:49.132Z] 21:53:05 3 23.27 0.00 13.60 9.29 0.11 53.72 [2021-05-03T22:10:49.132Z] 21:54:01 all 15.69 0.00 16.59 36.18 0.17 31.36 [2021-05-03T22:10:49.132Z] 21:54:01 0 15.88 0.00 16.29 36.54 0.20 31.08 [2021-05-03T22:10:49.132Z] 21:54:01 1 15.10 0.00 16.61 36.14 0.15 32.00 [2021-05-03T22:10:49.132Z] 21:54:01 2 16.20 0.00 16.82 34.56 0.19 32.23 [2021-05-03T22:10:49.132Z] 21:54:01 3 15.59 0.00 16.65 37.51 0.13 30.12 [2021-05-03T22:10:49.132Z] 21:55:01 all 57.00 0.00 12.47 14.37 0.13 16.03 [2021-05-03T22:10:49.132Z] 21:55:01 0 56.45 0.00 13.13 9.84 0.12 20.46 [2021-05-03T22:10:49.132Z] 21:55:01 1 58.18 0.00 12.36 17.13 0.16 12.17 [2021-05-03T22:10:49.132Z] 21:55:01 2 57.11 0.00 11.53 14.65 0.14 16.57 [2021-05-03T22:10:49.132Z] 21:55:01 3 56.24 0.00 12.85 15.91 0.10 14.89 [2021-05-03T22:10:49.132Z] 21:56:02 all 17.49 0.00 14.73 35.19 0.44 32.15 [2021-05-03T22:10:49.132Z] 21:56:02 0 16.38 0.00 15.10 31.74 0.47 36.31 [2021-05-03T22:10:49.132Z] 21:56:02 1 17.12 0.00 14.50 33.65 0.40 34.33 [2021-05-03T22:10:49.132Z] 21:56:02 2 19.17 0.00 14.68 40.67 0.45 25.03 [2021-05-03T22:10:49.132Z] 21:56:02 3 17.28 0.00 14.65 34.67 0.44 32.97 [2021-05-03T22:10:49.132Z] 21:57:02 all 40.33 0.00 14.14 28.59 0.16 16.78 [2021-05-03T22:10:49.132Z] 21:57:02 0 40.51 0.00 14.40 28.83 0.14 16.12 [2021-05-03T22:10:49.132Z] 21:57:02 1 41.12 0.00 13.99 28.90 0.17 15.82 [2021-05-03T22:10:49.132Z] 21:57:02 2 40.17 0.00 13.65 28.52 0.19 17.47 [2021-05-03T22:10:49.132Z] 21:57:02 3 39.50 0.00 14.53 28.12 0.14 17.71 [2021-05-03T22:10:49.132Z] 21:58:01 all 16.54 0.00 6.05 9.94 0.06 67.41 [2021-05-03T22:10:49.132Z] 21:58:01 0 16.70 0.00 6.19 9.15 0.07 67.90 [2021-05-03T22:10:49.132Z] 21:58:01 1 17.15 0.00 6.26 10.65 0.09 65.85 [2021-05-03T22:10:49.132Z] 21:58:01 2 16.71 0.00 5.67 9.66 0.07 67.90 [2021-05-03T22:10:49.132Z] 21:58:01 3 15.59 0.00 6.09 10.30 0.03 67.98 [2021-05-03T22:10:49.132Z] 21:59:01 all 0.15 0.00 0.03 0.06 0.00 99.75 [2021-05-03T22:10:49.132Z] 21:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-03T22:10:49.132Z] 21:59:01 1 0.52 0.00 0.03 0.07 0.00 99.38 [2021-05-03T22:10:49.132Z] 21:59:01 2 0.02 0.00 0.03 0.03 0.00 99.92 [2021-05-03T22:10:49.132Z] 21:59:01 3 0.03 0.00 0.03 0.15 0.00 99.78 [2021-05-03T22:10:49.132Z] [2021-05-03T22:10:49.133Z] 21:59:01 CPU %user %nice %system %iowait %steal %idle [2021-05-03T22:10:49.133Z] 22:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-05-03T22:10:49.133Z] 22:00:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-03T22:10:49.133Z] 22:00:01 1 0.53 0.00 0.02 0.00 0.02 99.43 [2021-05-03T22:10:49.133Z] 22:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] 22:00:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:01:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-05-03T22:10:49.133Z] 22:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:01:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-05-03T22:10:49.133Z] 22:01:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-03T22:10:49.133Z] 22:02:01 all 0.10 0.00 0.04 0.01 0.00 99.85 [2021-05-03T22:10:49.133Z] 22:02:01 0 0.02 0.00 0.03 0.03 0.00 99.92 [2021-05-03T22:10:49.133Z] 22:02:01 1 0.32 0.00 0.07 0.00 0.00 99.62 [2021-05-03T22:10:49.133Z] 22:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-03T22:10:49.133Z] 22:03:01 all 0.03 0.00 0.05 0.02 0.00 99.91 [2021-05-03T22:10:49.133Z] 22:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] 22:03:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-05-03T22:10:49.133Z] 22:03:01 2 0.02 0.00 0.10 0.08 0.00 99.80 [2021-05-03T22:10:49.133Z] 22:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] 22:04:02 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-05-03T22:10:49.133Z] 22:04:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] 22:04:02 1 0.53 0.00 0.02 0.00 0.02 99.43 [2021-05-03T22:10:49.133Z] 22:04:02 2 0.07 0.00 0.03 0.02 0.00 99.88 [2021-05-03T22:10:49.133Z] 22:04:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:05:01 all 0.15 0.00 0.02 0.06 0.00 99.78 [2021-05-03T22:10:49.133Z] 22:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-03T22:10:49.133Z] 22:05:01 1 0.51 0.00 0.00 0.00 0.00 99.49 [2021-05-03T22:10:49.133Z] 22:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-03T22:10:49.133Z] 22:05:01 3 0.03 0.00 0.02 0.24 0.00 99.71 [2021-05-03T22:10:49.133Z] 22:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-05-03T22:10:49.133Z] 22:06:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:06:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-05-03T22:10:49.133Z] 22:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-05-03T22:10:49.133Z] 22:07:01 all 0.15 0.00 0.02 0.01 0.00 99.83 [2021-05-03T22:10:49.133Z] 22:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:07:01 1 0.50 0.00 0.00 0.02 0.00 99.48 [2021-05-03T22:10:49.133Z] 22:07:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-03T22:10:49.133Z] 22:08:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-05-03T22:10:49.133Z] 22:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-03T22:10:49.133Z] 22:08:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-05-03T22:10:49.133Z] 22:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] 22:08:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-05-03T22:10:49.133Z] 22:09:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2021-05-03T22:10:49.133Z] 22:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-03T22:10:49.133Z] 22:09:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-05-03T22:10:49.133Z] 22:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:09:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:10:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-05-03T22:10:49.133Z] 22:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-05-03T22:10:49.133Z] 22:10:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-05-03T22:10:49.133Z] 22:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-03T22:10:49.133Z] 22:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-05-03T22:10:49.133Z] [2021-05-03T22:10:49.133Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-05-03T22:10:49.133Z] Average: all 13.80 0.00 5.04 6.77 0.06 74.32 [2021-05-03T22:10:49.133Z] Average: 0 13.49 0.00 5.19 6.46 0.06 74.80 [2021-05-03T22:10:49.133Z] Average: 1 14.44 0.00 5.00 6.86 0.06 73.64 [2021-05-03T22:10:49.133Z] Average: 2 13.60 0.00 4.94 6.96 0.07 74.43 [2021-05-03T22:10:49.133Z] Average: 3 13.69 0.00 5.02 6.81 0.06 74.43 [2021-05-03T22:10:49.133Z] [2021-05-03T22:10:49.133Z] [2021-05-03T22:10:49.133Z]