Pull request #3356 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at c419618f783e51adc3e0be9d68d8defacfb69d2d rather than d996b26d37163037cb364680552e1847a0f00d70 Obtained Jenkinsfile from c419618f783e51adc3e0be9d68d8defacfb69d2d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-472 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) > 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/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 Commit message: "feat: Add unit test for scheduler manager" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-16T10:05:42.390Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T10:05:42.484Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T10:05:42.510Z] ========================================================= [2021-04-16T10:05:42.510Z] EdgeX Global Pipelines Version Info [2021-04-16T10:05:42.510Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 429abc1cb4aa7afc2083fdf669ed664eedfe3383 # timeout=10 [2021-04-16T10:05:46.765Z] ------------------- [2021-04-16T10:05:46.765Z] stable info: [2021-04-16T10:05:46.765Z] ------------------- [2021-04-16T10:05:46.765Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T10:05:46.765Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T10:05:46.765Z] Message: update stable to v1.0.186 [2021-04-16T10:05:47.881Z] ------------------- [2021-04-16T10:05:47.881Z] experimental info: [2021-04-16T10:05:47.881Z] ------------------- [2021-04-16T10:05:47.881Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T10:05:47.881Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T10:05:47.881Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T10:05:48.074Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-16T10:05:48.094Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-16T10:05:48.114Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T10:05:48.134Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T10:05:48.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T10:05:48.173Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T10:05:48.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T10:05:48.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-16T10:05:48.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-16T10:05:48.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-16T10:05:48.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T10:05:48.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T10:05:48.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T10:05:48.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T10:05:48.351Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T10:05:48.371Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T10:05:48.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T10:05:48.411Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T10:05:48.432Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-16T10:05:48.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-16T10:05:48.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-16T10:05:48.523Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T10:05:48.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3356 [Pipeline] echo [2021-04-16T10:05:48.566Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3356 [Pipeline] echo [2021-04-16T10:05:48.588Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3356 [Pipeline] echo [2021-04-16T10:05:48.608Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d996b26d37163037cb364680552e1847a0f00d70 [Pipeline] echo [2021-04-16T10:05:48.629Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d996b26 [Pipeline] echo [2021-04-16T10:05:48.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T10:05:48.721Z] provisioning config files... [2021-04-16T10:05:48.832Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config7359419833695037145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:05:49.536Z] ---> docker-login.sh [2021-04-16T10:05:49.536Z] nexus3.edgexfoundry.org:10001 [2021-04-16T10:05:51.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:05:51.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:05:51.870Z] Configure a credential helper to remove this warning. See [2021-04-16T10:05:51.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:05:51.870Z] [2021-04-16T10:05:51.870Z] Login Succeeded [2021-04-16T10:05:51.870Z] nexus3.edgexfoundry.org:10002 [2021-04-16T10:05:52.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:05:52.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:05:52.510Z] Configure a credential helper to remove this warning. See [2021-04-16T10:05:52.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:05:52.510Z] [2021-04-16T10:05:52.510Z] Login Succeeded [2021-04-16T10:05:52.510Z] nexus3.edgexfoundry.org:10003 [2021-04-16T10:05:52.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:05:53.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:05:53.094Z] Configure a credential helper to remove this warning. See [2021-04-16T10:05:53.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:05:53.094Z] [2021-04-16T10:05:53.094Z] Login Succeeded [2021-04-16T10:05:53.094Z] nexus3.edgexfoundry.org:10004 [2021-04-16T10:05:53.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:05:53.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:05:53.582Z] Configure a credential helper to remove this warning. See [2021-04-16T10:05:53.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:05:53.582Z] [2021-04-16T10:05:53.582Z] Login Succeeded [2021-04-16T10:05:53.582Z] docker.io [2021-04-16T10:05:54.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:05:54.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:05:54.847Z] Configure a credential helper to remove this warning. See [2021-04-16T10:05:54.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:05:54.847Z] [2021-04-16T10:05:54.847Z] Login Succeeded [2021-04-16T10:05:54.847Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T10:05:54.905Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T10:05:55.396Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/core-command/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] ++ dirname cmd/core-data/Dockerfile [2021-04-16T10:05:55.396Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-16T10:05:55.396Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T10:05:55.396Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-16T10:05:55.396Z] ++ cut -d/ -f2 [2021-04-16T10:05:55.396Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-16T10:05:55.588Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:05:56.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T10:05:56.951Z] [2021-04-16T10:05:56.951Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:05:57.401Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T10:05:57.758Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T10:05:57.758Z] 31603596830f: Pulling fs layer [2021-04-16T10:05:57.758Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T10:05:57.758Z] 6ca5941a6612: Pulling fs layer [2021-04-16T10:05:57.758Z] ecc8261a40a4: Pulling fs layer [2021-04-16T10:05:57.758Z] ecc8261a40a4: Waiting [2021-04-16T10:05:57.758Z] 2a8b12db71e7: Download complete [2021-04-16T10:05:58.054Z] 31603596830f: Verifying Checksum [2021-04-16T10:05:58.054Z] 31603596830f: Download complete [2021-04-16T10:05:58.333Z] ecc8261a40a4: Verifying Checksum [2021-04-16T10:05:58.333Z] ecc8261a40a4: Download complete [2021-04-16T10:05:58.333Z] 6ca5941a6612: Verifying Checksum [2021-04-16T10:05:58.333Z] 6ca5941a6612: Download complete [2021-04-16T10:05:58.948Z] 31603596830f: Pull complete [2021-04-16T10:05:58.948Z] 2a8b12db71e7: Pull complete [2021-04-16T10:06:02.012Z] 6ca5941a6612: Pull complete [2021-04-16T10:06:02.800Z] ecc8261a40a4: Pull complete [2021-04-16T10:06:02.800Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T10:06:02.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T10:06:02.800Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T10:06:03.158Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:06:03.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-16T10:06:06.581Z] $ docker top 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T10:06:06.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T10:06:06.772Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T10:06:07.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T10:06:07.566Z] $ docker exec 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent [2021-04-16T10:06:08.238Z] SSH_AUTH_SOCK=/tmp/ssh-WFruyaoSpeJO/agent.11 [2021-04-16T10:06:08.238Z] SSH_AGENT_PID=16 [2021-04-16T10:06:08.305Z] Running ssh-add (command line suppressed) [2021-04-16T10:06:08.598Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_1509651406071503111.key (/w/workspace/edgex-go/14@tmp/private_key_1509651406071503111.key) [2021-04-16T10:06:08.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T10:06:09.730Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T10:06:09.816Z] $ docker exec --env ******** --env ******** 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent -k [2021-04-16T10:06:10.098Z] unset SSH_AUTH_SOCK; [2021-04-16T10:06:10.109Z] unset SSH_AGENT_PID; [2021-04-16T10:06:10.110Z] echo Agent pid 16 killed; [2021-04-16T10:06:10.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T10:06:10.279Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T10:06:10.279Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T10:06:10.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T10:06:10.702Z] $ docker exec 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent [2021-04-16T10:06:11.078Z] SSH_AUTH_SOCK=/tmp/ssh-TOTyeHeJQ9km/agent.45 [2021-04-16T10:06:11.078Z] SSH_AGENT_PID=50 [2021-04-16T10:06:11.089Z] Running ssh-add (command line suppressed) [2021-04-16T10:06:11.703Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_205892594783695732.key (/w/workspace/edgex-go/14@tmp/private_key_205892594783695732.key) [2021-04-16T10:06:11.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T10:06:12.292Z] + git semver init [2021-04-16T10:06:12.631Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T10:06:12.631Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-04-16T10:06:12.631Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-04-16T10:06:12.631Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T10:06:12.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T10:06:12.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T10:06:12.631Z] # $SEMVER_BRANCH = PR-3356 [2021-04-16T10:06:12.631Z] # $SEMVER_TEMP = /tmp/semver-479739597 [2021-04-16T10:06:12.631Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-16T10:06:52.380Z] # '/tmp/semver-479739597' -> '/w/workspace/edgex-go/14/.semver' [2021-04-16T10:06:52.380Z] # -> Force: false [2021-04-16T10:06:52.380Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-04-16T10:06:52.421Z] $ docker exec --env ******** --env ******** 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent -k [2021-04-16T10:06:53.307Z] unset SSH_AUTH_SOCK; [2021-04-16T10:06:53.314Z] unset SSH_AGENT_PID; [2021-04-16T10:06:53.314Z] echo Agent pid 50 killed; [2021-04-16T10:06:53.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T10:06:54.373Z] + git semver [Pipeline] } [2021-04-16T10:06:54.456Z] $ docker stop --time=1 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc [2021-04-16T10:06:57.007Z] $ docker rm -f 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T10:06:57.931Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T10:06:59.150Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T10:06:59.153Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T10:06:59.831Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T10:07:00.747Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T10:07:01.352Z] + sudo service docker restart [2021-04-16T10:07:01.353Z] + true [2021-04-16T10:07:01.353Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-16T10:07:03.012Z] ========================================================= [2021-04-16T10:07:03.013Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T10:07:03.013Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:07:03.481Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-16T10:07:14.183Z] Sending build context to Docker daemon 329.5MB [2021-04-16T10:07:14.183Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T10:07:14.183Z] Step 2/6 : FROM ${BASE} [2021-04-16T10:07:14.183Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T10:07:14.183Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T10:07:14.183Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T10:07:14.183Z] de9db76c5a1d: Pulling fs layer [2021-04-16T10:07:14.183Z] bca2f99d35d6: Pulling fs layer [2021-04-16T10:07:14.183Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T10:07:14.183Z] 7c6f9722023f: Pulling fs layer [2021-04-16T10:07:14.183Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T10:07:14.183Z] bca2f99d35d6: Waiting [2021-04-16T10:07:14.183Z] 93359f2a8cfa: Waiting [2021-04-16T10:07:14.183Z] 7c6f9722023f: Waiting [2021-04-16T10:07:14.183Z] a35cf1a2eb13: Waiting [2021-04-16T10:07:14.183Z] de9db76c5a1d: Verifying Checksum [2021-04-16T10:07:14.183Z] de9db76c5a1d: Download complete [2021-04-16T10:07:14.183Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T10:07:14.183Z] 0ef7d3d256c8: Download complete [2021-04-16T10:07:14.183Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T10:07:14.183Z] 93359f2a8cfa: Download complete [2021-04-16T10:07:14.183Z] 7c6f9722023f: Verifying Checksum [2021-04-16T10:07:14.183Z] 7c6f9722023f: Download complete [2021-04-16T10:07:14.183Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T10:07:14.183Z] 188c0c94c7c5: Download complete [2021-04-16T10:07:14.288Z] Still waiting to schedule task [2021-04-16T10:07:14.288Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-16T10:07:14.478Z] 188c0c94c7c5: Pull complete [2021-04-16T10:07:15.622Z] 0ef7d3d256c8: Pull complete [2021-04-16T10:07:15.960Z] de9db76c5a1d: Pull complete [2021-04-16T10:07:20.590Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T10:07:20.590Z] a35cf1a2eb13: Download complete [2021-04-16T10:07:22.775Z] bca2f99d35d6: Verifying Checksum [2021-04-16T10:07:22.775Z] bca2f99d35d6: Download complete [2021-04-16T10:07:38.545Z] bca2f99d35d6: Pull complete [2021-04-16T10:07:38.545Z] 93359f2a8cfa: Pull complete [2021-04-16T10:07:38.545Z] 7c6f9722023f: Pull complete [2021-04-16T10:07:44.169Z] a35cf1a2eb13: Pull complete [2021-04-16T10:07:44.169Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T10:07:44.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T10:07:44.169Z] ---> a62c8e92a672 [2021-04-16T10:07:44.169Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-16T10:07:44.169Z] ---> Running in 9dfb6529becd [2021-04-16T10:07:45.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:07:46.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:07:47.713Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T10:07:47.713Z] (2/12) Installing file (5.38-r0) [2021-04-16T10:07:47.713Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T10:07:48.054Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T10:07:53.629Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T10:07:53.629Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T10:07:53.629Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T10:07:53.629Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T10:07:53.629Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T10:07:53.629Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T10:07:53.629Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T10:07:53.629Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T10:07:53.629Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T10:07:53.629Z] OK: 233 MiB in 51 packages [2021-04-16T10:07:59.355Z] Removing intermediate container 9dfb6529becd [2021-04-16T10:07:59.355Z] ---> aa14299dd138 [2021-04-16T10:07:59.355Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T10:07:59.355Z] ---> Running in c8086bf92bef [2021-04-16T10:08:00.007Z] Removing intermediate container c8086bf92bef [2021-04-16T10:08:00.007Z] ---> d4531a0ac34d [2021-04-16T10:08:00.007Z] Step 5/6 : COPY go.mod . [2021-04-16T10:08:01.201Z] ---> 4ca1fe02b724 [2021-04-16T10:08:01.201Z] Step 6/6 : RUN go mod download [2021-04-16T10:08:01.201Z] ---> Running in 187505aa82a2 [2021-04-16T10:08:41.101Z] Removing intermediate container 187505aa82a2 [2021-04-16T10:08:41.101Z] ---> 84bd3a5e4d38 [2021-04-16T10:08:41.101Z] Successfully built 84bd3a5e4d38 [2021-04-16T10:08:41.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:08:41.623Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T10:08:41.623Z] . [Pipeline] withDockerContainer [2021-04-16T10:08:42.271Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:08:42.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-16T10:08:44.268Z] $ docker top 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:08:45.710Z] + go version [2021-04-16T10:08:45.710Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-16T10:08:45.800Z] $ docker stop --time=1 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 [2021-04-16T10:08:48.203Z] $ docker rm -f 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:08:49.311Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T10:08:49.311Z] . [Pipeline] withDockerContainer [2021-04-16T10:08:49.741Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:08:49.835Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-16T10:08:51.106Z] $ docker top a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T10:08:51.377Z] ========================================================= [2021-04-16T10:08:51.377Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T10:08:51.377Z] ========================================================= [Pipeline] sh [2021-04-16T10:08:52.255Z] + make test [2021-04-16T10:08:52.255Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T10:09:17.079Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-474 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws [2021-04-16T10:09:17.100Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-04-16T10:09:20.572Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T10:09:23.026Z] using credential edgex-jenkins-ssh [2021-04-16T10:09:23.048Z] Cloning the remote Git repository [2021-04-16T10:09:23.093Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:09:23.205Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-04-16T10:09:23.288Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:09:23.289Z] > git --version # timeout=10 [2021-04-16T10:09:23.301Z] > git --version # 'git version 2.17.1' [2021-04-16T10:09:23.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:09:23.354Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T10:09:41.145Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:09:41.598Z] Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:09:41.599Z] Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) [2021-04-16T10:09:40.142Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T10:09:40.161Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T10:09:40.185Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T10:09:40.226Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:09:40.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:09:40.242Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:09:41.170Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:09:41.198Z] > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 [2021-04-16T10:09:41.523Z] > git remote # timeout=10 [2021-04-16T10:09:41.538Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:09:41.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:09:41.562Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T10:09:41.588Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:09:41.608Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:09:41.626Z] > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 [2021-04-16T10:09:46.018Z] Commit message: "feat: Add unit test for scheduler manager" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-16T10:09:47.587Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-16T10:09:47.991Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T10:09:48.333Z] + + sudo servicetrue docker restart [2021-04-16T10:09:48.333Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T10:09:50.356Z] provisioning config files... [2021-04-16T10:09:50.401Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config451211076406801103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:09:50.773Z] ---> docker-login.sh [2021-04-16T10:09:50.773Z] nexus3.edgexfoundry.org:10001 [2021-04-16T10:09:51.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:09:52.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:09:52.033Z] Configure a credential helper to remove this warning. See [2021-04-16T10:09:52.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:09:52.033Z] [2021-04-16T10:09:52.033Z] Login Succeeded [2021-04-16T10:09:52.033Z] nexus3.edgexfoundry.org:10002 [2021-04-16T10:09:52.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:09:52.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:09:52.582Z] Configure a credential helper to remove this warning. See [2021-04-16T10:09:52.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:09:52.582Z] [2021-04-16T10:09:52.582Z] Login Succeeded [2021-04-16T10:09:52.582Z] nexus3.edgexfoundry.org:10003 [2021-04-16T10:09:52.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:09:53.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:09:53.142Z] Configure a credential helper to remove this warning. See [2021-04-16T10:09:53.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:09:53.142Z] [2021-04-16T10:09:53.142Z] Login Succeeded [2021-04-16T10:09:53.142Z] nexus3.edgexfoundry.org:10004 [2021-04-16T10:09:53.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:09:53.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:09:53.687Z] Configure a credential helper to remove this warning. See [2021-04-16T10:09:53.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:09:53.687Z] [2021-04-16T10:09:53.687Z] Login Succeeded [2021-04-16T10:09:53.687Z] docker.io [2021-04-16T10:09:53.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T10:09:54.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T10:09:54.233Z] Configure a credential helper to remove this warning. See [2021-04-16T10:09:54.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T10:09:54.233Z] [2021-04-16T10:09:54.233Z] Login Succeeded [2021-04-16T10:09:54.233Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T10:09:54.256Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T10:09:54.535Z] ========================================================= [2021-04-16T10:09:54.535Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T10:09:54.535Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:09:54.882Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-16T10:09:55.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T10:09:57.531Z] Sending build context to Docker daemon 167.4MB [2021-04-16T10:09:57.531Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T10:09:57.531Z] Step 2/6 : FROM ${BASE} [2021-04-16T10:09:57.531Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T10:09:57.531Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T10:09:57.531Z] a4357932f1b6: Pulling fs layer [2021-04-16T10:09:57.531Z] 18c013af1878: Pulling fs layer [2021-04-16T10:09:57.531Z] 00ac8860ef70: Pulling fs layer [2021-04-16T10:09:57.531Z] 63d7cb157983: Pulling fs layer [2021-04-16T10:09:57.531Z] b116817d02f9: Pulling fs layer [2021-04-16T10:09:57.531Z] 745a02a5169b: Pulling fs layer [2021-04-16T10:09:57.531Z] 00ac8860ef70: Waiting [2021-04-16T10:09:57.531Z] 63d7cb157983: Waiting [2021-04-16T10:09:57.531Z] b116817d02f9: Waiting [2021-04-16T10:09:57.531Z] 745a02a5169b: Waiting [2021-04-16T10:09:57.531Z] 18c013af1878: Verifying Checksum [2021-04-16T10:09:57.531Z] 18c013af1878: Download complete [2021-04-16T10:09:57.531Z] a4357932f1b6: Verifying Checksum [2021-04-16T10:09:57.531Z] a4357932f1b6: Download complete [2021-04-16T10:09:57.531Z] 63d7cb157983: Verifying Checksum [2021-04-16T10:09:57.531Z] 63d7cb157983: Download complete [2021-04-16T10:09:57.531Z] b116817d02f9: Download complete [2021-04-16T10:09:57.531Z] 5f621e34cdf4: Verifying Checksum [2021-04-16T10:09:57.531Z] 5f621e34cdf4: Download complete [2021-04-16T10:09:58.134Z] 5f621e34cdf4: Pull complete [2021-04-16T10:09:58.411Z] a4357932f1b6: Pull complete [2021-04-16T10:09:59.015Z] 18c013af1878: Pull complete [2021-04-16T10:10:00.001Z] 745a02a5169b: Verifying Checksum [2021-04-16T10:10:00.001Z] 745a02a5169b: Download complete [2021-04-16T10:10:00.976Z] 00ac8860ef70: Verifying Checksum [2021-04-16T10:10:00.976Z] 00ac8860ef70: Download complete [2021-04-16T10:10:11.138Z] 00ac8860ef70: Pull complete [2021-04-16T10:10:11.138Z] 63d7cb157983: Pull complete [2021-04-16T10:10:11.138Z] b116817d02f9: Pull complete [2021-04-16T10:10:15.457Z] 745a02a5169b: Pull complete [2021-04-16T10:10:15.457Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T10:10:15.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T10:10:15.457Z] ---> b7e6874047d6 [2021-04-16T10:10:15.457Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-16T10:10:18.081Z] ---> Running in abe6ec7997ca [2021-04-16T10:10:19.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T10:10:19.114Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T10:10:19.114Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T10:10:19.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:10:20.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:10:21.094Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T10:10:21.094Z] (2/12) Installing file (5.38-r0) [2021-04-16T10:10:21.094Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T10:10:21.366Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T10:10:24.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T10:10:24.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T10:10:24.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T10:10:24.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T10:10:25.648Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T10:10:25.648Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T10:10:25.648Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T10:10:25.648Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T10:10:25.648Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T10:10:25.648Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T10:10:25.648Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T10:10:25.648Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T10:10:25.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T10:10:25.922Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T10:10:25.922Z] OK: 217 MiB in 51 packages [2021-04-16T10:10:27.335Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T10:10:30.247Z] Removing intermediate container abe6ec7997ca [2021-04-16T10:10:30.247Z] ---> 9c8c5480eb54 [2021-04-16T10:10:30.247Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T10:10:30.247Z] ---> Running in 813678a34c1f [2021-04-16T10:10:30.247Z] Removing intermediate container 813678a34c1f [2021-04-16T10:10:30.247Z] ---> 642858554f14 [2021-04-16T10:10:30.247Z] Step 5/6 : COPY go.mod . [2021-04-16T10:10:30.842Z] ---> 352c7d71edd0 [2021-04-16T10:10:30.842Z] Step 6/6 : RUN go mod download [2021-04-16T10:10:31.128Z] ---> Running in 3058ed9f1e19 [2021-04-16T10:10:34.602Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T10:10:34.602Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T10:10:34.602Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T10:10:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.9% of statements [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T10:10:39.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T10:10:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.144s coverage: 19.8% of statements [2021-04-16T10:10:39.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.291s coverage: 100.0% of statements [2021-04-16T10:10:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.284s coverage: 27.1% of statements [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T10:10:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T10:10:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T10:10:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 71.3% of statements [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T10:10:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T10:10:47.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.564s coverage: 82.9% of statements [2021-04-16T10:10:47.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T10:10:47.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:10:47.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.292s coverage: 78.9% of statements [2021-04-16T10:10:47.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T10:10:53.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.464s coverage: 28.6% of statements [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T10:10:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T10:10:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T10:10:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.575s coverage: 86.7% of statements [2021-04-16T10:10:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T10:10:53.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements [2021-04-16T10:10:53.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T10:10:54.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2021-04-16T10:10:54.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T10:10:54.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T10:10:54.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T10:10:54.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-16T10:10:57.930Z] Removing intermediate container 3058ed9f1e19 [2021-04-16T10:10:57.930Z] ---> 0fb241f7c802 [2021-04-16T10:10:57.930Z] Successfully built 0fb241f7c802 [2021-04-16T10:10:57.930Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:10:58.272Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T10:10:58.272Z] . [Pipeline] withDockerContainer [2021-04-16T10:10:58.545Z] prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container [2021-04-16T10:10:58.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-04-16T10:11:00.182Z] $ docker top 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:11:00.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.813s coverage: 92.8% of statements [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T10:11:00.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T10:11:00.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T10:11:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 0.9% of statements [2021-04-16T10:11:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T10:11:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T10:11:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T10:11:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements [2021-04-16T10:11:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements [2021-04-16T10:11:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.123s coverage: 94.1% of statements [2021-04-16T10:11:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-04-16T10:11:01.137Z] + go version [2021-04-16T10:11:01.137Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T10:11:01.166Z] $ docker stop --time=1 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 [2021-04-16T10:11:01.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-04-16T10:11:03.169Z] $ docker rm -f 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:11:03.833Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T10:11:03.833Z] . [Pipeline] withDockerContainer [2021-04-16T10:11:04.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container [2021-04-16T10:11:04.153Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-04-16T10:11:05.614Z] $ docker top ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T10:11:05.897Z] ========================================================= [2021-04-16T10:11:05.898Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T10:11:05.898Z] ========================================================= [Pipeline] sh [2021-04-16T10:11:06.574Z] + make test [2021-04-16T10:11:06.574Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T10:11:14.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.162s coverage: 94.4% of statements [2021-04-16T10:11:14.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.106s coverage: 44.8% of statements [2021-04-16T10:11:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.600s coverage: 81.9% of statements [2021-04-16T10:11:20.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T10:11:27.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements [2021-04-16T10:11:27.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.093s coverage: 77.8% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.111s coverage: 87.2% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.273s coverage: 100.0% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.418s coverage: 75.5% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.286s coverage: 87.2% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.6% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.6% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.367s coverage: 64.4% of statements [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T10:11:27.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.132s coverage: 100.0% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.235s coverage: 73.7% of statements [2021-04-16T10:11:27.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-16T10:11:28.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 69.0% of statements [2021-04-16T10:11:28.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T10:11:28.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T10:11:28.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T10:11:28.753Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T10:11:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements [2021-04-16T10:11:29.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T10:11:29.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T10:11:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.420s coverage: 89.5% of statements [2021-04-16T10:11:29.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T10:11:29.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements [2021-04-16T10:11:36.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.775s coverage: 47.0% of statements [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T10:11:36.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T10:11:36.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.211s coverage: 100.0% of statements [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T10:11:36.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.279s coverage: 10.5% of statements [2021-04-16T10:11:36.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T10:11:37.467Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.604s coverage: 87.7% of statements [2021-04-16T10:11:37.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T10:11:37.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:11:37.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.017s coverage: 28.7% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.314s coverage: 100.0% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.303s coverage: 64.6% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.377s coverage: 95.6% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T10:11:43.941Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements [2021-04-16T10:11:43.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T10:11:44.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-04-16T10:11:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T10:11:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T10:11:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T10:11:44.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T10:11:46.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.129s coverage: 87.9% of statements [2021-04-16T10:11:46.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T10:11:46.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T10:11:46.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-04-16T10:11:47.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.156s coverage: 28.1% of statements [2021-04-16T10:11:48.986Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements [2021-04-16T10:11:50.036Z] GO111MODULE=on go vet ./... [2021-04-16T10:12:25.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T10:12:25.410Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T10:12:32.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T10:12:32.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T10:12:34.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T10:12:34.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T10:12:34.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T10:12:34.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T10:12:38.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T10:12:39.201Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T10:12:47.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T10:12:47.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T10:12:47.530Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T10:12:52.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 45.9% of statements [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T10:12:52.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T10:12:52.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.158s coverage: 19.8% of statements [2021-04-16T10:12:52.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements [2021-04-16T10:13:01.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.631s coverage: 27.1% of statements [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T10:13:01.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T10:13:01.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.256s coverage: 100.0% of statements [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T10:13:01.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T10:13:01.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T10:13:03.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.465s coverage: 82.9% of statements [2021-04-16T10:13:03.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T10:13:03.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:13:03.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.136s coverage: 78.9% of statements [2021-04-16T10:13:03.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T10:13:13.573Z] gofmt -l . [2021-04-16T10:13:13.574Z] [ "`gofmt -l .`" = "" ] [2021-04-16T10:13:13.574Z] ./bin/test-go-mod-tidy.sh [2021-04-16T10:13:13.574Z] ./bin/test-attribution-txt.sh [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.187s coverage: 100.0% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.474s coverage: 86.7% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.494s coverage: 97.5% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T10:13:14.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.292s coverage: 78.3% of statements [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T10:13:14.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh [2021-04-16T10:13:17.039Z] + ls -al . [2021-04-16T10:13:17.039Z] total 808 [2021-04-16T10:13:17.039Z] drwxrwxr-x 10 1001 1001 4096 Apr 16 10:13 . [2021-04-16T10:13:17.039Z] drwxr-xr-x 4 root root 30 Apr 16 10:08 .. [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 10:05 .dockerignore [2021-04-16T10:13:17.039Z] drwxrwxr-x 8 1001 1001 179 Apr 16 10:05 .git [2021-04-16T10:13:17.039Z] drwxrwxr-x 3 1001 1001 125 Apr 16 10:05 .github [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 10:05 .gitignore [2021-04-16T10:13:17.039Z] drwx------ 3 1001 1001 60 Apr 16 10:06 .semver [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 10:05 .sonarcloud.properties [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 8609 Apr 16 10:05 Attribution.txt [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 10:05 CONTRIBUTING.md [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 10:05 Dockerfile.build [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 10:05 Jenkinsfile [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 10:05 LICENSE [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 10:05 Makefile [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 10:05 README.md [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 10:05 SECURITY.md [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 10:06 VERSION [2021-04-16T10:13:17.039Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 10:05 ZMQWindows.md [2021-04-16T10:13:17.040Z] drwxrwxr-x 2 1001 1001 117 Apr 16 10:05 bin [2021-04-16T10:13:17.040Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 10:05 cmd [2021-04-16T10:13:17.040Z] -rw-r--r-- 1 root root 698295 Apr 16 10:11 coverage.out [2021-04-16T10:13:17.040Z] -rw-r--r-- 1 root root 1058 Apr 16 10:13 go.mod [2021-04-16T10:13:17.040Z] -rw-r--r-- 1 root root 22256 Apr 16 10:13 go.sum [2021-04-16T10:13:17.040Z] drwxrwxr-x 8 1001 1001 127 Apr 16 10:05 internal [2021-04-16T10:13:17.040Z] drwxrwxr-x 4 1001 1001 26 Apr 16 10:05 openapi [2021-04-16T10:13:17.040Z] drwxrwxr-x 4 1001 1001 71 Apr 16 10:05 snap [2021-04-16T10:13:17.040Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 10:05 version.go [Pipeline] sh [2021-04-16T10:13:17.616Z] + '[' -e coverage.out ] [2021-04-16T10:13:17.617Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T10:13:18.155Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T10:13:18.995Z] + make build [2021-04-16T10:13:18.995Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.136s coverage: 92.8% of statements [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.134s coverage: 58.8% of statements [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.9% of statements [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T10:13:22.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.208s coverage: 47.1% of statements [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.150s coverage: 79.5% of statements [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.172s coverage: 94.1% of statements [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements [2021-04-16T10:13:22.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements [2021-04-16T10:13:26.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T10:13:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.132s coverage: 94.4% of statements [2021-04-16T10:13:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-16T10:13:41.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.527s coverage: 81.9% of statements [2021-04-16T10:13:41.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T10:13:49.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T10:13:50.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.211s coverage: 92.9% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.218s coverage: 84.6% of statements [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.6% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 64.4% of statements [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T10:13:50.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T10:13:50.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-04-16T10:13:51.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 91.3% of statements [2021-04-16T10:13:51.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-04-16T10:13:52.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-04-16T10:13:52.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-04-16T10:13:54.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T10:13:57.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 69.0% of statements [2021-04-16T10:13:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T10:13:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T10:13:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T10:13:58.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 38.4% of statements [2021-04-16T10:13:58.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T10:13:58.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T10:13:58.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements [2021-04-16T10:13:58.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T10:13:58.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.108s coverage: 84.8% of statements [2021-04-16T10:14:01.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T10:14:04.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T10:14:04.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T10:14:04.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.186s coverage: 100.0% of statements [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T10:14:04.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T10:14:04.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 10.5% of statements [2021-04-16T10:14:04.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T10:14:06.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 87.7% of statements [2021-04-16T10:14:06.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T10:14:06.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:14:06.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T10:14:09.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T10:14:13.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.105s coverage: 28.7% of statements [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T10:14:13.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T10:14:13.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.206s coverage: 100.0% of statements [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T10:14:13.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.183s coverage: 64.6% of statements [2021-04-16T10:14:13.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T10:14:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.366s coverage: 95.6% of statements [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T10:14:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T10:14:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T10:14:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T10:14:14.012Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T10:14:14.012Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-04-16T10:14:16.645Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-04-16T10:14:16.645Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-16T10:14:17.243Z] GO111MODULE=on go vet ./... [2021-04-16T10:14:18.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T10:14:21.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T10:14:23.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T10:14:29.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T10:14:31.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-16T10:14:40.612Z] $ docker stop --time=1 a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 [2021-04-16T10:14:42.851Z] $ docker rm -f a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:14:46.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T10:14:47.184Z] [2021-04-16T10:14:47.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:14:47.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T10:14:47.895Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-16T10:14:47.895Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-16T10:14:47.895Z] ca9280d653b3: Pulling fs layer [2021-04-16T10:14:47.895Z] 7e9c9ca2126c: Pulling fs layer [2021-04-16T10:14:48.966Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-16T10:14:48.966Z] cbdbe7a5bc2a: Download complete [2021-04-16T10:14:50.211Z] cbdbe7a5bc2a: Pull complete [2021-04-16T10:14:51.852Z] ca9280d653b3: Verifying Checksum [2021-04-16T10:14:51.852Z] ca9280d653b3: Download complete [2021-04-16T10:14:55.664Z] ca9280d653b3: Pull complete [2021-04-16T10:14:55.957Z] 7e9c9ca2126c: Verifying Checksum [2021-04-16T10:14:55.957Z] 7e9c9ca2126c: Download complete [2021-04-16T10:15:11.606Z] 7e9c9ca2126c: Pull complete [2021-04-16T10:15:11.606Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-16T10:15:11.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T10:15:11.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-16T10:15:12.711Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:15:12.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-16T10:15:18.730Z] $ docker top 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:15:19.777Z] + docker-compose build --help [2021-04-16T10:15:19.777Z] + grep parallel [2021-04-16T10:15:21.496Z] --parallel Build images in parallel. [Pipeline] } [2021-04-16T10:15:21.566Z] $ docker stop --time=1 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 [2021-04-16T10:15:23.359Z] $ docker rm -f 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:15:24.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T10:15:24.612Z] . [Pipeline] withDockerContainer [2021-04-16T10:15:24.966Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:15:25.076Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-16T10:15:26.894Z] $ docker top 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:15:28.064Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T10:15:30.264Z] Building docker-core-command-go ... [2021-04-16T10:15:30.264Z] Building docker-core-data-go ... [2021-04-16T10:15:30.264Z] Building docker-core-metadata-go ... [2021-04-16T10:15:30.264Z] Building docker-security-bootstrapper-go ... [2021-04-16T10:15:30.264Z] Building docker-security-proxy-setup-go ... [2021-04-16T10:15:30.264Z] Building docker-security-secretstore-setup-go ... [2021-04-16T10:15:30.264Z] Building docker-support-notifications-go ... [2021-04-16T10:15:30.264Z] Building docker-support-scheduler-go ... [2021-04-16T10:15:30.264Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T10:15:30.264Z] Building docker-support-notifications-go [2021-04-16T10:15:30.264Z] Building docker-security-bootstrapper-go [2021-04-16T10:15:30.264Z] Building docker-sys-mgmt-agent-go [2021-04-16T10:15:30.264Z] Building docker-security-proxy-setup-go [2021-04-16T10:15:30.264Z] Building docker-support-scheduler-go [2021-04-16T10:15:39.073Z] gofmt -l . [2021-04-16T10:15:39.074Z] [ "`gofmt -l .`" = "" ] [2021-04-16T10:15:39.670Z] ./bin/test-go-mod-tidy.sh [2021-04-16T10:15:40.269Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-16T10:15:42.911Z] + ls -al . [2021-04-16T10:15:42.911Z] total 836 [2021-04-16T10:15:42.911Z] drwxrwxr-x 9 1001 1001 4096 Apr 16 10:15 . [2021-04-16T10:15:42.911Z] drwxr-xr-x 4 root root 4096 Apr 16 10:11 .. [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 10:09 .dockerignore [2021-04-16T10:15:42.911Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 10:09 .git [2021-04-16T10:15:42.911Z] drwxrwxr-x 3 1001 1001 4096 Apr 16 10:09 .github [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 10:09 .gitignore [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 10:09 .sonarcloud.properties [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 8609 Apr 16 10:09 Attribution.txt [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 10:09 CONTRIBUTING.md [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 10:09 Dockerfile.build [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 10:09 Jenkinsfile [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 10:09 LICENSE [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 10:09 Makefile [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 10:09 README.md [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 10:09 SECURITY.md [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 10:06 VERSION [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 10:09 ZMQWindows.md [2021-04-16T10:15:42.911Z] drwxrwxr-x 2 1001 1001 4096 Apr 16 10:09 bin [2021-04-16T10:15:42.911Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 10:09 cmd [2021-04-16T10:15:42.911Z] -rw-r--r-- 1 root root 698295 Apr 16 10:14 coverage.out [2021-04-16T10:15:42.911Z] -rw-r--r-- 1 root root 1058 Apr 16 10:15 go.mod [2021-04-16T10:15:42.911Z] -rw-r--r-- 1 root root 22256 Apr 16 10:15 go.sum [2021-04-16T10:15:42.911Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 10:09 internal [2021-04-16T10:15:42.911Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 10:09 openapi [2021-04-16T10:15:42.911Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 10:09 snap [2021-04-16T10:15:42.911Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 10:09 version.go [Pipeline] sh [2021-04-16T10:15:43.597Z] + '[' -e coverage.out ] [2021-04-16T10:15:43.597Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T10:15:43.636Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T10:15:45.049Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T10:15:45.754Z] + make build [2021-04-16T10:15:45.754Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T10:15:58.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T10:16:20.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T10:16:24.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T10:16:30.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T10:16:31.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T10:16:38.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T10:16:45.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T10:16:50.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T10:16:54.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T10:16:58.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T10:17:03.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T10:17:09.246Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:17:09.246Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:17:09.246Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:17:09.246Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:17:09.246Z] ---> 84bd3a5e4d38 [2021-04-16T10:17:09.246Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T10:17:09.246Z] ---> 84bd3a5e4d38 [2021-04-16T10:17:09.246Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T10:17:09.246Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:17:09.246Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:17:09.246Z] ---> 84bd3a5e4d38 [2021-04-16T10:17:09.246Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:17:09.246Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:17:09.246Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:17:09.246Z] ---> 84bd3a5e4d38 [2021-04-16T10:17:09.246Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T10:17:09.246Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:17:09.246Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:17:09.246Z] ---> 84bd3a5e4d38 [2021-04-16T10:17:09.246Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T10:17:09.246Z] ---> Running in c39a7667ce6d [2021-04-16T10:17:09.246Z] ---> Running in bbf32a86ff47 [2021-04-16T10:17:09.246Z] ---> Running in 3ed19cefd3a5 [2021-04-16T10:17:09.246Z] ---> Running in 26c7438ffa94 [2021-04-16T10:17:09.246Z] ---> Running in 6bb375f979ba [2021-04-16T10:17:09.246Z] Removing intermediate container 3ed19cefd3a5 [2021-04-16T10:17:09.246Z] ---> aa36e4a42e2e [2021-04-16T10:17:09.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:17:09.246Z] Removing intermediate container c39a7667ce6d [2021-04-16T10:17:09.246Z] ---> 25410c2e7c9e [2021-04-16T10:17:09.246Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:17:09.246Z] Removing intermediate container 26c7438ffa94 [2021-04-16T10:17:09.246Z] ---> c5fe1c5a1096 [2021-04-16T10:17:09.246Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:17:09.246Z] Removing intermediate container bbf32a86ff47 [2021-04-16T10:17:09.246Z] ---> a4af602aaeb4 [2021-04-16T10:17:09.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:17:09.246Z] Removing intermediate container 6bb375f979ba [2021-04-16T10:17:09.246Z] ---> 87ec1ba59c1e [2021-04-16T10:17:09.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:17:09.246Z] ---> Running in 99f1a1be78c4 [2021-04-16T10:17:09.246Z] ---> Running in cf6b86b2bde8 [2021-04-16T10:17:09.246Z] ---> Running in 1b4ffd9842e0 [2021-04-16T10:17:09.246Z] ---> Running in 3a0c93d6ed14 [2021-04-16T10:17:09.246Z] ---> Running in da97ca267168 [Pipeline] } [2021-04-16T10:17:10.231Z] $ docker stop --time=1 ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 [2021-04-16T10:17:11.368Z] Removing intermediate container cf6b86b2bde8 [2021-04-16T10:17:11.368Z] ---> f96e6e7bdab2 [2021-04-16T10:17:11.368Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T10:17:11.733Z] Removing intermediate container 99f1a1be78c4 [2021-04-16T10:17:11.733Z] ---> ef94509d3590 [2021-04-16T10:17:11.733Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T10:17:11.733Z] Removing intermediate container 1b4ffd9842e0 [2021-04-16T10:17:11.733Z] ---> 70ee4aa89e6f [2021-04-16T10:17:11.733Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T10:17:11.733Z] Removing intermediate container 3a0c93d6ed14 [2021-04-16T10:17:11.733Z] ---> e4e39991a8ce [2021-04-16T10:17:11.733Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T10:17:11.733Z] ---> Running in c92658f08ae0 [2021-04-16T10:17:11.733Z] ---> Running in c45d617bbf6a [2021-04-16T10:17:12.058Z] ---> Running in efc84fbb82f4 [2021-04-16T10:17:12.058Z] ---> Running in 656f07408ce2 [2021-04-16T10:17:12.058Z] Removing intermediate container da97ca267168 [2021-04-16T10:17:12.058Z] ---> ff98c6809588 [2021-04-16T10:17:12.058Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T10:17:12.059Z] ---> Running in 2a53f26c0cb9 [2021-04-16T10:17:12.756Z] $ docker rm -f ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:17:14.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T10:17:14.409Z] [2021-04-16T10:17:14.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:17:14.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T10:17:14.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:14.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:14.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:14.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:14.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:15.050Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-16T10:17:15.051Z] 29e5d40040c1: Pulling fs layer [2021-04-16T10:17:15.051Z] 1ce36da41761: Pulling fs layer [2021-04-16T10:17:15.051Z] 25b303627fd3: Pulling fs layer [2021-04-16T10:17:15.051Z] 29e5d40040c1: Verifying Checksum [2021-04-16T10:17:15.051Z] 29e5d40040c1: Download complete [2021-04-16T10:17:15.650Z] 1ce36da41761: Verifying Checksum [2021-04-16T10:17:15.650Z] 1ce36da41761: Download complete [2021-04-16T10:17:15.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:15.924Z] 29e5d40040c1: Pull complete [2021-04-16T10:17:15.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:17.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:17.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:17.358Z] 1ce36da41761: Pull complete [2021-04-16T10:17:17.358Z] 25b303627fd3: Verifying Checksum [2021-04-16T10:17:17.358Z] 25b303627fd3: Download complete [2021-04-16T10:17:17.505Z] OK: 233 MiB in 51 packages [2021-04-16T10:17:17.505Z] OK: 233 MiB in 51 packages [2021-04-16T10:17:17.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:17:19.871Z] OK: 233 MiB in 51 packages [2021-04-16T10:17:19.871Z] OK: 233 MiB in 51 packages [2021-04-16T10:17:20.484Z] Removing intermediate container 2a53f26c0cb9 [2021-04-16T10:17:20.484Z] ---> 2718bf26a831 [2021-04-16T10:17:20.484Z] Step 6/22 : COPY go.mod . [2021-04-16T10:17:20.484Z] Removing intermediate container c92658f08ae0 [2021-04-16T10:17:20.484Z] ---> 811c7f89a052 [2021-04-16T10:17:20.484Z] Step 6/22 : COPY go.mod . [2021-04-16T10:17:20.809Z] OK: 233 MiB in 51 packages [2021-04-16T10:17:21.163Z] ---> fb173fe8c8ca [2021-04-16T10:17:21.163Z] Step 7/22 : RUN go mod download [2021-04-16T10:17:21.163Z] ---> 31920fff7c45 [2021-04-16T10:17:21.163Z] Step 7/22 : RUN go mod download [2021-04-16T10:17:21.481Z] ---> Running in 6f0e7a0a3f6e [2021-04-16T10:17:21.481Z] ---> Running in d067071ce969 [2021-04-16T10:17:21.481Z] Removing intermediate container efc84fbb82f4 [2021-04-16T10:17:21.481Z] ---> d40a4090a9f7 [2021-04-16T10:17:21.481Z] Step 6/31 : COPY go.mod . [2021-04-16T10:17:22.148Z] Removing intermediate container 656f07408ce2 [2021-04-16T10:17:22.148Z] ---> a5bc45d3ccf1 [2021-04-16T10:17:22.148Z] Step 6/21 : COPY go.mod . [2021-04-16T10:17:22.149Z] Removing intermediate container c45d617bbf6a [2021-04-16T10:17:22.149Z] ---> cbfec22e83d8 [2021-04-16T10:17:22.149Z] Step 6/23 : COPY go.mod . [2021-04-16T10:17:22.149Z] ---> ac5d1c7f904f [2021-04-16T10:17:22.149Z] Step 7/31 : RUN go mod download [2021-04-16T10:17:22.419Z] ---> Running in e76d62ff30d6 [2021-04-16T10:17:24.055Z] ---> 7a262d86541b [2021-04-16T10:17:24.055Z] Step 7/21 : RUN go mod download [2021-04-16T10:17:24.055Z] ---> ca8100fd0b1f [2021-04-16T10:17:24.055Z] Step 7/23 : RUN go mod download [2021-04-16T10:17:24.055Z] ---> Running in e9d918a825d1 [2021-04-16T10:17:24.055Z] ---> Running in 4875d590ef41 [2021-04-16T10:17:27.515Z] 25b303627fd3: Pull complete [2021-04-16T10:17:27.515Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-16T10:17:27.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T10:17:27.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-16T10:17:27.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container [2021-04-16T10:17:27.861Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-04-16T10:17:29.008Z] Removing intermediate container d067071ce969 [2021-04-16T10:17:29.008Z] ---> 5039b4a96795 [2021-04-16T10:17:29.008Z] Step 8/22 : COPY . . [2021-04-16T10:17:29.331Z] Removing intermediate container 6f0e7a0a3f6e [2021-04-16T10:17:29.331Z] ---> caec5fdf61a0 [2021-04-16T10:17:29.331Z] Step 8/22 : COPY . . [2021-04-16T10:17:29.705Z] Removing intermediate container 4875d590ef41 [2021-04-16T10:17:29.705Z] ---> e260666e5972 [2021-04-16T10:17:29.705Z] Step 8/23 : COPY . . [2021-04-16T10:17:30.891Z] Removing intermediate container e76d62ff30d6 [2021-04-16T10:17:30.891Z] ---> e3450780163b [2021-04-16T10:17:30.891Z] Step 8/31 : COPY . . [2021-04-16T10:17:31.442Z] $ docker top 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:17:32.401Z] + grep parallel [2021-04-16T10:17:32.401Z] + docker-compose build --help [2021-04-16T10:17:32.619Z] Removing intermediate container e9d918a825d1 [2021-04-16T10:17:32.619Z] ---> 8a348029f9ac [2021-04-16T10:17:32.619Z] Step 8/21 : COPY . . [2021-04-16T10:17:35.776Z] --parallel Build images in parallel. [Pipeline] } [2021-04-16T10:17:36.393Z] $ docker stop --time=1 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 [2021-04-16T10:17:38.339Z] $ docker rm -f 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:17:38.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T10:17:38.991Z] . [Pipeline] withDockerContainer [2021-04-16T10:17:39.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container [2021-04-16T10:17:39.344Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-16T10:17:40.805Z] $ docker top b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:17:41.760Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T10:17:46.064Z] Building docker-core-command-go ... [2021-04-16T10:17:46.064Z] Building docker-core-data-go ... [2021-04-16T10:17:46.064Z] Building docker-core-metadata-go ... [2021-04-16T10:17:46.064Z] Building docker-security-bootstrapper-go ... [2021-04-16T10:17:46.064Z] Building docker-security-proxy-setup-go ... [2021-04-16T10:17:46.064Z] Building docker-security-secretstore-setup-go ... [2021-04-16T10:17:46.064Z] Building docker-support-notifications-go ... [2021-04-16T10:17:46.064Z] Building docker-support-scheduler-go ... [2021-04-16T10:17:46.064Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T10:17:46.064Z] Building docker-security-proxy-setup-go [2021-04-16T10:17:46.064Z] Building docker-security-secretstore-setup-go [2021-04-16T10:17:46.064Z] Building docker-support-scheduler-go [2021-04-16T10:17:46.064Z] Building docker-core-metadata-go [2021-04-16T10:17:46.064Z] Building docker-core-command-go [2021-04-16T10:18:57.292Z] ---> e8586bb181e9 [2021-04-16T10:18:57.292Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T10:18:57.293Z] ---> 5c8a2b7c69a0 [2021-04-16T10:18:57.293Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T10:18:57.293Z] ---> 7fd47b1aa969 [2021-04-16T10:18:57.293Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-16T10:18:57.293Z] ---> 2defbc60217e [2021-04-16T10:18:57.293Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T10:18:57.293Z] ---> f5246c848b79 [2021-04-16T10:18:57.293Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T10:18:57.293Z] ---> Running in 5154b6b714fe [2021-04-16T10:18:57.293Z] ---> Running in 16db1a5b4d35 [2021-04-16T10:18:57.293Z] ---> Running in 4e21de0771f0 [2021-04-16T10:18:57.293Z] ---> Running in 1d062e8e555a [2021-04-16T10:18:57.293Z] ---> Running in c80ed823de22 [2021-04-16T10:18:57.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T10:18:57.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T10:18:57.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T10:18:58.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T10:18:58.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T10:19:07.835Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:19:07.835Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:19:07.835Z] ---> 0fb241f7c802 [2021-04-16T10:19:07.835Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T10:19:07.835Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:19:07.835Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:19:07.835Z] ---> 0fb241f7c802 [2021-04-16T10:19:07.835Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T10:19:07.835Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:19:07.835Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:19:07.835Z] ---> 0fb241f7c802 [2021-04-16T10:19:07.835Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T10:19:07.835Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:19:07.835Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:19:07.835Z] ---> 0fb241f7c802 [2021-04-16T10:19:07.835Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:19:07.835Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:19:07.835Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:19:07.835Z] ---> 0fb241f7c802 [2021-04-16T10:19:07.835Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:19:07.835Z] ---> Running in 9eb2c9e5b44b [2021-04-16T10:19:07.835Z] ---> Running in c45f125f46dc [2021-04-16T10:19:07.835Z] ---> Running in f61e06ff9d57 [2021-04-16T10:19:07.835Z] ---> Running in 3f3074767f28 [2021-04-16T10:19:07.835Z] ---> Running in baada7d75716 [2021-04-16T10:19:07.835Z] Removing intermediate container 3f3074767f28 [2021-04-16T10:19:07.835Z] ---> d09c2a79b864 [2021-04-16T10:19:07.835Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:19:07.835Z] Removing intermediate container f61e06ff9d57 [2021-04-16T10:19:07.835Z] ---> f80e986f41aa [2021-04-16T10:19:07.835Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:19:07.835Z] Removing intermediate container baada7d75716 [2021-04-16T10:19:07.835Z] ---> 54ea495d3c49 [2021-04-16T10:19:07.835Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:19:07.835Z] Removing intermediate container 9eb2c9e5b44b [2021-04-16T10:19:07.835Z] ---> 93a8a0998885 [2021-04-16T10:19:07.835Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:19:07.835Z] Removing intermediate container c45f125f46dc [2021-04-16T10:19:07.835Z] ---> 3d1980d75cc0 [2021-04-16T10:19:07.835Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:19:07.835Z] ---> Running in 1ea58c5668ef [2021-04-16T10:19:07.835Z] ---> Running in ca7407eaed03 [2021-04-16T10:19:07.835Z] ---> Running in a684112d034a [2021-04-16T10:19:07.835Z] ---> Running in 46a79139bb52 [2021-04-16T10:19:07.835Z] ---> Running in 1d8056469407 [2021-04-16T10:19:07.835Z] Removing intermediate container 1ea58c5668ef [2021-04-16T10:19:07.835Z] ---> 0d275cbf058c [2021-04-16T10:19:07.835Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T10:19:07.835Z] ---> Running in 4518a9954331 [2021-04-16T10:19:07.835Z] Removing intermediate container a684112d034a [2021-04-16T10:19:07.835Z] ---> 95296ee9425c [2021-04-16T10:19:07.835Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T10:19:07.835Z] Removing intermediate container ca7407eaed03 [2021-04-16T10:19:07.835Z] ---> 05fda295802a [2021-04-16T10:19:07.835Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T10:19:07.835Z] Removing intermediate container 1d8056469407 [2021-04-16T10:19:07.835Z] ---> e275c75ca513 [2021-04-16T10:19:07.835Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T10:19:07.835Z] ---> Running in 8b005a41b439 [2021-04-16T10:19:08.113Z] Removing intermediate container 46a79139bb52 [2021-04-16T10:19:08.113Z] ---> 94f937e60fd6 [2021-04-16T10:19:08.113Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T10:19:08.113Z] ---> Running in fc5601984e31 [2021-04-16T10:19:08.385Z] ---> Running in d0878fd86da4 [2021-04-16T10:19:08.658Z] ---> Running in e3edfae9632c [2021-04-16T10:19:08.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:09.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:09.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:09.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:10.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:10.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:10.463Z] OK: 217 MiB in 51 packages [2021-04-16T10:19:10.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:11.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:11.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:11.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:19:11.662Z] OK: 217 MiB in 51 packages [2021-04-16T10:19:11.662Z] OK: 217 MiB in 51 packages [2021-04-16T10:19:11.939Z] OK: 217 MiB in 51 packages [2021-04-16T10:19:11.939Z] OK: 217 MiB in 51 packages [2021-04-16T10:19:12.218Z] Removing intermediate container 4518a9954331 [2021-04-16T10:19:12.218Z] ---> 6ba81a2d43bb [2021-04-16T10:19:12.218Z] Step 6/23 : COPY go.mod . [2021-04-16T10:19:13.201Z] ---> ad784873ca14 [2021-04-16T10:19:13.201Z] Step 7/23 : RUN go mod download [2021-04-16T10:19:13.476Z] Removing intermediate container 8b005a41b439 [2021-04-16T10:19:13.476Z] ---> 058e36ad69dc [2021-04-16T10:19:13.476Z] Step 6/21 : COPY go.mod . [2021-04-16T10:19:13.476Z] ---> Running in d0fa67f8932b [2021-04-16T10:19:13.476Z] Removing intermediate container fc5601984e31 [2021-04-16T10:19:13.476Z] ---> 05fc01bd53c1 [2021-04-16T10:19:13.476Z] Step 6/24 : COPY go.mod . [2021-04-16T10:19:14.088Z] Removing intermediate container e3edfae9632c [2021-04-16T10:19:14.088Z] ---> 843bc2098800 [2021-04-16T10:19:14.088Z] Step 6/22 : COPY go.mod . [2021-04-16T10:19:14.088Z] Removing intermediate container d0878fd86da4 [2021-04-16T10:19:14.088Z] ---> ff0b6156aaad [2021-04-16T10:19:14.088Z] Step 6/23 : COPY go.mod . [2021-04-16T10:19:14.686Z] ---> 84a021328956 [2021-04-16T10:19:14.686Z] Step 7/21 : RUN go mod download [2021-04-16T10:19:14.686Z] ---> 4134151145ef [2021-04-16T10:19:14.686Z] Step 7/24 : RUN go mod download [2021-04-16T10:19:14.963Z] ---> Running in 8dbf7542d2c7 [2021-04-16T10:19:14.963Z] ---> Running in 53cc4ffc9e0f [2021-04-16T10:19:15.241Z] ---> 9404600ead84 [2021-04-16T10:19:15.241Z] Step 7/23 : RUN go mod download [2021-04-16T10:19:15.241Z] ---> 7d82d673d8ca [2021-04-16T10:19:15.241Z] Step 7/22 : RUN go mod download [2021-04-16T10:19:15.515Z] ---> Running in 1a7560de50ac [2021-04-16T10:19:15.515Z] ---> Running in 9c3e491790f5 [2021-04-16T10:19:16.967Z] Removing intermediate container d0fa67f8932b [2021-04-16T10:19:16.967Z] ---> 440fa5adefdb [2021-04-16T10:19:16.967Z] Step 8/23 : COPY . . [2021-04-16T10:19:21.312Z] Removing intermediate container 8dbf7542d2c7 [2021-04-16T10:19:21.312Z] ---> 2f2214d1e7bb [2021-04-16T10:19:21.312Z] Step 8/21 : COPY . . [2021-04-16T10:19:21.585Z] Removing intermediate container 9c3e491790f5 [2021-04-16T10:19:21.585Z] ---> 2caaf35589d5 [2021-04-16T10:19:21.585Z] Step 8/22 : COPY . . [2021-04-16T10:19:21.858Z] Removing intermediate container 53cc4ffc9e0f [2021-04-16T10:19:21.858Z] ---> 9e39cdac75d0 [2021-04-16T10:19:21.858Z] Step 8/24 : COPY . . [2021-04-16T10:19:22.131Z] Removing intermediate container 1a7560de50ac [2021-04-16T10:19:22.131Z] ---> 372ffa3efa5b [2021-04-16T10:19:22.131Z] Step 8/23 : COPY . . [2021-04-16T10:19:44.314Z] ---> 6bd47e24c665 [2021-04-16T10:19:44.314Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T10:19:44.314Z] ---> Running in dd80c5b25aac [2021-04-16T10:19:44.913Z] ---> f4a9f3c196b6 [2021-04-16T10:19:44.913Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-16T10:19:44.913Z] ---> 55223b73f546 [2021-04-16T10:19:44.913Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T10:19:44.913Z] ---> 6aa53f1ed6e0 [2021-04-16T10:19:44.913Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T10:19:44.913Z] ---> 48a5090158a1 [2021-04-16T10:19:44.913Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-16T10:19:45.190Z] ---> Running in c30ac3df9e56 [2021-04-16T10:19:45.190Z] ---> Running in 9f0f8e13f267 [2021-04-16T10:19:45.190Z] ---> Running in 44380f8cf0d4 [2021-04-16T10:19:45.190Z] ---> Running in 18d7c5689f82 [2021-04-16T10:19:46.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T10:19:47.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T10:19:47.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T10:19:47.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T10:19:47.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T10:20:08.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T10:20:17.559Z] Removing intermediate container 4e21de0771f0 [2021-04-16T10:20:17.559Z] ---> 4c27c42b9771 [2021-04-16T10:20:17.559Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T10:20:17.559Z] Removing intermediate container 1d062e8e555a [2021-04-16T10:20:17.559Z] ---> a47905177a3e [2021-04-16T10:20:17.559Z] [2021-04-16T10:20:17.559Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T10:20:18.377Z] 3.12: Pulling from library/alpine [2021-04-16T10:20:20.122Z] ---> Running in 136bd3c296a9 [2021-04-16T10:20:21.245Z] Removing intermediate container 5154b6b714fe [2021-04-16T10:20:21.245Z] ---> 7fd803213ac1 [2021-04-16T10:20:21.245Z] [2021-04-16T10:20:21.245Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T10:20:21.245Z] 3.12: Pulling from library/alpine [2021-04-16T10:20:21.245Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T10:20:21.245Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T10:20:21.619Z] Removing intermediate container c80ed823de22 [2021-04-16T10:20:21.619Z] ---> e0f61e765ce6 [2021-04-16T10:20:21.619Z] [2021-04-16T10:20:21.619Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T10:20:21.619Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T10:20:21.619Z] ---> 13621d1b12d4 [2021-04-16T10:20:21.619Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T10:20:21.931Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T10:20:21.931Z] ---> 13621d1b12d4 [2021-04-16T10:20:21.931Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:20:21.931Z] 3.12: Pulling from library/alpine [2021-04-16T10:20:21.931Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T10:20:21.931Z] Status: Image is up to date for alpine:3.12 [2021-04-16T10:20:21.931Z] ---> 13621d1b12d4 [2021-04-16T10:20:21.931Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T10:20:23.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T10:20:23.761Z] ---> Running in 015c3f887909 [2021-04-16T10:20:23.761Z] ---> Running in f661cacfe978 [2021-04-16T10:20:23.761Z] ---> Running in feb8e8dbad5d [2021-04-16T10:20:24.846Z] Removing intermediate container 16db1a5b4d35 [2021-04-16T10:20:24.846Z] ---> 59aa6ac87605 [2021-04-16T10:20:24.846Z] [2021-04-16T10:20:24.846Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T10:20:24.846Z] ---> 13621d1b12d4 [2021-04-16T10:20:24.846Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T10:20:25.115Z] Removing intermediate container f661cacfe978 [2021-04-16T10:20:25.115Z] ---> 0c19de20e76d [2021-04-16T10:20:25.115Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T10:20:25.115Z] ---> Running in e520945252cc [2021-04-16T10:20:25.115Z] ---> Running in 51067cbb8a9b [2021-04-16T10:20:26.211Z] Removing intermediate container 136bd3c296a9 [2021-04-16T10:20:26.211Z] ---> 6b0db76a5a18 [2021-04-16T10:20:26.211Z] [2021-04-16T10:20:26.211Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T10:20:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:26.212Z] 20.10.0: Pulling from library/docker [2021-04-16T10:20:26.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:27.026Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T10:20:27.026Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T10:20:27.026Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:20:27.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:27.026Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T10:20:27.026Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:20:27.026Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:20:27.026Z] OK: 6 MiB in 15 packages [2021-04-16T10:20:27.384Z] OK: 6 MiB in 16 packages [2021-04-16T10:20:27.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:27.384Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T10:20:27.384Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:20:27.384Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T10:20:27.384Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T10:20:27.384Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:20:27.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:27.384Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:20:27.810Z] OK: 7 MiB in 18 packages [2021-04-16T10:20:27.810Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T10:20:27.810Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T10:20:27.810Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:20:27.810Z] OK: 6 MiB in 16 packages [2021-04-16T10:20:30.368Z] Removing intermediate container feb8e8dbad5d [2021-04-16T10:20:30.368Z] ---> e95a75665488 [2021-04-16T10:20:30.368Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:20:30.368Z] Removing intermediate container 015c3f887909 [2021-04-16T10:20:30.368Z] ---> 3f33f8acb458 [2021-04-16T10:20:30.369Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:20:31.000Z] ---> Running in 31bad06fb35c [2021-04-16T10:20:31.000Z] ---> Running in 651bcda481c3 [2021-04-16T10:20:31.382Z] Removing intermediate container 51067cbb8a9b [2021-04-16T10:20:31.382Z] ---> 1efd2c1f831f [2021-04-16T10:20:31.382Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T10:20:31.382Z] Removing intermediate container e520945252cc [2021-04-16T10:20:31.382Z] ---> a4a8b8e8ca38 [2021-04-16T10:20:31.382Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T10:20:32.167Z] ---> Running in 7a2842e1ec4b [2021-04-16T10:20:32.532Z] ---> Running in 73df17e969d4 [2021-04-16T10:20:32.532Z] Removing intermediate container 31bad06fb35c [2021-04-16T10:20:32.532Z] ---> 5df59e08a9bd [2021-04-16T10:20:32.532Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T10:20:33.024Z] Removing intermediate container 651bcda481c3 [2021-04-16T10:20:33.024Z] ---> cdea177755f0 [2021-04-16T10:20:33.024Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T10:20:33.310Z] ---> Running in 510fbf24b771 [2021-04-16T10:20:34.002Z] Removing intermediate container 73df17e969d4 [2021-04-16T10:20:34.002Z] ---> 39e531f220e8 [2021-04-16T10:20:34.002Z] Removing intermediate container 7a2842e1ec4b [2021-04-16T10:20:34.002Z] ---> a3cd2c23836c [2021-04-16T10:20:34.002Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T10:20:34.002Z] Step 13/21 : WORKDIR /edgex [2021-04-16T10:20:34.002Z] ---> Running in 2739bec1e4bc [2021-04-16T10:20:34.002Z] ---> Running in b30366d7df21 [2021-04-16T10:20:34.002Z] ---> Running in b36754e5f55f [2021-04-16T10:20:34.297Z] Removing intermediate container 510fbf24b771 [2021-04-16T10:20:34.297Z] ---> 175a988bdeb2 [2021-04-16T10:20:34.297Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T10:20:34.297Z] ---> Running in 1a8e81aad77e [2021-04-16T10:20:34.297Z] Removing intermediate container 2739bec1e4bc [2021-04-16T10:20:34.297Z] ---> 67bffb7938fa [2021-04-16T10:20:34.297Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T10:20:34.584Z] Removing intermediate container b36754e5f55f [2021-04-16T10:20:34.584Z] ---> 1037bb392d68 [2021-04-16T10:20:34.584Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T10:20:34.584Z] ---> Running in b552fcb9311b [2021-04-16T10:20:34.584Z] Removing intermediate container b30366d7df21 [2021-04-16T10:20:34.584Z] ---> c311aa1cabe9 [2021-04-16T10:20:34.584Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T10:20:34.584Z] ---> Running in e1bfbdbd0ad9 [2021-04-16T10:20:34.854Z] Removing intermediate container 1a8e81aad77e [2021-04-16T10:20:34.854Z] ---> eadb9becb5a9 [2021-04-16T10:20:34.854Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:20:35.935Z] Removing intermediate container b552fcb9311b [2021-04-16T10:20:35.935Z] ---> 3addbadd8c6a [2021-04-16T10:20:35.935Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:20:35.935Z] ---> c231f815d653 [2021-04-16T10:20:35.935Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T10:20:35.935Z] ---> 5f7cb8d2d243 [2021-04-16T10:20:35.935Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T10:20:37.279Z] ---> 366159801ce2 [2021-04-16T10:20:37.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T10:20:38.036Z] ---> f5619bb254a0 [2021-04-16T10:20:38.036Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T10:20:38.422Z] ---> 964730431c7f [2021-04-16T10:20:38.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T10:20:38.744Z] ---> 9cbfb9ca6a53 [2021-04-16T10:20:38.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T10:20:38.744Z] Removing intermediate container e1bfbdbd0ad9 [2021-04-16T10:20:38.744Z] ---> 6422d29b3d98 [2021-04-16T10:20:38.744Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T10:20:39.231Z] ---> Running in b7389a5cb3e6 [2021-04-16T10:20:39.877Z] ---> 67f82302912d [2021-04-16T10:20:39.877Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T10:20:39.877Z] ---> d4ae9aefbfa1 [2021-04-16T10:20:39.877Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T10:20:40.169Z] ---> Running in 205c6052d952 [2021-04-16T10:20:40.169Z] ---> 7b7b1b08d50e [2021-04-16T10:20:40.169Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T10:20:40.169Z] ---> Running in 374a416a841a [2021-04-16T10:20:40.169Z] Removing intermediate container b7389a5cb3e6 [2021-04-16T10:20:40.169Z] ---> 8be04e6e68a6 [2021-04-16T10:20:40.169Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T10:20:40.169Z] ---> Running in 05d4306be1fa [2021-04-16T10:20:40.790Z] Removing intermediate container 205c6052d952 [2021-04-16T10:20:40.790Z] ---> 1f8cb629d208 [2021-04-16T10:20:40.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:20:40.790Z] Removing intermediate container 374a416a841a [2021-04-16T10:20:40.790Z] ---> 899b94c18331 [2021-04-16T10:20:40.790Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T10:20:41.144Z] ---> Running in 42e8272b4418 [2021-04-16T10:20:41.144Z] Removing intermediate container 05d4306be1fa [2021-04-16T10:20:41.144Z] ---> b49e66411d8f [2021-04-16T10:20:41.144Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:20:41.144Z] ---> Running in 66595f726cd0 [2021-04-16T10:20:41.549Z] ---> 0d597eb150e2 [2021-04-16T10:20:41.549Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T10:20:41.549Z] ---> Running in 79197084eab2 [2021-04-16T10:20:41.952Z] ---> Running in 3d04f3676589 [2021-04-16T10:20:42.271Z] Removing intermediate container 66595f726cd0 [2021-04-16T10:20:42.271Z] ---> fdd4940d1f8b [2021-04-16T10:20:42.271Z] Step 19/21 : LABEL arch=x86_64 [2021-04-16T10:20:42.271Z] Removing intermediate container 42e8272b4418 [2021-04-16T10:20:42.271Z] ---> bbfb14385c2b [2021-04-16T10:20:42.271Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T10:20:42.565Z] ---> Running in 19e2499641ea [2021-04-16T10:20:42.565Z] ---> Running in 3dd5ea396c23 [2021-04-16T10:20:42.852Z] Removing intermediate container 79197084eab2 [2021-04-16T10:20:42.852Z] ---> d48cba246e2a [2021-04-16T10:20:42.852Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T10:20:43.217Z] Removing intermediate container 19e2499641ea [2021-04-16T10:20:43.217Z] ---> 9c497dfb85c5 [2021-04-16T10:20:43.217Z] Step 20/21 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:20:43.217Z] ---> Running in 50cf7862466d [2021-04-16T10:20:43.217Z] Removing intermediate container 3dd5ea396c23 [2021-04-16T10:20:43.217Z] ---> eda591e92a0a [2021-04-16T10:20:43.217Z] Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:20:44.321Z] ---> Running in d3b8e0b0818c [2021-04-16T10:20:44.321Z] ---> Running in cd328f8a7745 [2021-04-16T10:20:44.603Z] Removing intermediate container 50cf7862466d [2021-04-16T10:20:44.603Z] ---> 41b216fbff38 [2021-04-16T10:20:44.603Z] Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:20:44.883Z] ---> Running in 4e105ad933a3 [2021-04-16T10:20:45.200Z] Removing intermediate container d3b8e0b0818c [2021-04-16T10:20:45.200Z] ---> d3a77cccf412 [2021-04-16T10:20:45.200Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T10:20:45.200Z] Removing intermediate container cd328f8a7745 [2021-04-16T10:20:45.200Z] ---> 25752cff0418 [2021-04-16T10:20:45.200Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T10:20:45.485Z] ---> Running in bc3675769035 [2021-04-16T10:20:45.485Z] ---> Running in 8f96b579da40 [2021-04-16T10:20:45.485Z] Removing intermediate container 4e105ad933a3 [2021-04-16T10:20:45.485Z] ---> af5cfe018568 [2021-04-16T10:20:45.485Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T10:20:45.779Z] ---> Running in c453f483ead1 [2021-04-16T10:20:45.779Z] Removing intermediate container bc3675769035 [2021-04-16T10:20:45.779Z] ---> 857cad558662 [2021-04-16T10:20:45.779Z] [2021-04-16T10:20:45.779Z] Removing intermediate container 3d04f3676589 [2021-04-16T10:20:45.779Z] ---> 8f292cea3dee [2021-04-16T10:20:45.779Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:20:45.779Z] Removing intermediate container 8f96b579da40 [2021-04-16T10:20:45.779Z] ---> 19db032357c8 [2021-04-16T10:20:45.779Z] [2021-04-16T10:20:46.421Z] Removing intermediate container c453f483ead1 [2021-04-16T10:20:46.421Z] ---> 9dd58bf479e9 [2021-04-16T10:20:46.421Z] [2021-04-16T10:20:46.421Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T10:20:46.421Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T10:20:46.813Z] ---> aefe523efa57 [2021-04-16T10:20:46.813Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:20:46.813Z] ---> a84016f34791 [2021-04-16T10:20:46.813Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T10:20:47.116Z] ---> Running in ec5080349811 [2021-04-16T10:20:47.116Z] Successfully built 19db032357c8 [2021-04-16T10:20:47.116Z] Successfully built 857cad558662 [2021-04-16T10:20:47.116Z] Successfully built 9dd58bf479e9 [2021-04-16T10:20:47.468Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-16T10:20:47.468Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-16T10:20:47.469Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-16T10:20:47.469Z] Building docker-security-secretstore-setup-go [2021-04-16T10:20:47.469Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-04-16T10:20:47.469Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-16T10:20:48.148Z] Removing intermediate container ec5080349811 [2021-04-16T10:20:48.148Z] ---> d3065741ee8b [2021-04-16T10:20:48.148Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T10:20:48.531Z] ---> Running in efba275f360e [2021-04-16T10:20:48.531Z] ---> c04037eec5c0 [2021-04-16T10:20:48.532Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T10:20:49.602Z] ---> 534f7498065a [2021-04-16T10:20:49.602Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T10:20:50.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:50.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:20:50.842Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T10:20:51.127Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T10:20:51.127Z] Executing bash-5.0.17-r0.post-install [2021-04-16T10:20:51.430Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:20:51.430Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T10:20:51.911Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T10:20:51.911Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T10:20:51.911Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T10:20:51.911Z] ---> 6b1cb7a92516 [2021-04-16T10:20:51.911Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T10:20:51.911Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T10:20:52.328Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T10:20:52.328Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T10:20:52.328Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T10:20:52.328Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T10:20:52.328Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T10:20:56.397Z] ---> 26fa13d093ca [2021-04-16T10:20:56.397Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T10:20:56.397Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T10:20:56.397Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T10:20:56.397Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T10:20:56.397Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T10:20:56.397Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T10:20:56.397Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T10:20:56.397Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T10:20:56.689Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T10:20:56.964Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T10:20:56.964Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T10:20:58.704Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T10:20:58.704Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T10:20:58.704Z] ---> Running in 832942f8e6b3 [2021-04-16T10:20:58.704Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T10:20:59.512Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T10:20:59.928Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T10:21:00.689Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T10:21:00.689Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T10:21:01.357Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T10:21:01.358Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T10:21:01.661Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T10:21:01.661Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T10:21:01.661Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T10:21:01.661Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T10:21:01.661Z] Removing intermediate container 832942f8e6b3 [2021-04-16T10:21:01.661Z] ---> 23af865a531d [2021-04-16T10:21:01.661Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T10:21:01.964Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T10:21:01.964Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T10:21:01.964Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-16T10:21:01.964Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T10:21:02.260Z] OK: 72 MiB in 59 packages [2021-04-16T10:21:03.425Z] ---> 88d4c0fec2c3 [2021-04-16T10:21:03.425Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T10:21:05.945Z] ---> Running in 3f1a5495a95b [2021-04-16T10:21:09.773Z] Removing intermediate container 3f1a5495a95b [2021-04-16T10:21:09.773Z] ---> 7dec557bd2a2 [2021-04-16T10:21:09.773Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T10:21:10.185Z] ---> Running in e7501524a57d [2021-04-16T10:21:10.450Z] Removing intermediate container e7501524a57d [2021-04-16T10:21:10.450Z] ---> 3b6f740f4e3d [2021-04-16T10:21:10.450Z] Step 28/31 : CMD ["gate"] [2021-04-16T10:21:11.108Z] ---> Running in dd95af8ad640 [2021-04-16T10:21:13.125Z] Collecting docker-compose==1.23.2 [2021-04-16T10:21:13.125Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T10:21:13.698Z] Removing intermediate container dd95af8ad640 [2021-04-16T10:21:13.698Z] ---> 3d3f3de35c86 [2021-04-16T10:21:13.698Z] Step 29/31 : LABEL arch=x86_64 [2021-04-16T10:21:14.501Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T10:21:14.501Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T10:21:15.277Z] ---> Running in 6f4323ab89d9 [2021-04-16T10:21:16.959Z] Removing intermediate container 6f4323ab89d9 [2021-04-16T10:21:16.959Z] ---> c4ed42899cdb [2021-04-16T10:21:16.959Z] Step 30/31 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:21:17.726Z] ---> Running in 3183cbf0a228 [2021-04-16T10:21:19.367Z] Removing intermediate container 3183cbf0a228 [2021-04-16T10:21:19.367Z] ---> 313f06468b1b [2021-04-16T10:21:19.367Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T10:21:19.693Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-16T10:21:19.978Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T10:21:19.978Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T10:21:20.645Z] ---> Running in 6f94f7c93718 [2021-04-16T10:21:21.348Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T10:21:21.348Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T10:21:22.098Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T10:21:22.098Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T10:21:22.863Z] Removing intermediate container 6f94f7c93718 [2021-04-16T10:21:22.863Z] ---> ac4e4bbbf357 [2021-04-16T10:21:22.863Z] [2021-04-16T10:21:23.874Z] Successfully built ac4e4bbbf357 [2021-04-16T10:21:24.200Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-16T10:21:24.200Z] Building docker-core-metadata-go [2021-04-16T10:21:24.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T10:21:24.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T10:21:25.954Z]  Building docker-security-bootstrapper-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-16T10:21:25.955Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T10:21:26.565Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T10:21:26.565Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T10:21:28.624Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T10:21:28.624Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T10:21:28.903Z] Collecting PyYAML<4,>=3.10 [2021-04-16T10:21:28.903Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T10:21:42.369Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T10:21:42.369Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T10:21:42.369Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T10:21:42.369Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T10:21:42.369Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-16T10:21:43.811Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T10:21:43.811Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T10:21:44.100Z] Collecting idna<2.8,>=2.5 [2021-04-16T10:21:44.100Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T10:21:44.385Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-16T10:21:44.385Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T10:21:44.385Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T10:21:44.385Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T10:21:44.385Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T10:21:46.055Z] Installing collected packages: dockerpty, cached-property, jsonschema, texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose [2021-04-16T10:21:46.055Z] Running setup.py install for dockerpty: started [2021-04-16T10:21:46.394Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:21:46.394Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:21:46.394Z] ---> 84bd3a5e4d38 [2021-04-16T10:21:46.394Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T10:21:46.394Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:21:46.394Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:21:46.394Z] ---> 84bd3a5e4d38 [2021-04-16T10:21:46.394Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:21:46.394Z] ---> Using cache [2021-04-16T10:21:46.394Z] ---> 87ec1ba59c1e [2021-04-16T10:21:46.394Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:21:46.394Z] ---> Using cache [2021-04-16T10:21:46.394Z] ---> 87ec1ba59c1e [2021-04-16T10:21:46.394Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:21:46.394Z] ---> Using cache [2021-04-16T10:21:46.394Z] ---> ff98c6809588 [2021-04-16T10:21:46.394Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T10:21:46.394Z] ---> Using cache [2021-04-16T10:21:46.394Z] ---> ff98c6809588 [2021-04-16T10:21:46.394Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T10:21:46.394Z] ---> Using cache [2021-04-16T10:21:46.394Z] ---> 2718bf26a831 [2021-04-16T10:21:46.394Z] Step 6/24 : COPY go.mod . [2021-04-16T10:21:46.723Z] ---> Using cache [2021-04-16T10:21:46.723Z] ---> fb173fe8c8ca [2021-04-16T10:21:46.723Z] Step 7/24 : RUN go mod download [2021-04-16T10:21:46.723Z] ---> Using cache [2021-04-16T10:21:46.723Z] ---> caec5fdf61a0 [2021-04-16T10:21:46.723Z] Step 8/24 : COPY . . [2021-04-16T10:21:46.723Z] ---> Using cache [2021-04-16T10:21:46.723Z] ---> 7fd47b1aa969 [2021-04-16T10:21:46.723Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T10:21:46.992Z] Removing intermediate container 44380f8cf0d4 [2021-04-16T10:21:46.992Z] ---> 9f86a55ed738 [2021-04-16T10:21:46.992Z] [2021-04-16T10:21:46.992Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T10:21:46.992Z] 3.12: Pulling from library/alpine [2021-04-16T10:21:46.992Z] Removing intermediate container 9f0f8e13f267 [2021-04-16T10:21:46.992Z] ---> cc574dfed662 [2021-04-16T10:21:46.992Z] [2021-04-16T10:21:46.992Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T10:21:46.992Z] 3.12: Pulling from library/alpine [2021-04-16T10:21:46.992Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T10:21:46.992Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T10:21:46.992Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T10:21:46.992Z] ---> 9852663dfa18 [2021-04-16T10:21:46.992Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T10:21:46.992Z] Status: Image is up to date for alpine:3.12 [2021-04-16T10:21:46.992Z] ---> 9852663dfa18 [2021-04-16T10:21:46.992Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T10:21:46.992Z] ---> Running in 78ffc3bf05ca [2021-04-16T10:21:46.992Z] ---> Running in 51710060e31d [2021-04-16T10:21:47.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:21:47.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:21:47.053Z] ---> 84bd3a5e4d38 [2021-04-16T10:21:47.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:21:47.053Z] ---> Using cache [2021-04-16T10:21:47.053Z] ---> 87ec1ba59c1e [2021-04-16T10:21:47.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:21:47.053Z] ---> Using cache [2021-04-16T10:21:47.053Z] ---> ff98c6809588 [2021-04-16T10:21:47.053Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T10:21:47.053Z] ---> Using cache [2021-04-16T10:21:47.053Z] ---> 2718bf26a831 [2021-04-16T10:21:47.053Z] Step 6/23 : COPY go.mod . [2021-04-16T10:21:47.053Z] ---> Using cache [2021-04-16T10:21:47.053Z] ---> fb173fe8c8ca [2021-04-16T10:21:47.053Z] Step 7/23 : RUN go mod download [2021-04-16T10:21:47.053Z] ---> Using cache [2021-04-16T10:21:47.053Z] ---> caec5fdf61a0 [2021-04-16T10:21:47.053Z] Step 8/23 : COPY . . [2021-04-16T10:21:47.484Z] ---> Using cache [2021-04-16T10:21:47.484Z] ---> 7fd47b1aa969 [2021-04-16T10:21:47.484Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-16T10:21:48.489Z] ---> Running in 0c472516503d [2021-04-16T10:21:48.489Z] ---> Running in 1adce3a9fe32 [2021-04-16T10:21:48.489Z] ---> Running in 58a25a5d2794 [2021-04-16T10:21:49.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:49.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:49.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:49.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:50.028Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T10:21:50.028Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T10:21:50.028Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:21:50.028Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T10:21:50.028Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T10:21:50.028Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:21:50.028Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:21:50.028Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T10:21:50.305Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T10:21:50.306Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:21:50.306Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T10:21:50.306Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T10:21:50.306Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:21:50.306Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:21:50.306Z] OK: 7 MiB in 18 packages [2021-04-16T10:21:50.591Z] OK: 7 MiB in 20 packages [2021-04-16T10:21:51.418Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T10:21:52.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T10:21:52.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T10:21:52.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:21:53.236Z] Removing intermediate container c30ac3df9e56 [2021-04-16T10:21:53.236Z] ---> cd3eb113eb97 [2021-04-16T10:21:53.236Z] [2021-04-16T10:21:53.236Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:21:53.236Z] ---> 9852663dfa18 [2021-04-16T10:21:53.236Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:21:53.472Z] Running setup.py install for texttable: started [2021-04-16T10:21:53.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:21:53.838Z] Removing intermediate container 78ffc3bf05ca [2021-04-16T10:21:53.838Z] ---> 2029d665c340 [2021-04-16T10:21:53.838Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T10:21:54.111Z] ---> Running in ce0335624ebf [2021-04-16T10:21:54.111Z] Removing intermediate container 51710060e31d [2021-04-16T10:21:54.111Z] ---> 2f1c349e1a6c [2021-04-16T10:21:54.111Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T10:21:54.387Z] ---> Running in 60880fa7706a [2021-04-16T10:21:54.661Z] ---> Running in a6b8414b7d18 [2021-04-16T10:21:54.936Z] Removing intermediate container 18d7c5689f82 [2021-04-16T10:21:54.936Z] ---> 728785f752d5 [2021-04-16T10:21:54.936Z] [2021-04-16T10:21:54.936Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T10:21:54.936Z] ---> 9852663dfa18 [2021-04-16T10:21:54.936Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:21:55.530Z] ---> Running in 0729970e347b [2021-04-16T10:21:55.534Z] OK: 233 MiB in 51 packages [2021-04-16T10:21:55.534Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T10:21:55.534Z] Running setup.py install for docopt: started [2021-04-16T10:21:55.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:55.798Z] Removing intermediate container 60880fa7706a [2021-04-16T10:21:55.798Z] ---> e9bf85b4841a [2021-04-16T10:21:55.798Z] Step 13/21 : WORKDIR /edgex [2021-04-16T10:21:55.798Z] Removing intermediate container a6b8414b7d18 [2021-04-16T10:21:55.798Z] ---> ccb843f6e125 [2021-04-16T10:21:55.798Z] Step 13/24 : WORKDIR / [2021-04-16T10:21:56.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:56.073Z] ---> Running in 695ca89c3c1b [2021-04-16T10:21:56.073Z] ---> Running in bb40aa24f384 [2021-04-16T10:21:56.677Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T10:21:56.677Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:21:56.677Z] OK: 5 MiB in 15 packages [2021-04-16T10:21:56.952Z] Removing intermediate container bb40aa24f384 [2021-04-16T10:21:56.952Z] ---> 92fdb592839a [2021-04-16T10:21:56.952Z] Removing intermediate container 695ca89c3c1b [2021-04-16T10:21:56.952Z] ---> 1c2a9761597c [2021-04-16T10:21:56.952Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T10:21:56.952Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T10:21:57.147Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T10:21:57.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:57.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:21:58.536Z] ---> b5f44056f71c [2021-04-16T10:21:58.536Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T10:21:58.536Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T10:21:58.536Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:21:58.536Z] OK: 5 MiB in 15 packages [2021-04-16T10:21:59.131Z] ---> 852bcbba8b2e [2021-04-16T10:21:59.131Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T10:21:59.131Z] Removing intermediate container ce0335624ebf [2021-04-16T10:21:59.131Z] ---> 4254c696abda [2021-04-16T10:21:59.131Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:21:59.730Z] ---> Running in bdb1a9a39bdd [2021-04-16T10:21:59.982Z] Attempting uninstall: urllib3 [2021-04-16T10:21:59.982Z] Found existing installation: urllib3 1.25.9 [2021-04-16T10:21:59.982Z] Uninstalling urllib3-1.25.9: [2021-04-16T10:22:00.326Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T10:22:00.331Z] ---> 000ab09b7edb [2021-04-16T10:22:00.331Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T10:22:00.331Z] ---> 503372ba2679 [2021-04-16T10:22:00.331Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T10:22:00.616Z] Removing intermediate container bdb1a9a39bdd [2021-04-16T10:22:00.616Z] ---> a5b7c7311fc2 [2021-04-16T10:22:00.616Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T10:22:00.616Z] Removing intermediate container dd80c5b25aac [2021-04-16T10:22:00.616Z] ---> 1cba6b07dc60 [2021-04-16T10:22:00.616Z] [2021-04-16T10:22:00.616Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:22:00.616Z] ---> 9852663dfa18 [2021-04-16T10:22:00.616Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:22:00.616Z] ---> Using cache [2021-04-16T10:22:00.616Z] ---> 8603e5488d5f [2021-04-16T10:22:00.616Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:22:00.616Z] Removing intermediate container 0729970e347b [2021-04-16T10:22:00.616Z] ---> 8603e5488d5f [2021-04-16T10:22:00.616Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:22:00.890Z] ---> Running in daa7b5f78cf2 [2021-04-16T10:22:00.890Z] ---> Running in 106c29769791 [2021-04-16T10:22:00.890Z] ---> Running in 40f679ba6c8d [2021-04-16T10:22:01.169Z] ---> f8ef08d5e4c8 [2021-04-16T10:22:01.169Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T10:22:01.771Z] Removing intermediate container daa7b5f78cf2 [2021-04-16T10:22:01.771Z] ---> d8231dded4f3 [2021-04-16T10:22:01.771Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T10:22:01.771Z] Removing intermediate container 106c29769791 [2021-04-16T10:22:01.771Z] ---> 268cabb45897 [2021-04-16T10:22:01.771Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T10:22:02.050Z] Removing intermediate container 40f679ba6c8d [2021-04-16T10:22:02.050Z] ---> 9edec520eba8 [2021-04-16T10:22:02.050Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T10:22:02.050Z] ---> 66486aca9f14 [2021-04-16T10:22:02.050Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T10:22:02.050Z] ---> Running in 9d538bb3d56b [2021-04-16T10:22:02.050Z] ---> Running in d74318854d06 [2021-04-16T10:22:02.050Z] ---> Running in 2fa9a9d04e76 [2021-04-16T10:22:02.321Z] Attempting uninstall: idna [2021-04-16T10:22:02.321Z] Found existing installation: idna 2.9 [2021-04-16T10:22:02.321Z] Uninstalling idna-2.9: [2021-04-16T10:22:02.321Z] Successfully uninstalled idna-2.9 [2021-04-16T10:22:02.324Z] ---> Running in 0624b0e404a5 [2021-04-16T10:22:02.918Z] Removing intermediate container d74318854d06 [2021-04-16T10:22:02.918Z] ---> 325ee0e13021 [2021-04-16T10:22:02.918Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T10:22:02.918Z] Removing intermediate container 9d538bb3d56b [2021-04-16T10:22:02.918Z] ---> a4ebab258fd3 [2021-04-16T10:22:02.918Z] Step 15/23 : WORKDIR / [2021-04-16T10:22:02.918Z] ---> 4f57371e073c [2021-04-16T10:22:02.918Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T10:22:03.014Z] Attempting uninstall: requests [2021-04-16T10:22:03.014Z] Found existing installation: requests 2.23.0 [2021-04-16T10:22:03.014Z] Uninstalling requests-2.23.0: [2021-04-16T10:22:03.014Z] Successfully uninstalled requests-2.23.0 [2021-04-16T10:22:03.200Z] ---> Running in eb8cd645a33d [2021-04-16T10:22:03.200Z] Removing intermediate container 2fa9a9d04e76 [2021-04-16T10:22:03.200Z] ---> dd4677da8fff [2021-04-16T10:22:03.200Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T10:22:03.200Z] Removing intermediate container 0624b0e404a5 [2021-04-16T10:22:03.200Z] ---> ce58d99c5b28 [2021-04-16T10:22:03.200Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T10:22:03.473Z] ---> Running in f27bf9723b0b [2021-04-16T10:22:03.473Z] ---> Running in 427a90e7d0cb [2021-04-16T10:22:03.473Z] ---> Running in ac11353afa47 [2021-04-16T10:22:04.074Z] Removing intermediate container eb8cd645a33d [2021-04-16T10:22:04.074Z] ---> 1ddf0b9966dd [2021-04-16T10:22:04.074Z] Step 15/23 : WORKDIR / [2021-04-16T10:22:04.349Z] Removing intermediate container f27bf9723b0b [2021-04-16T10:22:04.349Z] ---> 66af4720bcba [2021-04-16T10:22:04.349Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:22:04.349Z] ---> Running in 61a95e907737 [2021-04-16T10:22:04.349Z] Removing intermediate container ac11353afa47 [2021-04-16T10:22:04.349Z] ---> 7e072c8b3e6a [2021-04-16T10:22:04.349Z] Step 19/21 : LABEL arch=arm64 [2021-04-16T10:22:04.576Z] Removing intermediate container 1adce3a9fe32 [2021-04-16T10:22:04.577Z] ---> f925d152c3a1 [2021-04-16T10:22:04.577Z] Step 6/23 : COPY go.mod . [2021-04-16T10:22:04.633Z] Removing intermediate container 427a90e7d0cb [2021-04-16T10:22:04.633Z] ---> 58bff6aa27ac [2021-04-16T10:22:04.633Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:22:04.633Z] ---> ef71da0676ff [2021-04-16T10:22:04.633Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T10:22:04.633Z] ---> Running in e699f8babfdc [2021-04-16T10:22:05.230Z] Removing intermediate container 61a95e907737 [2021-04-16T10:22:05.230Z] ---> f41eeff12f68 [2021-04-16T10:22:05.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:22:05.502Z] Removing intermediate container e699f8babfdc [2021-04-16T10:22:05.502Z] ---> 3c5a2d719e9b [2021-04-16T10:22:05.502Z] Step 20/21 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:22:05.502Z] ---> 323fa10d6c65 [2021-04-16T10:22:05.502Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T10:22:05.655Z] Running setup.py install for PyYAML: started [2021-04-16T10:22:05.784Z] ---> Running in 2bfcb5380f80 [2021-04-16T10:22:05.784Z] ---> e8ad75c0101b [2021-04-16T10:22:05.784Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-16T10:22:05.784Z] ---> 2ac19e2d9fc7 [2021-04-16T10:22:05.784Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T10:22:05.784Z] ---> Running in 142ebdf4abca [2021-04-16T10:22:06.387Z] Removing intermediate container 2bfcb5380f80 [2021-04-16T10:22:06.387Z] ---> 6472d6dcac68 [2021-04-16T10:22:06.387Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T10:22:06.461Z] ---> e6d00358d327 [2021-04-16T10:22:06.461Z] Step 7/23 : RUN go mod download [2021-04-16T10:22:06.661Z] ---> 43c9ce75cea4 [2021-04-16T10:22:06.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T10:22:06.937Z] ---> Running in 7da3935a1b5e [2021-04-16T10:22:07.914Z] ---> 1a7fda3606a4 [2021-04-16T10:22:07.914Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-16T10:22:08.244Z] ---> Running in d03dea1a1193 [2021-04-16T10:22:08.518Z] Removing intermediate container 7da3935a1b5e [2021-04-16T10:22:08.518Z] ---> e9561f48acd2 [2021-04-16T10:22:08.518Z] [2021-04-16T10:22:08.518Z] ---> 4e020155cdbb [2021-04-16T10:22:08.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T10:22:08.518Z] ---> 13e9ec2036a4 [2021-04-16T10:22:08.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T10:22:09.129Z] Successfully built e9561f48acd2 [2021-04-16T10:22:09.129Z] ---> 4df9727b8b1e [2021-04-16T10:22:09.129Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T10:22:09.129Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-16T10:22:09.129Z] Building docker-sys-mgmt-agent-go [2021-04-16T10:22:09.399Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e7d5706fcf34 [2021-04-16T10:22:09.399Z] Removing intermediate container 142ebdf4abca [2021-04-16T10:22:09.399Z] ---> e8ac0ed8a9ad [2021-04-16T10:22:09.399Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T10:22:09.670Z] ---> Running in 38d503cdf597 [2021-04-16T10:22:09.670Z] ---> 7a8658177e19 [2021-04-16T10:22:09.670Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T10:22:09.670Z] ---> cbde954264a2 [2021-04-16T10:22:09.670Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T10:22:09.943Z] ---> Running in e1ba2766effc [2021-04-16T10:22:09.943Z] ---> Running in ef46f12e932a [2021-04-16T10:22:09.943Z] Removing intermediate container e7d5706fcf34 [2021-04-16T10:22:09.943Z] ---> 470161a7788a [2021-04-16T10:22:09.943Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:22:10.217Z] Removing intermediate container 38d503cdf597 [2021-04-16T10:22:10.217Z] ---> bd13caa76363 [2021-04-16T10:22:10.217Z] Step 22/24 : LABEL arch=arm64 [2021-04-16T10:22:10.217Z] ---> Running in 91fac887b37f [2021-04-16T10:22:10.815Z] ---> Running in 3625ed17ebe2 [2021-04-16T10:22:10.815Z] Removing intermediate container ef46f12e932a [2021-04-16T10:22:10.815Z] ---> b57cd60510fd [2021-04-16T10:22:10.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:22:10.815Z] Removing intermediate container e1ba2766effc [2021-04-16T10:22:10.815Z] ---> 21b7c2760057 [2021-04-16T10:22:10.815Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:22:11.097Z] Removing intermediate container 91fac887b37f [2021-04-16T10:22:11.097Z] ---> 605b226077b7 [2021-04-16T10:22:11.097Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T10:22:11.235Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T10:22:11.700Z] ---> Running in 40a4bcda002a [2021-04-16T10:22:11.700Z] ---> Running in 800f50f0fb70 [2021-04-16T10:22:11.975Z] ---> Running in 96d2ec5540f0 [2021-04-16T10:22:11.975Z] Removing intermediate container 3625ed17ebe2 [2021-04-16T10:22:11.975Z] ---> 1d5f48b631e7 [2021-04-16T10:22:11.975Z] Step 23/24 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:22:12.596Z] ---> Running in cf0a893c2298 [2021-04-16T10:22:13.190Z] Removing intermediate container 40a4bcda002a [2021-04-16T10:22:13.190Z] Removing intermediate container 800f50f0fb70 [2021-04-16T10:22:13.190Z] ---> b160c3486478 [2021-04-16T10:22:13.190Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T10:22:13.190Z] ---> 7a5c896b8a46 [2021-04-16T10:22:13.190Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T10:22:13.190Z] Removing intermediate container 96d2ec5540f0 [2021-04-16T10:22:13.190Z] ---> c69aa21c9111 [2021-04-16T10:22:13.190Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:22:13.190Z] Removing intermediate container cf0a893c2298 [2021-04-16T10:22:13.190Z] ---> ed7245b4a726 [2021-04-16T10:22:13.190Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T10:22:13.462Z] ---> Running in 3b28f74e9dfb [2021-04-16T10:22:13.462Z] ---> Running in 8e73dffee23d [2021-04-16T10:22:13.462Z] ---> Running in f10fcbaf5219 [2021-04-16T10:22:13.462Z] ---> Running in 640cd61b092c [2021-04-16T10:22:13.741Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-16T10:22:14.916Z] Removing intermediate container 3b28f74e9dfb [2021-04-16T10:22:14.916Z] ---> 7c6b455f5c61 [2021-04-16T10:22:14.916Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:22:14.916Z] Removing intermediate container 8e73dffee23d [2021-04-16T10:22:14.916Z] ---> 10bde932779e [2021-04-16T10:22:14.916Z] Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:22:14.916Z] Removing intermediate container f10fcbaf5219 [2021-04-16T10:22:14.916Z] ---> 722818d6e6be [2021-04-16T10:22:14.916Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:22:15.190Z] ---> Running in 24831cde826c [2021-04-16T10:22:15.190Z] Removing intermediate container 640cd61b092c [2021-04-16T10:22:15.190Z] ---> 74e049f71d32 [2021-04-16T10:22:15.190Z] [2021-04-16T10:22:15.251Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:22:15.251Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:22:15.251Z] ---> 84bd3a5e4d38 [2021-04-16T10:22:15.251Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:22:15.251Z] ---> Using cache [2021-04-16T10:22:15.251Z] ---> 87ec1ba59c1e [2021-04-16T10:22:15.251Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:22:15.251Z] ---> Using cache [2021-04-16T10:22:15.251Z] ---> ff98c6809588 [2021-04-16T10:22:15.252Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T10:22:15.252Z] ---> Using cache [2021-04-16T10:22:15.252Z] ---> 2718bf26a831 [2021-04-16T10:22:15.252Z] Step 6/23 : COPY go.mod . [2021-04-16T10:22:15.252Z] ---> Using cache [2021-04-16T10:22:15.252Z] ---> fb173fe8c8ca [2021-04-16T10:22:15.252Z] Step 7/23 : RUN go mod download [2021-04-16T10:22:15.252Z] ---> Using cache [2021-04-16T10:22:15.252Z] ---> caec5fdf61a0 [2021-04-16T10:22:15.252Z] Step 8/23 : COPY . . [2021-04-16T10:22:15.463Z] ---> Running in ab435e95ffab [2021-04-16T10:22:15.463Z] ---> Running in 52b2bb81d674 [2021-04-16T10:22:15.604Z] ---> Using cache [2021-04-16T10:22:15.604Z] ---> 7fd47b1aa969 [2021-04-16T10:22:15.604Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T10:22:16.061Z] Successfully built 74e049f71d32 [2021-04-16T10:22:16.061Z] Removing intermediate container 24831cde826c [2021-04-16T10:22:16.061Z] ---> 1419d8602d10 [2021-04-16T10:22:16.061Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:22:16.061Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-16T10:22:16.061Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-16T10:22:16.338Z] ---> Running in df87b69099ec [2021-04-16T10:22:16.338Z] Removing intermediate container ab435e95ffab [2021-04-16T10:22:16.338Z] ---> 5112d7a69e3f [2021-04-16T10:22:16.338Z] [2021-04-16T10:22:16.338Z] Removing intermediate container 52b2bb81d674 [2021-04-16T10:22:16.338Z] ---> 0535ae52e0ee [2021-04-16T10:22:16.338Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T10:22:16.386Z] ---> Running in 891f33edb97c [2021-04-16T10:22:16.612Z] ---> Running in b03657803099 [2021-04-16T10:22:16.898Z] Successfully built 5112d7a69e3f [2021-04-16T10:22:16.898Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-16T10:22:16.898Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-04-16T10:22:16.898Z] Removing intermediate container df87b69099ec [2021-04-16T10:22:16.898Z] ---> 400bb826872e [2021-04-16T10:22:16.898Z] [2021-04-16T10:22:17.495Z] Successfully built 400bb826872e [2021-04-16T10:22:17.495Z] Removing intermediate container b03657803099 [2021-04-16T10:22:17.495Z] ---> 96ce22b22a1f [2021-04-16T10:22:17.495Z] [2021-04-16T10:22:17.495Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-16T10:22:17.495Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-16T10:22:17.766Z] Successfully built 96ce22b22a1f [2021-04-16T10:22:17.766Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-16T10:22:18.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T10:22:20.391Z] Removing intermediate container d03dea1a1193 [2021-04-16T10:22:20.391Z] ---> ea1cf5e82e88 [2021-04-16T10:22:20.391Z] Step 8/23 : COPY . . [2021-04-16T10:22:48.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T10:23:04.723Z]  Building docker-support-scheduler-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:23:04.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:23:04.723Z] ---> 0fb241f7c802 [2021-04-16T10:23:04.723Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:23:04.723Z] ---> Using cache [2021-04-16T10:23:04.723Z] ---> 3d1980d75cc0 [2021-04-16T10:23:04.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:23:04.723Z] ---> Using cache [2021-04-16T10:23:04.723Z] ---> e275c75ca513 [2021-04-16T10:23:04.723Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T10:23:04.723Z] ---> Running in e3d7dbfab046 [2021-04-16T10:23:04.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:04.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:05.000Z] OK: 217 MiB in 51 packages [2021-04-16T10:23:08.397Z] Removing intermediate container e3d7dbfab046 [2021-04-16T10:23:08.397Z] ---> 41ef4a0c5635 [2021-04-16T10:23:08.397Z] Step 6/23 : COPY go.mod . [2021-04-16T10:23:08.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:23:08.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:23:08.673Z] ---> 0fb241f7c802 [2021-04-16T10:23:08.673Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T10:23:08.673Z] ---> Using cache [2021-04-16T10:23:08.673Z] ---> 3d1980d75cc0 [2021-04-16T10:23:08.673Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:23:08.673Z] ---> Using cache [2021-04-16T10:23:08.673Z] ---> e275c75ca513 [2021-04-16T10:23:08.673Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T10:23:08.673Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:23:08.673Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:23:08.673Z] ---> 0fb241f7c802 [2021-04-16T10:23:08.673Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T10:23:08.673Z] ---> Using cache [2021-04-16T10:23:08.673Z] ---> 3d1980d75cc0 [2021-04-16T10:23:08.673Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:23:08.673Z] ---> Using cache [2021-04-16T10:23:08.673Z] ---> e275c75ca513 [2021-04-16T10:23:08.673Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T10:23:08.948Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T10:23:09.222Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T10:23:09.222Z] ---> 0fb241f7c802 [2021-04-16T10:23:09.222Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> 3d1980d75cc0 [2021-04-16T10:23:09.222Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> e275c75ca513 [2021-04-16T10:23:09.222Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> ff0b6156aaad [2021-04-16T10:23:09.222Z] Step 6/31 : COPY go.mod . [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> 9404600ead84 [2021-04-16T10:23:09.222Z] Step 7/31 : RUN go mod download [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> 372ffa3efa5b [2021-04-16T10:23:09.222Z] Step 8/31 : COPY . . [2021-04-16T10:23:09.222Z] ---> Using cache [2021-04-16T10:23:09.222Z] ---> f4a9f3c196b6 [2021-04-16T10:23:09.222Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T10:23:09.222Z] ---> Running in e94b3c46202a [2021-04-16T10:23:09.222Z] ---> Running in d9cf29633ea5 [2021-04-16T10:23:09.494Z] ---> 62208e58ecfe [2021-04-16T10:23:09.494Z] Step 7/23 : RUN go mod download [2021-04-16T10:23:09.494Z] ---> Running in f3edc16c0d7a [2021-04-16T10:23:09.772Z] ---> Running in 5c7deb3ccc6b [2021-04-16T10:23:11.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:11.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:11.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T10:23:11.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:12.158Z] Removing intermediate container 0c472516503d [2021-04-16T10:23:12.158Z] ---> 1eec80c5007d [2021-04-16T10:23:12.158Z] [2021-04-16T10:23:12.158Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:23:12.158Z] ---> 13621d1b12d4 [2021-04-16T10:23:12.158Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:23:12.158Z] ---> Using cache [2021-04-16T10:23:12.158Z] ---> e95a75665488 [2021-04-16T10:23:12.158Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:23:12.158Z] ---> Using cache [2021-04-16T10:23:12.158Z] ---> 5df59e08a9bd [2021-04-16T10:23:12.158Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T10:23:12.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:23:12.659Z] ---> Running in c6b408dbbf82 [2021-04-16T10:23:12.663Z] OK: 217 MiB in 51 packages [2021-04-16T10:23:13.264Z] OK: 217 MiB in 51 packages [2021-04-16T10:23:13.540Z] Removing intermediate container 5c7deb3ccc6b [2021-04-16T10:23:13.540Z] ---> 765f132b5a07 [2021-04-16T10:23:13.540Z] Step 8/23 : COPY . . [2021-04-16T10:23:14.984Z] Removing intermediate container d9cf29633ea5 [2021-04-16T10:23:14.984Z] ---> e336073d9233 [2021-04-16T10:23:14.984Z] Step 6/22 : COPY go.mod . [2021-04-16T10:23:15.582Z] Removing intermediate container e94b3c46202a [2021-04-16T10:23:15.582Z] ---> d19676fc8f21 [2021-04-16T10:23:15.582Z] Step 6/23 : COPY go.mod . [2021-04-16T10:23:16.569Z] ---> 0faa97d4c566 [2021-04-16T10:23:16.569Z] Step 7/22 : RUN go mod download [2021-04-16T10:23:16.846Z] ---> Running in 4f21fb2a4e82 [2021-04-16T10:23:17.119Z] ---> d87b8259b194 [2021-04-16T10:23:17.119Z] Step 7/23 : RUN go mod download [2021-04-16T10:23:17.718Z] ---> Running in eaf7e53c8eb9 [2021-04-16T10:23:18.718Z] Removing intermediate container c6b408dbbf82 [2021-04-16T10:23:18.718Z] ---> 678a4a81330e [2021-04-16T10:23:18.718Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T10:23:19.893Z] ---> Running in 53a3bc7cb142 [2021-04-16T10:23:20.252Z] Removing intermediate container 58a25a5d2794 [2021-04-16T10:23:20.252Z] ---> 3fa050e57106 [2021-04-16T10:23:20.252Z] [2021-04-16T10:23:20.252Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T10:23:20.252Z] ---> 13621d1b12d4 [2021-04-16T10:23:20.252Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T10:23:20.568Z] ---> Running in 4bdd8b122eb9 [2021-04-16T10:23:20.568Z] Removing intermediate container 891f33edb97c [2021-04-16T10:23:20.568Z] ---> 74e6f09da5db [2021-04-16T10:23:20.568Z] [2021-04-16T10:23:20.568Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:23:20.568Z] ---> 13621d1b12d4 [2021-04-16T10:23:20.568Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T10:23:20.568Z] ---> Using cache [2021-04-16T10:23:20.568Z] ---> e95a75665488 [2021-04-16T10:23:20.568Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:23:20.568Z] ---> Using cache [2021-04-16T10:23:20.568Z] ---> 5df59e08a9bd [2021-04-16T10:23:20.568Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T10:23:21.181Z] Removing intermediate container 53a3bc7cb142 [2021-04-16T10:23:21.181Z] ---> a63f84202760 [2021-04-16T10:23:21.181Z] Step 15/23 : WORKDIR / [2021-04-16T10:23:21.181Z] Removing intermediate container efba275f360e [2021-04-16T10:23:21.181Z] ---> b6d523a27ddc [2021-04-16T10:23:21.181Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T10:23:21.536Z] ---> Running in 4747036803c9 [2021-04-16T10:23:21.536Z] ---> Running in fb44b411d0f9 [2021-04-16T10:23:21.536Z] ---> Running in 79d30eda04e0 [2021-04-16T10:23:22.647Z] ---> eb25534c6b16 [2021-04-16T10:23:22.647Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T10:23:22.647Z] Removing intermediate container 79d30eda04e0 [2021-04-16T10:23:22.647Z] ---> 8d9bfdeedf41 [2021-04-16T10:23:22.647Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T10:23:22.990Z] Removing intermediate container fb44b411d0f9 [2021-04-16T10:23:22.990Z] ---> 9395e9ce9b02 [2021-04-16T10:23:22.990Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:23:22.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:23:22.990Z] Removing intermediate container 4747036803c9 [2021-04-16T10:23:22.990Z] ---> b99f4b75e1b6 [2021-04-16T10:23:22.990Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T10:23:23.148Z] Removing intermediate container 4f21fb2a4e82 [2021-04-16T10:23:23.148Z] ---> 730311fd5071 [2021-04-16T10:23:23.148Z] Step 8/22 : COPY . . [2021-04-16T10:23:23.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:23:23.291Z] ---> Running in 8ff68416af57 [2021-04-16T10:23:23.291Z] ---> Running in 5e71a6a541bb [2021-04-16T10:23:23.425Z] Removing intermediate container eaf7e53c8eb9 [2021-04-16T10:23:23.425Z] ---> 3384957b4c92 [2021-04-16T10:23:23.425Z] Step 8/23 : COPY . . [2021-04-16T10:23:23.623Z] ---> Running in 23505dffb8e7 [2021-04-16T10:23:23.623Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T10:23:23.623Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:23:23.623Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T10:23:23.623Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T10:23:23.623Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T10:23:23.623Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T10:23:23.623Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:23:23.623Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:23:24.040Z] OK: 7 MiB in 20 packages [2021-04-16T10:23:24.040Z] Removing intermediate container 8ff68416af57 [2021-04-16T10:23:24.040Z] ---> f15d5008d6a5 [2021-04-16T10:23:24.040Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T10:23:24.040Z] ---> 76d1e11eb963 [2021-04-16T10:23:24.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T10:23:24.353Z] Removing intermediate container 23505dffb8e7 [2021-04-16T10:23:24.353Z] ---> 08caf23298ac [2021-04-16T10:23:24.353Z] Step 15/23 : WORKDIR / [2021-04-16T10:23:24.662Z] ---> Running in 74d8c6250e65 [2021-04-16T10:23:24.662Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T10:23:26.769Z] ---> 3e4c5b7fe632 [2021-04-16T10:23:26.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-16T10:23:26.769Z] ---> b4ad97350e8a [2021-04-16T10:23:26.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T10:23:26.769Z] Removing intermediate container 74d8c6250e65 [2021-04-16T10:23:26.769Z] ---> e86011cdbc8f [2021-04-16T10:23:26.769Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:23:27.492Z] Removing intermediate container 4bdd8b122eb9 [2021-04-16T10:23:27.492Z] ---> dcdfbdcef5ca [2021-04-16T10:23:27.492Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T10:23:27.492Z] ---> 973c5148bec8 [2021-04-16T10:23:27.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T10:23:27.492Z] ---> 150902a1410c [2021-04-16T10:23:27.492Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T10:23:27.492Z] ---> 3aa66fb870d7 [2021-04-16T10:23:27.492Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T10:23:27.492Z] ---> Running in 99a56bc777bb [2021-04-16T10:23:27.842Z] ---> Running in 8c083587c62d [2021-04-16T10:23:28.192Z] Removing intermediate container 99a56bc777bb [2021-04-16T10:23:28.192Z] ---> 6337ed89d401 [2021-04-16T10:23:28.192Z] Step 13/24 : WORKDIR / [2021-04-16T10:23:28.944Z] ---> Running in 26a1de98fb7d [2021-04-16T10:23:28.944Z] Removing intermediate container 8c083587c62d [2021-04-16T10:23:28.944Z] ---> fd805787de99 [2021-04-16T10:23:28.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:23:29.267Z] ---> c3984bd2ede6 [2021-04-16T10:23:29.267Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T10:23:29.267Z] ---> af3340929cf8 [2021-04-16T10:23:29.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T10:23:29.594Z] ---> Running in 4cde06f30745 [2021-04-16T10:23:29.594Z] ---> Running in 312094dd3142 [2021-04-16T10:23:29.891Z] Removing intermediate container 26a1de98fb7d [2021-04-16T10:23:29.891Z] ---> 5ac3d4e973f9 [2021-04-16T10:23:29.891Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T10:23:30.168Z] Removing intermediate container 4cde06f30745 [2021-04-16T10:23:30.169Z] ---> 659810e8f5f2 [2021-04-16T10:23:30.169Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T10:23:30.476Z] ---> 567bfbc1cf91 [2021-04-16T10:23:30.476Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T10:23:30.476Z] Removing intermediate container 312094dd3142 [2021-04-16T10:23:30.476Z] ---> e534249d5aa0 [2021-04-16T10:23:30.476Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:23:30.828Z] ---> Running in 74b471fffc86 [2021-04-16T10:23:30.829Z] ---> Running in 67449ab3ac52 [2021-04-16T10:23:31.297Z] ---> Running in 9932c77a44d5 [2021-04-16T10:23:31.297Z] ---> 6a72504bfdca [2021-04-16T10:23:31.297Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T10:23:32.178Z] Removing intermediate container 74b471fffc86 [2021-04-16T10:23:32.178Z] ---> 5b1f2f854876 [2021-04-16T10:23:32.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:23:32.178Z] Removing intermediate container 9932c77a44d5 [2021-04-16T10:23:32.178Z] ---> b07ed89412ee [2021-04-16T10:23:32.178Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T10:23:32.178Z] Removing intermediate container 67449ab3ac52 [2021-04-16T10:23:32.178Z] ---> 4d369cc2ea0b [2021-04-16T10:23:32.178Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:23:32.888Z] ---> Running in 3091975e4783 [2021-04-16T10:23:32.888Z] ---> Running in 2fb593ecc529 [2021-04-16T10:23:33.183Z] ---> Running in 78dfa50ad6d6 [2021-04-16T10:23:33.183Z] ---> 8429ce01d3b8 [2021-04-16T10:23:33.183Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T10:23:33.468Z] Removing intermediate container 3091975e4783 [2021-04-16T10:23:33.468Z] ---> 3c714db2d351 [2021-04-16T10:23:33.468Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T10:23:33.747Z] Removing intermediate container 2fb593ecc529 [2021-04-16T10:23:33.747Z] ---> 11c7ba5f397b [2021-04-16T10:23:33.747Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:23:33.747Z] Removing intermediate container 78dfa50ad6d6 [2021-04-16T10:23:33.747Z] ---> d7eb2ef5768f [2021-04-16T10:23:33.747Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:23:33.747Z] ---> Running in 351b60703ec7 [2021-04-16T10:23:33.747Z] ---> a7d4905f2f91 [2021-04-16T10:23:33.747Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T10:23:34.098Z] ---> Running in 75987c73877d [2021-04-16T10:23:34.098Z] ---> Running in 3b640e2e97fc [2021-04-16T10:23:34.743Z] Removing intermediate container 351b60703ec7 [2021-04-16T10:23:34.743Z] ---> f8db04d18c24 [2021-04-16T10:23:34.743Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:23:34.743Z] Removing intermediate container 75987c73877d [2021-04-16T10:23:34.743Z] ---> 99f384cd4036 [2021-04-16T10:23:34.743Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:23:35.060Z] Removing intermediate container 3b640e2e97fc [2021-04-16T10:23:35.060Z] ---> 1bf4d848c34c [2021-04-16T10:23:35.060Z] [2021-04-16T10:23:35.060Z] ---> Running in d3af3aa1e145 [2021-04-16T10:23:35.479Z] ---> Running in 4e75fe36f1da [2021-04-16T10:23:36.222Z] Successfully built 1bf4d848c34c [2021-04-16T10:23:36.222Z] ---> 602d3803f4de [2021-04-16T10:23:36.222Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T10:23:36.520Z] Successfully tagged docker-core-command-go:latest [2021-04-16T10:23:36.834Z]  Building docker-core-command-go ... done Removing intermediate container d3af3aa1e145 [2021-04-16T10:23:36.834Z] ---> 9168881e7dfd [2021-04-16T10:23:36.834Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:23:38.145Z] Removing intermediate container 4e75fe36f1da [2021-04-16T10:23:38.145Z] ---> 94bf6a52c988 [2021-04-16T10:23:38.145Z] [2021-04-16T10:23:38.145Z] ---> Running in f6b20e6564dc [2021-04-16T10:23:39.020Z] ---> 67fb1b1b5b70 [2021-04-16T10:23:39.020Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T10:23:39.478Z] Successfully built 94bf6a52c988 [2021-04-16T10:23:40.275Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-16T10:23:41.075Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f6b20e6564dc [2021-04-16T10:23:41.075Z] ---> 5881c31983bc [2021-04-16T10:23:41.075Z] [2021-04-16T10:23:41.813Z] Successfully built 5881c31983bc [2021-04-16T10:23:41.813Z] ---> 56eacf6ec07a [2021-04-16T10:23:41.813Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-16T10:23:42.148Z] Successfully tagged docker-core-metadata-go:latest [2021-04-16T10:23:42.997Z]  Building docker-core-metadata-go ... done  ---> Running in 76545ead2a94 [2021-04-16T10:23:46.442Z] Removing intermediate container 76545ead2a94 [2021-04-16T10:23:46.442Z] ---> 83eb50c11d1d [2021-04-16T10:23:46.442Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T10:23:46.778Z] ---> Running in 996f8334bd0c [2021-04-16T10:23:47.116Z] Removing intermediate container 996f8334bd0c [2021-04-16T10:23:47.116Z] ---> 0b811088cacc [2021-04-16T10:23:47.116Z] Step 22/24 : LABEL arch=x86_64 [2021-04-16T10:23:47.403Z] ---> Running in 65c8250f2c63 [2021-04-16T10:23:47.715Z] Removing intermediate container 65c8250f2c63 [2021-04-16T10:23:47.715Z] ---> ff5205044381 [2021-04-16T10:23:47.715Z] Step 23/24 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:23:47.715Z] ---> Running in 86ab2da26518 [2021-04-16T10:23:48.386Z] Removing intermediate container 86ab2da26518 [2021-04-16T10:23:48.386Z] ---> 5d745237b762 [2021-04-16T10:23:48.386Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T10:23:48.730Z] ---> Running in 50800b11aff9 [2021-04-16T10:23:49.623Z] Removing intermediate container 50800b11aff9 [2021-04-16T10:23:49.623Z] ---> 8c2e4aaacb68 [2021-04-16T10:23:49.623Z] [2021-04-16T10:23:49.939Z] Successfully built 8c2e4aaacb68 [2021-04-16T10:23:49.939Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-16T10:23:50.254Z] ---> fa4adf5a9afb [2021-04-16T10:23:50.254Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T10:23:50.254Z] ---> Running in ae573358d512 [2021-04-16T10:23:51.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T10:23:51.983Z] ---> adea7f98c685 [2021-04-16T10:23:51.983Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T10:23:51.983Z] ---> 876feee4fa47 [2021-04-16T10:23:51.983Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T10:23:52.582Z] ---> Running in df726bacb8ee [2021-04-16T10:23:52.582Z] ---> Running in 4448bab8bafd [2021-04-16T10:23:54.621Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T10:23:55.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T10:23:57.228Z] Removing intermediate container f3edc16c0d7a [2021-04-16T10:23:57.228Z] ---> 60711f00b443 [2021-04-16T10:23:57.228Z] [2021-04-16T10:23:57.228Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T10:23:57.228Z] ---> 9852663dfa18 [2021-04-16T10:23:57.228Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T10:23:57.228Z] ---> Running in 2f7380ac033f [2021-04-16T10:23:57.833Z] Removing intermediate container 2f7380ac033f [2021-04-16T10:23:57.833Z] ---> 1378a355e4de [2021-04-16T10:23:57.833Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T10:23:58.108Z] ---> Running in e5ff402d3c27 [2021-04-16T10:24:00.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:24:00.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:24:00.376Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5e71a6a541bb [2021-04-16T10:24:00.376Z] ---> 9ae63cb1b1d2 [2021-04-16T10:24:00.376Z] [2021-04-16T10:24:00.376Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:24:00.376Z] ---> 13621d1b12d4 [2021-04-16T10:24:00.376Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T10:24:00.654Z] ---> Running in d2aacba8bcd9 [2021-04-16T10:24:01.082Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T10:24:01.082Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T10:24:01.082Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:24:01.082Z] OK: 5 MiB in 16 packages [2021-04-16T10:24:01.485Z] Removing intermediate container d2aacba8bcd9 [2021-04-16T10:24:01.485Z] ---> da43eecf31eb [2021-04-16T10:24:01.485Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T10:24:01.765Z] ---> Running in 81654a847819 [2021-04-16T10:24:02.366Z] Removing intermediate container 81654a847819 [2021-04-16T10:24:02.366Z] ---> c0dedc0ea4c9 [2021-04-16T10:24:02.366Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T10:24:02.366Z] ---> Running in 23b3d274da40 [2021-04-16T10:24:03.004Z] Removing intermediate container 23b3d274da40 [2021-04-16T10:24:03.004Z] ---> c4e63602e74e [2021-04-16T10:24:03.004Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:24:03.072Z] Removing intermediate container e5ff402d3c27 [2021-04-16T10:24:03.072Z] ---> 94c6062b5709 [2021-04-16T10:24:03.072Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T10:24:03.072Z] ---> Running in a3711faade41 [2021-04-16T10:24:03.280Z] ---> Running in e213d834381c [2021-04-16T10:24:03.672Z] Removing intermediate container a3711faade41 [2021-04-16T10:24:03.672Z] ---> fded258a7c44 [2021-04-16T10:24:03.672Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T10:24:03.951Z] ---> Running in 7616a206b346 [2021-04-16T10:24:04.552Z] Removing intermediate container 7616a206b346 [2021-04-16T10:24:04.552Z] ---> de5700085d45 [2021-04-16T10:24:04.552Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T10:24:04.552Z] ---> Running in 3b95aa2389e0 [2021-04-16T10:24:06.273Z] Removing intermediate container e213d834381c [2021-04-16T10:24:06.273Z] ---> 8bcf87ce8ab9 [2021-04-16T10:24:06.273Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T10:24:06.598Z] ---> Running in 3c81df662bc9 [2021-04-16T10:24:08.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T10:24:08.879Z] Removing intermediate container 3b95aa2389e0 [2021-04-16T10:24:08.879Z] ---> af41abd77e31 [2021-04-16T10:24:08.879Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T10:24:08.879Z] ---> Running in 225a2749cafd [2021-04-16T10:24:09.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T10:24:09.154Z] Removing intermediate container 225a2749cafd [2021-04-16T10:24:09.154Z] ---> 164e41252983 [2021-04-16T10:24:09.154Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T10:24:09.345Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T10:24:09.702Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T10:24:09.702Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T10:24:09.702Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T10:24:09.980Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T10:24:10.155Z] ---> 6a761b5ff5ae [2021-04-16T10:24:10.156Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T10:24:10.286Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T10:24:10.286Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:24:10.286Z] OK: 8 MiB in 20 packages [2021-04-16T10:24:10.433Z] ---> Running in 8e2f1530ec75 [2021-04-16T10:24:12.470Z] Removing intermediate container 3c81df662bc9 [2021-04-16T10:24:12.471Z] ---> 1d0b613881de [2021-04-16T10:24:12.471Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:24:13.104Z] ---> e2ecd13f91aa [2021-04-16T10:24:13.104Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T10:24:13.855Z] Removing intermediate container 8e2f1530ec75 [2021-04-16T10:24:13.855Z] ---> 10ba5939e728 [2021-04-16T10:24:13.855Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:24:14.670Z] ---> 1eea7e1fbddc [2021-04-16T10:24:14.670Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T10:24:14.838Z] ---> 5295401986e0 [2021-04-16T10:24:14.838Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T10:24:15.807Z] ---> ba8b1f6d941a [2021-04-16T10:24:15.807Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T10:24:15.807Z] ---> Running in b1ee2ad60371 [2021-04-16T10:24:16.566Z] Removing intermediate container b1ee2ad60371 [2021-04-16T10:24:16.566Z] ---> 41b9e2c737e6 [2021-04-16T10:24:16.566Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:24:16.848Z] ---> db3242d967fb [2021-04-16T10:24:16.848Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T10:24:16.956Z] ---> Running in d8dc9aeaa9dc [2021-04-16T10:24:16.956Z] Removing intermediate container d8dc9aeaa9dc [2021-04-16T10:24:16.956Z] ---> e5f51e2bc774 [2021-04-16T10:24:16.956Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T10:24:16.956Z] ---> Running in 8c9a5918933b [2021-04-16T10:24:17.629Z] Removing intermediate container 8c9a5918933b [2021-04-16T10:24:17.629Z] ---> 41481e6946c6 [2021-04-16T10:24:17.629Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:24:17.629Z] ---> Running in fc040fdb2b5f [2021-04-16T10:24:17.921Z] Removing intermediate container fc040fdb2b5f [2021-04-16T10:24:17.921Z] ---> bb290a25d57e [2021-04-16T10:24:17.921Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:24:17.921Z] ---> Running in 4593e0811dda [2021-04-16T10:24:18.308Z] ---> fe459fe5fa2c [2021-04-16T10:24:18.308Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T10:24:18.632Z] Removing intermediate container 4593e0811dda [2021-04-16T10:24:18.632Z] ---> 1f017e9c7592 [2021-04-16T10:24:18.632Z] [2021-04-16T10:24:18.632Z] Successfully built 1f017e9c7592 [2021-04-16T10:24:18.632Z] Successfully tagged docker-core-data-go:latest [2021-04-16T10:24:19.292Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-16T10:24:19.379Z] $ docker stop --time=1 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb [2021-04-16T10:24:19.752Z] ---> 42e941151f02 [2021-04-16T10:24:19.753Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T10:24:20.736Z] ---> aa4468c2f918 [2021-04-16T10:24:20.736Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T10:24:21.335Z] ---> Running in bf312d79bf6d [2021-04-16T10:24:21.935Z] Removing intermediate container bf312d79bf6d [2021-04-16T10:24:21.935Z] ---> 3ec31dad6522 [2021-04-16T10:24:21.935Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T10:24:22.459Z] $ docker rm -f 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T10:24:22.922Z] ---> 80d5a2cdf53b [2021-04-16T10:24:22.922Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T10:24:23.368Z] + grep docker [2021-04-16T10:24:23.368Z] + docker images [2021-04-16T10:24:23.527Z] ---> Running in 3e82d469f93d [2021-04-16T10:24:24.337Z] docker-core-data-go latest 1f017e9c7592 6 seconds ago 22.9MB [2021-04-16T10:24:24.337Z] docker-security-secretstore-setup-go latest 8c2e4aaacb68 36 seconds ago 26.3MB [2021-04-16T10:24:24.337Z] docker-core-metadata-go latest 5881c31983bc 44 seconds ago 19.2MB [2021-04-16T10:24:24.337Z] docker-sys-mgmt-agent-go latest 94bf6a52c988 48 seconds ago 312MB [2021-04-16T10:24:24.337Z] docker-core-command-go latest 1bf4d848c34c 50 seconds ago 17.5MB [2021-04-16T10:24:24.337Z] docker-security-bootstrapper-go latest ac4e4bbbf357 3 minutes ago 19.3MB [2021-04-16T10:24:24.337Z] docker-security-proxy-setup-go latest 857cad558662 3 minutes ago 26MB [2021-04-16T10:24:24.337Z] docker-support-scheduler-go latest 19db032357c8 3 minutes ago 17.7MB [2021-04-16T10:24:24.337Z] docker-support-notifications-go latest 9dd58bf479e9 3 minutes ago 18.2MB [2021-04-16T10:24:24.337Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-16T10:24:26.940Z] Removing intermediate container 3e82d469f93d [2021-04-16T10:24:26.940Z] ---> 67abb151ab31 [2021-04-16T10:24:26.940Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T10:24:27.540Z] ---> Running in 00db7810e677 [2021-04-16T10:24:28.143Z] Removing intermediate container 00db7810e677 [2021-04-16T10:24:28.143Z] ---> a02fe831ed71 [2021-04-16T10:24:28.143Z] Step 28/31 : CMD ["gate"] [2021-04-16T10:24:28.751Z] ---> Running in 786fa7af0fbe [2021-04-16T10:24:29.352Z] Removing intermediate container 786fa7af0fbe [2021-04-16T10:24:29.352Z] ---> d31e3ffa930c [2021-04-16T10:24:29.352Z] Step 29/31 : LABEL arch=arm64 [2021-04-16T10:24:29.954Z] ---> Running in 438e5bfc2b14 [2021-04-16T10:24:30.553Z] Removing intermediate container 438e5bfc2b14 [2021-04-16T10:24:30.553Z] ---> 679e5c2ff15a [2021-04-16T10:24:30.553Z] Step 30/31 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:24:31.159Z] ---> Running in 53bdf1b27c3d [2021-04-16T10:24:31.764Z] Removing intermediate container 53bdf1b27c3d [2021-04-16T10:24:31.764Z] ---> b50d3e4856bb [2021-04-16T10:24:31.764Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T10:24:32.040Z] ---> Running in 205c043e37d1 [2021-04-16T10:24:32.657Z] Removing intermediate container 205c043e37d1 [2021-04-16T10:24:32.657Z] ---> 4428566f3cf4 [2021-04-16T10:24:32.657Z] [2021-04-16T10:24:33.262Z] Successfully built 4428566f3cf4 [2021-04-16T10:24:33.262Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-16T10:24:39.679Z] Still waiting to schedule task [2021-04-16T10:24:39.679Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-16T10:25:20.269Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container ae573358d512 [2021-04-16T10:25:20.269Z] ---> e5e4e63d826f [2021-04-16T10:25:20.269Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T10:25:20.269Z] ---> Running in ffbce130a5a6 [2021-04-16T10:25:20.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T10:25:20.269Z] Removing intermediate container ffbce130a5a6 [2021-04-16T10:25:20.269Z] ---> 3820de9ddd90 [2021-04-16T10:25:20.269Z] [2021-04-16T10:25:20.269Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T10:25:20.269Z] 20.10.0: Pulling from library/docker [2021-04-16T10:25:20.269Z] Removing intermediate container df726bacb8ee [2021-04-16T10:25:20.269Z] ---> 4c18b7d2c75c [2021-04-16T10:25:20.269Z] [2021-04-16T10:25:20.269Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T10:25:20.269Z] ---> 9852663dfa18 [2021-04-16T10:25:20.269Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T10:25:20.269Z] ---> Running in bca1b502af53 [2021-04-16T10:25:21.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:21.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:22.312Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T10:25:22.312Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T10:25:22.312Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:25:22.312Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T10:25:22.584Z] OK: 6 MiB in 16 packages [2021-04-16T10:25:25.968Z] Removing intermediate container bca1b502af53 [2021-04-16T10:25:25.968Z] ---> a523618af8c5 [2021-04-16T10:25:25.968Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:25:25.968Z] ---> Running in 6c128d6c3141 [2021-04-16T10:25:26.569Z] Removing intermediate container 6c128d6c3141 [2021-04-16T10:25:26.569Z] ---> 78faffb2e965 [2021-04-16T10:25:26.569Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T10:25:26.851Z] ---> Running in e375569d3812 [2021-04-16T10:25:27.460Z] Removing intermediate container e375569d3812 [2021-04-16T10:25:27.460Z] ---> db4e9b8b4465 [2021-04-16T10:25:27.460Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T10:25:28.055Z] ---> Running in 47e552bb1f0c [2021-04-16T10:25:29.039Z] Removing intermediate container 47e552bb1f0c [2021-04-16T10:25:29.039Z] ---> b05e822f9a08 [2021-04-16T10:25:29.039Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:25:29.319Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T10:25:29.319Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T10:25:29.319Z] ---> eeaf43b92773 [2021-04-16T10:25:29.319Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T10:25:29.924Z] ---> Running in b0e6ce6d5e49 [2021-04-16T10:25:29.925Z] ---> f560cf5fa5ac [2021-04-16T10:25:29.925Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T10:25:30.201Z] Removing intermediate container 4448bab8bafd [2021-04-16T10:25:30.201Z] ---> 1df48aaae058 [2021-04-16T10:25:30.201Z] [2021-04-16T10:25:30.201Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T10:25:30.201Z] ---> 9852663dfa18 [2021-04-16T10:25:30.201Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T10:25:30.477Z] Removing intermediate container b0e6ce6d5e49 [2021-04-16T10:25:30.477Z] ---> cf2e40b95a78 [2021-04-16T10:25:30.477Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T10:25:30.477Z] ---> Running in 717bbff96439 [2021-04-16T10:25:30.754Z] ---> Running in 75e7819b24fd [2021-04-16T10:25:31.366Z] Removing intermediate container 717bbff96439 [2021-04-16T10:25:31.366Z] ---> 3a8a7d1f8c24 [2021-04-16T10:25:31.366Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T10:25:31.366Z] ---> f9ba29984b47 [2021-04-16T10:25:31.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T10:25:31.366Z] ---> Running in 245d40e7b9e7 [2021-04-16T10:25:31.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:31.979Z] Removing intermediate container 245d40e7b9e7 [2021-04-16T10:25:31.979Z] ---> ae1bc64d4d0e [2021-04-16T10:25:31.979Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T10:25:32.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:32.251Z] ---> Running in 8a89a9bb7b68 [2021-04-16T10:25:32.251Z] ---> 846c6806c48d [2021-04-16T10:25:32.251Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T10:25:32.526Z] ---> Running in ca9e7ce49171 [2021-04-16T10:25:32.806Z] Removing intermediate container 8a89a9bb7b68 [2021-04-16T10:25:32.806Z] ---> 06d57d2b24a7 [2021-04-16T10:25:32.806Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T10:25:32.806Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T10:25:32.806Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T10:25:32.806Z] Executing bash-5.0.17-r0.post-install [2021-04-16T10:25:32.806Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T10:25:32.806Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T10:25:32.806Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T10:25:32.806Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T10:25:32.806Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T10:25:32.806Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T10:25:32.806Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T10:25:32.806Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T10:25:32.806Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T10:25:33.089Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T10:25:33.089Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T10:25:33.089Z] ---> Running in 025fed69961a [2021-04-16T10:25:33.089Z] Removing intermediate container ca9e7ce49171 [2021-04-16T10:25:33.089Z] ---> 5dfeff83e080 [2021-04-16T10:25:33.089Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:25:34.104Z] ---> Running in ab84df42e506 [2021-04-16T10:25:34.385Z] Removing intermediate container ab84df42e506 [2021-04-16T10:25:34.385Z] ---> 295f405703b9 [2021-04-16T10:25:34.385Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T10:25:34.658Z] ---> Running in 0b33f8963db4 [2021-04-16T10:25:34.933Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T10:25:34.933Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T10:25:34.933Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T10:25:34.933Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T10:25:34.933Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T10:25:34.933Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T10:25:35.208Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T10:25:35.208Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T10:25:35.208Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T10:25:35.208Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T10:25:35.208Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T10:25:35.208Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T10:25:35.208Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T10:25:35.457Z] Running on prd-ubuntu18.04-docker-8c-8g-475 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws [2021-04-16T10:25:35.475Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [2021-04-16T10:25:35.486Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T10:25:35.486Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T10:25:35.486Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T10:25:35.486Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T10:25:35.486Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T10:25:35.486Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T10:25:35.486Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T10:25:35.486Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T10:25:35.486Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T10:25:35.486Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T10:25:35.486Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T10:25:35.486Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T10:25:35.486Z] (39/39) Installing py3-pip (20.1.1-r0) [Pipeline] checkout [2021-04-16T10:25:35.761Z] Removing intermediate container 0b33f8963db4 [2021-04-16T10:25:35.761Z] ---> 6a232a3dc0df [2021-04-16T10:25:35.761Z] Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:25:35.761Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T10:25:35.761Z] OK: 72 MiB in 59 packages [2021-04-16T10:25:35.761Z] ---> Running in 231d820577d8 [2021-04-16T10:25:36.374Z] Removing intermediate container 025fed69961a [2021-04-16T10:25:36.374Z] ---> 39cffee4972c [2021-04-16T10:25:36.374Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T10:25:36.374Z] Removing intermediate container 231d820577d8 [2021-04-16T10:25:36.374Z] ---> f99287c5318e [2021-04-16T10:25:36.374Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T10:25:36.374Z] ---> Running in dcb54801236b [2021-04-16T10:25:36.650Z] ---> Running in 9acff02f20c6 [2021-04-16T10:25:37.247Z] Removing intermediate container 9acff02f20c6 [2021-04-16T10:25:37.247Z] ---> 377b0f3ae0c9 [2021-04-16T10:25:37.247Z] [2021-04-16T10:25:37.520Z] Successfully built 377b0f3ae0c9 [2021-04-16T10:25:37.792Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-16T10:25:37.792Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:37.855Z] using credential edgex-jenkins-ssh [2021-04-16T10:25:37.867Z] Cloning the remote Git repository [2021-04-16T10:25:37.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:25:38.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T10:25:37.962Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-04-16T10:25:37.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:25:37.989Z] > git --version # timeout=10 [2021-04-16T10:25:37.995Z] > git --version # 'git version 2.17.1' [2021-04-16T10:25:37.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:25:38.021Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T10:25:40.186Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T10:25:40.186Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T10:25:40.186Z] Collecting docker-compose==1.23.2 [2021-04-16T10:25:40.186Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T10:25:40.186Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T10:25:40.186Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T10:25:40.456Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T10:25:40.730Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T10:25:40.730Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T10:25:40.730Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T10:25:40.730Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T10:25:40.730Z] OK: 8 MiB in 20 packages [2021-04-16T10:25:42.162Z] Removing intermediate container dcb54801236b [2021-04-16T10:25:42.162Z] ---> 428f5dc761aa [2021-04-16T10:25:42.162Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T10:25:42.769Z] ---> 9dd22b6a0f6a [2021-04-16T10:25:42.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T10:25:42.769Z] Collecting docopt<0.7,>=0.6.1 [2021-04-16T10:25:43.042Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T10:25:44.483Z] ---> e81b5560a7ae [2021-04-16T10:25:44.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T10:25:45.083Z] ---> 0798f356aedb [2021-04-16T10:25:45.083Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T10:25:45.083Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-16T10:25:45.083Z] ---> Running in 66420a1aae51 [2021-04-16T10:25:45.678Z] Removing intermediate container 66420a1aae51 [2021-04-16T10:25:45.678Z] ---> 45f44179fa0a [2021-04-16T10:25:45.678Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:25:45.678Z] ---> Running in ae2a79a4ce5a [2021-04-16T10:25:45.949Z] Collecting PyYAML<4,>=3.10 [2021-04-16T10:25:45.949Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T10:25:46.222Z] Removing intermediate container ae2a79a4ce5a [2021-04-16T10:25:46.222Z] ---> eb796e1507a3 [2021-04-16T10:25:46.222Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T10:25:46.222Z] ---> Running in 2d24d60648fd [2021-04-16T10:25:46.836Z] Removing intermediate container 2d24d60648fd [2021-04-16T10:25:46.836Z] ---> 179483866583 [2021-04-16T10:25:46.836Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:25:46.488Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T10:25:46.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T10:25:46.517Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T10:25:46.531Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T10:25:46.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:25:46.537Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-16T10:25:47.109Z] ---> Running in 1f2f927736e0 [2021-04-16T10:25:47.178Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:25:47.320Z] Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:25:47.321Z] Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) [2021-04-16T10:25:47.710Z] Removing intermediate container 1f2f927736e0 [2021-04-16T10:25:47.710Z] ---> ef4cd97661cb [2021-04-16T10:25:47.710Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:25:47.710Z] ---> Running in e4cb693254f3 [2021-04-16T10:25:48.304Z] Removing intermediate container e4cb693254f3 [2021-04-16T10:25:48.305Z] ---> fbabb634077c [2021-04-16T10:25:48.305Z] [2021-04-16T10:25:47.191Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:25:47.198Z] > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 [2021-04-16T10:25:47.276Z] > git remote # timeout=10 [2021-04-16T10:25:47.298Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T10:25:47.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T10:25:47.308Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T10:25:47.318Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T10:25:47.328Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T10:25:47.333Z] > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 [2021-04-16T10:25:48.900Z] Successfully built fbabb634077c [2021-04-16T10:25:48.900Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-16T10:25:49.171Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T10:25:49.171Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T10:25:50.981Z] Commit message: "feat: Add unit test for scheduler manager" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:25:51.776Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T10:25:51.776Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T10:25:52.206Z] + echo snap-build.sh [2021-04-16T10:25:52.206Z] snap-build.sh [2021-04-16T10:25:52.206Z] + SNAP_BASE_DIR=. [2021-04-16T10:25:52.206Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-04-16T10:25:52.206Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-04-16T10:25:52.206Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-04-16T10:25:52.206Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-04-16T10:25:52.206Z] + cd /w/workspace/edgex-go/14 [2021-04-16T10:25:52.206Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-16T10:25:52.206Z] Reading package lists... [2021-04-16T10:25:52.472Z] Building dependency tree... [2021-04-16T10:25:52.472Z] Reading state information... [2021-04-16T10:25:52.472Z] The following packages were automatically installed and are no longer required: [2021-04-16T10:25:52.472Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-16T10:25:52.472Z] uidmap xdelta3 [2021-04-16T10:25:52.472Z] Use 'sudo apt autoremove' to remove them. [2021-04-16T10:25:52.472Z] The following packages will be REMOVED: [2021-04-16T10:25:52.472Z] lxd* lxd-client* [2021-04-16T10:25:52.742Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T10:25:52.742Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T10:25:53.015Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T10:25:53.015Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T10:25:53.044Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-16T10:25:53.044Z] After this operation, 31.7 MB disk space will be freed. [2021-04-16T10:25:53.980Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T10:25:53.980Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T10:25:54.107Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-16T10:25:54.107Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T10:25:54.249Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T10:25:54.249Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T10:25:54.517Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-16T10:25:54.517Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-16T10:25:54.786Z] Collecting idna<2.8,>=2.5 [2021-04-16T10:25:54.786Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T10:25:55.053Z] Removing lxd dnsmasq configuration [2021-04-16T10:25:55.053Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T10:25:55.313Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-16T10:25:55.400Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T10:25:55.400Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T10:25:55.682Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T10:25:55.682Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T10:25:55.966Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T10:25:55.966Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T10:25:55.966Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T10:25:55.966Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T10:25:56.703Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-16T10:25:56.958Z] Installing collected packages: texttable, docopt, PyYAML, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-04-16T10:25:56.958Z] Running setup.py install for texttable: started [2021-04-16T10:25:56.963Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-16T10:25:56.963Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T10:25:58.354Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-16T10:25:58.354Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-16T10:25:58.959Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T10:25:58.959Z] Running setup.py install for docopt: started [2021-04-16T10:25:59.740Z] + sudo snap remove --purge lxd [2021-04-16T10:25:59.740Z] snap "lxd" is not installed [2021-04-16T10:25:59.740Z] + sudo groupadd --force --system lxd [2021-04-16T10:25:59.740Z] ++ whoami [2021-04-16T10:25:59.740Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-16T10:25:59.740Z] + newgrp - lxd [2021-04-16T10:26:00.001Z] + sudo snap install lxd [2021-04-16T10:26:00.951Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T10:26:00.952Z] Running setup.py install for PyYAML: started [2021-04-16T10:26:03.571Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T10:26:03.571Z] Running setup.py install for dockerpty: started [2021-04-16T10:26:04.995Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T10:26:05.267Z] Attempting uninstall: idna [2021-04-16T10:26:05.267Z] Found existing installation: idna 2.9 [2021-04-16T10:26:05.267Z] Uninstalling idna-2.9: [2021-04-16T10:26:05.267Z] Successfully uninstalled idna-2.9 [2021-04-16T10:26:05.861Z] Attempting uninstall: urllib3 [2021-04-16T10:26:05.861Z] Found existing installation: urllib3 1.25.9 [2021-04-16T10:26:05.861Z] Uninstalling urllib3-1.25.9: [2021-04-16T10:26:05.861Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T10:26:06.452Z] Attempting uninstall: requests [2021-04-16T10:26:06.452Z] Found existing installation: requests 2.23.0 [2021-04-16T10:26:06.452Z] Uninstalling requests-2.23.0: [2021-04-16T10:26:06.724Z] Successfully uninstalled requests-2.23.0 [2021-04-16T10:26:08.171Z] 2021-04-16T10:26:05Z INFO Waiting for automatic snapd restart... [2021-04-16T10:26:08.683Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-16T10:26:16.940Z] Removing intermediate container 75e7819b24fd [2021-04-16T10:26:16.940Z] ---> 0599415688eb [2021-04-16T10:26:16.940Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T10:26:16.940Z] ---> Running in bf5bb8c32365 [2021-04-16T10:26:17.213Z] Removing intermediate container bf5bb8c32365 [2021-04-16T10:26:17.213Z] ---> d2dc6bba9f39 [2021-04-16T10:26:17.213Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T10:26:17.486Z] ---> Running in 4e39fd1e1cb6 [2021-04-16T10:26:18.082Z] Removing intermediate container 4e39fd1e1cb6 [2021-04-16T10:26:18.082Z] ---> 29e92168f8b2 [2021-04-16T10:26:18.082Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T10:26:19.055Z] ---> 448539a450f0 [2021-04-16T10:26:19.055Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T10:26:20.030Z] ---> 97cb0f928b2f [2021-04-16T10:26:20.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T10:26:21.002Z] ---> 576ba1cb49bd [2021-04-16T10:26:21.002Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T10:26:21.002Z] ---> Running in f823261886b6 [2021-04-16T10:26:21.274Z] Removing intermediate container f823261886b6 [2021-04-16T10:26:21.274Z] ---> aacab122e2fc [2021-04-16T10:26:21.274Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T10:26:21.545Z] ---> Running in 733f64348876 [2021-04-16T10:26:22.137Z] Removing intermediate container 733f64348876 [2021-04-16T10:26:22.137Z] ---> 7b0c2cdbfe5d [2021-04-16T10:26:22.137Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T10:26:22.137Z] ---> Running in 690ca74a2624 [2021-04-16T10:26:22.727Z] Removing intermediate container 690ca74a2624 [2021-04-16T10:26:22.727Z] ---> bff3f3b76757 [2021-04-16T10:26:22.727Z] Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 [2021-04-16T10:26:22.727Z] ---> Running in 4f44479654c0 [2021-04-16T10:26:23.320Z] Removing intermediate container 4f44479654c0 [2021-04-16T10:26:23.320Z] ---> 18806c83a33d [2021-04-16T10:26:23.320Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T10:26:23.320Z] ---> Running in ef4f4944bcc6 [2021-04-16T10:26:23.910Z] Removing intermediate container ef4f4944bcc6 [2021-04-16T10:26:23.910Z] ---> 8ec3c907e7da [2021-04-16T10:26:23.910Z] [2021-04-16T10:26:24.181Z] Successfully built 8ec3c907e7da [2021-04-16T10:26:24.181Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-16T10:26:24.784Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-16T10:26:24.796Z] $ docker stop --time=1 b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 [2021-04-16T10:26:26.322Z] lxd 4.13 from Canonical* installed [2021-04-16T10:26:26.322Z] + sudo lxd init --auto [2021-04-16T10:26:26.761Z] $ docker rm -f b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T10:26:27.356Z] + docker images [2021-04-16T10:26:27.356Z] + grep docker [2021-04-16T10:26:27.626Z] docker-sys-mgmt-agent-go-arm64 latest 8ec3c907e7da 4 seconds ago 299MB [2021-04-16T10:26:27.626Z] docker-core-data-go-arm64 latest fbabb634077c 39 seconds ago 21.6MB [2021-04-16T10:26:27.626Z] docker-support-notifications-go-arm64 latest 377b0f3ae0c9 51 seconds ago 17.1MB [2021-04-16T10:26:27.626Z] docker-security-bootstrapper-go-arm64 latest 4428566f3cf4 About a minute ago 18.1MB [2021-04-16T10:26:27.626Z] docker-support-scheduler-go-arm64 latest 96ce22b22a1f 4 minutes ago 16.6MB [2021-04-16T10:26:27.626Z] docker-core-metadata-go-arm64 latest 400bb826872e 4 minutes ago 18.1MB [2021-04-16T10:26:27.626Z] docker-core-command-go-arm64 latest 5112d7a69e3f 4 minutes ago 16.5MB [2021-04-16T10:26:27.626Z] docker-security-secretstore-setup-go-arm64 latest 74e049f71d32 4 minutes ago 24.9MB [2021-04-16T10:26:27.626Z] docker-security-proxy-setup-go-arm64 latest e9561f48acd2 4 minutes ago 24.6MB [2021-04-16T10:26:27.626Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:26:28.335Z] ---> job-cost.sh [2021-04-16T10:26:28.335Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZTh2 [2021-04-16T10:26:34.477Z] + sudo snap install --classic snapcraft [2021-04-16T10:26:49.392Z] snapcraft 4.6.2 from Canonical* installed [2021-04-16T10:26:49.392Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-16T10:26:49.392Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-16T10:26:49.392Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T10:26:49.392Z] Dload Upload Total Spent Left Speed [2021-04-16T10:26:49.392Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3993 0 --:--:-- --:--:-- --:--:-- 3993 [2021-04-16T10:26:49.392Z] 100 3325k 100 3325k 0 0 11.1M 0 --:--:-- --:--:-- --:--:-- 11.1M [2021-04-16T10:26:49.392Z] ./yq_linux_amd64 [2021-04-16T10:26:49.392Z] + sudo snapcraft prime --use-lxd [2021-04-16T10:26:49.653Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-16T10:26:49.653Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-16T10:26:49.653Z] - README.md [2021-04-16T10:26:49.653Z] [2021-04-16T10:26:49.653Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-16T10:26:50.595Z] Launching a container. [2021-04-16T10:27:02.836Z] Waiting for container to be ready [2021-04-16T10:27:02.836Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-16T10:27:02.836Z] [2021-04-16T10:27:06.155Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-16T10:27:06.416Z] Waiting for network to be ready... [2021-04-16T10:27:06.988Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-16T10:27:07.251Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-16T10:27:07.251Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-16T10:27:07.251Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-16T10:27:07.251Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-16T10:27:07.251Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-16T10:27:07.252Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-16T10:27:07.252Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-16T10:27:07.252Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-16T10:27:07.252Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-16T10:27:07.268Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T10:27:07.523Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-16T10:27:07.784Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-16T10:27:08.045Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-16T10:27:08.045Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-16T10:27:08.306Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-16T10:27:08.306Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-16T10:27:08.306Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-16T10:27:08.306Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-16T10:27:08.567Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-16T10:27:09.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-16T10:27:09.141Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-16T10:27:09.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-16T10:27:09.141Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-16T10:27:09.141Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-16T10:27:09.141Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-16T10:27:09.141Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-16T10:27:09.141Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-16T10:27:11.713Z] Fetched 24.4 MB in 4s (5653 kB/s) [2021-04-16T10:27:11.976Z] Reading package lists... [2021-04-16T10:27:12.237Z] Reading package lists... [2021-04-16T10:27:12.498Z] Building dependency tree... [2021-04-16T10:27:12.498Z] Reading state information... [2021-04-16T10:27:12.498Z] The following additional packages will be installed: [2021-04-16T10:27:12.498Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-16T10:27:12.498Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-16T10:27:12.498Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-16T10:27:12.498Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-16T10:27:12.498Z] Suggested packages: [2021-04-16T10:27:12.498Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-16T10:27:12.498Z] Recommended packages: [2021-04-16T10:27:12.498Z] gnupg libsasl2-modules [2021-04-16T10:27:12.498Z] The following NEW packages will be installed: [2021-04-16T10:27:12.498Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-16T10:27:12.498Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-16T10:27:12.498Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-16T10:27:12.498Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-16T10:27:12.498Z] The following packages will be upgraded: [2021-04-16T10:27:12.498Z] gpg gpg-agent gpgconf libudev1 [2021-04-16T10:27:12.761Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-16T10:27:12.761Z] Need to get 3529 kB of archives. [2021-04-16T10:27:12.761Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-16T10:27:12.761Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-16T10:27:12.761Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-16T10:27:12.761Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-16T10:27:12.761Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-16T10:27:12.761Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-16T10:27:13.334Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-16T10:27:13.595Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-16T10:27:13.595Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-16T10:27:13.595Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-16T10:27:13.595Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-16T10:27:13.595Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-16T10:27:13.595Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-16T10:27:13.595Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-16T10:27:13.595Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-16T10:27:13.595Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-16T10:27:13.595Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-16T10:27:13.856Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-16T10:27:13.856Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-16T10:27:13.856Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-16T10:27:13.856Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-16T10:27:13.856Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-16T10:27:13.856Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-16T10:27:13.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:27:13.856Z] Fetched 3529 kB in 1s (3043 kB/s) [2021-04-16T10:27:13.856Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-16T10:27:13.856Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-16T10:27:13.856Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T10:27:14.116Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-16T10:27:14.116Z] Selecting previously unselected package udev. [2021-04-16T10:27:14.116Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-16T10:27:14.116Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-16T10:27:14.116Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-16T10:27:14.377Z] Selecting previously unselected package libfuse2:amd64. [2021-04-16T10:27:14.377Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-16T10:27:14.377Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-16T10:27:14.638Z] Selecting previously unselected package fuse. [2021-04-16T10:27:14.638Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-16T10:27:14.638Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-16T10:27:14.638Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T10:27:14.638Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T10:27:14.900Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T10:27:14.900Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T10:27:14.900Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T10:27:14.900Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T10:27:15.162Z] Selecting previously unselected package libksba8:amd64. [2021-04-16T10:27:15.162Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-16T10:27:15.162Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-16T10:27:15.162Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-16T10:27:15.162Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.424Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.424Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-16T10:27:15.424Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.424Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.425Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-16T10:27:15.425Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.425Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.687Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-16T10:27:15.687Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.687Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.687Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-16T10:27:15.687Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.687Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.947Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-16T10:27:15.947Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.947Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.947Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-16T10:27:15.947Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.947Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:15.947Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-16T10:27:15.947Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:15.947Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:16.208Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-16T10:27:16.208Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-16T10:27:16.208Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:16.208Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-16T10:27:16.208Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-16T10:27:16.208Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T10:27:16.208Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-16T10:27:16.208Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-16T10:27:16.469Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T10:27:16.469Z] Selecting previously unselected package libldap-common. [2021-04-16T10:27:16.469Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-16T10:27:16.469Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T10:27:16.469Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-16T10:27:16.469Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-16T10:27:16.469Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T10:27:16.730Z] Selecting previously unselected package dirmngr. [2021-04-16T10:27:16.730Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T10:27:16.730Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-16T10:27:16.730Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T10:27:16.730Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-16T10:27:16.730Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-16T10:27:16.730Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T10:27:16.991Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-16T10:27:16.991Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-16T10:27:16.991Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:16.991Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-16T10:27:16.991Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T10:27:16.991Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-16T10:27:17.564Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-16T10:27:17.564Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.564Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-16T10:27:17.564Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-16T10:27:17.564Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-16T10:27:17.826Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-16T10:27:17.826Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-16T10:27:17.826Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-16T10:27:18.087Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T10:27:18.348Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-16T10:27:18.348Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-16T10:27:18.348Z] This means they are not meant to be enabled using systemctl. [2021-04-16T10:27:18.348Z] Possible reasons for having this kind of units are: [2021-04-16T10:27:18.348Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-16T10:27:18.348Z] .wants/ or .requires/ directory. [2021-04-16T10:27:18.348Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-16T10:27:18.348Z] a requirement dependency on it. [2021-04-16T10:27:18.348Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-16T10:27:18.348Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-16T10:27:18.348Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-16T10:27:18.348Z] instance name specified. [2021-04-16T10:27:18.868Z] Reading package lists... [2021-04-16T10:27:19.129Z] Building dependency tree... [2021-04-16T10:27:19.129Z] Reading state information... [2021-04-16T10:27:19.129Z] The following additional packages will be installed: [2021-04-16T10:27:19.129Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-16T10:27:19.129Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-16T10:27:19.129Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-16T10:27:19.129Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-16T10:27:19.129Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-16T10:27:19.129Z] Suggested packages: [2021-04-16T10:27:19.129Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-16T10:27:19.129Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-16T10:27:19.129Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-16T10:27:19.129Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-16T10:27:19.129Z] systemd-container policykit-1 [2021-04-16T10:27:19.129Z] Recommended packages: [2021-04-16T10:27:19.129Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-16T10:27:19.129Z] The following NEW packages will be installed: [2021-04-16T10:27:19.129Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-16T10:27:19.129Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-16T10:27:19.129Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-16T10:27:19.129Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-16T10:27:19.129Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-16T10:27:19.129Z] The following packages will be upgraded: [2021-04-16T10:27:19.129Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-16T10:27:19.129Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-16T10:27:19.129Z] Need to get 35.2 MB of archives. [2021-04-16T10:27:19.129Z] After this operation, 141 MB of additional disk space will be used. [2021-04-16T10:27:19.129Z] 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-04-16T10:27:19.394Z] 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-04-16T10:27:19.394Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-16T10:27:19.394Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-16T10:27:19.394Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-16T10:27:19.394Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-16T10:27:19.394Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-16T10:27:19.394Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-16T10:27:19.394Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-16T10:27:19.394Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-16T10:27:19.394Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-16T10:27:19.394Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-16T10:27:19.394Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-16T10:27:19.394Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-16T10:27:19.394Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-16T10:27:19.654Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-16T10:27:19.654Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-16T10:27:20.225Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-16T10:27:20.225Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-16T10:27:20.225Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-16T10:27:20.495Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-16T10:27:20.496Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-16T10:27:20.496Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-16T10:27:20.496Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-16T10:27:20.496Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-16T10:27:20.496Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-16T10:27:20.496Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-16T10:27:20.496Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-16T10:27:20.496Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-16T10:27:20.496Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-16T10:27:20.496Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:27:20.758Z] Fetched 35.2 MB in 1s (27.3 MB/s) [2021-04-16T10:27:20.758Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T10:27:20.758Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-16T10:27:20.758Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T10:27:21.330Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-16T10:27:21.330Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T10:27:21.590Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-16T10:27:21.590Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T10:27:21.590Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-16T10:27:21.590Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-16T10:27:21.851Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-16T10:27:21.851Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-16T10:27:21.851Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-16T10:27:21.851Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-16T10:27:22.424Z] Setting up apt (1.6.13) ... [2021-04-16T10:27:22.424Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-16T10:27:22.685Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-16T10:27:22.685Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-16T10:27:22.685Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-16T10:27:22.685Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-16T10:27:22.946Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-16T10:27:22.946Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T10:27:22.946Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:23.206Z] Selecting previously unselected package libexpat1:amd64. [2021-04-16T10:27:23.206Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-16T10:27:23.206Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-16T10:27:23.206Z] Selecting previously unselected package python3.6-minimal. [2021-04-16T10:27:23.206Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T10:27:23.206Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:25.122Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-16T10:27:25.696Z] Checking for services that may need to be restarted...done. [2021-04-16T10:27:25.696Z] Checking for services that may need to be restarted...done. [2021-04-16T10:27:25.696Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:25.696Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-16T10:27:25.696Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:26.270Z] Selecting previously unselected package python3-minimal. [2021-04-16T10:27:26.270Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-16T10:27:26.270Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-16T10:27:26.270Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-16T10:27:26.270Z] Selecting previously unselected package mime-support. [2021-04-16T10:27:26.270Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-16T10:27:26.270Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-16T10:27:26.533Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-16T10:27:26.533Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-16T10:27:26.533Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-16T10:27:26.533Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-16T10:27:26.533Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T10:27:26.533Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:26.795Z] Selecting previously unselected package python3.6. [2021-04-16T10:27:26.795Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-16T10:27:26.795Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:27.057Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-16T10:27:27.057Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-16T10:27:27.057Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-16T10:27:27.057Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-16T10:27:27.319Z] Selecting previously unselected package python3. [2021-04-16T10:27:27.319Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-16T10:27:27.319Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-16T10:27:27.319Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-16T10:27:27.319Z] Selecting previously unselected package multiarch-support. [2021-04-16T10:27:27.319Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:27.319Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-16T10:27:27.582Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-16T10:27:27.582Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-16T10:27:27.582Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-16T10:27:27.582Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-16T10:27:27.582Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-16T10:27:27.582Z] Selecting previously unselected package libbsd0:amd64. [2021-04-16T10:27:27.582Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-16T10:27:27.845Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-16T10:27:27.845Z] Selecting previously unselected package sudo. [2021-04-16T10:27:27.845Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:27.845Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-16T10:27:28.108Z] Selecting previously unselected package apparmor. [2021-04-16T10:27:28.108Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-16T10:27:28.108Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-16T10:27:28.108Z] Selecting previously unselected package libedit2:amd64. [2021-04-16T10:27:28.108Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-16T10:27:28.108Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-16T10:27:28.370Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-16T10:27:28.370Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T10:27:28.370Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:28.370Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-16T10:27:28.370Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T10:27:28.370Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:28.632Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-16T10:27:28.632Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-16T10:27:28.632Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-16T10:27:28.632Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-16T10:27:28.632Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T10:27:28.632Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:28.894Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-16T10:27:28.894Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-16T10:27:28.894Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:28.894Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-16T10:27:28.894Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-16T10:27:28.894Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-16T10:27:29.154Z] Selecting previously unselected package openssh-client. [2021-04-16T10:27:29.154Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-16T10:27:29.154Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-16T10:27:29.415Z] Selecting previously unselected package squashfs-tools. [2021-04-16T10:27:29.415Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-16T10:27:29.415Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-16T10:27:29.677Z] Selecting previously unselected package snapd. [2021-04-16T10:27:29.677Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-16T10:27:29.677Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-16T10:27:31.601Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-16T10:27:31.601Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-16T10:27:31.601Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-16T10:27:31.864Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-16T10:27:31.865Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-16T10:27:31.865Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:31.865Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T10:27:31.865Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-16T10:27:31.865Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-16T10:27:32.811Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-16T10:27:32.811Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-16T10:27:32.811Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-16T10:27:32.811Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:32.811Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:32.811Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-16T10:27:33.383Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-16T10:27:33.383Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:33.383Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-16T10:27:33.383Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-16T10:27:33.383Z] running python rtupdate hooks for python3.6... [2021-04-16T10:27:33.383Z] running python post-rtupdate hooks for python3.6... [2021-04-16T10:27:33.644Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-16T10:27:35.033Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-16T10:27:35.033Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-16T10:27:35.033Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-16T10:27:35.295Z] Setting up snapd (2.48.3+18.04) ... [2021-04-16T10:27:35.556Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-16T10:27:35.817Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-16T10:27:35.817Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-16T10:27:36.079Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-16T10:27:36.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-16T10:27:36.341Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-16T10:27:36.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-16T10:27:36.603Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-16T10:27:36.865Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-16T10:27:36.865Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-16T10:27:37.127Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-16T10:27:37.127Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-16T10:27:37.127Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-16T10:27:38.070Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-16T10:27:38.070Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T10:27:38.333Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T10:27:39.537Z] Reading package lists... [2021-04-16T10:27:39.798Z] Reading package lists... [2021-04-16T10:27:39.798Z] Building dependency tree... [2021-04-16T10:27:39.798Z] Reading state information... [2021-04-16T10:27:40.060Z] Calculating upgrade... [2021-04-16T10:27:40.321Z] The following packages will be upgraded: [2021-04-16T10:27:40.321Z] advancecomp base-files bash binutils binutils-common [2021-04-16T10:27:40.321Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-16T10:27:40.321Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-16T10:27:40.321Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-16T10:27:40.321Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-16T10:27:40.321Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-16T10:27:40.321Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-16T10:27:40.321Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-16T10:27:40.321Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-16T10:27:40.321Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-16T10:27:40.321Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-16T10:27:40.321Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-16T10:27:40.321Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-16T10:27:40.321Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-16T10:27:40.321Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-16T10:27:40.321Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T10:27:40.321Z] Need to get 64.0 MB of archives. [2021-04-16T10:27:40.321Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-16T10:27:40.321Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-16T10:27:40.321Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-16T10:27:41.265Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-16T10:27:41.265Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-16T10:27:41.265Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-16T10:27:41.265Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-16T10:27:41.265Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-16T10:27:41.265Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-16T10:27:41.265Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-16T10:27:41.265Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-16T10:27:41.265Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-16T10:27:41.265Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-16T10:27:41.265Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-16T10:27:41.265Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-16T10:27:41.265Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-16T10:27:41.265Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-16T10:27:41.265Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-16T10:27:41.528Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-16T10:27:41.528Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-16T10:27:41.529Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-16T10:27:41.529Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-16T10:27:41.529Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-16T10:27:41.529Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-16T10:27:41.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-16T10:27:41.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-16T10:27:41.788Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-16T10:27:41.788Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-16T10:27:41.788Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-16T10:27:41.788Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-16T10:27:41.788Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-16T10:27:41.788Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-16T10:27:41.788Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-16T10:27:41.788Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-16T10:27:41.788Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-16T10:27:41.788Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-16T10:27:41.788Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-16T10:27:41.788Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-16T10:27:41.788Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-16T10:27:41.788Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-16T10:27:41.788Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-16T10:27:41.788Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-16T10:27:41.788Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-16T10:27:41.788Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-16T10:27:41.788Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-16T10:27:41.788Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-16T10:27:41.788Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-16T10:27:41.788Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-16T10:27:41.788Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-16T10:27:41.788Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-16T10:27:41.789Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-16T10:27:42.054Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-16T10:27:42.054Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-16T10:27:42.054Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-16T10:27:42.054Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-16T10:27:42.054Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-16T10:27:42.054Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-16T10:27:42.054Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-16T10:27:42.054Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-16T10:27:42.054Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-16T10:27:42.054Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-16T10:27:42.054Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-16T10:27:42.054Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-16T10:27:42.054Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-16T10:27:42.054Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-16T10:27:42.054Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-16T10:27:42.054Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-16T10:27:42.054Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-16T10:27:42.054Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-16T10:27:42.054Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-16T10:27:42.054Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-16T10:27:42.054Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-16T10:27:42.054Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-16T10:27:42.054Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-16T10:27:42.054Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-16T10:27:42.054Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-16T10:27:42.054Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-16T10:27:42.054Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-16T10:27:42.054Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-16T10:27:42.054Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-16T10:27:42.315Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-16T10:27:42.315Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-16T10:27:42.315Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-16T10:27:42.315Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-16T10:27:42.315Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-16T10:27:42.315Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-16T10:27:42.315Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-16T10:27:42.315Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-16T10:27:42.315Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-16T10:27:42.315Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-16T10:27:42.315Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-16T10:27:42.576Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-16T10:27:42.576Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-16T10:27:43.147Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-16T10:27:43.409Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-16T10:27:43.409Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-16T10:27:43.669Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-16T10:27:43.930Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-16T10:27:43.930Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-16T10:27:43.930Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-16T10:27:43.930Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-16T10:27:43.930Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-16T10:27:43.930Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:27:43.930Z] Fetched 64.0 MB in 4s (17.7 MB/s) [2021-04-16T10:27:43.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:43.930Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:44.191Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T10:27:44.764Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:44.764Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T10:27:44.764Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-16T10:27:44.764Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-16T10:27:45.709Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:45.709Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:45.709Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:45.709Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:45.971Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:45.971Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:45.971Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:45.971Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:46.231Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:46.231Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:46.231Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:46.231Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:46.492Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:46.492Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:46.492Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:27:46.753Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T10:27:46.753Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:46.753Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-16T10:27:46.753Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:27:46.753Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T10:27:46.753Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:46.753Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:47.015Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:47.015Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:47.015Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-16T10:27:47.279Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-16T10:27:47.279Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:27:47.541Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T10:27:47.541Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:47.802Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T10:27:48.063Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-16T10:27:48.324Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-16T10:27:48.324Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-16T10:27:48.324Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-16T10:27:48.324Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-16T10:27:48.324Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-16T10:27:48.586Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-16T10:27:48.847Z] Installing new version of config file /etc/issue ... [2021-04-16T10:27:48.847Z] Installing new version of config file /etc/issue.net ... [2021-04-16T10:27:48.847Z] Installing new version of config file /etc/lsb-release ... [2021-04-16T10:27:48.847Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-16T10:27:49.110Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-16T10:27:49.110Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-16T10:27:49.110Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-16T10:27:49.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:49.376Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-16T10:27:49.376Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-16T10:27:49.376Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-16T10:27:49.637Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-16T10:27:49.637Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:49.638Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:49.638Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:49.898Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:49.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:49.898Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-16T10:27:49.898Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-16T10:27:50.160Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-16T10:27:50.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:50.160Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-16T10:27:50.160Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T10:27:50.421Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-16T10:27:50.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:50.683Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T10:27:50.683Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T10:27:50.683Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T10:27:50.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:50.945Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T10:27:50.945Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T10:27:50.945Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-16T10:27:51.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:51.206Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-16T10:27:51.206Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-16T10:27:51.206Z] Setting up grep (3.1-2build1) ... [2021-04-16T10:27:51.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:51.488Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-16T10:27:51.488Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-16T10:27:51.753Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-16T10:27:51.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:51.753Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T10:27:51.753Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T10:27:52.013Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-16T10:27:52.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:52.013Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T10:27:52.013Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T10:27:52.586Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T10:27:52.586Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T10:27:52.849Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-16T10:27:52.849Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T10:27:53.424Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-16T10:27:53.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:53.424Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-16T10:27:53.424Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-16T10:27:54.816Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-16T10:27:54.816Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-16T10:27:54.816Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-16T10:27:54.816Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-16T10:27:54.816Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-16T10:27:55.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:55.079Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-16T10:27:55.079Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-16T10:27:55.341Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-16T10:27:55.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:55.341Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:55.602Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:55.602Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:55.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:55.863Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:55.863Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:55.863Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:55.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:55.863Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:55.863Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:56.125Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:56.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:56.125Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:56.125Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:56.386Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:56.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:56.648Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T10:27:56.648Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T10:27:56.648Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T10:27:56.911Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T10:27:56.911Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T10:27:56.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:56.911Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-16T10:27:57.173Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T10:27:57.173Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T10:27:57.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:57.173Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:57.173Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:57.434Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:57.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:57.434Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:57.434Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:57.699Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:57.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:57.699Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:27:57.699Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:27:58.272Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:27:58.533Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-16T10:27:58.792Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-16T10:27:58.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:58.792Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-16T10:27:58.792Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-16T10:27:59.054Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T10:27:59.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-16T10:27:59.316Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-16T10:27:59.316Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-16T10:27:59.316Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-16T10:27:59.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:27:59.577Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-16T10:27:59.577Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-16T10:27:59.577Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-16T10:27:59.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:27:59.839Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-16T10:27:59.839Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-16T10:28:00.100Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-16T10:28:00.100Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:00.100Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-16T10:28:00.100Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-16T10:28:00.361Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-16T10:28:00.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:00.361Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T10:28:00.361Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T10:28:00.622Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T10:28:00.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:00.622Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T10:28:00.622Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T10:28:00.622Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T10:28:00.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:00.884Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-16T10:28:00.884Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T10:28:01.177Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T10:28:01.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:01.177Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-16T10:28:01.177Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-16T10:28:01.529Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-16T10:28:01.529Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-16T10:28:01.529Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T10:28:01.529Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T10:28:01.529Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T10:28:01.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:01.922Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-16T10:28:01.922Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-16T10:28:01.922Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-16T10:28:01.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:01.922Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-16T10:28:01.922Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-16T10:28:02.296Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-16T10:28:02.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:02.296Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-16T10:28:02.296Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-16T10:28:02.599Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-16T10:28:02.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:02.599Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-16T10:28:02.599Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-16T10:28:02.599Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-16T10:28:02.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:02.908Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-16T10:28:02.908Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-16T10:28:03.195Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-16T10:28:03.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:03.457Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-16T10:28:03.457Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-16T10:28:03.457Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-16T10:28:03.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:03.457Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-16T10:28:03.718Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-16T10:28:03.718Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-16T10:28:03.718Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:03.718Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-16T10:28:03.718Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-16T10:28:03.981Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-16T10:28:03.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:03.981Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-16T10:28:03.981Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-16T10:28:04.244Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-16T10:28:04.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:04.244Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-16T10:28:04.244Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-16T10:28:04.506Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-16T10:28:04.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:04.506Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-16T10:28:04.506Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-16T10:28:04.506Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-16T10:28:04.768Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:04.768Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-16T10:28:04.768Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-16T10:28:05.029Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-16T10:28:05.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:05.029Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-16T10:28:05.029Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-16T10:28:05.291Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-16T10:28:05.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-16T10:28:05.291Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-16T10:28:05.291Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-16T10:28:05.553Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-16T10:28:05.553Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-16T10:28:05.553Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-16T10:28:05.553Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-16T10:28:05.553Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-16T10:28:05.815Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-16T10:28:05.815Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-16T10:28:05.815Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-16T10:28:06.077Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-16T10:28:06.077Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-16T10:28:06.338Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-16T10:28:06.338Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-16T10:28:06.338Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-16T10:28:06.599Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-16T10:28:06.599Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-16T10:28:06.599Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-16T10:28:07.187Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-16T10:28:07.187Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-16T10:28:07.187Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-16T10:28:07.450Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-16T10:28:07.450Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-16T10:28:07.450Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-16T10:28:07.711Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-16T10:28:07.711Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-16T10:28:07.711Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-16T10:28:07.972Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-16T10:28:08.912Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-16T10:28:08.912Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-16T10:28:08.912Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-16T10:28:08.912Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-16T10:28:08.912Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T10:28:09.173Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T10:28:09.442Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T10:28:09.442Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T10:28:09.442Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T10:28:09.442Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T10:28:09.703Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-16T10:28:09.703Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-16T10:28:09.703Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:09.703Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:09.964Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:09.964Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:09.964Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:10.225Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:10.225Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:10.225Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:11.174Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:11.174Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:12.119Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:12.380Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:12.951Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:12.951Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:13.523Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:13.523Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:14.465Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-16T10:28:14.465Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-16T10:28:14.465Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T10:28:14.465Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T10:28:14.465Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-16T10:28:14.465Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T10:28:14.727Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-16T10:28:14.727Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-16T10:28:14.987Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-16T10:28:14.987Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-16T10:28:14.987Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T10:28:14.987Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T10:28:15.248Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-16T10:28:15.248Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-16T10:28:15.248Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-16T10:28:15.508Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-16T10:28:15.508Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:15.508Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-16T10:28:15.508Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:15.508Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:15.772Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:15.772Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-16T10:28:15.772Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-16T10:28:15.772Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-16T10:28:15.772Z] [2021-04-16T10:28:15.772Z] Current default time zone: 'Etc/UTC' [2021-04-16T10:28:15.772Z] Local time is now: Fri Apr 16 10:28:15 UTC 2021. [2021-04-16T10:28:15.772Z] Universal Time is now: Fri Apr 16 10:28:15 UTC 2021. [2021-04-16T10:28:15.772Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-16T10:28:15.772Z] [2021-04-16T10:28:16.032Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-16T10:28:16.032Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:16.032Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-16T10:28:16.032Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-16T10:28:16.032Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-16T10:28:16.032Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-16T10:28:16.032Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-16T10:28:16.032Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-16T10:28:16.292Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-16T10:28:16.292Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-16T10:28:16.292Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:16.292Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-16T10:28:16.553Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:16.553Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-16T10:28:16.553Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:16.553Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-16T10:28:16.553Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-16T10:28:16.553Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-16T10:28:16.553Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-16T10:28:16.553Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-16T10:28:16.553Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-16T10:28:16.553Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-16T10:28:16.553Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-16T10:28:18.468Z] Updating certificates in /etc/ssl/certs... [2021-04-16T10:28:19.414Z] 23 added, 27 removed; done. [2021-04-16T10:28:19.414Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-16T10:28:19.675Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-16T10:28:19.675Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-16T10:28:19.675Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-16T10:28:19.675Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-16T10:28:19.675Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-16T10:28:19.937Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:19.937Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-16T10:28:20.198Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-16T10:28:20.198Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-16T10:28:20.198Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-16T10:28:20.198Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-16T10:28:20.198Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:20.198Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-16T10:28:20.198Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-16T10:28:20.198Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-16T10:28:20.458Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-16T10:28:20.458Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T10:28:20.458Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-16T10:28:20.458Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-16T10:28:20.458Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-16T10:28:20.458Z] Updating certificates in /etc/ssl/certs... [2021-04-16T10:28:21.399Z] 0 added, 0 removed; done. [2021-04-16T10:28:21.399Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-16T10:28:21.399Z] done. [2021-04-16T10:28:21.658Z] Reading package lists... [2021-04-16T10:28:21.658Z] Building dependency tree... [2021-04-16T10:28:21.658Z] Reading state information... [2021-04-16T10:28:21.919Z] The following NEW packages will be installed: [2021-04-16T10:28:21.919Z] apt-transport-https [2021-04-16T10:28:22.180Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T10:28:22.180Z] Need to get 1692 B of archives. [2021-04-16T10:28:22.180Z] After this operation, 154 kB of additional disk space will be used. [2021-04-16T10:28:22.180Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-16T10:28:22.180Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:28:22.180Z] Fetched 1692 B in 0s (8552 B/s) [2021-04-16T10:28:22.180Z] Selecting previously unselected package apt-transport-https. [2021-04-16T10:28:22.180Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-16T10:28:22.180Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-16T10:28:22.180Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-16T10:28:22.440Z] Setting up apt-transport-https (1.6.13) ... [2021-04-16T10:28:22.701Z] Waiting for network to be ready... [2021-04-16T10:28:29.292Z] 2021-04-16T10:28:25Z INFO Waiting for automatic snapd restart... [2021-04-16T10:28:29.292Z] snapd 2.49.2 from Canonical* installed [2021-04-16T10:28:29.864Z] "snapd" switched to the "latest/stable" channel [2021-04-16T10:28:29.864Z] [2021-04-16T10:28:32.420Z] core18 20210309 from Canonical* installed [2021-04-16T10:28:32.681Z] "core18" switched to the "latest/stable" channel [2021-04-16T10:28:32.681Z] [2021-04-16T10:28:35.984Z] snapcraft 4.6.2 from Canonical* installed [2021-04-16T10:28:36.244Z] "snapcraft" switched to the "latest/stable" channel [2021-04-16T10:28:36.244Z] [2021-04-16T10:28:40.453Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-16T10:28:40.453Z] - README.md [2021-04-16T10:28:40.453Z] [2021-04-16T10:28:40.453Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-16T10:28:43.981Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZTh2/bin to PATH [2021-04-16T10:28:43.982Z] INFO: No Stack... [2021-04-16T10:28:43.982Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T10:28:43.982Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T10:28:44.320Z] + cat /w/workspace/edgex-go/14/archives/cost.csv [2021-04-16T10:28:44.320Z] + cut -d, -f6 [Pipeline] lock [2021-04-16T10:28:44.438Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] [2021-04-16T10:28:44.445Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] did not exist. Created. [2021-04-16T10:28:44.445Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T10:28:44.802Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T10:28:45.065Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T10:28:45.077Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-16T10:28:47.042Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T10:28:47.042Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T10:28:47.042Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-16T10:28:47.042Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T10:28:48.247Z] Reading package lists... [2021-04-16T10:28:48.508Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-16T10:28:55.095Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T10:28:55.095Z] Reading package lists... [2021-04-16T10:28:55.095Z] Building dependency tree... [2021-04-16T10:28:55.095Z] Reading state information... [2021-04-16T10:28:55.095Z] Suggested packages: [2021-04-16T10:28:55.095Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-16T10:28:55.095Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-16T10:28:55.095Z] Recommended packages: [2021-04-16T10:28:55.095Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-16T10:28:55.095Z] The following NEW packages will be installed: [2021-04-16T10:28:55.095Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-16T10:28:55.095Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-16T10:28:55.095Z] pkg-config zip [2021-04-16T10:28:55.095Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-16T10:28:55.095Z] Need to get 7663 kB of archives. [2021-04-16T10:28:55.095Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-16T10:28:55.095Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-16T10:28:55.095Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-16T10:28:55.095Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-16T10:28:55.095Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-16T10:28:55.095Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-16T10:28:55.095Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-16T10:28:55.095Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-16T10:28:55.355Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-16T10:28:55.355Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-16T10:28:55.355Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-16T10:28:55.616Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-16T10:28:55.616Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-16T10:28:55.616Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-16T10:28:55.616Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-16T10:28:55.616Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-16T10:28:55.877Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-16T10:28:55.877Z] Fetched 7663 kB in 1s (10.1 MB/s) [2021-04-16T10:28:55.877Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-16T10:28:55.877Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-16T10:28:55.877Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-16T10:28:55.877Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-16T10:28:56.137Z] Selecting previously unselected package libpsl5:amd64. [2021-04-16T10:28:56.137Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-16T10:28:56.137Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-16T10:28:56.137Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-16T10:28:56.137Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-16T10:28:56.137Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-16T10:28:56.399Z] Selecting previously unselected package librtmp1:amd64. [2021-04-16T10:28:56.399Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-16T10:28:56.399Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-16T10:28:56.399Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-16T10:28:56.399Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-16T10:28:56.399Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-16T10:28:56.659Z] Selecting previously unselected package liberror-perl. [2021-04-16T10:28:56.659Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-16T10:28:56.659Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-16T10:28:56.659Z] Selecting previously unselected package git-man. [2021-04-16T10:28:56.659Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-16T10:28:56.659Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-16T10:28:56.921Z] Selecting previously unselected package git. [2021-04-16T10:28:56.921Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-16T10:28:56.921Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-16T10:28:57.493Z] Selecting previously unselected package libnorm1:amd64. [2021-04-16T10:28:57.493Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-16T10:28:57.493Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-16T10:28:57.753Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-16T10:28:57.753Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-16T10:28:57.753Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-16T10:28:57.753Z] Selecting previously unselected package libsodium23:amd64. [2021-04-16T10:28:57.753Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-16T10:28:57.753Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-16T10:28:58.013Z] Selecting previously unselected package libzmq5:amd64. [2021-04-16T10:28:58.013Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-16T10:28:58.013Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T10:28:58.013Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-16T10:28:58.013Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-16T10:28:58.013Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T10:28:58.273Z] Selecting previously unselected package pkg-config. [2021-04-16T10:28:58.273Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-16T10:28:58.273Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-16T10:28:58.273Z] Selecting previously unselected package zip. [2021-04-16T10:28:58.273Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-16T10:28:58.273Z] Unpacking zip (3.0-11build1) ... [2021-04-16T10:28:58.534Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-16T10:28:58.534Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-16T10:28:58.534Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-16T10:28:58.534Z] Setting up liberror-perl (0.17025-1) ... [2021-04-16T10:28:58.534Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-16T10:28:58.795Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-16T10:28:58.795Z] No schema files found: doing nothing. [2021-04-16T10:28:58.795Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-16T10:28:58.795Z] Setting up zip (3.0-11build1) ... [2021-04-16T10:28:58.795Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-16T10:28:58.795Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-16T10:28:58.795Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-16T10:28:58.795Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T10:28:59.056Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-16T10:28:59.056Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-16T10:28:59.056Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-16T10:28:59.056Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-16T10:29:05.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T10:29:05.652Z] git set to automatically installed. [2021-04-16T10:29:05.652Z] git-man set to automatically installed. [2021-04-16T10:29:05.652Z] libcurl3-gnutls set to automatically installed. [2021-04-16T10:29:05.652Z] liberror-perl set to automatically installed. [2021-04-16T10:29:05.652Z] libglib2.0-0 set to automatically installed. [2021-04-16T10:29:05.652Z] libnghttp2-14 set to automatically installed. [2021-04-16T10:29:05.652Z] libnorm1 set to automatically installed. [2021-04-16T10:29:05.652Z] libpgm-5.2-0 set to automatically installed. [2021-04-16T10:29:05.652Z] libpsl5 set to automatically installed. [2021-04-16T10:29:05.652Z] librtmp1 set to automatically installed. [2021-04-16T10:29:05.652Z] libsodium23 set to automatically installed. [2021-04-16T10:29:05.652Z] libzmq3-dev set to automatically installed. [2021-04-16T10:29:05.652Z] libzmq5 set to automatically installed. [2021-04-16T10:29:05.652Z] pkg-config set to automatically installed. [2021-04-16T10:29:05.652Z] zip set to automatically installed. [2021-04-16T10:29:08.406Z] snapd is not logged in, snap install commands will use sudo [2021-04-16T10:29:15.006Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T10:29:15.948Z] snap "core18" has no updates available [2021-04-16T10:29:17.332Z] snapd is not logged in, snap install commands will use sudo [2021-04-16T10:29:23.918Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-16T10:29:36.161Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-16T10:29:36.161Z] Pulling go-build-helper [2021-04-16T10:29:36.161Z] + snapcraftctl pull [2021-04-16T10:29:36.161Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-16T10:29:36.161Z] Skipping pull go-build-helper (already ran) [2021-04-16T10:29:36.161Z] Building go-build-helper [2021-04-16T10:29:36.161Z] + snapcraftctl build [2021-04-16T10:29:38.075Z] Staging go-build-helper [2021-04-16T10:29:38.076Z] + snapcraftctl stage [2021-04-16T10:29:50.314Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-16T10:29:50.314Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-16T10:29:50.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-16T10:29:50.314Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-16T10:29:50.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-16T10:29:50.314Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-16T10:29:50.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-16T10:29:50.314Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-16T10:29:50.314Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-16T10:29:50.314Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-16T10:29:50.314Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-16T10:29:50.314Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-16T10:29:50.314Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-16T10:29:50.314Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-16T10:29:50.314Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-16T10:29:50.314Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-16T10:29:50.314Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-16T10:29:50.314Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-16T10:29:50.314Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-16T10:29:50.314Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-16T10:29:50.314Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-16T10:29:50.314Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-16T10:29:50.314Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-16T10:29:50.314Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-16T10:29:50.314Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-16T10:29:50.314Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-16T10:29:50.314Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-16T10:29:50.314Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-16T10:29:50.314Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-16T10:29:50.314Z] Fetched 224 kB in 0s (0 B/s) [2021-04-16T10:29:50.314Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-16T10:29:50.314Z] Fetched 157 kB in 0s (0 B/s) [2021-04-16T10:29:50.314Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-16T10:29:50.314Z] Fetched 221 kB in 0s (0 B/s) [2021-04-16T10:29:50.314Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-16T10:29:50.314Z] Fetched 143 kB in 0s (0 B/s) [2021-04-16T10:29:50.314Z] Pulling app-service-config [2021-04-16T10:29:50.314Z] + snapcraftctl pull [2021-04-16T10:29:50.314Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-16T10:29:50.314Z] Pulling config-common [2021-04-16T10:29:50.314Z] + snapcraftctl pull [2021-04-16T10:29:54.520Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-16T10:29:54.520Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T10:29:54.520Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T10:29:54.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:29:54.520Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-16T10:29:54.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:29:54.520Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-16T10:29:54.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:29:54.520Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-16T10:29:54.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:29:54.520Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-16T10:29:54.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:29:54.520Z] Pulling edgex-go [2021-04-16T10:29:54.520Z] + snapcraftctl pull [2021-04-16T10:30:21.124Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-16T10:30:21.124Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-16T10:30:21.124Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-16T10:30:21.124Z] Fetched 0 B in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-16T10:30:21.124Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-16T10:30:21.124Z] Fetched 279 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-16T10:30:21.124Z] Fetched 122 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-16T10:30:21.124Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-16T10:30:21.124Z] Fetched 8848 B in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-16T10:30:21.124Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-16T10:30:21.124Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-16T10:30:21.124Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-16T10:30:21.124Z] Fetched 219 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-16T10:30:21.124Z] Fetched 154 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-16T10:30:21.124Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-16T10:30:21.124Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-16T10:30:21.124Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-16T10:30:21.124Z] Fetched 499 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-16T10:30:21.124Z] Fetched 111 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-16T10:30:21.124Z] Fetched 240 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-16T10:30:21.124Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-16T10:30:21.124Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-16T10:30:21.124Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-16T10:30:21.124Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-16T10:30:21.124Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-16T10:30:21.124Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-16T10:30:21.124Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-16T10:30:21.124Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-16T10:30:21.124Z] Fetched 8720 B in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-16T10:30:21.124Z] Fetched 137 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-16T10:30:21.124Z] Fetched 119 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-16T10:30:21.124Z] Fetched 110 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-16T10:30:21.124Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-16T10:30:21.124Z] Fetched 645 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-16T10:30:21.124Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-16T10:30:21.124Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-16T10:30:21.124Z] Fetched 368 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-16T10:30:21.124Z] Fetched 187 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-16T10:30:21.124Z] Fetched 175 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-16T10:30:21.124Z] Fetched 206 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-16T10:30:21.124Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-16T10:30:21.124Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-16T10:30:21.124Z] Fetched 159 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-16T10:30:21.124Z] Fetched 107 kB in 0s (0 B/s) [2021-04-16T10:30:21.124Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-16T10:30:21.125Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-16T10:30:21.125Z] Pulling static-packages [2021-04-16T10:30:21.125Z] + snapcraftctl pull [2021-04-16T10:30:21.125Z] Pulling version [2021-04-16T10:30:21.125Z] + cd /root/project [2021-04-16T10:30:21.125Z] + [ -f VERSION ] [2021-04-16T10:30:21.125Z] + PROJECT_VERSION=local-dev [2021-04-16T10:30:21.125Z] + git rev-parse --short HEAD [2021-04-16T10:30:21.125Z] + GIT_REVISION=d996b26d [2021-04-16T10:30:21.125Z] + snapcraftctl set-version local-dev [2021-04-16T10:30:21.125Z] Skipping build go-build-helper (already ran) [2021-04-16T10:30:21.125Z] Building app-service-config [2021-04-16T10:30:21.125Z] + make build [2021-04-16T10:30:21.125Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-16T10:30:22.066Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-16T10:30:22.066Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-16T10:30:22.066Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-16T10:30:22.066Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-16T10:30:22.327Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-16T10:30:22.327Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-16T10:30:22.327Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-16T10:30:22.327Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-16T10:30:22.327Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-16T10:30:22.587Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-16T10:30:22.587Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-16T10:30:22.587Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-16T10:30:22.587Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-16T10:30:22.587Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-16T10:30:22.847Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-16T10:30:22.847Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-16T10:30:22.847Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-16T10:30:23.109Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-16T10:30:23.109Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-16T10:30:23.109Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-16T10:30:23.109Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-16T10:30:23.109Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-16T10:30:23.370Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-16T10:30:23.370Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-16T10:30:23.370Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-16T10:30:23.370Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-16T10:30:23.370Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-16T10:30:23.370Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-16T10:30:23.370Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-16T10:30:23.632Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-16T10:30:23.632Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-16T10:30:23.632Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-16T10:30:23.632Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-16T10:30:23.632Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-16T10:30:23.632Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-16T10:30:23.632Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-16T10:30:23.632Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-16T10:30:23.632Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-16T10:30:23.892Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-16T10:30:23.892Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-16T10:30:23.892Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-16T10:30:23.892Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-16T10:30:23.892Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-16T10:30:23.892Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-16T10:30:23.892Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-16T10:30:33.892Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-16T10:30:33.893Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-16T10:30:33.893Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-16T10:30:33.893Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-16T10:30:34.462Z] Building config-common [2021-04-16T10:30:34.462Z] + snapcraftctl build [2021-04-16T10:30:37.008Z] Building edgex-go [2021-04-16T10:30:37.008Z] + cd /root/parts/edgex-go/src [2021-04-16T10:30:37.008Z] + make build [2021-04-16T10:30:37.008Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-16T10:30:37.588Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-16T10:30:37.588Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.70 [2021-04-16T10:30:37.588Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-16T10:30:37.588Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-16T10:30:37.588Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-16T10:30:37.588Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-16T10:30:37.588Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-16T10:30:37.588Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-16T10:30:37.588Z] go: downloading golang.org/x/text v0.3.2 [2021-04-16T10:30:42.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-16T10:30:42.880Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-16T10:30:48.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-16T10:30:49.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-16T10:30:51.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-16T10:30:52.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-16T10:30:52.026Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-16T10:30:52.286Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-16T10:30:52.286Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-16T10:30:52.286Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-16T10:30:54.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-16T10:30:54.202Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-16T10:30:54.202Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-16T10:30:56.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-16T10:30:57.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-16T10:30:58.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-16T10:31:00.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-16T10:31:00.270Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-16T10:31:01.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-16T10:31:01.658Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-16T10:31:04.209Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-16T10:31:04.209Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-16T10:31:04.209Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-16T10:31:04.209Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-16T10:31:04.209Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-16T10:31:04.209Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-16T10:31:04.209Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-16T10:31:04.209Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-16T10:31:07.509Z] Building static-packages [2021-04-16T10:31:07.509Z] + snapcraftctl build [2021-04-16T10:31:09.431Z] Building version [2021-04-16T10:31:09.431Z] + snapcraftctl build [2021-04-16T10:31:11.351Z] Skipping stage go-build-helper (already ran) [2021-04-16T10:31:11.351Z] Staging app-service-config [2021-04-16T10:31:11.351Z] + snapcraftctl stage [2021-04-16T10:31:12.295Z] Staging config-common [2021-04-16T10:31:12.295Z] + snapcraftctl stage [2021-04-16T10:31:13.238Z] Staging edgex-go [2021-04-16T10:31:13.238Z] + snapcraftctl stage [2021-04-16T10:31:14.182Z] Staging static-packages [2021-04-16T10:31:14.182Z] + snapcraftctl stage [2021-04-16T10:31:15.213Z] Staging version [2021-04-16T10:31:15.213Z] + snapcraftctl stage [2021-04-16T10:31:16.325Z] Priming go-build-helper [2021-04-16T10:31:16.325Z] + snapcraftctl prime [2021-04-16T10:31:17.711Z] Priming app-service-config [2021-04-16T10:31:17.711Z] + snapcraftctl prime [2021-04-16T10:31:18.653Z] Priming config-common [2021-04-16T10:31:18.653Z] + snapcraftctl prime [2021-04-16T10:31:20.038Z] Priming edgex-go [2021-04-16T10:31:20.038Z] + snapcraftctl prime [2021-04-16T10:31:21.427Z] Priming static-packages [2021-04-16T10:31:21.427Z] + snapcraftctl prime [2021-04-16T10:31:23.972Z] Priming version [2021-04-16T10:31:23.972Z] + snapcraftctl prime [2021-04-16T10:31:24.918Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-16T10:31:27.325Z] provisioning config files... [2021-04-16T10:31:27.347Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1921582915631869300tmp [Pipeline] { [Pipeline] sh [2021-04-16T10:31:27.781Z] + set +x [2021-04-16T10:31:27.781Z] + curl -s https://codecov.io/bash [2021-04-16T10:31:27.781Z] + bash -s -- [2021-04-16T10:31:28.468Z] [2021-04-16T10:31:28.468Z] _____ _ [2021-04-16T10:31:28.468Z] / ____| | | [2021-04-16T10:31:28.468Z] | | ___ __| | ___ ___ _____ __ [2021-04-16T10:31:28.468Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-16T10:31:28.468Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-16T10:31:28.468Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-16T10:31:28.468Z] Bash-1.0.1 [2021-04-16T10:31:28.468Z] [2021-04-16T10:31:28.468Z] [2021-04-16T10:31:28.468Z] ==> git version 2.24.3 found [2021-04-16T10:31:28.468Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-16T10:31:28.468Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-16T10:31:28.468Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-16T10:31:28.468Z] ==> Jenkins CI detected. [2021-04-16T10:31:28.468Z] project root: . [2021-04-16T10:31:28.468Z] --> token set from env [2021-04-16T10:31:28.468Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-16T10:31:28.766Z] ==> Running gcov in . (disable via -X gcov) [2021-04-16T10:31:29.038Z] ==> Python coveragepy not found [2021-04-16T10:31:29.038Z] ==> Searching for coverage reports in: [2021-04-16T10:31:29.038Z] + . [2021-04-16T10:31:29.396Z] -> Found 1 reports [2021-04-16T10:31:29.396Z] ==> Detecting git/mercurial file structure [2021-04-16T10:31:29.396Z] ==> Reading reports [2021-04-16T10:31:29.396Z] + ./coverage.out bytes=698295 [2021-04-16T10:31:29.396Z] ==> Appending adjustments [2021-04-16T10:31:29.396Z] https://docs.codecov.io/docs/fixing-reports [2021-04-16T10:31:38.267Z] + Found adjustments [2021-04-16T10:31:38.267Z] ==> Gzipping contents [2021-04-16T10:31:38.267Z] 100K /tmp/codecov.6dQOvk.gz [2021-04-16T10:31:38.267Z] ==> Uploading reports [2021-04-16T10:31:38.267Z] url: https://codecov.io [2021-04-16T10:31:38.267Z] query: branch=PR-3356&commit=d996b26d37163037cb364680552e1847a0f00d70&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3356%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3356&job=&cmd_args= [2021-04-16T10:31:38.267Z] -> Pinging Codecov [2021-04-16T10:31:38.267Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3356&commit=d996b26d37163037cb364680552e1847a0f00d70&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3356%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3356&job=&cmd_args= [2021-04-16T10:31:51.175Z] -> Uploading to [2021-04-16T10:31:51.175Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-16/00271124DB129430A58F1EEE437C3FCB/d996b26d37163037cb364680552e1847a0f00d70/0a72b9fe-ee55-4164-a376-73d03fe26f29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T103149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3d466cc4e5984d30a920a5d9e23b8806ec113578d69a4c7c343acdf39b01120 [2021-04-16T10:31:51.175Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-16T10:31:51.175Z] Dload Upload Total Spent Left Speed [2021-04-16T10:31:51.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 185k --:--:-- --:--:-- --:--:-- 186k [2021-04-16T10:31:51.175Z] -> Reports have been successfully queued for processing at upstream request timeouthttps://codecov.io/github/edgexfoundry/edgex-go/commit/d996b26d37163037cb364680552e1847a0f00d70 [Pipeline] } [2021-04-16T10:31:51.188Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:31:52.285Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:31:53.757Z] ---> package-listing.sh [2021-04-16T10:31:53.757Z] ++ facter osfamily [2021-04-16T10:31:53.757Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T10:31:54.077Z] + OS_FAMILY=redhat [2021-04-16T10:31:54.077Z] + workspace=/w/workspace/edgex-go/14 [2021-04-16T10:31:54.077Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T10:31:54.077Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T10:31:54.077Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T10:31:54.077Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T10:31:54.077Z] + '[' /w/workspace/edgex-go/14 ']' [2021-04-16T10:31:54.077Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T10:31:54.077Z] + case "${OS_FAMILY}" in [2021-04-16T10:31:54.077Z] + sort [2021-04-16T10:31:54.077Z] + rpm -qa [2021-04-16T10:32:00.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T10:32:00.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T10:32:00.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T10:32:00.889Z] + '[' /w/workspace/edgex-go/14 ']' [2021-04-16T10:32:00.889Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-04-16T10:32:00.889Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-04-16T10:32:00.965Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-16T10:32:01.372Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:32:02.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T10:32:02.438Z] [2021-04-16T10:32:02.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T10:32:02.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T10:32:03.082Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T10:32:03.082Z] df20fa9351a1: Pulling fs layer [2021-04-16T10:32:03.082Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T10:32:03.082Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T10:32:03.082Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T10:32:03.082Z] 93b61091891f: Pulling fs layer [2021-04-16T10:32:03.082Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T10:32:03.082Z] 5e14af77c1be: Pulling fs layer [2021-04-16T10:32:03.082Z] 01666e4c0597: Pulling fs layer [2021-04-16T10:32:03.082Z] aa168da1d23b: Pulling fs layer [2021-04-16T10:32:03.082Z] 46f8f816bc3b: Waiting [2021-04-16T10:32:03.082Z] 93b61091891f: Waiting [2021-04-16T10:32:03.082Z] 93b9cdb0e59b: Waiting [2021-04-16T10:32:03.082Z] 5e14af77c1be: Waiting [2021-04-16T10:32:03.082Z] 01666e4c0597: Waiting [2021-04-16T10:32:03.082Z] aa168da1d23b: Waiting [2021-04-16T10:32:03.082Z] 36b3adc4ff6f: Verifying Checksum [2021-04-16T10:32:03.082Z] 36b3adc4ff6f: Download complete [2021-04-16T10:32:03.082Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T10:32:03.082Z] 46f8f816bc3b: Download complete [2021-04-16T10:32:03.365Z] df20fa9351a1: Verifying Checksum [2021-04-16T10:32:03.365Z] df20fa9351a1: Download complete [2021-04-16T10:32:03.365Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T10:32:03.365Z] 93b9cdb0e59b: Download complete [2021-04-16T10:32:03.365Z] 5e14af77c1be: Verifying Checksum [2021-04-16T10:32:03.365Z] 5e14af77c1be: Download complete [2021-04-16T10:32:03.365Z] 01666e4c0597: Verifying Checksum [2021-04-16T10:32:03.365Z] 01666e4c0597: Download complete [2021-04-16T10:32:03.705Z] 93b61091891f: Verifying Checksum [2021-04-16T10:32:03.705Z] 93b61091891f: Download complete [2021-04-16T10:32:04.004Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T10:32:04.004Z] 8ad3a11d3b57: Download complete [2021-04-16T10:32:04.281Z] df20fa9351a1: Pull complete [2021-04-16T10:32:04.929Z] 36b3adc4ff6f: Pull complete [2021-04-16T10:32:07.867Z] 8ad3a11d3b57: Pull complete [2021-04-16T10:32:08.508Z] 46f8f816bc3b: Pull complete [2021-04-16T10:32:09.786Z] 93b61091891f: Pull complete [2021-04-16T10:32:09.786Z] 93b9cdb0e59b: Pull complete [2021-04-16T10:32:10.439Z] 5e14af77c1be: Pull complete [2021-04-16T10:32:10.960Z] 01666e4c0597: Pull complete [2021-04-16T10:32:12.704Z] aa168da1d23b: Verifying Checksum [2021-04-16T10:32:12.704Z] aa168da1d23b: Download complete [2021-04-16T10:32:35.419Z] aa168da1d23b: Pull complete [2021-04-16T10:32:35.419Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T10:32:35.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T10:32:35.419Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T10:32:36.598Z] prd-centos7-docker-4c-2g-472 does not seem to be running inside a container [2021-04-16T10:32:36.871Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-16T10:32:40.979Z] $ docker top 15838bba1df120e0a9b75d3772303a9539bd00cab740e9cd2a7f05c4228a2fb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T10:32:42.348Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T10:32:43.153Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T10:32:43.942Z] + ls /var/log/sa-host [2021-04-16T10:32:43.942Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T10:32:43.942Z] file_magic: OK [2021-04-16T10:32:43.942Z] HZ: Using current value: 100 [2021-04-16T10:32:43.942Z] file_header: OK [2021-04-16T10:32:43.942Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T10:32:43.942Z] Statistics: [2021-04-16T10:32:43.942Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-16T10:32:43.942Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T10:32:43.942Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T10:32:43.942Z] file_magic: OK [2021-04-16T10:32:43.942Z] HZ: Using current value: 100 [2021-04-16T10:32:43.942Z] file_header: OK [2021-04-16T10:32:43.942Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-16T10:32:43.942Z] Statistics: [2021-04-16T10:32:43.942Z] Hnuu...uuuununununu... [2021-04-16T10:32:43.942Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T10:32:44.474Z] provisioning config files... [2021-04-16T10:32:44.540Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4658064089704983780tmp [Pipeline] { [Pipeline] echo [2021-04-16T10:32:44.631Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:32:45.512Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T10:32:45.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T10:32:45.556Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:32:46.516Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T10:32:46.585Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:32:47.488Z] ---> sudo-logs.sh [2021-04-16T10:32:47.488Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T10:32:47.628Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:32:48.529Z] ---> job-cost.sh [2021-04-16T10:32:48.529Z] lf-activate-venv: SKIPPING [2021-04-16T10:32:48.529Z] DEBUG: total: 0.20999999344348907 [2021-04-16T10:32:48.529Z] INFO: Retrieving Stack Cost... [2021-04-16T10:32:50.017Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T10:32:50.679Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T10:32:50.701Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T10:32:51.470Z] ---> logs-deploy.sh [2021-04-16T10:32:51.470Z] lf-activate-venv: SKIPPING [2021-04-16T10:32:51.470Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3356/14 [2021-04-16T10:32:51.470Z] INFO: archiving workspace using pattern(s): [2021-04-16T10:32:55.079Z] Archives upload complete. [2021-04-16T10:32:55.375Z] INFO: archiving logs to Nexus