Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e09c63c901571abb6952413166af1e3f3cc1f989+05f2d13a179446ff46e2de9a60e91a19cc98f319 (d4afd459beaf4b03697bc2135895997b6840c2d5) 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 ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30619 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) > git config core.sparsecheckout # timeout=10 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T20:08:35.429Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T20:08:35.720Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T20:08:35.809Z] ========================================================= [2021-03-19T20:08:35.809Z] EdgeX Global Pipelines Version Info [2021-03-19T20:08:35.809Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 52afc9b4a424e9797a6b7e41327d9985ae88ae7b # timeout=10 [2021-03-19T20:08:38.577Z] ------------------- [2021-03-19T20:08:38.577Z] stable info: [2021-03-19T20:08:38.577Z] ------------------- [2021-03-19T20:08:38.577Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T20:08:38.577Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:08:38.577Z] Message: update stable to v1.0.186 [2021-03-19T20:08:39.650Z] ------------------- [2021-03-19T20:08:39.650Z] experimental info: [2021-03-19T20:08:39.650Z] ------------------- [2021-03-19T20:08:39.650Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T20:08:39.650Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:08:39.650Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T20:08:39.976Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T20:08:40.103Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T20:08:40.268Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T20:08:40.364Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T20:08:40.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T20:08:40.560Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T20:08:40.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T20:08:40.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T20:08:40.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T20:08:40.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T20:08:40.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T20:08:41.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T20:08:41.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T20:08:41.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T20:08:41.384Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:08:41.465Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:08:41.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T20:08:41.649Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T20:08:41.766Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T20:08:41.857Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T20:08:41.962Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T20:08:42.048Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T20:08:42.151Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-19T20:08:42.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-19T20:08:42.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-19T20:08:42.395Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e09c63c901571abb6952413166af1e3f3cc1f989 [Pipeline] echo [2021-03-19T20:08:42.478Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e09c63c [Pipeline] echo [2021-03-19T20:08:42.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:08:42.793Z] provisioning config files... [2021-03-19T20:08:42.830Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config576207824458447819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:08:43.254Z] ---> docker-login.sh [2021-03-19T20:08:43.255Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:08:44.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:08:45.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:08:45.475Z] Configure a credential helper to remove this warning. See [2021-03-19T20:08:45.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:08:45.475Z] [2021-03-19T20:08:45.475Z] Login Succeeded [2021-03-19T20:08:45.475Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:08:46.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:08:46.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:08:46.220Z] Configure a credential helper to remove this warning. See [2021-03-19T20:08:46.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:08:46.220Z] [2021-03-19T20:08:46.220Z] Login Succeeded [2021-03-19T20:08:46.220Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:08:46.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:08:46.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:08:46.874Z] Configure a credential helper to remove this warning. See [2021-03-19T20:08:46.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:08:46.874Z] [2021-03-19T20:08:46.874Z] Login Succeeded [2021-03-19T20:08:46.874Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:08:47.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:08:47.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:08:47.155Z] Configure a credential helper to remove this warning. See [2021-03-19T20:08:47.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:08:47.155Z] [2021-03-19T20:08:47.155Z] Login Succeeded [2021-03-19T20:08:47.155Z] docker.io [2021-03-19T20:08:47.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:08:48.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:08:48.198Z] Configure a credential helper to remove this warning. See [2021-03-19T20:08:48.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:08:48.198Z] [2021-03-19T20:08:48.198Z] Login Succeeded [2021-03-19T20:08:48.198Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:08:48.219Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:08:48.797Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T20:08:48.797Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:08:48.797Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.797Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T20:08:48.797Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:08:48.797Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:08:48.797Z] ++ cut -d/ -f2 [2021-03-19T20:08:48.798Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T20:08:49.025Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:08:50.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:08:50.142Z] [2021-03-19T20:08:50.142Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:08:50.865Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:08:51.198Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T20:08:51.198Z] 31603596830f: Pulling fs layer [2021-03-19T20:08:51.198Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T20:08:51.198Z] 6ca5941a6612: Pulling fs layer [2021-03-19T20:08:51.198Z] ecc8261a40a4: Pulling fs layer [2021-03-19T20:08:51.198Z] ecc8261a40a4: Waiting [2021-03-19T20:08:51.198Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T20:08:51.198Z] 2a8b12db71e7: Download complete [2021-03-19T20:08:51.960Z] 31603596830f: Download complete [2021-03-19T20:08:52.664Z] ecc8261a40a4: Verifying Checksum [2021-03-19T20:08:52.664Z] ecc8261a40a4: Download complete [2021-03-19T20:08:52.664Z] 6ca5941a6612: Verifying Checksum [2021-03-19T20:08:52.664Z] 6ca5941a6612: Download complete [2021-03-19T20:08:53.817Z] 31603596830f: Pull complete [2021-03-19T20:08:54.738Z] 2a8b12db71e7: Pull complete [2021-03-19T20:08:58.429Z] 6ca5941a6612: Pull complete [2021-03-19T20:08:58.715Z] ecc8261a40a4: Pull complete [2021-03-19T20:08:58.715Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T20:08:59.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:08:59.010Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T20:08:59.326Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:08:59.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T20:09:03.699Z] $ docker top a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:09:04.480Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:09:04.480Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:09:05.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:09:05.450Z] $ docker exec a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent [2021-03-19T20:09:06.255Z] SSH_AUTH_SOCK=/tmp/ssh-81cTuXqHDtNQ/agent.11 [2021-03-19T20:09:06.255Z] SSH_AGENT_PID=16 [2021-03-19T20:09:06.299Z] Running ssh-add (command line suppressed) [2021-03-19T20:09:06.933Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_5229546807386426619.key (/w/workspace/edgex-go/26@tmp/private_key_5229546807386426619.key) [2021-03-19T20:09:07.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:09:07.824Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T20:09:07.915Z] $ docker exec --env ******** --env ******** a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent -k [2021-03-19T20:09:08.388Z] unset SSH_AUTH_SOCK; [2021-03-19T20:09:08.391Z] unset SSH_AGENT_PID; [2021-03-19T20:09:08.392Z] echo Agent pid 16 killed; [2021-03-19T20:09:08.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T20:09:08.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:09:08.677Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:09:09.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:09:09.080Z] $ docker exec a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent [2021-03-19T20:09:09.528Z] SSH_AUTH_SOCK=/tmp/ssh-qIfSsb9q28bt/agent.44 [2021-03-19T20:09:09.528Z] SSH_AGENT_PID=49 [2021-03-19T20:09:09.548Z] Running ssh-add (command line suppressed) [2021-03-19T20:09:09.891Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_6589233500802352447.key (/w/workspace/edgex-go/26@tmp/private_key_6589233500802352447.key) [2021-03-19T20:09:09.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:09:10.458Z] + git semver init [2021-03-19T20:09:10.458Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:09:10.458Z] # $GIT_DIR = /w/workspace/edgex-go/26/.git [2021-03-19T20:09:10.458Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/26 [2021-03-19T20:09:10.458Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:09:10.458Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:09:10.458Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:09:10.458Z] # $SEMVER_BRANCH = PR-3208 [2021-03-19T20:09:10.458Z] # $SEMVER_TEMP = /tmp/semver-133392180 [2021-03-19T20:09:10.458Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T20:10:08.043Z] # '/tmp/semver-133392180' -> '/w/workspace/edgex-go/26/.semver' [2021-03-19T20:10:08.043Z] # -> Force: false [2021-03-19T20:10:08.043Z] # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } [2021-03-19T20:10:08.077Z] $ docker exec --env ******** --env ******** a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent -k [2021-03-19T20:10:08.917Z] unset SSH_AUTH_SOCK; [2021-03-19T20:10:08.918Z] unset SSH_AGENT_PID; [2021-03-19T20:10:08.918Z] echo Agent pid 49 killed; [2021-03-19T20:10:09.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:10:10.002Z] + git semver [Pipeline] } [2021-03-19T20:10:10.046Z] $ docker stop --time=1 a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a [2021-03-19T20:10:12.661Z] $ docker rm -f a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:10:13.539Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T20:10:14.975Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T20:10:14.978Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:10:15.889Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:16.231Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:10:16.624Z] + true [2021-03-19T20:10:16.624Z] + sudo service docker restart [2021-03-19T20:10:16.624Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T20:10:18.117Z] ========================================================= [2021-03-19T20:10:18.117Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T20:10:18.117Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:18.492Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-19T20:10:30.358Z] Still waiting to schedule task [2021-03-19T20:10:30.358Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-19T20:10:31.035Z] Sending build context to Docker daemon 328.6MB [2021-03-19T20:10:31.035Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:31.035Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:10:31.035Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T20:10:31.035Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T20:10:31.035Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T20:10:31.035Z] de9db76c5a1d: Pulling fs layer [2021-03-19T20:10:31.035Z] bca2f99d35d6: Pulling fs layer [2021-03-19T20:10:31.035Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T20:10:31.035Z] 7c6f9722023f: Pulling fs layer [2021-03-19T20:10:31.035Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T20:10:31.035Z] bca2f99d35d6: Waiting [2021-03-19T20:10:31.035Z] 93359f2a8cfa: Waiting [2021-03-19T20:10:31.035Z] 7c6f9722023f: Waiting [2021-03-19T20:10:31.035Z] a35cf1a2eb13: Waiting [2021-03-19T20:10:31.035Z] de9db76c5a1d: Verifying Checksum [2021-03-19T20:10:31.035Z] de9db76c5a1d: Download complete [2021-03-19T20:10:31.035Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T20:10:31.035Z] 0ef7d3d256c8: Download complete [2021-03-19T20:10:31.313Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T20:10:31.313Z] 93359f2a8cfa: Download complete [2021-03-19T20:10:31.313Z] 7c6f9722023f: Download complete [2021-03-19T20:10:31.313Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T20:10:31.313Z] 188c0c94c7c5: Download complete [2021-03-19T20:10:32.009Z] 188c0c94c7c5: Pull complete [2021-03-19T20:10:32.600Z] 0ef7d3d256c8: Pull complete [2021-03-19T20:10:33.672Z] de9db76c5a1d: Pull complete [2021-03-19T20:10:35.280Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T20:10:35.280Z] a35cf1a2eb13: Download complete [2021-03-19T20:10:36.723Z] bca2f99d35d6: Verifying Checksum [2021-03-19T20:10:36.723Z] bca2f99d35d6: Download complete [2021-03-19T20:10:59.310Z] bca2f99d35d6: Pull complete [2021-03-19T20:10:59.310Z] 93359f2a8cfa: Pull complete [2021-03-19T20:10:59.310Z] 7c6f9722023f: Pull complete [2021-03-19T20:11:08.083Z] a35cf1a2eb13: Pull complete [2021-03-19T20:11:08.083Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T20:11:08.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T20:11:08.083Z] ---> a62c8e92a672 [2021-03-19T20:11:08.083Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-19T20:11:08.083Z] ---> Running in 7accc3f9a85c [2021-03-19T20:11:09.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:10.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:11.209Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:11:11.873Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:11:11.873Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:11:11.873Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:11:34.964Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:11:34.964Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:11:34.964Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:11:34.964Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:11:34.964Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:11:35.509Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:11:35.509Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:11:35.509Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:11:35.824Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:11:35.824Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:41.397Z] Removing intermediate container 7accc3f9a85c [2021-03-19T20:11:41.397Z] ---> dd33d0102ca2 [2021-03-19T20:11:41.397Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:11:41.397Z] ---> Running in e942faaef210 [2021-03-19T20:11:41.397Z] Removing intermediate container e942faaef210 [2021-03-19T20:11:41.397Z] ---> ffce56486cda [2021-03-19T20:11:41.397Z] Step 5/6 : COPY go.mod . [2021-03-19T20:11:42.394Z] ---> 275cf8b4e6d3 [2021-03-19T20:11:42.394Z] Step 6/6 : RUN go mod download [2021-03-19T20:11:42.394Z] ---> Running in c8c2a415d150 [2021-03-19T20:12:21.749Z] Removing intermediate container c8c2a415d150 [2021-03-19T20:12:21.749Z] ---> 259cfec51ec0 [2021-03-19T20:12:21.749Z] Successfully built 259cfec51ec0 [2021-03-19T20:12:21.749Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:22.400Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:23.444Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:23.640Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:12:23.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T20:12:25.809Z] $ docker top fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:12:27.400Z] + go version [2021-03-19T20:12:27.401Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T20:12:27.446Z] $ docker stop --time=1 fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a [2021-03-19T20:12:30.232Z] $ docker rm -f fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:12:31.608Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:12:31.608Z] . [Pipeline] withDockerContainer [2021-03-19T20:12:32.374Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:12:32.578Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T20:12:35.096Z] $ docker top 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:12:35.855Z] ========================================================= [2021-03-19T20:12:35.855Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:12:35.855Z] ========================================================= [Pipeline] sh [2021-03-19T20:12:36.678Z] + make test [2021-03-19T20:12:36.678Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:12:59.420Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:13:43.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30628 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-19T20:13:43.105Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-03-19T20:13:48.228Z] using credential edgex-jenkins-ssh [2021-03-19T20:13:48.284Z] Cloning the remote Git repository [2021-03-19T20:13:48.345Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:13:48.451Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-03-19T20:13:48.531Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:13:48.532Z] > git --version # timeout=10 [2021-03-19T20:13:48.548Z] > git --version # 'git version 2.17.1' [2021-03-19T20:13:48.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:13:48.602Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:13:58.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:14:15.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:14:15.134Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:14:15.134Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:14:16.230Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:14:16.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:14:16.338Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:14:16.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:14:16.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:14:16.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:14:17.175Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:14:17.630Z] Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:14:17.630Z] Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) [2021-03-19T20:14:17.199Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:14:17.212Z] > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 [2021-03-19T20:14:17.545Z] > git remote # timeout=10 [2021-03-19T20:14:17.567Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:14:17.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:14:17.595Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:14:17.618Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:14:17.639Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:14:17.652Z] > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 [2021-03-19T20:14:22.119Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-19T20:14:22.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:14:22.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:14:22.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:14:22.516Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:14:23.736Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:14:24.156Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:14:24.522Z] + + true [2021-03-19T20:14:24.522Z] sudo service docker restart [2021-03-19T20:14:25.455Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:14:26.592Z] provisioning config files... [2021-03-19T20:14:26.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config7395304509861385522tmp [2021-03-19T20:14:26.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:14:27.057Z] ---> docker-login.sh [2021-03-19T20:14:27.057Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:14:28.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:14:28.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:14:28.319Z] Configure a credential helper to remove this warning. See [2021-03-19T20:14:28.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:14:28.319Z] [2021-03-19T20:14:28.319Z] Login Succeeded [2021-03-19T20:14:28.319Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:14:28.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:14:28.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:14:28.871Z] Configure a credential helper to remove this warning. See [2021-03-19T20:14:28.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:14:28.871Z] [2021-03-19T20:14:28.871Z] Login Succeeded [2021-03-19T20:14:28.871Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:14:29.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:14:29.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:14:29.436Z] Configure a credential helper to remove this warning. See [2021-03-19T20:14:29.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:14:29.436Z] [2021-03-19T20:14:29.436Z] Login Succeeded [2021-03-19T20:14:29.436Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:14:29.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:14:29.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:14:29.990Z] Configure a credential helper to remove this warning. See [2021-03-19T20:14:29.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:14:29.990Z] [2021-03-19T20:14:29.990Z] Login Succeeded [2021-03-19T20:14:29.990Z] docker.io [2021-03-19T20:14:30.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:14:30.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:14:30.552Z] Configure a credential helper to remove this warning. See [2021-03-19T20:14:30.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:14:30.552Z] [2021-03-19T20:14:30.552Z] Login Succeeded [2021-03-19T20:14:30.846Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:14:30.878Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T20:14:31.455Z] ========================================================= [2021-03-19T20:14:31.455Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T20:14:31.455Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:14:31.853Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-19T20:14:34.530Z] Sending build context to Docker daemon 166.8MB [2021-03-19T20:14:34.530Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:14:34.530Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:14:34.530Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T20:14:34.530Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T20:14:34.530Z] a4357932f1b6: Pulling fs layer [2021-03-19T20:14:34.530Z] 18c013af1878: Pulling fs layer [2021-03-19T20:14:34.530Z] 00ac8860ef70: Pulling fs layer [2021-03-19T20:14:34.530Z] 63d7cb157983: Pulling fs layer [2021-03-19T20:14:34.530Z] b116817d02f9: Pulling fs layer [2021-03-19T20:14:34.530Z] 745a02a5169b: Pulling fs layer [2021-03-19T20:14:34.530Z] 00ac8860ef70: Waiting [2021-03-19T20:14:34.530Z] 63d7cb157983: Waiting [2021-03-19T20:14:34.530Z] 18c013af1878: Download complete [2021-03-19T20:14:34.530Z] a4357932f1b6: Verifying Checksum [2021-03-19T20:14:34.530Z] a4357932f1b6: Download complete [2021-03-19T20:14:34.530Z] 63d7cb157983: Download complete [2021-03-19T20:14:34.530Z] b116817d02f9: Verifying Checksum [2021-03-19T20:14:34.530Z] b116817d02f9: Download complete [2021-03-19T20:14:34.530Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T20:14:34.530Z] 5f621e34cdf4: Download complete [2021-03-19T20:14:35.141Z] 5f621e34cdf4: Pull complete [2021-03-19T20:14:35.783Z] a4357932f1b6: Pull complete [2021-03-19T20:14:35.908Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:14:35.908Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:14:35.908Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:14:36.061Z] 18c013af1878: Pull complete [2021-03-19T20:14:36.352Z] 745a02a5169b: Verifying Checksum [2021-03-19T20:14:36.352Z] 745a02a5169b: Download complete [2021-03-19T20:14:38.344Z] 00ac8860ef70: Verifying Checksum [2021-03-19T20:14:38.344Z] 00ac8860ef70: Download complete [2021-03-19T20:14:40.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:14:40.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:14:40.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements [2021-03-19T20:14:40.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.160s coverage: 100.0% of statements [2021-03-19T20:14:45.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.770s coverage: 27.1% of statements [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:14:45.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:14:45.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.312s coverage: 100.0% of statements [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:14:45.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:14:46.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 71.3% of statements [2021-03-19T20:14:46.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:14:46.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:14:48.509Z] 00ac8860ef70: Pull complete [2021-03-19T20:14:48.784Z] 63d7cb157983: Pull complete [2021-03-19T20:14:49.058Z] b116817d02f9: Pull complete [2021-03-19T20:14:50.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.397s coverage: 82.9% of statements [2021-03-19T20:14:50.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:14:50.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:14:50.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.096s coverage: 78.9% of statements [2021-03-19T20:14:50.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:14:53.360Z] 745a02a5169b: Pull complete [2021-03-19T20:14:53.360Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T20:14:53.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T20:14:53.360Z] ---> b7e6874047d6 [2021-03-19T20:14:53.360Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.034s coverage: 28.6% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.210s coverage: 100.0% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.218s coverage: 86.7% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.471s coverage: 97.5% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:14:56.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.119s coverage: 78.3% of statements [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:14:56.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:14:56.747Z] ---> Running in 88d4ae4ba29d [2021-03-19T20:14:57.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:14:58.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:14:59.299Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:14:59.895Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:14:59.895Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:14:59.895Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:15:03.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.261s coverage: 92.8% of statements [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:15:03.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:15:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.139s coverage: 58.8% of statements [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:15:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.1% of statements [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:15:03.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:15:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 47.1% of statements [2021-03-19T20:15:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements [2021-03-19T20:15:03.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-03-19T20:15:03.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements [2021-03-19T20:15:03.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements [2021-03-19T20:15:17.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.111s coverage: 94.4% of statements [2021-03-19T20:15:17.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-03-19T20:15:22.081Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:15:22.081Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:15:22.081Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:15:22.081Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:15:22.081Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:15:22.081Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:15:22.081Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:15:22.081Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:15:22.081Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:22.081Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:23.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.116s coverage: 81.9% of statements [2021-03-19T20:15:26.420Z] Removing intermediate container 88d4ae4ba29d [2021-03-19T20:15:26.420Z] ---> e84560736897 [2021-03-19T20:15:26.420Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:15:26.420Z] ---> Running in ec0196f4876f [2021-03-19T20:15:26.700Z] Removing intermediate container ec0196f4876f [2021-03-19T20:15:26.700Z] ---> d693812e08db [2021-03-19T20:15:26.700Z] Step 5/6 : COPY go.mod . [2021-03-19T20:15:27.305Z] ---> d672f1b95e3b [2021-03-19T20:15:27.305Z] Step 6/6 : RUN go mod download [2021-03-19T20:15:27.584Z] ---> Running in e145b34c51be [2021-03-19T20:15:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.431s coverage: 92.9% of statements [2021-03-19T20:15:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:15:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:15:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:15:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.328s coverage: 87.2% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.153s coverage: 100.0% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.111s coverage: 84.6% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.508s coverage: 91.6% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 62.4% of statements [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:15:34.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.070s coverage: 91.3% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-19T20:15:34.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements [2021-03-19T20:15:34.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 69.0% of statements [2021-03-19T20:15:34.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:15:34.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:15:34.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:15:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.212s coverage: 38.4% of statements [2021-03-19T20:15:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:15:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:15:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.138s coverage: 89.5% of statements [2021-03-19T20:15:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:15:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-03-19T20:15:43.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.340s coverage: 47.0% of statements [2021-03-19T20:15:43.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:15:43.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:15:43.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:15:43.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:15:43.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:15:43.330Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements [2021-03-19T20:15:43.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:15:43.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-03-19T20:15:43.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:15:43.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:15:43.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:15:43.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:15:44.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.357s coverage: 87.1% of statements [2021-03-19T20:15:44.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:44.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:44.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.584s coverage: 29.1% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.582s coverage: 99.0% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.215s coverage: 96.5% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.132s coverage: 100.0% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:15:52.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:15:52.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.104s coverage: 100.0% of statements [2021-03-19T20:15:54.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-19T20:15:54.487Z] Removing intermediate container e145b34c51be [2021-03-19T20:15:54.487Z] ---> 3ec8fc76579f [2021-03-19T20:15:54.487Z] Successfully built 3ec8fc76579f [2021-03-19T20:15:54.487Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:54.684Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements [2021-03-19T20:15:54.839Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:15:54.839Z] . [Pipeline] withDockerContainer [2021-03-19T20:15:55.132Z] prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container [2021-03-19T20:15:55.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:15:55.747Z] GO111MODULE=on go vet ./... [2021-03-19T20:15:56.892Z] $ docker top cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:15:57.947Z] + go version [2021-03-19T20:15:57.947Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T20:15:57.975Z] $ docker stop --time=1 cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 [2021-03-19T20:15:59.955Z] $ docker rm -f cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:01.084Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:16:01.084Z] . [Pipeline] withDockerContainer [2021-03-19T20:16:01.397Z] prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container [2021-03-19T20:16:01.497Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T20:16:03.057Z] $ docker top 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:16:03.468Z] ========================================================= [2021-03-19T20:16:03.468Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:16:03.468Z] ========================================================= [Pipeline] sh [2021-03-19T20:16:04.116Z] + make test [2021-03-19T20:16:04.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:16:30.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:17:28.106Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:17:38.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:17:46.695Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:17:46.695Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:17:49.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:17:49.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:17:49.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:17:49.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:17:50.265Z] gofmt -l . [2021-03-19T20:17:50.265Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:17:50.265Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:17:50.265Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:17:51.465Z] + ls -al . [2021-03-19T20:17:51.466Z] total 760 [2021-03-19T20:17:51.466Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 20:17 . [2021-03-19T20:17:51.466Z] drwxr-xr-x 4 root root 30 Mar 19 20:12 .. [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:08 .dockerignore [2021-03-19T20:17:51.466Z] drwxrwxr-x 8 1001 1001 179 Mar 19 20:08 .git [2021-03-19T20:17:51.466Z] drwxrwxr-x 3 1001 1001 125 Mar 19 20:08 .github [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:08 .gitignore [2021-03-19T20:17:51.466Z] drwx------ 3 1001 1001 60 Mar 19 20:10 .semver [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:08 .sonarcloud.properties [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:08 Attribution.txt [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:08 CONTRIBUTING.md [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:08 Dockerfile.build [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:08 Jenkinsfile [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:08 LICENSE [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:08 Makefile [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:08 README.md [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:08 SECURITY.md [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:08 ZMQWindows.md [2021-03-19T20:17:51.466Z] drwxrwxr-x 2 1001 1001 117 Mar 19 20:08 bin [2021-03-19T20:17:51.466Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:08 cmd [2021-03-19T20:17:51.466Z] -rw-r--r-- 1 root root 650607 Mar 19 20:15 coverage.out [2021-03-19T20:17:51.466Z] -rw-r--r-- 1 root root 1055 Mar 19 20:17 go.mod [2021-03-19T20:17:51.466Z] -rw-r--r-- 1 root root 22209 Mar 19 20:17 go.sum [2021-03-19T20:17:51.466Z] drwxrwxr-x 8 1001 1001 127 Mar 19 20:08 internal [2021-03-19T20:17:51.466Z] drwxrwxr-x 4 1001 1001 26 Mar 19 20:08 openapi [2021-03-19T20:17:51.466Z] drwxrwxr-x 4 1001 1001 71 Mar 19 20:08 snap [2021-03-19T20:17:51.466Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:08 version.go [Pipeline] sh [2021-03-19T20:17:52.220Z] + '[' -e coverage.out ] [2021-03-19T20:17:52.220Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:17:52.752Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:17:52.852Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:17:53.226Z] + make build [2021-03-19T20:17:53.226Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:17:53.742Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:18:00.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:18:03.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:18:03.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:18:03.932Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:18:10.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.322s coverage: 45.9% of statements [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:18:10.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:18:10.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.129s coverage: 19.8% of statements [2021-03-19T20:18:10.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-03-19T20:18:20.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:18:20.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:18:20.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:18:20.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:18:21.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.363s coverage: 71.3% of statements [2021-03-19T20:18:21.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:18:21.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:18:22.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:18:23.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.524s coverage: 82.9% of statements [2021-03-19T20:18:23.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:23.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:23.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements [2021-03-19T20:18:23.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:18:27.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:18:31.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:18:34.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.343s coverage: 28.6% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.452s coverage: 86.7% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:18:36.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:18:36.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:18:39.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.254s coverage: 92.8% of statements [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:18:44.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.117s coverage: 79.5% of statements [2021-03-19T20:18:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements [2021-03-19T20:18:45.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements [2021-03-19T20:18:45.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-19T20:18:48.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:18:54.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:18:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-03-19T20:18:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-19T20:18:59.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:19:01.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:19:03.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.294s coverage: 81.9% of statements [2021-03-19T20:19:05.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T20:19:11.656Z] $ docker stop --time=1 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b [2021-03-19T20:19:14.082Z] $ docker rm -f 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.145s coverage: 92.9% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 91.6% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.689s coverage: 62.4% of statements [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:19:16.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:19:16.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-19T20:19:16.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-03-19T20:19:16.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-19T20:19:17.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:19:17.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-03-19T20:19:17.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:17.694Z] [2021-03-19T20:19:17.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:19:18.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:18.457Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T20:19:18.457Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T20:19:18.457Z] ca9280d653b3: Pulling fs layer [2021-03-19T20:19:18.457Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T20:19:19.154Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-19T20:19:19.154Z] cbdbe7a5bc2a: Download complete [2021-03-19T20:19:20.148Z] cbdbe7a5bc2a: Pull complete [2021-03-19T20:19:20.735Z] ca9280d653b3: Verifying Checksum [2021-03-19T20:19:20.735Z] ca9280d653b3: Download complete [2021-03-19T20:19:21.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.041s coverage: 69.0% of statements [2021-03-19T20:19:21.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:19:21.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:19:21.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:19:22.239Z] ca9280d653b3: Pull complete [2021-03-19T20:19:23.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 38.4% of statements [2021-03-19T20:19:23.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:19:23.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:19:23.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements [2021-03-19T20:19:23.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:19:23.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-03-19T20:19:23.716Z] 7e9c9ca2126c: Verifying Checksum [2021-03-19T20:19:23.716Z] 7e9c9ca2126c: Download complete [2021-03-19T20:19:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:19:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.191s coverage: 100.0% of statements [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:19:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:19:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:19:36.304Z] 7e9c9ca2126c: Pull complete [2021-03-19T20:19:36.304Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T20:19:36.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:36.304Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T20:19:36.707Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:19:36.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T20:19:39.435Z] $ docker top c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:19:40.639Z] + docker-compose build --help [2021-03-19T20:19:40.639Z] + grep parallel [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.833s coverage: 29.1% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.272s coverage: 96.5% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:19:41.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2021-03-19T20:19:41.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-19T20:19:42.406Z] GO111MODULE=on go vet ./... [2021-03-19T20:19:43.249Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:19:43.276Z] $ docker stop --time=1 c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 [2021-03-19T20:19:45.383Z] $ docker rm -f c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:19:46.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:19:46.619Z] . [Pipeline] withDockerContainer [2021-03-19T20:19:47.166Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:19:47.267Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T20:19:49.171Z] $ docker top 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:19:49.755Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:19:52.463Z] Building docker-core-command-go ... [2021-03-19T20:19:52.463Z] Building docker-core-data-go ... [2021-03-19T20:19:52.463Z] Building docker-core-metadata-go ... [2021-03-19T20:19:52.463Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:19:52.464Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:19:52.464Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:19:52.464Z] Building docker-support-notifications-go ... [2021-03-19T20:19:52.464Z] Building docker-support-scheduler-go ... [2021-03-19T20:19:52.464Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:19:52.464Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:19:52.464Z] Building docker-support-notifications-go [2021-03-19T20:19:52.464Z] Building docker-core-data-go [2021-03-19T20:19:52.464Z] Building docker-core-command-go [2021-03-19T20:19:52.464Z] Building docker-security-secretstore-setup-go [2021-03-19T20:21:19.350Z] gofmt -l . [2021-03-19T20:21:19.350Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:21:19.350Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:21:19.350Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:21:20.019Z] + ls -al . [2021-03-19T20:21:20.019Z] total 788 [2021-03-19T20:21:20.019Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 20:21 . [2021-03-19T20:21:20.019Z] drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:14 .dockerignore [2021-03-19T20:21:20.019Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 .git [2021-03-19T20:21:20.019Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 20:14 .github [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:14 .gitignore [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:14 .sonarcloud.properties [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:14 Attribution.txt [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:14 CONTRIBUTING.md [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:14 Dockerfile.build [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:14 Jenkinsfile [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:14 LICENSE [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:14 Makefile [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:14 README.md [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:14 SECURITY.md [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:14 ZMQWindows.md [2021-03-19T20:21:20.019Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 20:14 bin [2021-03-19T20:21:20.019Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:14 cmd [2021-03-19T20:21:20.019Z] -rw-r--r-- 1 root root 650607 Mar 19 20:19 coverage.out [2021-03-19T20:21:20.019Z] -rw-r--r-- 1 root root 1055 Mar 19 20:21 go.mod [2021-03-19T20:21:20.019Z] -rw-r--r-- 1 root root 22209 Mar 19 20:21 go.sum [2021-03-19T20:21:20.019Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 internal [2021-03-19T20:21:20.019Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 openapi [2021-03-19T20:21:20.019Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 snap [2021-03-19T20:21:20.019Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:14 version.go [Pipeline] sh [2021-03-19T20:21:20.680Z] + '[' -e coverage.out ] [2021-03-19T20:21:20.681Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:21:20.749Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T20:21:22.019Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:21:22.675Z] + make build [2021-03-19T20:21:22.675Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:21:35.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:21:46.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:21:46.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:21:46.212Z] ---> 259cfec51ec0 [2021-03-19T20:21:46.212Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:21:46.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:21:46.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:21:46.212Z] ---> 259cfec51ec0 [2021-03-19T20:21:46.212Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:21:46.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:21:46.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:21:46.212Z] ---> 259cfec51ec0 [2021-03-19T20:21:46.212Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:21:46.212Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:21:46.212Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:21:46.212Z] ---> 259cfec51ec0 [2021-03-19T20:21:46.212Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:21:46.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:21:46.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:21:46.212Z] ---> 259cfec51ec0 [2021-03-19T20:21:46.212Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:21:46.212Z] ---> Running in 6886ac161ac5 [2021-03-19T20:21:46.212Z] ---> Running in 000fcd6fabd4 [2021-03-19T20:21:46.212Z] ---> Running in b76d64f3f38b [2021-03-19T20:21:46.212Z] ---> Running in f80f4914c278 [2021-03-19T20:21:46.212Z] ---> Running in 84c2094fb42a [2021-03-19T20:21:46.212Z] Removing intermediate container 000fcd6fabd4 [2021-03-19T20:21:46.212Z] ---> f293ad7f1f6e [2021-03-19T20:21:46.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:21:46.212Z] Removing intermediate container 84c2094fb42a [2021-03-19T20:21:46.212Z] ---> 1f7755845e4e [2021-03-19T20:21:46.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:21:46.212Z] Removing intermediate container f80f4914c278 [2021-03-19T20:21:46.212Z] ---> 8182048a2161 [2021-03-19T20:21:46.212Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:21:46.212Z] Removing intermediate container b76d64f3f38b [2021-03-19T20:21:46.212Z] ---> 848b1e63454a [2021-03-19T20:21:46.212Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:21:46.212Z] Removing intermediate container 6886ac161ac5 [2021-03-19T20:21:46.212Z] ---> d9884ba808aa [2021-03-19T20:21:46.212Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:21:46.212Z] ---> Running in a60bca301c04 [2021-03-19T20:21:46.212Z] ---> Running in 3433efbf684f [2021-03-19T20:21:46.212Z] ---> Running in 0a0a8308b8d0 [2021-03-19T20:21:46.212Z] ---> Running in 6dc9f7e9a772 [2021-03-19T20:21:46.212Z] ---> Running in 557ae6746ae5 [2021-03-19T20:21:48.613Z] Removing intermediate container 557ae6746ae5 [2021-03-19T20:21:48.613Z] ---> fa6f59663808 [2021-03-19T20:21:48.613Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:21:48.613Z] Removing intermediate container 3433efbf684f [2021-03-19T20:21:48.613Z] ---> 198d92a49e60 [2021-03-19T20:21:48.613Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:21:48.885Z] Removing intermediate container a60bca301c04 [2021-03-19T20:21:48.885Z] ---> 554435a52716 [2021-03-19T20:21:48.885Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:21:48.885Z] ---> Running in bcefb3b9ce9d [2021-03-19T20:21:48.885Z] Removing intermediate container 6dc9f7e9a772 [2021-03-19T20:21:48.885Z] ---> 0ba14b4c9c8d [2021-03-19T20:21:48.885Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:21:49.199Z] ---> Running in 4861865bfe58 [2021-03-19T20:21:49.200Z] ---> Running in cfe287625de2 [2021-03-19T20:21:49.954Z] ---> Running in 9f86872f28ca [2021-03-19T20:21:49.954Z] Removing intermediate container 0a0a8308b8d0 [2021-03-19T20:21:49.954Z] ---> 63b0da727676 [2021-03-19T20:21:49.954Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:21:50.743Z] ---> Running in 4d560bc4f4cf [2021-03-19T20:21:52.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:52.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:52.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:52.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:52.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:53.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:53.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:53.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:53.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:53.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:21:54.370Z] OK: 233 MiB in 51 packages [2021-03-19T20:21:54.370Z] OK: 233 MiB in 51 packages [2021-03-19T20:21:54.370Z] OK: 233 MiB in 51 packages [2021-03-19T20:21:54.370Z] OK: 233 MiB in 51 packages [2021-03-19T20:21:54.370Z] OK: 233 MiB in 51 packages [2021-03-19T20:21:57.061Z] Removing intermediate container cfe287625de2 [2021-03-19T20:21:57.061Z] ---> 8df23739f5e0 [2021-03-19T20:21:57.061Z] Step 6/23 : COPY go.mod . [2021-03-19T20:21:57.741Z] Removing intermediate container 4d560bc4f4cf [2021-03-19T20:21:57.741Z] ---> 6ba6220ad7d1 [2021-03-19T20:21:57.741Z] Step 6/24 : COPY go.mod . [2021-03-19T20:21:57.741Z] Removing intermediate container 9f86872f28ca [2021-03-19T20:21:57.741Z] ---> 68b1541c0e00 [2021-03-19T20:21:57.741Z] Step 6/22 : COPY go.mod . [2021-03-19T20:21:58.130Z] Removing intermediate container bcefb3b9ce9d [2021-03-19T20:21:58.130Z] ---> b37d0044c3c2 [2021-03-19T20:21:58.130Z] Step 6/26 : COPY go.mod . [2021-03-19T20:21:58.130Z] Removing intermediate container 4861865bfe58 [2021-03-19T20:21:58.130Z] ---> 4066d68ea60a [2021-03-19T20:21:58.130Z] Step 6/23 : COPY go.mod . [2021-03-19T20:21:58.890Z] ---> 8da0f6693e88 [2021-03-19T20:21:58.890Z] Step 7/23 : RUN go mod download [2021-03-19T20:21:58.890Z] ---> Running in 04eb6539340b [2021-03-19T20:21:59.174Z] ---> 76be36c4e433 [2021-03-19T20:21:59.174Z] Step 7/23 : RUN go mod download [2021-03-19T20:21:59.174Z] ---> 6fbc4b1a5c45 [2021-03-19T20:21:59.174Z] Step 7/24 : RUN go mod download [2021-03-19T20:21:59.503Z] ---> 09d83b11762e [2021-03-19T20:21:59.503Z] Step 7/22 : RUN go mod download [2021-03-19T20:21:59.503Z] ---> 832e85125f51 [2021-03-19T20:21:59.503Z] Step 7/26 : RUN go mod download [2021-03-19T20:21:59.809Z] ---> Running in fc6c105dca51 [2021-03-19T20:21:59.809Z] ---> Running in e79b52a572c1 [2021-03-19T20:21:59.809Z] ---> Running in d29aa04079a5 [2021-03-19T20:21:59.809Z] ---> Running in 8b8eeca516ba [2021-03-19T20:22:01.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:22:08.508Z] Removing intermediate container 04eb6539340b [2021-03-19T20:22:08.508Z] ---> dd9a0b62e7bf [2021-03-19T20:22:08.508Z] Step 8/23 : COPY . . [2021-03-19T20:22:08.508Z] Removing intermediate container 8b8eeca516ba [2021-03-19T20:22:08.508Z] ---> 1654fd1e2765 [2021-03-19T20:22:08.508Z] Step 8/22 : COPY . . [2021-03-19T20:22:08.771Z] Removing intermediate container d29aa04079a5 [2021-03-19T20:22:08.771Z] ---> 20cca09af010 [2021-03-19T20:22:08.771Z] Step 8/26 : COPY . . [2021-03-19T20:22:08.771Z] Removing intermediate container e79b52a572c1 [2021-03-19T20:22:08.771Z] ---> e987b3ee6fa5 [2021-03-19T20:22:08.771Z] Step 8/23 : COPY . . [2021-03-19T20:22:09.046Z] Removing intermediate container fc6c105dca51 [2021-03-19T20:22:09.046Z] ---> 31e2d0c9d671 [2021-03-19T20:22:09.046Z] Step 8/24 : COPY . . [2021-03-19T20:22:10.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:22:16.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:22:18.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:22:25.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:22:31.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:22:36.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:22:41.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:22:45.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:22:50.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T20:23:00.219Z] $ docker stop --time=1 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd [2021-03-19T20:23:03.871Z] $ docker rm -f 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:06.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:06.300Z] [2021-03-19T20:23:06.300Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:06.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:06.964Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T20:23:06.964Z] 29e5d40040c1: Pulling fs layer [2021-03-19T20:23:06.964Z] 1ce36da41761: Pulling fs layer [2021-03-19T20:23:06.964Z] 25b303627fd3: Pulling fs layer [2021-03-19T20:23:07.559Z] 29e5d40040c1: Verifying Checksum [2021-03-19T20:23:07.559Z] 29e5d40040c1: Download complete [2021-03-19T20:23:08.154Z] 1ce36da41761: Verifying Checksum [2021-03-19T20:23:08.427Z] 29e5d40040c1: Pull complete [2021-03-19T20:23:09.857Z] 1ce36da41761: Pull complete [2021-03-19T20:23:10.452Z] 25b303627fd3: Verifying Checksum [2021-03-19T20:23:10.452Z] 25b303627fd3: Download complete [2021-03-19T20:23:20.606Z] 25b303627fd3: Pull complete [2021-03-19T20:23:20.606Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T20:23:20.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:20.606Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T20:23:20.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container [2021-03-19T20:23:20.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:23:24.168Z] $ docker top 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:23:25.257Z] + grep parallel [2021-03-19T20:23:25.257Z] + docker-compose build --help [2021-03-19T20:23:30.643Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:23:30.661Z] $ docker stop --time=1 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 [2021-03-19T20:23:32.611Z] $ docker rm -f 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:33.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:23:33.484Z] . [Pipeline] withDockerContainer [2021-03-19T20:23:33.782Z] prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container [2021-03-19T20:23:33.873Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T20:23:35.379Z] $ docker top a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:23:36.607Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:23:43.379Z] Building docker-core-command-go ... [2021-03-19T20:23:43.379Z] Building docker-core-data-go ... [2021-03-19T20:23:43.379Z] Building docker-core-metadata-go ... [2021-03-19T20:23:43.379Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:23:43.379Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:23:43.379Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:23:43.379Z] Building docker-support-notifications-go ... [2021-03-19T20:23:43.379Z] Building docker-support-scheduler-go ... [2021-03-19T20:23:43.379Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:23:43.379Z] Building docker-support-notifications-go [2021-03-19T20:23:43.379Z] Building docker-security-secretstore-setup-go [2021-03-19T20:23:43.379Z] Building docker-security-bootstrapper-go [2021-03-19T20:23:43.379Z] Building docker-support-scheduler-go [2021-03-19T20:23:43.379Z] Building docker-core-command-go [2021-03-19T20:24:51.965Z] ---> ab72c53bee46 [2021-03-19T20:24:51.965Z] Step 9/23 : RUN make cmd/core-data/core-data ---> e8a71f171ff9 [2021-03-19T20:24:51.965Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:24:51.965Z] ---> 11844aaecac1 [2021-03-19T20:24:51.965Z] ---> 6a8feb3ec678 [2021-03-19T20:24:51.965Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:24:51.965Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:24:51.965Z] [2021-03-19T20:24:51.965Z] ---> Running in 19540c7ffdd9 [2021-03-19T20:24:51.965Z] ---> Running in 5a4903c71c28 [2021-03-19T20:24:51.965Z] ---> Running in 8426c5fbe599 [2021-03-19T20:24:51.965Z] ---> Running in 62d94045ce36 [2021-03-19T20:24:51.965Z] ---> 7dd0912527e5 [2021-03-19T20:24:51.965Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:24:51.965Z] ---> Running in 467e22f9ae63 [2021-03-19T20:24:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:24:51.965Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:24:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:24:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:24:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:25:05.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:25:05.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:25:05.142Z] ---> 3ec8fc76579f [2021-03-19T20:25:05.142Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:25:05.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:25:05.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:25:05.142Z] ---> 3ec8fc76579f [2021-03-19T20:25:05.142Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:25:05.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:25:05.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:25:05.142Z] ---> 3ec8fc76579f [2021-03-19T20:25:05.142Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:25:05.142Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:25:05.142Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:25:05.142Z] ---> 3ec8fc76579f [2021-03-19T20:25:05.142Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:25:05.142Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:25:05.142Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:25:05.142Z] ---> 3ec8fc76579f [2021-03-19T20:25:05.142Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:25:05.142Z] ---> Running in 9875b398e292 [2021-03-19T20:25:05.142Z] ---> Running in 7439d86a22d7 [2021-03-19T20:25:05.142Z] ---> Running in 0a2f10f00f15 [2021-03-19T20:25:05.142Z] ---> Running in 61f9d7714296 [2021-03-19T20:25:05.142Z] ---> Running in 1a5ce033f62e [2021-03-19T20:25:05.142Z] Removing intermediate container 0a2f10f00f15 [2021-03-19T20:25:05.142Z] Removing intermediate container 61f9d7714296 [2021-03-19T20:25:05.142Z] ---> 195f0e15eb3e [2021-03-19T20:25:05.142Z] ---> cb466462ad7f [2021-03-19T20:25:05.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:25:05.143Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:25:05.143Z] Removing intermediate container 1a5ce033f62e [2021-03-19T20:25:05.143Z] Removing intermediate container 9875b398e292 [2021-03-19T20:25:05.143Z] ---> defafe53c87d [2021-03-19T20:25:05.143Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:25:05.143Z] ---> c91da6f2c4bb [2021-03-19T20:25:05.143Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:25:05.143Z] Removing intermediate container 7439d86a22d7 [2021-03-19T20:25:05.143Z] ---> cf186da78c3e [2021-03-19T20:25:05.143Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:25:05.143Z] ---> Running in 028d62ff5098 [2021-03-19T20:25:05.143Z] ---> Running in 0c138279526c [2021-03-19T20:25:05.143Z] ---> Running in 961fae8a5697 [2021-03-19T20:25:05.143Z] ---> Running in 5a073df7ce57 [2021-03-19T20:25:05.143Z] ---> Running in 8b74c0417229 [2021-03-19T20:25:06.593Z] Removing intermediate container 028d62ff5098 [2021-03-19T20:25:06.593Z] ---> 669fd96acf22 [2021-03-19T20:25:06.593Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:25:06.871Z] ---> Running in 7b733c883592 [2021-03-19T20:25:07.150Z] Removing intermediate container 0c138279526c [2021-03-19T20:25:07.150Z] ---> 3e2519df28ea [2021-03-19T20:25:07.150Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:25:07.150Z] Removing intermediate container 961fae8a5697 [2021-03-19T20:25:07.150Z] ---> 274182075118 [2021-03-19T20:25:07.150Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:25:07.432Z] ---> Running in 066b89e3be28 [2021-03-19T20:25:07.432Z] Removing intermediate container 5a073df7ce57 [2021-03-19T20:25:07.432Z] ---> 29bbd3727701 [2021-03-19T20:25:07.432Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:25:07.713Z] ---> Running in e5046e98a9d9 [2021-03-19T20:25:07.713Z] Removing intermediate container 8b74c0417229 [2021-03-19T20:25:07.713Z] ---> 642ad21b9e90 [2021-03-19T20:25:07.713Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:25:07.713Z] ---> Running in 36d477d08617 [2021-03-19T20:25:07.988Z] ---> Running in 94fd26a4870b [2021-03-19T20:25:08.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:09.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:09.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.416Z] OK: 217 MiB in 51 packages [2021-03-19T20:25:10.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:10.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:25:11.977Z] OK: 217 MiB in 51 packages [2021-03-19T20:25:11.977Z] OK: 217 MiB in 51 packages [2021-03-19T20:25:11.977Z] OK: 217 MiB in 51 packages [2021-03-19T20:25:12.279Z] Removing intermediate container 7b733c883592 [2021-03-19T20:25:12.279Z] ---> c5429614c473 [2021-03-19T20:25:12.279Z] Step 6/22 : COPY go.mod . [2021-03-19T20:25:12.567Z] OK: 217 MiB in 51 packages [2021-03-19T20:25:13.563Z] ---> 950af1d7c722 [2021-03-19T20:25:13.563Z] Step 7/22 : RUN go mod download [2021-03-19T20:25:13.836Z] ---> Running in 3d2100ae2807 [2021-03-19T20:25:13.836Z] Removing intermediate container 066b89e3be28 [2021-03-19T20:25:13.836Z] ---> a5a496cf85d8 [2021-03-19T20:25:13.836Z] Step 6/22 : COPY go.mod . [2021-03-19T20:25:14.125Z] Removing intermediate container e5046e98a9d9 [2021-03-19T20:25:14.125Z] ---> f3f13d2ab6ac [2021-03-19T20:25:14.125Z] Step 6/24 : COPY go.mod . [2021-03-19T20:25:14.125Z] Removing intermediate container 94fd26a4870b [2021-03-19T20:25:14.125Z] ---> b1d87761cdf6 [2021-03-19T20:25:14.125Z] Step 6/31 : COPY go.mod . [2021-03-19T20:25:14.411Z] Removing intermediate container 36d477d08617 [2021-03-19T20:25:14.411Z] ---> 1ad654000492 [2021-03-19T20:25:14.411Z] Step 6/23 : COPY go.mod . [2021-03-19T20:25:15.019Z] ---> 145a9ef59112 [2021-03-19T20:25:15.019Z] Step 7/22 : RUN go mod download [2021-03-19T20:25:15.303Z] ---> Running in 8bcc3aff93db [2021-03-19T20:25:15.579Z] ---> f3b170a94807 [2021-03-19T20:25:15.579Z] Step 7/24 : RUN go mod download [2021-03-19T20:25:15.579Z] ---> 884a1918800f [2021-03-19T20:25:15.579Z] Step 7/31 : RUN go mod download [2021-03-19T20:25:15.858Z] ---> 6a3e0a56bdeb [2021-03-19T20:25:15.858Z] Step 7/23 : RUN go mod download [2021-03-19T20:25:15.858Z] ---> Running in 911423e84882 [2021-03-19T20:25:15.858Z] ---> Running in a3c04766eef5 [2021-03-19T20:25:16.132Z] ---> Running in 6d0a10924c62 [2021-03-19T20:25:18.780Z] Removing intermediate container 3d2100ae2807 [2021-03-19T20:25:18.780Z] ---> f1d99b675383 [2021-03-19T20:25:18.780Z] Step 8/22 : COPY . . [2021-03-19T20:25:20.777Z] Removing intermediate container 8bcc3aff93db [2021-03-19T20:25:20.777Z] ---> aabc7e732580 [2021-03-19T20:25:20.777Z] Step 8/22 : COPY . . [2021-03-19T20:25:21.439Z] Removing intermediate container 911423e84882 [2021-03-19T20:25:21.439Z] ---> 2ea30fd78d69 [2021-03-19T20:25:21.439Z] Step 8/24 : COPY . . [2021-03-19T20:25:21.721Z] Removing intermediate container a3c04766eef5 [2021-03-19T20:25:21.721Z] ---> 87095d6f38a9 [2021-03-19T20:25:21.721Z] Step 8/31 : COPY . . [2021-03-19T20:25:22.331Z] Removing intermediate container 6d0a10924c62 [2021-03-19T20:25:22.331Z] ---> 64e4d2fc57d9 [2021-03-19T20:25:22.331Z] Step 8/23 : COPY . . [2021-03-19T20:25:49.199Z] ---> 618a9aa8d1e4 [2021-03-19T20:25:49.199Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:25:49.199Z] ---> 3c3deba564e9 [2021-03-19T20:25:49.199Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:25:49.199Z] ---> cf1080e81f64 [2021-03-19T20:25:49.199Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:25:49.199Z] ---> Running in 914e2af32797 [2021-03-19T20:25:49.199Z] ---> 36b76290cdb8 [2021-03-19T20:25:49.199Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:25:49.199Z] ---> d6e3f6bb826e [2021-03-19T20:25:49.199Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:25:49.199Z] ---> Running in aacf5ff983f5 [2021-03-19T20:25:49.199Z] ---> Running in 11083c5c5a5e [2021-03-19T20:25:49.199Z] ---> Running in 79c65c91c1d0 [2021-03-19T20:25:49.199Z] ---> Running in 12a882c59847 [2021-03-19T20:25:49.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:25:49.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:25:50.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:25:50.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:25:50.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T20:26:03.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:26:24.298Z] Removing intermediate container 19540c7ffdd9 [2021-03-19T20:26:24.298Z] ---> ff4c435d1c59 [2021-03-19T20:26:24.298Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:26:24.298Z] ---> Running in a7acee8b70ba [2021-03-19T20:26:27.181Z] Removing intermediate container 467e22f9ae63 [2021-03-19T20:26:27.181Z] ---> 7e50b9e7742e [2021-03-19T20:26:27.181Z] [2021-03-19T20:26:27.181Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:26:27.181Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:29.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:26:29.643Z] Removing intermediate container 8426c5fbe599 [2021-03-19T20:26:29.643Z] ---> 8ebc62153437 [2021-03-19T20:26:29.643Z] [2021-03-19T20:26:29.643Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:26:29.643Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:29.643Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:26:29.643Z] ---> 88dd2752d2ea [2021-03-19T20:26:29.643Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:26:29.643Z] 3.12: Pulling from library/alpine [2021-03-19T20:26:29.643Z] Removing intermediate container 5a4903c71c28 [2021-03-19T20:26:29.643Z] ---> f81478bcc61d [2021-03-19T20:26:29.643Z] [2021-03-19T20:26:29.643Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:26:29.643Z] ---> 88dd2752d2ea [2021-03-19T20:26:29.643Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:26:29.947Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:26:29.947Z] Status: Image is up to date for alpine:3.12 [2021-03-19T20:26:29.947Z] ---> 88dd2752d2ea [2021-03-19T20:26:29.947Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:26:30.395Z] ---> Running in 91ddfddf7c6a [2021-03-19T20:26:30.395Z] ---> Running in 6c322136e0a8 [2021-03-19T20:26:30.395Z] ---> Running in 117b93058239 [2021-03-19T20:26:33.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:33.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:33.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:33.645Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:33.645Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:33.645Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:34.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:34.076Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:34.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:34.810Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:26:34.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:34.810Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:26:34.810Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:26:34.810Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:26:34.810Z] OK: 6 MiB in 16 packages [2021-03-19T20:26:34.810Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:35.098Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:35.098Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:26:35.098Z] OK: 7 MiB in 19 packages [2021-03-19T20:26:35.098Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:35.098Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:35.098Z] OK: 6 MiB in 15 packages [2021-03-19T20:26:37.187Z] Removing intermediate container a7acee8b70ba [2021-03-19T20:26:37.187Z] ---> 8d33246a8543 [2021-03-19T20:26:37.187Z] [2021-03-19T20:26:37.188Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:26:37.188Z] 20.10.0: Pulling from library/docker [2021-03-19T20:26:37.846Z] Removing intermediate container 62d94045ce36 [2021-03-19T20:26:37.846Z] ---> 6606e554f53e [2021-03-19T20:26:37.846Z] [2021-03-19T20:26:37.846Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:26:37.846Z] ---> 88dd2752d2ea [2021-03-19T20:26:37.846Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:26:38.894Z] ---> Running in 86cc620302d8 [2021-03-19T20:26:39.213Z] Removing intermediate container 117b93058239 [2021-03-19T20:26:39.213Z] ---> c4fd968afee7 [2021-03-19T20:26:39.213Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:39.872Z] Removing intermediate container 91ddfddf7c6a [2021-03-19T20:26:39.872Z] ---> a1eece0cca27 [2021-03-19T20:26:39.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:26:40.290Z] Removing intermediate container 6c322136e0a8 [2021-03-19T20:26:40.290Z] ---> 290d478b3fcd [2021-03-19T20:26:40.291Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:26:40.291Z] Removing intermediate container 86cc620302d8 [2021-03-19T20:26:40.291Z] ---> 97c9f68c896c [2021-03-19T20:26:40.291Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:26:40.656Z] ---> Running in 6e263298f7c0 [2021-03-19T20:26:40.656Z] ---> Running in d99d2f9a292e [2021-03-19T20:26:40.656Z] ---> Running in b9ad56bc294b [2021-03-19T20:26:40.965Z] ---> Running in 6926b3ac961e [2021-03-19T20:26:41.658Z] Removing intermediate container d99d2f9a292e [2021-03-19T20:26:41.658Z] ---> f0c468461d70 [2021-03-19T20:26:41.658Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:26:41.658Z] Removing intermediate container b9ad56bc294b [2021-03-19T20:26:41.658Z] ---> 09e6d949dd52 [2021-03-19T20:26:41.658Z] Step 13/24 : WORKDIR / [2021-03-19T20:26:41.949Z] Removing intermediate container 6e263298f7c0 [2021-03-19T20:26:41.949Z] ---> 46ea0adb3cf6 [2021-03-19T20:26:41.949Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:26:41.949Z] ---> Running in 50960e4a62ea [2021-03-19T20:26:41.949Z] ---> Running in c1afa29ecb27 [2021-03-19T20:26:42.643Z] Removing intermediate container 6926b3ac961e [2021-03-19T20:26:42.643Z] ---> d72108f0d05c [2021-03-19T20:26:42.643Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:26:43.094Z] ---> Running in c7aaf9147f90 [2021-03-19T20:26:43.094Z] ---> Running in 43f4524aab65 [2021-03-19T20:26:43.482Z] Removing intermediate container 50960e4a62ea [2021-03-19T20:26:43.482Z] ---> b346defa543a [2021-03-19T20:26:43.482Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:26:43.816Z] Removing intermediate container c1afa29ecb27 [2021-03-19T20:26:43.816Z] ---> b65772ae448c [2021-03-19T20:26:43.816Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-19T20:26:43.816Z] ---> Running in 082945dd74ff [2021-03-19T20:26:43.816Z] Removing intermediate container c7aaf9147f90 [2021-03-19T20:26:43.816Z] ---> d69b0e3264f8 [2021-03-19T20:26:43.816Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:26:44.104Z] Removing intermediate container 43f4524aab65 [2021-03-19T20:26:44.104Z] ---> 7a076b41105e [2021-03-19T20:26:44.104Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:26:44.395Z] ---> Running in c840ae6ff99e [2021-03-19T20:26:44.395Z] ---> Running in 4cce7a844a42 [2021-03-19T20:26:44.395Z] Removing intermediate container 082945dd74ff [2021-03-19T20:26:44.395Z] ---> 53baa617ec94 [2021-03-19T20:26:44.395Z] Step 15/23 : WORKDIR / [2021-03-19T20:26:44.825Z] ---> aa467867b87c [2021-03-19T20:26:44.825Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-19T20:26:44.825Z] ---> Running in 8452fcfd7ce0 [2021-03-19T20:26:45.610Z] Removing intermediate container c840ae6ff99e [2021-03-19T20:26:45.610Z] ---> 68236f340bbc [2021-03-19T20:26:45.610Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:46.884Z] ---> b88dd7831d1b [2021-03-19T20:26:46.884Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:46.884Z] Removing intermediate container 8452fcfd7ce0 [2021-03-19T20:26:46.884Z] ---> 125e55865123 [2021-03-19T20:26:46.884Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:47.462Z] ---> ea83e6d0a35a [2021-03-19T20:26:47.462Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:26:47.462Z] ---> ea5613a27b01 [2021-03-19T20:26:47.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:26:47.782Z] ---> e3a916cbf071 [2021-03-19T20:26:47.782Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:26:48.183Z] Removing intermediate container 4cce7a844a42 [2021-03-19T20:26:48.183Z] ---> 68c7dfbe3435 [2021-03-19T20:26:48.183Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:26:48.871Z] ---> Running in 73d529db9586 [2021-03-19T20:26:49.159Z] ---> 5f765031e39e [2021-03-19T20:26:49.159Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:50.283Z] ---> b8f26f9a1072 [2021-03-19T20:26:50.283Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:26:50.283Z] ---> ba8a25e17d74 [2021-03-19T20:26:50.283Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:26:51.479Z] ---> a30c80bede82 [2021-03-19T20:26:51.479Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:26:51.763Z] ---> Running in 5f9755878c5c [2021-03-19T20:26:52.240Z] ---> 3bd10704e93a [2021-03-19T20:26:52.241Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:26:52.561Z] ---> Running in b89d269a5ebb [2021-03-19T20:26:52.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:52.933Z] ---> 5a9ab1abe541 [2021-03-19T20:26:52.933Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:26:52.933Z] Removing intermediate container 5f9755878c5c [2021-03-19T20:26:52.933Z] ---> 31b1b76dbc7a [2021-03-19T20:26:52.933Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:26:52.933Z] ---> Running in c85d2ebfe584 [2021-03-19T20:26:53.321Z] Removing intermediate container b89d269a5ebb [2021-03-19T20:26:53.321Z] ---> b32737a5c9cc [2021-03-19T20:26:53.321Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:26:53.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:26:53.683Z] ---> Running in 46a0cdc783de [2021-03-19T20:26:53.683Z] Removing intermediate container c85d2ebfe584 [2021-03-19T20:26:53.683Z] ---> ce4514c66ff1 [2021-03-19T20:26:53.683Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:26:54.090Z] ---> e8986f734cb3 [2021-03-19T20:26:54.090Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-19T20:26:54.090Z] ---> Running in 9bdf511aa634 [2021-03-19T20:26:54.090Z] ---> Running in de64c3103983 [2021-03-19T20:26:54.538Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:26:54.538Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:26:54.538Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:26:54.538Z] Removing intermediate container 46a0cdc783de [2021-03-19T20:26:54.538Z] ---> 47b87a4e7feb [2021-03-19T20:26:54.538Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:26:54.833Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:26:55.188Z] Removing intermediate container 9bdf511aa634 [2021-03-19T20:26:55.188Z] ---> 64e74cc2515a [2021-03-19T20:26:55.188Z] Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:26:55.188Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:26:55.188Z] ---> Running in b5ae9c5dac8f [2021-03-19T20:26:56.751Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:26:56.751Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:26:56.751Z] OK: 8 MiB in 20 packages [2021-03-19T20:26:56.751Z] ---> Running in dee9b058441d [2021-03-19T20:26:56.751Z] Removing intermediate container b5ae9c5dac8f [2021-03-19T20:26:56.751Z] ---> 5696d66c9598 [2021-03-19T20:26:56.751Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:26:56.751Z] ---> Running in 74fa1740e296 [2021-03-19T20:26:56.751Z] Removing intermediate container dee9b058441d [2021-03-19T20:26:56.751Z] ---> 3f9763b92ec4 [2021-03-19T20:26:56.751Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:26:57.780Z] ---> Running in abfe620366fc [2021-03-19T20:26:58.058Z] Removing intermediate container 74fa1740e296 [2021-03-19T20:26:58.058Z] ---> d0689d5c9ac8 [2021-03-19T20:26:58.058Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:26:58.335Z] ---> Running in 56d516497c09 [2021-03-19T20:26:58.688Z] Removing intermediate container 73d529db9586 [2021-03-19T20:26:58.688Z] ---> decab74010cb [2021-03-19T20:26:58.688Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:26:58.688Z] Removing intermediate container abfe620366fc [2021-03-19T20:26:58.688Z] ---> 10b8c831dd39 [2021-03-19T20:26:58.688Z] [2021-03-19T20:26:59.037Z] Removing intermediate container de64c3103983 [2021-03-19T20:26:59.037Z] ---> 82179428dda9 [2021-03-19T20:26:59.037Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:26:59.330Z] ---> Running in 12b623e69180 [2021-03-19T20:26:59.693Z] Removing intermediate container 56d516497c09 [2021-03-19T20:26:59.693Z] ---> de2bab3f2c9c [2021-03-19T20:26:59.693Z] [2021-03-19T20:27:00.477Z] Successfully built 10b8c831dd39 [2021-03-19T20:27:00.477Z] ---> 56b69ac2711a [2021-03-19T20:27:00.477Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:27:00.477Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T20:27:00.477Z] Building docker-security-bootstrapper-go [2021-03-19T20:27:00.477Z]  Building docker-support-notifications-go ... done Removing intermediate container 12b623e69180 [2021-03-19T20:27:00.477Z] ---> bb621fdae021 [2021-03-19T20:27:00.477Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T20:27:01.779Z] ---> Running in 6ad301d0dd87 [2021-03-19T20:27:01.779Z] Successfully built de2bab3f2c9c [2021-03-19T20:27:01.779Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:27:02.079Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:27:02.079Z] Successfully tagged docker-core-command-go:latest [2021-03-19T20:27:02.079Z] ---> aefe523efa57 [2021-03-19T20:27:02.079Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:27:02.079Z] Building docker-core-metadata-go [2021-03-19T20:27:02.403Z]  Building docker-core-command-go ... done  ---> Running in 0bb0f21ec761 [2021-03-19T20:27:02.708Z] Removing intermediate container 6ad301d0dd87 [2021-03-19T20:27:02.708Z] ---> 9c6819628a09 [2021-03-19T20:27:02.708Z] Step 23/24 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:27:03.018Z] ---> Running in 394da1b6599d [2021-03-19T20:27:03.018Z] ---> e41ee82ed903 [2021-03-19T20:27:03.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:03.359Z] Removing intermediate container 394da1b6599d [2021-03-19T20:27:03.359Z] ---> a7ff07a26c02 [2021-03-19T20:27:03.359Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:27:05.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:05.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:05.446Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:27:05.446Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:27:05.446Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:27:05.446Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:05.446Z] OK: 12 MiB in 22 packages [2021-03-19T20:27:06.099Z] ---> Running in 3227ef9ca326 [2021-03-19T20:27:07.215Z] ---> c4af3fb3205b [2021-03-19T20:27:07.215Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:27:07.504Z] ---> Running in efa33f8189d2 [2021-03-19T20:27:08.203Z] Removing intermediate container 3227ef9ca326 [2021-03-19T20:27:08.203Z] ---> 0cc31cc0f736 [2021-03-19T20:27:08.203Z] [2021-03-19T20:27:08.485Z] Removing intermediate container efa33f8189d2 [2021-03-19T20:27:08.485Z] ---> 02701e939782 [2021-03-19T20:27:08.485Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:27:08.764Z] ---> Running in c48233909c0e [2021-03-19T20:27:08.764Z] Successfully built 0cc31cc0f736 [2021-03-19T20:27:09.056Z] Removing intermediate container 0bb0f21ec761 [2021-03-19T20:27:09.056Z] ---> 96c04443bbc8 [2021-03-19T20:27:09.056Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:27:09.056Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T20:27:09.056Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-19T20:27:09.056Z] ---> Running in 13fa8f8eb873 [2021-03-19T20:27:09.056Z] Removing intermediate container c48233909c0e [2021-03-19T20:27:09.056Z] ---> a7016ffea365 [2021-03-19T20:27:09.056Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:27:09.323Z] ---> Running in 6384c80e5d48 [2021-03-19T20:27:10.621Z] Removing intermediate container 13fa8f8eb873 [2021-03-19T20:27:10.621Z] ---> e1855eca9a6f [2021-03-19T20:27:10.621Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:27:11.650Z] Removing intermediate container 6384c80e5d48 [2021-03-19T20:27:11.650Z] ---> 0a4aee1a0dd8 [2021-03-19T20:27:11.650Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:27:13.612Z] ---> Running in 41f50e8fb21d [2021-03-19T20:27:14.380Z] ---> Running in efc10af9fe62 [2021-03-19T20:27:15.002Z] Removing intermediate container 41f50e8fb21d [2021-03-19T20:27:15.002Z] ---> bd03bf8282c2 [2021-03-19T20:27:15.002Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:27:15.002Z] Removing intermediate container efc10af9fe62 [2021-03-19T20:27:15.002Z] ---> 026686fcae42 [2021-03-19T20:27:15.002Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:27:15.002Z] ---> Running in ad29a356b6f9 [2021-03-19T20:27:15.286Z] ---> Running in cb0f7e5bbdc7 [2021-03-19T20:27:15.592Z] Removing intermediate container ad29a356b6f9 [2021-03-19T20:27:15.592Z] ---> 92fc13b08136 [2021-03-19T20:27:15.592Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:27:16.299Z] Removing intermediate container cb0f7e5bbdc7 [2021-03-19T20:27:16.299Z] ---> ee86963c5aca [2021-03-19T20:27:16.299Z] [2021-03-19T20:27:17.810Z] Successfully built ee86963c5aca [2021-03-19T20:27:18.129Z] Successfully tagged docker-core-data-go:latest [2021-03-19T20:27:18.129Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-03-19T20:27:18.726Z] ---> 5ca521b85b79 [2021-03-19T20:27:18.726Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:27:20.844Z] ---> 0e1d315038ea [2021-03-19T20:27:20.844Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:27:24.711Z] ---> 3b8934977873 [2021-03-19T20:27:24.711Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:27:24.711Z] ---> Running in 2ce8eb33bb95 [2021-03-19T20:27:26.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:26.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:27:27.093Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:27:27.093Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:27:27.093Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:27:27.093Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:27:27.093Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:27:27.093Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:27:27.093Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:27:30.266Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:27:30.266Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:27:30.266Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:27:30.266Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:27:30.266Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:27:30.266Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:27:30.266Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:27:30.266Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:27:30.266Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:27:30.266Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:27:30.767Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:27:30.767Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:27:30.767Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:27:30.767Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:27:30.767Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:27:30.767Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:27:30.767Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:27:30.767Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:27:31.856Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:27:33.307Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:27:33.586Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:27:33.586Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:27:33.586Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:27:33.586Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:27:33.931Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:27:33.931Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:27:36.239Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:36.239Z] OK: 71 MiB in 55 packages [2021-03-19T20:27:42.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:27:52.903Z] Removing intermediate container 79c65c91c1d0 [2021-03-19T20:27:52.903Z] ---> 6103d2fdb504 [2021-03-19T20:27:52.903Z] [2021-03-19T20:27:52.903Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:27:52.903Z] 3.12: Pulling from library/alpine [2021-03-19T20:27:53.531Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:27:53.531Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:27:53.531Z] ---> d10569e2745f [2021-03-19T20:27:53.531Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:27:53.819Z] ---> Running in c43be468cfd9 [2021-03-19T20:27:56.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:56.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:27:57.487Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:27:57.487Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:27:57.487Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:27:57.487Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:27:57.487Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:27:57.487Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:27:57.487Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:27:58.121Z] OK: 7 MiB in 19 packages [2021-03-19T20:27:58.121Z] Removing intermediate container 11083c5c5a5e [2021-03-19T20:27:58.121Z] ---> ac66e3999af0 [2021-03-19T20:27:58.121Z] [2021-03-19T20:27:58.121Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:27:58.121Z] ---> d10569e2745f [2021-03-19T20:27:58.121Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:27:58.398Z] ---> Running in 2808e6e92ab6 [2021-03-19T20:27:59.431Z] Removing intermediate container 2808e6e92ab6 [2021-03-19T20:27:59.431Z] ---> 6b70e7c25b76 [2021-03-19T20:27:59.431Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:28:00.075Z] ---> Running in 9d13759ea08b [2021-03-19T20:28:01.693Z] Removing intermediate container c43be468cfd9 [2021-03-19T20:28:01.693Z] ---> 8d5c571fba0d [2021-03-19T20:28:01.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:28:01.992Z] ---> Running in 09f89f1c1e3b [2021-03-19T20:28:02.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:02.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:02.590Z] Removing intermediate container 09f89f1c1e3b [2021-03-19T20:28:02.590Z] ---> 20c9128340b8 [2021-03-19T20:28:02.590Z] Step 13/24 : WORKDIR / [2021-03-19T20:28:02.903Z] ---> Running in 8d0d2a0d739d [2021-03-19T20:28:03.758Z] Removing intermediate container 8d0d2a0d739d [2021-03-19T20:28:03.758Z] ---> b4fa497feca8 [2021-03-19T20:28:03.758Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-19T20:28:03.758Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:28:03.758Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:28:03.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:28:03.758Z] OK: 5 MiB in 16 packages [2021-03-19T20:28:05.203Z] ---> 6f215a598399 [2021-03-19T20:28:05.203Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-19T20:28:06.205Z] Removing intermediate container 9d13759ea08b [2021-03-19T20:28:06.205Z] ---> 725f1f0ed041 [2021-03-19T20:28:06.205Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:28:06.485Z] ---> 31e207c16d00 [2021-03-19T20:28:06.485Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:28:06.772Z] ---> Running in 19963e1fc629 [2021-03-19T20:28:07.772Z] Removing intermediate container 19963e1fc629 [2021-03-19T20:28:07.772Z] ---> e64d246450e5 [2021-03-19T20:28:07.772Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:28:07.772Z] ---> 84b68817ffe4 [2021-03-19T20:28:07.772Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:28:07.772Z] ---> Running in 620113fea20d [2021-03-19T20:28:09.879Z] Removing intermediate container 620113fea20d [2021-03-19T20:28:09.879Z] ---> e07b9f6e450b [2021-03-19T20:28:09.879Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:28:10.860Z] ---> 8a5eeb358312 [2021-03-19T20:28:10.860Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:28:11.135Z] ---> Running in 06a8af35ee97 [2021-03-19T20:28:11.728Z] Removing intermediate container aacf5ff983f5 [2021-03-19T20:28:11.728Z] ---> a50d4b10005c [2021-03-19T20:28:11.728Z] [2021-03-19T20:28:11.728Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:28:11.728Z] ---> d10569e2745f [2021-03-19T20:28:11.728Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:28:11.728Z] Removing intermediate container 914e2af32797 [2021-03-19T20:28:11.728Z] ---> 530fedaffa80 [2021-03-19T20:28:11.728Z] [2021-03-19T20:28:11.728Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:28:11.728Z] Removing intermediate container 12a882c59847 [2021-03-19T20:28:11.728Z] ---> cf9460ea8080 [2021-03-19T20:28:11.728Z] [2021-03-19T20:28:11.728Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:28:11.728Z] ---> d10569e2745f [2021-03-19T20:28:11.728Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:28:11.728Z] ---> d10569e2745f [2021-03-19T20:28:11.728Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:28:12.321Z] ---> Running in 39adf793399c [2021-03-19T20:28:12.321Z] ---> Running in d8eb67701307 [2021-03-19T20:28:12.321Z] ---> Running in 358784f35c45 [2021-03-19T20:28:12.603Z] ---> e18b611dff87 [2021-03-19T20:28:12.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:28:13.625Z] ---> bdbae0b1c7d4 [2021-03-19T20:28:13.625Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-19T20:28:13.906Z] ---> Running in 403d4df54169 [2021-03-19T20:28:14.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:14.191Z] Removing intermediate container 06a8af35ee97 [2021-03-19T20:28:14.191Z] ---> e169b869ab3f [2021-03-19T20:28:14.191Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:28:14.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:14.471Z] ---> Running in 2e753cc8f7bd [2021-03-19T20:28:14.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:14.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:15.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:15.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:28:15.025Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:28:15.025Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:28:15.311Z] OK: 5 MiB in 15 packages [2021-03-19T20:28:15.311Z] Removing intermediate container 2e753cc8f7bd [2021-03-19T20:28:15.311Z] ---> ad1573db50e5 [2021-03-19T20:28:15.311Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:28:15.595Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:28:15.595Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:28:15.595Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:28:15.874Z] OK: 5 MiB in 15 packages [2021-03-19T20:28:15.874Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:28:15.874Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:28:15.874Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:28:16.157Z] OK: 6 MiB in 16 packages [2021-03-19T20:28:16.781Z] ---> 26f8f5fd5b50 [2021-03-19T20:28:16.781Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:28:17.053Z] ---> Running in 979f8d067405 [2021-03-19T20:28:17.333Z] Removing intermediate container d8eb67701307 [2021-03-19T20:28:17.334Z] ---> 823d5ee24743 [2021-03-19T20:28:17.334Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:28:17.612Z] ---> Running in b17c3d0bbba5 [2021-03-19T20:28:17.612Z] Removing intermediate container 39adf793399c [2021-03-19T20:28:17.612Z] ---> 3fe54355bf04 [2021-03-19T20:28:17.612Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:28:17.612Z] Removing intermediate container 403d4df54169 [2021-03-19T20:28:17.612Z] ---> e0281f3e75a9 [2021-03-19T20:28:17.887Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:28:18.162Z] ---> Running in ac4975c58841 [2021-03-19T20:28:18.162Z] ---> Running in e44bee9ce970 [2021-03-19T20:28:18.432Z] Removing intermediate container b17c3d0bbba5 [2021-03-19T20:28:18.432Z] ---> d7616a00e882 [2021-03-19T20:28:18.432Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:28:18.707Z] Removing intermediate container 358784f35c45 [2021-03-19T20:28:18.707Z] ---> a1f552df959d [2021-03-19T20:28:18.707Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:28:18.707Z] ---> Running in 5c8063388374 [2021-03-19T20:28:18.707Z] Removing intermediate container ac4975c58841 [2021-03-19T20:28:18.707Z] ---> d0164355e874 [2021-03-19T20:28:18.707Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:28:18.984Z] ---> Running in b0180c012de8 [2021-03-19T20:28:18.984Z] Removing intermediate container e44bee9ce970 [2021-03-19T20:28:18.984Z] ---> 0ed0238eab34 [2021-03-19T20:28:18.984Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T20:28:18.984Z] ---> Running in 9c2e18dc422b [2021-03-19T20:28:19.466Z] ---> Running in ac32427376e3 [2021-03-19T20:28:19.466Z] Removing intermediate container 5c8063388374 [2021-03-19T20:28:19.466Z] ---> ead52aaa49a9 [2021-03-19T20:28:19.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:28:19.761Z] Removing intermediate container b0180c012de8 [2021-03-19T20:28:19.761Z] ---> 7987602e7dec [2021-03-19T20:28:19.761Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:28:19.761Z] ---> Running in ddba428c527d [2021-03-19T20:28:19.761Z] ---> Running in 10ba438e7c6b [2021-03-19T20:28:20.042Z] Removing intermediate container 9c2e18dc422b [2021-03-19T20:28:20.042Z] ---> d0e612517bb3 [2021-03-19T20:28:20.042Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:28:20.042Z] Removing intermediate container ac32427376e3 [2021-03-19T20:28:20.042Z] ---> c91e93be4540 [2021-03-19T20:28:20.042Z] Step 23/24 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:28:20.320Z] ---> Running in 403fadb05f23 [2021-03-19T20:28:20.320Z] ---> Running in 44d6eef2d651 [2021-03-19T20:28:20.320Z] Removing intermediate container ddba428c527d [2021-03-19T20:28:20.320Z] ---> 177130ac4b9d [2021-03-19T20:28:20.320Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:28:20.600Z] Removing intermediate container 10ba438e7c6b [2021-03-19T20:28:20.600Z] ---> 5c7ea6fb4e65 [2021-03-19T20:28:20.600Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:28:20.600Z] Removing intermediate container 979f8d067405 [2021-03-19T20:28:20.600Z] ---> 83618ebb0b6d [2021-03-19T20:28:20.600Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:28:20.878Z] ---> Running in c752190da360 [2021-03-19T20:28:20.878Z] Removing intermediate container 403fadb05f23 [2021-03-19T20:28:20.878Z] ---> 16a269df3eba [2021-03-19T20:28:20.878Z] Step 15/23 : WORKDIR / [2021-03-19T20:28:20.878Z] Removing intermediate container 44d6eef2d651 [2021-03-19T20:28:20.878Z] ---> af9be577e9e6 [2021-03-19T20:28:20.878Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T20:28:21.161Z] ---> Running in 20b90e44e9f1 [2021-03-19T20:28:21.161Z] ---> Running in 1e927189e2e2 [2021-03-19T20:28:21.435Z] ---> d2b0fa1a1ef9 [2021-03-19T20:28:21.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:28:21.435Z] Removing intermediate container c752190da360 [2021-03-19T20:28:21.435Z] ---> 2020d60a2fa9 [2021-03-19T20:28:21.435Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:28:21.435Z] ---> 4d81707d0268 [2021-03-19T20:28:21.435Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:28:21.725Z] Removing intermediate container 20b90e44e9f1 [2021-03-19T20:28:21.725Z] ---> 4092d5dfcb02 [2021-03-19T20:28:21.725Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:28:21.725Z] Removing intermediate container 1e927189e2e2 [2021-03-19T20:28:21.725Z] ---> 23eccc4a0656 [2021-03-19T20:28:21.725Z] [2021-03-19T20:28:22.720Z] Successfully built 23eccc4a0656 [2021-03-19T20:28:23.317Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T20:28:23.317Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-19T20:28:23.317Z] ---> d2ae5a8c500d [2021-03-19T20:28:23.317Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:28:23.317Z] ---> 302ca6367d7e [2021-03-19T20:28:23.317Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:28:23.317Z] ---> bb1efcb3ff20 [2021-03-19T20:28:23.317Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:28:23.317Z] ---> dfd65a702e92 [2021-03-19T20:28:23.317Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:28:25.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:25.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:25.410Z] ---> 259cfec51ec0 [2021-03-19T20:28:25.410Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> d9884ba808aa [2021-03-19T20:28:25.410Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> fa6f59663808 [2021-03-19T20:28:25.410Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:28:25.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:25.410Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:25.410Z] ---> 259cfec51ec0 [2021-03-19T20:28:25.410Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> d9884ba808aa [2021-03-19T20:28:25.410Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> fa6f59663808 [2021-03-19T20:28:25.410Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:28:25.410Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:25.410Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:25.410Z] ---> 259cfec51ec0 [2021-03-19T20:28:25.410Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> d9884ba808aa [2021-03-19T20:28:25.410Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:25.410Z] ---> Using cache [2021-03-19T20:28:25.410Z] ---> fa6f59663808 [2021-03-19T20:28:25.410Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:28:26.040Z] ---> 30be6f242b34 [2021-03-19T20:28:26.040Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:28:26.040Z] ---> cdf647406e3b [2021-03-19T20:28:26.040Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> f44d42476301 [2021-03-19T20:28:26.040Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:28:26.041Z] [2021-03-19T20:28:26.659Z] ---> c7add8188e54 [2021-03-19T20:28:26.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:28:26.659Z] ---> Running in 8c63fec9ddb9 [2021-03-19T20:28:27.228Z] ---> Running in 27e2ab530d88 [2021-03-19T20:28:27.228Z] ---> Running in ea54087e7a3a [2021-03-19T20:28:27.228Z] ---> Running in d44979672266 [2021-03-19T20:28:27.293Z] ---> 63820d4e995a [2021-03-19T20:28:27.293Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:28:27.293Z] ---> 6210596b4cff [2021-03-19T20:28:27.293Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:28:27.589Z] ---> Running in ffe6fa50d5a1 [2021-03-19T20:28:27.589Z] Removing intermediate container 8c63fec9ddb9 [2021-03-19T20:28:27.589Z] ---> e99b5d92156c [2021-03-19T20:28:27.589Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:28:27.589Z] ---> 7e4a83367885 [2021-03-19T20:28:27.589Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:28:27.871Z] ---> Running in fec7ce59c02a [2021-03-19T20:28:28.158Z] ---> Running in 67e08d402bab [2021-03-19T20:28:28.158Z] Removing intermediate container ffe6fa50d5a1 [2021-03-19T20:28:28.158Z] ---> ca5d0643aaa6 [2021-03-19T20:28:28.158Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:28:28.768Z] ---> Running in 3b7397458645 [2021-03-19T20:28:29.374Z] Removing intermediate container fec7ce59c02a [2021-03-19T20:28:29.374Z] ---> 7bed15b64e61 [2021-03-19T20:28:29.374Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:28:29.981Z] ---> d6f8cb99da05 [2021-03-19T20:28:29.981Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:28:29.981Z] Removing intermediate container 67e08d402bab [2021-03-19T20:28:29.981Z] ---> 67c96ae44e4b [2021-03-19T20:28:29.981Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:28:29.981Z] ---> Running in eda8d4de0b30 [2021-03-19T20:28:30.075Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:28:30.076Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:28:30.076Z] ---> 259cfec51ec0 [2021-03-19T20:28:30.076Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:28:30.076Z] ---> Using cache [2021-03-19T20:28:30.076Z] ---> d9884ba808aa [2021-03-19T20:28:30.076Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:28:30.076Z] ---> Using cache [2021-03-19T20:28:30.076Z] ---> fa6f59663808 [2021-03-19T20:28:30.076Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:28:30.263Z] ---> Running in fe1b5d014a52 [2021-03-19T20:28:30.263Z] Removing intermediate container 3b7397458645 [2021-03-19T20:28:30.263Z] ---> ab182060d821 [2021-03-19T20:28:30.263Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:28:30.556Z] ---> Running in 73a566b28c45 [2021-03-19T20:28:30.556Z] ---> Running in a0e47303d427 [2021-03-19T20:28:30.684Z] ---> Running in 1da73989b4ce [2021-03-19T20:28:30.842Z] Removing intermediate container eda8d4de0b30 [2021-03-19T20:28:30.842Z] ---> dd9ba8515a19 [2021-03-19T20:28:30.842Z] Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:28:30.842Z] Removing intermediate container fe1b5d014a52 [2021-03-19T20:28:30.842Z] ---> 499542b864bf [2021-03-19T20:28:30.842Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:28:31.124Z] ---> Running in 25684d7f3ee2 [2021-03-19T20:28:31.124Z] ---> Running in 146105decd14 [2021-03-19T20:28:31.406Z] Removing intermediate container a0e47303d427 [2021-03-19T20:28:31.406Z] ---> 1bf06bde8acb [2021-03-19T20:28:31.406Z] Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:28:31.406Z] Removing intermediate container 73a566b28c45 [2021-03-19T20:28:31.406Z] ---> 3d80b7343279 [2021-03-19T20:28:31.406Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:28:31.692Z] ---> Running in 36f1b4e44ba1 [2021-03-19T20:28:31.692Z] Removing intermediate container 25684d7f3ee2 [2021-03-19T20:28:31.692Z] ---> 1b2dffaa25c8 [2021-03-19T20:28:31.692Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:28:31.980Z] Removing intermediate container 146105decd14 [2021-03-19T20:28:31.980Z] ---> c86cce01ee81 [2021-03-19T20:28:31.980Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:28:31.980Z] ---> Running in f4be654e70d3 [2021-03-19T20:28:32.259Z] ---> Running in 1b90be097f88 [2021-03-19T20:28:32.259Z] Removing intermediate container 36f1b4e44ba1 [2021-03-19T20:28:32.259Z] ---> 73d6f58d01dc [2021-03-19T20:28:32.259Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:28:32.537Z] ---> 549544c012fe [2021-03-19T20:28:32.537Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:28:32.537Z] ---> Running in 238bb2a676f1 [2021-03-19T20:28:32.818Z] Removing intermediate container f4be654e70d3 [2021-03-19T20:28:32.818Z] ---> 2439dabc8875 [2021-03-19T20:28:32.818Z] [2021-03-19T20:28:33.091Z] ---> Running in 77e8558446f8 [2021-03-19T20:28:33.091Z] Removing intermediate container 1b90be097f88 [2021-03-19T20:28:33.091Z] ---> 4e48d4ed9245 [2021-03-19T20:28:33.091Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:28:33.382Z] Successfully built 2439dabc8875 [2021-03-19T20:28:33.677Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T20:28:33.677Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T20:28:33.677Z] Removing intermediate container 238bb2a676f1 [2021-03-19T20:28:33.677Z] ---> d06910d89213 [2021-03-19T20:28:33.677Z] [2021-03-19T20:28:33.963Z] ---> Running in 8ab343abfd46 [2021-03-19T20:28:34.568Z] Successfully built d06910d89213 [2021-03-19T20:28:34.568Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T20:28:34.568Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-19T20:28:35.174Z] Removing intermediate container 8ab343abfd46 [2021-03-19T20:28:35.174Z] ---> fcbc52988a9f [2021-03-19T20:28:35.174Z] [2021-03-19T20:28:35.779Z] Successfully built fcbc52988a9f [2021-03-19T20:28:35.779Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T20:28:35.779Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:35.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:28:36.716Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:36.716Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:36.716Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:36.773Z] Removing intermediate container 77e8558446f8 [2021-03-19T20:28:36.773Z] ---> 2e3c78976fa4 [2021-03-19T20:28:36.773Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:28:37.016Z] OK: 233 MiB in 51 packages [2021-03-19T20:28:37.369Z] ---> Running in 0e78af3ba73a [2021-03-19T20:28:37.968Z] Removing intermediate container 0e78af3ba73a [2021-03-19T20:28:37.969Z] ---> 94fab59d28dd [2021-03-19T20:28:37.969Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:28:38.246Z] ---> Running in ffbe92fc232d [2021-03-19T20:28:38.845Z] Removing intermediate container ffbe92fc232d [2021-03-19T20:28:38.845Z] ---> c618d936b8e4 [2021-03-19T20:28:38.845Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T20:28:39.442Z] ---> Running in c4c9afd02f14 [2021-03-19T20:28:39.721Z] Removing intermediate container 27e2ab530d88 [2021-03-19T20:28:39.721Z] ---> 01b9e90a4831 [2021-03-19T20:28:39.721Z] Step 6/22 : COPY go.mod . [2021-03-19T20:28:39.721Z] Removing intermediate container 1da73989b4ce [2021-03-19T20:28:39.721Z] ---> 00606d7c8c82 [2021-03-19T20:28:39.721Z] Step 6/21 : COPY go.mod . [2021-03-19T20:28:39.721Z] Removing intermediate container d44979672266 [2021-03-19T20:28:39.722Z] ---> 96a30b563093 [2021-03-19T20:28:39.722Z] Step 6/23 : COPY go.mod . [2021-03-19T20:28:39.722Z] Removing intermediate container ea54087e7a3a [2021-03-19T20:28:39.722Z] ---> 10eab59315ee [2021-03-19T20:28:39.722Z] Step 6/31 : COPY go.mod . [2021-03-19T20:28:40.741Z] ---> 49788578192c [2021-03-19T20:28:40.741Z] Step 7/22 : RUN go mod download [2021-03-19T20:28:40.741Z] ---> 52e77eac883e [2021-03-19T20:28:40.741Z] Step 7/21 : RUN go mod download [2021-03-19T20:28:40.742Z] ---> b38a81aea0cc [2021-03-19T20:28:40.742Z] Step 7/23 : RUN go mod download [2021-03-19T20:28:40.742Z] ---> Running in 1417d118979c [2021-03-19T20:28:40.742Z] ---> Running in ceb0ae1d6d1f [2021-03-19T20:28:40.884Z] Removing intermediate container c4c9afd02f14 [2021-03-19T20:28:40.884Z] ---> 45b90ce56d71 [2021-03-19T20:28:40.885Z] Step 30/31 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:28:41.011Z] ---> 2ee2153c5ea2 [2021-03-19T20:28:41.011Z] Step 7/31 : RUN go mod download [2021-03-19T20:28:41.011Z] ---> Running in 3bcdbb06d4c1 [2021-03-19T20:28:41.282Z] ---> Running in 99dc08082735 [2021-03-19T20:28:41.886Z] ---> Running in 61dae5f88cbb [2021-03-19T20:28:43.328Z] Removing intermediate container 61dae5f88cbb [2021-03-19T20:28:43.328Z] ---> 577599229cb0 [2021-03-19T20:28:43.328Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:28:44.317Z] ---> Running in 988999d6f72b [2021-03-19T20:28:45.752Z] Removing intermediate container 988999d6f72b [2021-03-19T20:28:45.752Z] ---> 4ab207bfee05 [2021-03-19T20:28:45.752Z] [2021-03-19T20:28:46.035Z] Successfully built 4ab207bfee05 [2021-03-19T20:28:46.035Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T20:28:55.486Z] Removing intermediate container ceb0ae1d6d1f [2021-03-19T20:28:55.486Z] ---> 1fb336fe644c [2021-03-19T20:28:55.486Z] Step 8/21 : COPY . . [2021-03-19T20:28:55.486Z] Removing intermediate container 1417d118979c [2021-03-19T20:28:55.486Z] ---> 98a1f162df0f [2021-03-19T20:28:55.486Z] Step 8/22 : COPY . . [2021-03-19T20:28:55.486Z] Removing intermediate container 99dc08082735 [2021-03-19T20:28:55.486Z] ---> b656f50c35cb [2021-03-19T20:28:55.486Z] Step 8/31 : COPY . . [2021-03-19T20:28:55.486Z] Removing intermediate container 3bcdbb06d4c1 [2021-03-19T20:28:55.486Z] ---> fec32d9a1007 [2021-03-19T20:28:55.486Z] Step 8/23 : COPY . . [2021-03-19T20:29:08.195Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:29:08.195Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:29:08.195Z] ---> 3ec8fc76579f [2021-03-19T20:29:08.195Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:29:08.195Z] ---> Using cache [2021-03-19T20:29:08.195Z] ---> cf186da78c3e [2021-03-19T20:29:08.195Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:29:08.195Z] ---> Using cache [2021-03-19T20:29:08.195Z] ---> 642ad21b9e90 [2021-03-19T20:29:08.195Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:29:09.311Z] Removing intermediate container 2ce8eb33bb95 [2021-03-19T20:29:09.311Z] ---> 9c2511c1724f [2021-03-19T20:29:09.311Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:29:11.580Z] ---> Running in 9f0a9525b38a [2021-03-19T20:29:13.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:13.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:14.213Z] OK: 217 MiB in 51 packages [2021-03-19T20:29:17.630Z] Removing intermediate container 9f0a9525b38a [2021-03-19T20:29:17.630Z] ---> 623dca096dce [2021-03-19T20:29:17.630Z] Step 6/23 : COPY go.mod . [2021-03-19T20:29:19.161Z] ---> 807fad52b745 [2021-03-19T20:29:19.161Z] Step 7/23 : RUN go mod download [2021-03-19T20:29:19.756Z] ---> Running in e42b05b3fb62 [2021-03-19T20:29:19.974Z] ---> Running in 005bc03e61e6 [2021-03-19T20:29:21.748Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:29:21.748Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:29:21.748Z] ---> 3ec8fc76579f [2021-03-19T20:29:21.748Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:29:21.748Z] ---> Using cache [2021-03-19T20:29:21.748Z] ---> cf186da78c3e [2021-03-19T20:29:21.748Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:29:21.748Z] ---> Using cache [2021-03-19T20:29:21.748Z] ---> 642ad21b9e90 [2021-03-19T20:29:21.748Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:29:22.037Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:29:22.037Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:29:22.037Z] ---> 3ec8fc76579f [2021-03-19T20:29:22.037Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> cf186da78c3e [2021-03-19T20:29:22.037Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> 642ad21b9e90 [2021-03-19T20:29:22.037Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> b1d87761cdf6 [2021-03-19T20:29:22.037Z] Step 6/21 : COPY go.mod . [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> 884a1918800f [2021-03-19T20:29:22.037Z] Step 7/21 : RUN go mod download [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> 87095d6f38a9 [2021-03-19T20:29:22.037Z] Step 8/21 : COPY . . [2021-03-19T20:29:22.037Z] ---> Using cache [2021-03-19T20:29:22.037Z] ---> cf1080e81f64 [2021-03-19T20:29:22.037Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:29:22.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:29:22.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:29:22.314Z] ---> 3ec8fc76579f [2021-03-19T20:29:22.314Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> cf186da78c3e [2021-03-19T20:29:22.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> 642ad21b9e90 [2021-03-19T20:29:22.314Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> b1d87761cdf6 [2021-03-19T20:29:22.314Z] Step 6/23 : COPY go.mod . [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> 884a1918800f [2021-03-19T20:29:22.314Z] Step 7/23 : RUN go mod download [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> 87095d6f38a9 [2021-03-19T20:29:22.314Z] Step 8/23 : COPY . . [2021-03-19T20:29:22.314Z] ---> Using cache [2021-03-19T20:29:22.314Z] ---> cf1080e81f64 [2021-03-19T20:29:22.314Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:29:22.962Z] ---> Running in b43bbb78554a [2021-03-19T20:29:22.962Z] ---> Running in 27d1f7998f61 [2021-03-19T20:29:22.962Z] ---> Running in c63a7c414f00 [2021-03-19T20:29:23.626Z] Removing intermediate container e42b05b3fb62 [2021-03-19T20:29:23.626Z] ---> f4949e7ae687 [2021-03-19T20:29:23.626Z] Step 8/23 : COPY . . [2021-03-19T20:29:25.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:25.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:29:25.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:29:25.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:29:26.850Z] OK: 217 MiB in 51 packages [2021-03-19T20:29:31.208Z] Removing intermediate container 27d1f7998f61 [2021-03-19T20:29:31.208Z] ---> 8f38a96114e8 [2021-03-19T20:29:31.208Z] Step 6/26 : COPY go.mod . [2021-03-19T20:29:32.232Z] ---> e19dd0486b0a [2021-03-19T20:29:32.232Z] Step 7/26 : RUN go mod download [2021-03-19T20:29:32.518Z] ---> Running in 6b86012bd5a9 [2021-03-19T20:29:40.880Z] Removing intermediate container 6b86012bd5a9 [2021-03-19T20:29:40.880Z] ---> 6dcae7df7763 [2021-03-19T20:29:40.880Z] Step 8/26 : COPY . . [2021-03-19T20:29:49.216Z] ---> 4570a5e84797 [2021-03-19T20:29:49.216Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:29:49.497Z] ---> Running in 3c2fb81c65d3 [2021-03-19T20:29:52.147Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:30:04.634Z] ---> e03e83e61299 [2021-03-19T20:30:04.634Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:30:04.634Z] ---> Running in 130ec602d9cf [2021-03-19T20:30:07.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:30:17.892Z] Collecting docker-compose==1.23.2 [2021-03-19T20:30:17.892Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:30:18.501Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:30:18.501Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:30:43.425Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:30:43.425Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:30:43.425Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:30:43.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:30:43.425Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-19T20:30:43.824Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:30:43.824Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:30:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:30:58.853Z] Removing intermediate container c63a7c414f00 [2021-03-19T20:30:58.853Z] ---> ab820e5ff4ab [2021-03-19T20:30:58.853Z] [2021-03-19T20:30:58.853Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:30:58.853Z] ---> d10569e2745f [2021-03-19T20:30:58.853Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:30:58.853Z] ---> Running in 61f7e4b2982c [2021-03-19T20:31:00.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:00.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:00.912Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:31:01.191Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:31:01.191Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:31:01.191Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:31:01.191Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:01.191Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:31:01.799Z] OK: 7 MiB in 18 packages [2021-03-19T20:31:02.583Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:31:02.583Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:31:02.583Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:31:02.583Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:31:02.583Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:31:02.583Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:31:02.583Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:31:02.583Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:31:03.705Z] ---> fa4a356aa989 [2021-03-19T20:31:03.705Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:31:04.066Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:31:04.066Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:31:04.446Z] Removing intermediate container 61f7e4b2982c [2021-03-19T20:31:04.446Z] ---> ad1b8b38b535 [2021-03-19T20:31:04.446Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:31:04.723Z] ---> Running in e6f9c963c613 [2021-03-19T20:31:04.839Z] ---> Running in 779ef981175d [2021-03-19T20:31:04.839Z] ---> a6a5ba17784c [2021-03-19T20:31:04.839Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:31:05.321Z] Removing intermediate container e6f9c963c613 [2021-03-19T20:31:05.321Z] ---> 8d6df37cad81 [2021-03-19T20:31:05.321Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:31:05.483Z] ---> 215746904040 [2021-03-19T20:31:05.483Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:31:05.483Z] ---> Running in ed86934e0f8f [2021-03-19T20:31:05.483Z] ---> 620a5e39e30c [2021-03-19T20:31:05.483Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:31:05.602Z] ---> Running in d664db449872 [2021-03-19T20:31:05.778Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:31:05.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:31:05.778Z] ---> Running in f6e0e0454436 [2021-03-19T20:31:06.047Z] ---> Running in d1bd83ae426d [2021-03-19T20:31:06.216Z] Removing intermediate container d664db449872 [2021-03-19T20:31:06.217Z] ---> 42c1c3c89b24 [2021-03-19T20:31:06.217Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:31:06.332Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:31:06.332Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:31:06.694Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:31:07.017Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:31:07.017Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-19T20:31:07.017Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-19T20:31:07.017Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:31:07.017Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:31:07.017Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:31:07.017Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:31:07.381Z] Installing collected packages: dockerpty, jsonschema, cached-property, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, docker-compose [2021-03-19T20:31:07.381Z] Running setup.py install for dockerpty: started [2021-03-19T20:31:07.666Z] ---> 5b8c181ddd88 [2021-03-19T20:31:07.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:31:09.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-03-19T20:31:09.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:31:09.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T20:31:09.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:31:09.076Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:31:09.673Z] ---> 13ee2050a277 [2021-03-19T20:31:09.673Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:31:09.700Z] Running setup.py install for docopt: started [2021-03-19T20:31:10.853Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:31:11.128Z] Attempting uninstall: urllib3 [2021-03-19T20:31:11.128Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:31:11.128Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:31:11.677Z] ---> 14d633021865 [2021-03-19T20:31:11.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:31:11.677Z] ---> Running in 822c55683aae [2021-03-19T20:31:11.758Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:31:12.394Z] Attempting uninstall: idna [2021-03-19T20:31:12.394Z] Found existing installation: idna 2.9 [2021-03-19T20:31:12.394Z] Uninstalling idna-2.9: [2021-03-19T20:31:12.676Z] Removing intermediate container 822c55683aae [2021-03-19T20:31:12.677Z] ---> d3508ed30cf4 [2021-03-19T20:31:12.677Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:31:12.677Z] ---> Running in 18ee33a5a369 [2021-03-19T20:31:12.709Z] Successfully uninstalled idna-2.9 [2021-03-19T20:31:13.100Z] Attempting uninstall: requests [2021-03-19T20:31:13.100Z] Found existing installation: requests 2.23.0 [2021-03-19T20:31:13.100Z] Uninstalling requests-2.23.0: [2021-03-19T20:31:13.417Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:31:13.660Z] Removing intermediate container 18ee33a5a369 [2021-03-19T20:31:13.660Z] ---> f826814a58f8 [2021-03-19T20:31:13.660Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T20:31:13.660Z] ---> Running in 883a5b1c0af6 [2021-03-19T20:31:14.648Z] Removing intermediate container 883a5b1c0af6 [2021-03-19T20:31:14.648Z] ---> 4323dc0f0541 [2021-03-19T20:31:14.648Z] Step 20/21 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:31:14.648Z] ---> Running in fb5808a2b7ea [2021-03-19T20:31:15.251Z] Removing intermediate container fb5808a2b7ea [2021-03-19T20:31:15.251Z] ---> 93565cefe092 [2021-03-19T20:31:15.251Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:31:15.529Z] ---> Running in febe1f00b3ea [2021-03-19T20:31:16.157Z] Removing intermediate container febe1f00b3ea [2021-03-19T20:31:16.157Z] ---> 1ce26f80f222 [2021-03-19T20:31:16.157Z] [2021-03-19T20:31:16.469Z] Running setup.py install for PyYAML: started [2021-03-19T20:31:16.819Z] Successfully built 1ce26f80f222 [2021-03-19T20:31:16.819Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T20:31:17.680Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:31:17.680Z] Running setup.py install for texttable: started [2021-03-19T20:31:18.821Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:31:19.679Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-19T20:31:29.377Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b43bbb78554a [2021-03-19T20:31:29.377Z] ---> 5b641577d9b7 [2021-03-19T20:31:29.377Z] [2021-03-19T20:31:29.377Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:31:29.377Z] ---> d10569e2745f [2021-03-19T20:31:29.377Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:31:29.377Z] ---> Using cache [2021-03-19T20:31:29.377Z] ---> 3fe54355bf04 [2021-03-19T20:31:29.377Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:31:29.377Z] ---> Using cache [2021-03-19T20:31:29.377Z] ---> d0164355e874 [2021-03-19T20:31:29.377Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:31:29.377Z] ---> Running in 5bb506d4146d [2021-03-19T20:31:29.377Z] Removing intermediate container 5bb506d4146d [2021-03-19T20:31:29.377Z] ---> e477be54510c [2021-03-19T20:31:29.377Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:31:29.377Z] ---> Running in 22a0f917b5a6 [2021-03-19T20:31:30.376Z] Removing intermediate container 22a0f917b5a6 [2021-03-19T20:31:30.376Z] ---> ffd9540fd27a [2021-03-19T20:31:30.376Z] Step 15/23 : WORKDIR / [2021-03-19T20:31:30.376Z] ---> Running in e9db77488232 [2021-03-19T20:31:30.987Z] Removing intermediate container e9db77488232 [2021-03-19T20:31:30.987Z] ---> 1e9e6c8a0b6a [2021-03-19T20:31:30.987Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:31:31.051Z] Removing intermediate container 005bc03e61e6 [2021-03-19T20:31:31.051Z] ---> 652a2fa95fbe [2021-03-19T20:31:31.051Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:31:31.051Z] ---> Running in c624a4ddd3f6 [2021-03-19T20:31:32.016Z] ---> ba725fadbb26 [2021-03-19T20:31:32.016Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:31:34.005Z] ---> cc5d92371b57 [2021-03-19T20:31:34.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:31:34.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:34.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:31:34.835Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:31:34.835Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:31:34.835Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:31:34.835Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:34.987Z] ---> 2e2193c8947f [2021-03-19T20:31:34.987Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:31:35.169Z] OK: 72 MiB in 58 packages [2021-03-19T20:31:35.580Z] ---> Running in 87560bc6b0e2 [2021-03-19T20:31:35.852Z] Removing intermediate container 130ec602d9cf [2021-03-19T20:31:35.852Z] ---> 4c75904dd05c [2021-03-19T20:31:35.852Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:31:35.852Z] Removing intermediate container 87560bc6b0e2 [2021-03-19T20:31:35.852Z] ---> 99d147612693 [2021-03-19T20:31:35.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:31:36.122Z] ---> Running in fd66c6f28058 [2021-03-19T20:31:36.122Z] ---> Running in 2e04a8267969 [2021-03-19T20:31:36.722Z] Removing intermediate container 2e04a8267969 [2021-03-19T20:31:36.722Z] ---> 4b5bbdf38e16 [2021-03-19T20:31:36.722Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:31:36.991Z] ---> Running in 2de21c328ef3 [2021-03-19T20:31:37.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:31:37.561Z] Removing intermediate container 2de21c328ef3 [2021-03-19T20:31:37.561Z] ---> f3a833f895ba [2021-03-19T20:31:37.844Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:31:37.844Z] ---> Running in 976c2f16e408 [2021-03-19T20:31:38.269Z] Removing intermediate container c624a4ddd3f6 [2021-03-19T20:31:38.269Z] ---> a6e964f8bd0f [2021-03-19T20:31:38.269Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:31:38.269Z] ---> Running in d7455dd93187 [2021-03-19T20:31:38.829Z] Removing intermediate container 976c2f16e408 [2021-03-19T20:31:38.829Z] ---> 3efcbdad19a3 [2021-03-19T20:31:38.829Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:31:38.829Z] ---> Running in f4cc91c79d8e [2021-03-19T20:31:39.132Z] Removing intermediate container d7455dd93187 [2021-03-19T20:31:39.132Z] ---> 139fc0fbae22 [2021-03-19T20:31:39.132Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:31:39.469Z] Removing intermediate container f4cc91c79d8e [2021-03-19T20:31:39.469Z] ---> c6b2aae4af1f [2021-03-19T20:31:39.469Z] [2021-03-19T20:31:39.608Z] ---> Running in d8aa3caeed8a [2021-03-19T20:31:40.070Z] Successfully built c6b2aae4af1f [2021-03-19T20:31:40.070Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T20:31:41.055Z]  Building docker-core-metadata-go ... done Removing intermediate container fd66c6f28058 [2021-03-19T20:31:41.055Z] ---> ce663ef0cc89 [2021-03-19T20:31:41.055Z] [2021-03-19T20:31:41.055Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:31:41.055Z] 20.10.0: Pulling from library/docker [2021-03-19T20:31:41.704Z] Removing intermediate container d8aa3caeed8a [2021-03-19T20:31:41.704Z] ---> c92b62fb7717 [2021-03-19T20:31:41.704Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T20:31:41.980Z] ---> Running in 8a788eba32ad [2021-03-19T20:31:43.188Z] Removing intermediate container 8a788eba32ad [2021-03-19T20:31:43.188Z] ---> bdf640e2b7f2 [2021-03-19T20:31:43.188Z] Step 25/26 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:31:43.461Z] ---> Running in 33ee8c5950ed [2021-03-19T20:31:45.534Z] Removing intermediate container 33ee8c5950ed [2021-03-19T20:31:45.534Z] ---> ab12e23ef704 [2021-03-19T20:31:45.534Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:31:45.534Z] ---> Running in a790cb4764e5 [2021-03-19T20:31:47.451Z] Removing intermediate container a790cb4764e5 [2021-03-19T20:31:47.451Z] ---> 2a48285ca39c [2021-03-19T20:31:47.451Z] [2021-03-19T20:31:49.151Z] Successfully built 2a48285ca39c [2021-03-19T20:31:49.446Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T20:31:49.589Z] Removing intermediate container 3c2fb81c65d3 [2021-03-19T20:31:49.589Z] ---> e4afa126d3de [2021-03-19T20:31:49.589Z] [2021-03-19T20:31:49.589Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:31:49.589Z] ---> d10569e2745f [2021-03-19T20:31:49.589Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:31:49.589Z] ---> Running in 184c24521c12 [2021-03-19T20:31:49.861Z] Removing intermediate container 184c24521c12 [2021-03-19T20:31:49.861Z] ---> c77883c62881 [2021-03-19T20:31:49.861Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:31:49.861Z] ---> Running in cd32d6cbbdc1 [2021-03-19T20:31:49.861Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:31:49.861Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:31:49.861Z] ---> eeaf43b92773 [2021-03-19T20:31:49.861Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:31:50.138Z] ---> Running in 35d55f1937fe [2021-03-19T20:31:50.411Z] Removing intermediate container cd32d6cbbdc1 [2021-03-19T20:31:50.411Z] ---> 16c3fd7fd48c [2021-03-19T20:31:50.411Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:31:50.411Z] ---> Running in abcbdfa12f0b [2021-03-19T20:31:51.013Z] Removing intermediate container abcbdfa12f0b [2021-03-19T20:31:51.013Z] ---> dac77606f4f1 [2021-03-19T20:31:51.013Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:31:51.013Z] ---> Running in 6f855e35b339 [2021-03-19T20:31:51.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:51.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:52.171Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:31:52.171Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:31:52.171Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:31:52.171Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:52.171Z] OK: 12 MiB in 22 packages [2021-03-19T20:31:53.620Z] Removing intermediate container 6f855e35b339 [2021-03-19T20:31:53.620Z] ---> 46ba3fedb0a6 [2021-03-19T20:31:53.620Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:31:53.620Z] ---> Running in 5e44e0aa5aee [2021-03-19T20:31:53.620Z] Removing intermediate container 35d55f1937fe [2021-03-19T20:31:53.620Z] ---> 4e9520e3943e [2021-03-19T20:31:53.620Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:31:53.895Z] ---> Running in 42919af51c0e [2021-03-19T20:31:54.495Z] Removing intermediate container 42919af51c0e [2021-03-19T20:31:54.495Z] ---> b624df27eed4 [2021-03-19T20:31:54.495Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:31:54.495Z] ---> Running in 8ca8888c9bd4 [2021-03-19T20:31:54.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:55.049Z] Removing intermediate container 8ca8888c9bd4 [2021-03-19T20:31:55.049Z] ---> 6ac74fbc7238 [2021-03-19T20:31:55.049Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:31:55.049Z] ---> Running in a3dd7f5344d1 [2021-03-19T20:31:55.647Z] Removing intermediate container a3dd7f5344d1 [2021-03-19T20:31:55.647Z] ---> deca6a1039ae [2021-03-19T20:31:55.647Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:31:55.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:31:56.244Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:31:56.517Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:31:56.517Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:31:56.517Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:31:56.800Z] ---> b7de19187eab [2021-03-19T20:31:56.800Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:31:56.800Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:31:57.075Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:31:57.075Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:31:57.075Z] OK: 8 MiB in 20 packages [2021-03-19T20:31:57.676Z] ---> 3408e567d54e [2021-03-19T20:31:57.676Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:31:58.666Z] Removing intermediate container 5e44e0aa5aee [2021-03-19T20:31:58.666Z] ---> faa77bdd83ed [2021-03-19T20:31:58.666Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:31:58.666Z] ---> 393d4f20080c [2021-03-19T20:31:58.666Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:31:58.666Z] ---> Running in b674b00d0305 [2021-03-19T20:31:59.276Z] ---> d58aa9f6293a [2021-03-19T20:31:59.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:31:59.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:00.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:00.760Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:32:00.760Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:32:00.760Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:32:00.760Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:32:00.760Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:32:00.760Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:32:00.760Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:32:00.760Z] ---> a9c6a241354d [2021-03-19T20:32:00.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:32:02.737Z] ---> 5e5a9a81ee5c [2021-03-19T20:32:02.737Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:32:02.737Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:32:02.737Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:32:02.737Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:32:02.737Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:32:02.737Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:32:02.737Z] ---> Running in e619cac9e4e1 [2021-03-19T20:32:02.737Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:32:03.011Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:32:03.011Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:32:03.011Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:32:03.011Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:32:03.011Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:32:03.011Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:32:03.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:32:03.011Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:32:03.011Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:32:03.011Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:32:03.284Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:32:03.284Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:32:03.284Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:32:03.284Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:32:03.284Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:32:03.284Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:32:03.284Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:32:03.284Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:32:03.284Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:32:03.284Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:32:03.284Z] Removing intermediate container e619cac9e4e1 [2021-03-19T20:32:03.284Z] ---> edc250f890e6 [2021-03-19T20:32:03.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:03.558Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:03.558Z] OK: 71 MiB in 55 packages [2021-03-19T20:32:03.558Z] ---> Running in 65318052c7b9 [2021-03-19T20:32:04.154Z] Removing intermediate container 65318052c7b9 [2021-03-19T20:32:04.154Z] ---> 134b1e607e33 [2021-03-19T20:32:04.154Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:32:04.154Z] ---> Running in b8c21dbd9ae0 [2021-03-19T20:32:04.756Z] Removing intermediate container b8c21dbd9ae0 [2021-03-19T20:32:04.756Z] ---> feb649b48fc7 [2021-03-19T20:32:04.756Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:05.028Z] ---> Running in 369e68b9ac7a [2021-03-19T20:32:05.632Z] Removing intermediate container 369e68b9ac7a [2021-03-19T20:32:05.632Z] ---> 1625bf1d2550 [2021-03-19T20:32:05.632Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:32:05.632Z] ---> Running in 6064982e8504 [2021-03-19T20:32:05.836Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:32:06.228Z] Removing intermediate container 6064982e8504 [2021-03-19T20:32:06.229Z] ---> 460e3a72185c [2021-03-19T20:32:06.229Z] [2021-03-19T20:32:06.828Z] Successfully built 460e3a72185c [2021-03-19T20:32:06.828Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T20:32:08.815Z]  Building docker-core-data-go ... done Removing intermediate container b674b00d0305 [2021-03-19T20:32:09.097Z] ---> 6a0d284bbd90 [2021-03-19T20:32:09.097Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:32:09.097Z] ---> Running in f132ebd301d2 [2021-03-19T20:32:14.487Z] Collecting docker-compose==1.23.2 [2021-03-19T20:32:14.487Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:32:14.681Z] Removing intermediate container 779ef981175d [2021-03-19T20:32:14.681Z] ---> 031e20436f6c [2021-03-19T20:32:14.681Z] [2021-03-19T20:32:14.681Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:32:14.681Z] ---> 88dd2752d2ea [2021-03-19T20:32:14.681Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:32:14.761Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:32:14.761Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:32:14.761Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-19T20:32:15.033Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:32:15.033Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:32:15.587Z] ---> Running in 95772b601b8c [2021-03-19T20:32:16.709Z] Removing intermediate container 95772b601b8c [2021-03-19T20:32:16.709Z] ---> 5797707f9617 [2021-03-19T20:32:16.709Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:32:17.725Z] ---> Running in f65874ad4ffd [2021-03-19T20:32:18.408Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:32:18.408Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:32:18.408Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:32:18.408Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:32:19.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:19.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:20.233Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:32:20.233Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:32:20.233Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:20.233Z] OK: 6 MiB in 16 packages [2021-03-19T20:32:20.527Z] Removing intermediate container ed86934e0f8f [2021-03-19T20:32:20.527Z] ---> 2e7352c7123e [2021-03-19T20:32:20.527Z] [2021-03-19T20:32:20.527Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:32:20.527Z] ---> 88dd2752d2ea [2021-03-19T20:32:20.527Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:32:20.527Z] Removing intermediate container d1bd83ae426d [2021-03-19T20:32:20.527Z] ---> 618547021a52 [2021-03-19T20:32:20.527Z] [2021-03-19T20:32:20.527Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:32:20.527Z] ---> 88dd2752d2ea [2021-03-19T20:32:20.527Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:32:20.527Z] ---> Using cache [2021-03-19T20:32:20.527Z] ---> c4fd968afee7 [2021-03-19T20:32:20.527Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:32:20.527Z] ---> Using cache [2021-03-19T20:32:20.527Z] ---> f0c468461d70 [2021-03-19T20:32:20.527Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:32:21.022Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:32:21.022Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:32:21.022Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:32:21.022Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:32:21.661Z] ---> Running in 39315e3f42a2 [2021-03-19T20:32:22.927Z] ---> Running in 26cc7f344d06 [2021-03-19T20:32:24.389Z] Removing intermediate container f65874ad4ffd [2021-03-19T20:32:24.389Z] ---> c016244d7bce [2021-03-19T20:32:24.389Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:32:24.398Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:32:24.398Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:32:24.659Z] Removing intermediate container 26cc7f344d06 [2021-03-19T20:32:24.659Z] ---> 485f387326c6 [2021-03-19T20:32:24.659Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:32:24.972Z] ---> Running in 71f9a1920bfe [2021-03-19T20:32:24.972Z] ---> Running in 5434014696ff [2021-03-19T20:32:25.300Z] Removing intermediate container f6e0e0454436 [2021-03-19T20:32:25.301Z] ---> 2744964a8dc6 [2021-03-19T20:32:25.301Z] [2021-03-19T20:32:25.301Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:32:25.301Z] ---> 88dd2752d2ea [2021-03-19T20:32:25.301Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:32:25.301Z] ---> Using cache [2021-03-19T20:32:25.301Z] ---> c4fd968afee7 [2021-03-19T20:32:25.301Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:32:25.301Z] ---> Using cache [2021-03-19T20:32:25.301Z] ---> f0c468461d70 [2021-03-19T20:32:25.301Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:32:25.570Z] ---> Running in f0d6a4c1f962 [2021-03-19T20:32:25.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:25.848Z] Removing intermediate container 71f9a1920bfe [2021-03-19T20:32:25.848Z] ---> 8213508ce282 [2021-03-19T20:32:25.849Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:32:25.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:32:25.849Z] Removing intermediate container 5434014696ff [2021-03-19T20:32:25.849Z] ---> b89c41b1c77c [2021-03-19T20:32:25.849Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:32:25.849Z] ---> Running in 3ee90e839db2 [2021-03-19T20:32:26.150Z] Removing intermediate container f0d6a4c1f962 [2021-03-19T20:32:26.150Z] ---> f9b782775e5d [2021-03-19T20:32:26.150Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:32:26.150Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:32:26.150Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:32:26.150Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:32:26.150Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:32:26.150Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:26.150Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:32:26.150Z] OK: 7 MiB in 18 packages [2021-03-19T20:32:27.108Z] ---> Running in dbabff478b05 [2021-03-19T20:32:27.108Z] Removing intermediate container 3ee90e839db2 [2021-03-19T20:32:27.108Z] ---> a6bc089c8d20 [2021-03-19T20:32:27.108Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:32:27.108Z] ---> e850192c9207 [2021-03-19T20:32:27.108Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:32:27.108Z] ---> Running in af5266ac3adc [2021-03-19T20:32:27.401Z] Removing intermediate container dbabff478b05 [2021-03-19T20:32:27.401Z] ---> 9747f6b73cf5 [2021-03-19T20:32:27.401Z] Step 15/23 : WORKDIR / [2021-03-19T20:32:27.823Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:32:27.823Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:32:27.823Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:32:27.823Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:32:28.012Z] ---> Running in 91feb4260b88 [2021-03-19T20:32:28.105Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-19T20:32:28.310Z] Removing intermediate container 39315e3f42a2 [2021-03-19T20:32:28.310Z] ---> 082e1d460b52 [2021-03-19T20:32:28.310Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:32:28.310Z] ---> f9865db57efd [2021-03-19T20:32:28.310Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:32:28.593Z] ---> Running in b0c8cf1ca64d [2021-03-19T20:32:28.711Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:32:28.711Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:32:28.986Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-19T20:32:29.259Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:32:29.259Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:32:29.536Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:32:29.536Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:32:29.536Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:32:29.536Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:32:29.536Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:32:29.536Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:32:30.088Z] Removing intermediate container 91feb4260b88 [2021-03-19T20:32:30.088Z] ---> 57f7c5a447b8 [2021-03-19T20:32:30.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:32:30.467Z] Removing intermediate container b0c8cf1ca64d [2021-03-19T20:32:30.467Z] ---> f5c52ab6a496 [2021-03-19T20:32:30.467Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:32:30.467Z] ---> 4819f10df267 [2021-03-19T20:32:30.467Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:32:30.508Z] Installing collected packages: cached-property, dockerpty, urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, docopt, PyYAML, jsonschema, docker-compose [2021-03-19T20:32:30.508Z] Running setup.py install for dockerpty: started [2021-03-19T20:32:30.779Z] ---> Running in 2ab5ee66c8ad [2021-03-19T20:32:31.098Z] ---> Running in 97f0c32794cc [2021-03-19T20:32:31.741Z] Removing intermediate container af5266ac3adc [2021-03-19T20:32:31.741Z] ---> a1caeb79db43 [2021-03-19T20:32:31.741Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:32:31.741Z] ---> 0944e98c7f54 [2021-03-19T20:32:31.741Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:32:31.741Z] Removing intermediate container 2ab5ee66c8ad [2021-03-19T20:32:31.741Z] ---> 16d2c68814d6 [2021-03-19T20:32:31.741Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:32:31.742Z] ---> Running in f188c81fcd25 [2021-03-19T20:32:31.742Z] Removing intermediate container 97f0c32794cc [2021-03-19T20:32:31.742Z] ---> d8f66a611e66 [2021-03-19T20:32:31.742Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:32.333Z] ---> Running in fa3eb6a7a93e [2021-03-19T20:32:32.471Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:32:32.471Z] Attempting uninstall: urllib3 [2021-03-19T20:32:32.471Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:32:32.471Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:32:32.597Z] Removing intermediate container f188c81fcd25 [2021-03-19T20:32:32.597Z] ---> 3fd23d8dc0d3 [2021-03-19T20:32:32.597Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:32:32.597Z] ---> 7678eb0d1cfe [2021-03-19T20:32:32.597Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:32:32.742Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:32:33.226Z] ---> 59b2b3e2469e [2021-03-19T20:32:33.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:32:33.226Z] Removing intermediate container fa3eb6a7a93e [2021-03-19T20:32:33.226Z] ---> e5be33014bab [2021-03-19T20:32:33.226Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:32:33.332Z] Attempting uninstall: idna [2021-03-19T20:32:33.332Z] Found existing installation: idna 2.9 [2021-03-19T20:32:33.332Z] Uninstalling idna-2.9: [2021-03-19T20:32:33.332Z] Successfully uninstalled idna-2.9 [2021-03-19T20:32:33.908Z] ---> Running in ef8aac502283 [2021-03-19T20:32:33.920Z] Attempting uninstall: requests [2021-03-19T20:32:33.920Z] Found existing installation: requests 2.23.0 [2021-03-19T20:32:33.920Z] Uninstalling requests-2.23.0: [2021-03-19T20:32:33.920Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:32:34.180Z] ---> bac50fde8417 [2021-03-19T20:32:34.180Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:32:34.189Z] Running setup.py install for texttable: started [2021-03-19T20:32:34.450Z] ---> 252cd4bd61ce [2021-03-19T20:32:34.450Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:32:34.450Z] ---> Running in 60b2d77276e6 [2021-03-19T20:32:34.450Z] Removing intermediate container ef8aac502283 [2021-03-19T20:32:34.450Z] ---> 58487e4a452c [2021-03-19T20:32:34.450Z] Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:34.450Z] ---> a3d5528a2f24 [2021-03-19T20:32:34.450Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:32:34.450Z] ---> Running in 00671994fcdd [2021-03-19T20:32:34.760Z] ---> Running in d8519b676284 [2021-03-19T20:32:35.404Z] Removing intermediate container 00671994fcdd [2021-03-19T20:32:35.404Z] ---> c55bd91d2d7f [2021-03-19T20:32:35.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:35.404Z] Removing intermediate container d8519b676284 [2021-03-19T20:32:35.404Z] ---> 53367ec7a0cf [2021-03-19T20:32:35.404Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T20:32:35.404Z] ---> Running in 6df354ea9ec6 [2021-03-19T20:32:35.714Z] ---> Running in c5ccf0fc3c58 [2021-03-19T20:32:36.142Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:32:36.310Z] ---> d20a9014e7c9 [2021-03-19T20:32:36.310Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:32:36.310Z] Removing intermediate container 6df354ea9ec6 [2021-03-19T20:32:36.310Z] ---> 4c0c286dce17 [2021-03-19T20:32:36.310Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:32:36.310Z] Removing intermediate container c5ccf0fc3c58 [2021-03-19T20:32:36.310Z] ---> 9d974dd362cd [2021-03-19T20:32:36.310Z] [2021-03-19T20:32:36.587Z] ---> Running in d197867cec35 [2021-03-19T20:32:36.587Z] ---> Running in 6e87e947589a [2021-03-19T20:32:37.132Z] Running setup.py install for docopt: started [2021-03-19T20:32:37.622Z] Removing intermediate container d197867cec35 [2021-03-19T20:32:37.622Z] ---> d72f72a9b0a6 [2021-03-19T20:32:37.622Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:32:37.622Z] Successfully built 9d974dd362cd [2021-03-19T20:32:37.622Z] Removing intermediate container 6e87e947589a [2021-03-19T20:32:37.622Z] ---> 02b71302a39d [2021-03-19T20:32:37.622Z] Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:37.927Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T20:32:37.927Z]  Building docker-support-scheduler-go ... done  ---> Running in a296adbb8aeb [2021-03-19T20:32:37.927Z] ---> Running in 5162e4c3bb66 [2021-03-19T20:32:38.519Z] Removing intermediate container 60b2d77276e6 [2021-03-19T20:32:38.519Z] ---> 245520b5b3d5 [2021-03-19T20:32:38.519Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:32:38.845Z] Removing intermediate container a296adbb8aeb [2021-03-19T20:32:38.845Z] ---> bde4c5fe0263 [2021-03-19T20:32:38.845Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T20:32:38.845Z] Removing intermediate container 5162e4c3bb66 [2021-03-19T20:32:38.845Z] ---> b5a44f7f455a [2021-03-19T20:32:38.845Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T20:32:38.845Z] ---> Running in 48ec71fb1492 [2021-03-19T20:32:39.085Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:32:39.085Z] Running setup.py install for PyYAML: started [2021-03-19T20:32:39.198Z] ---> Running in 7a5a6aefed45 [2021-03-19T20:32:39.530Z] ---> afa695587184 [2021-03-19T20:32:39.530Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:32:39.840Z] Removing intermediate container 48ec71fb1492 [2021-03-19T20:32:39.840Z] ---> 375ccfea1bd0 [2021-03-19T20:32:39.840Z] Step 20/21 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:40.146Z] Removing intermediate container 7a5a6aefed45 [2021-03-19T20:32:40.146Z] ---> b7937c20d069 [2021-03-19T20:32:40.146Z] [2021-03-19T20:32:40.146Z] ---> Running in 9247de3b2535 [2021-03-19T20:32:40.451Z] Successfully built b7937c20d069 [2021-03-19T20:32:40.737Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T20:32:40.737Z]  Building docker-core-metadata-go ... done Removing intermediate container 9247de3b2535 [2021-03-19T20:32:40.737Z] ---> 1237ee9f6c66 [2021-03-19T20:32:40.737Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T20:32:41.062Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:32:41.422Z] ---> Running in c237db616cef [2021-03-19T20:32:41.422Z] ---> ee6cd675d963 [2021-03-19T20:32:41.422Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:32:42.047Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-19T20:32:42.057Z] Removing intermediate container c237db616cef [2021-03-19T20:32:42.057Z] ---> b09a7db828ba [2021-03-19T20:32:42.057Z] [2021-03-19T20:32:42.335Z] ---> 021b6d7e937a [2021-03-19T20:32:42.335Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:32:42.335Z] Successfully built b09a7db828ba [2021-03-19T20:32:42.335Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T20:32:42.638Z]  Building docker-security-proxy-setup-go ... done  ---> b28a184b9863 [2021-03-19T20:32:42.638Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:32:43.748Z] ---> 5f2e7e284165 [2021-03-19T20:32:43.748Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:32:43.748Z] ---> Running in ebeefcee4dee [2021-03-19T20:32:44.362Z] Removing intermediate container ebeefcee4dee [2021-03-19T20:32:44.362Z] ---> 77c56b06473b [2021-03-19T20:32:44.362Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:32:45.370Z] ---> 598012a8686c [2021-03-19T20:32:45.370Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:32:45.658Z] ---> Running in 9d5f33f91ae8 [2021-03-19T20:32:46.350Z] Removing intermediate container f132ebd301d2 [2021-03-19T20:32:46.350Z] ---> f9616707de64 [2021-03-19T20:32:46.350Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:32:46.350Z] ---> Running in 7bf46a72033c [2021-03-19T20:32:46.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:47.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:32:47.794Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:32:47.795Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:32:47.795Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:32:47.795Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:32:47.795Z] OK: 72 MiB in 58 packages [2021-03-19T20:32:49.080Z] Removing intermediate container 9d5f33f91ae8 [2021-03-19T20:32:49.080Z] ---> 7414a13ef15d [2021-03-19T20:32:49.080Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:32:49.080Z] ---> Running in 1c00e7fdbe29 [2021-03-19T20:32:49.220Z] Removing intermediate container 7bf46a72033c [2021-03-19T20:32:49.220Z] ---> 35ad3f5ff5ea [2021-03-19T20:32:49.220Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:32:49.220Z] ---> Running in 659d0f03ae03 [2021-03-19T20:32:49.710Z] Removing intermediate container 1c00e7fdbe29 [2021-03-19T20:32:49.710Z] ---> 377c77ef5b5c [2021-03-19T20:32:49.710Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:32:49.810Z] Removing intermediate container 659d0f03ae03 [2021-03-19T20:32:49.810Z] ---> 4709274642c2 [2021-03-19T20:32:49.810Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:32:49.810Z] ---> Running in fbdfaa3af341 [2021-03-19T20:32:49.989Z] ---> Running in 4134aa284223 [2021-03-19T20:32:50.402Z] Removing intermediate container fbdfaa3af341 [2021-03-19T20:32:50.402Z] ---> a87f67dd2ea4 [2021-03-19T20:32:50.402Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T20:32:50.402Z] ---> Running in 37fe164506ce [2021-03-19T20:32:50.584Z] Removing intermediate container 4134aa284223 [2021-03-19T20:32:50.584Z] ---> 319bf51e0fb9 [2021-03-19T20:32:50.584Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T20:32:50.860Z] ---> Running in f55569f285e5 [2021-03-19T20:32:50.992Z] Removing intermediate container 37fe164506ce [2021-03-19T20:32:50.992Z] ---> 8e36b49c7c96 [2021-03-19T20:32:50.992Z] Step 25/26 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:50.992Z] ---> Running in bd3072a6973b [2021-03-19T20:32:51.127Z] Removing intermediate container f55569f285e5 [2021-03-19T20:32:51.127Z] ---> 35d13d014c89 [2021-03-19T20:32:51.127Z] Step 30/31 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:32:51.584Z] Removing intermediate container bd3072a6973b [2021-03-19T20:32:51.584Z] ---> d3ffd26497e2 [2021-03-19T20:32:51.584Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T20:32:51.584Z] ---> Running in 66e0e493aba5 [2021-03-19T20:32:51.758Z] ---> Running in d55583167418 [2021-03-19T20:32:51.856Z] Removing intermediate container 66e0e493aba5 [2021-03-19T20:32:51.856Z] ---> 0465fd59d1d5 [2021-03-19T20:32:51.856Z] [2021-03-19T20:32:52.401Z] Removing intermediate container d55583167418 [2021-03-19T20:32:52.402Z] ---> 0121c694f0a6 [2021-03-19T20:32:52.402Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T20:32:52.445Z] Successfully built 0465fd59d1d5 [2021-03-19T20:32:52.445Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T20:32:52.732Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T20:32:52.727Z] $ docker stop --time=1 a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 [2021-03-19T20:32:52.967Z] ---> Running in 225937ba6c4a [2021-03-19T20:32:53.620Z] Removing intermediate container 225937ba6c4a [2021-03-19T20:32:53.620Z] ---> 54829807433c [2021-03-19T20:32:53.620Z] [2021-03-19T20:32:54.233Z] Successfully built 54829807433c [2021-03-19T20:32:54.233Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T20:32:54.636Z] $ docker rm -f a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 [2021-03-19T20:32:54.848Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] // withDockerContainer [Pipeline] } [2021-03-19T20:32:55.116Z] $ docker stop --time=1 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 [2021-03-19T20:32:59.620Z] $ docker rm -f 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:33:00.256Z] + docker images [2021-03-19T20:33:00.256Z] + grep docker [2021-03-19T20:33:00.528Z] docker-sys-mgmt-agent-go-arm64 latest 0465fd59d1d5 9 seconds ago 300MB [2021-03-19T20:33:00.528Z] docker-core-data-go-arm64 latest 460e3a72185c 55 seconds ago 21.3MB [2021-03-19T20:33:00.528Z] docker-core-metadata-go-arm64 latest c6b2aae4af1f About a minute ago 17.9MB [2021-03-19T20:33:00.528Z] docker-security-proxy-setup-go-arm64 latest 1ce26f80f222 About a minute ago 23.4MB [2021-03-19T20:33:00.528Z] docker-security-bootstrapper-go-arm64 latest 4ab207bfee05 4 minutes ago 17.8MB [2021-03-19T20:33:00.528Z] docker-core-command-go-arm64 latest fcbc52988a9f 4 minutes ago 16.3MB [2021-03-19T20:33:00.528Z] docker-support-notifications-go-arm64 latest d06910d89213 4 minutes ago 16.9MB [2021-03-19T20:33:00.528Z] docker-support-scheduler-go-arm64 latest 2439dabc8875 4 minutes ago 16.3MB [2021-03-19T20:33:00.528Z] docker-security-secretstore-setup-go-arm64 latest 23eccc4a0656 4 minutes ago 23.7MB [2021-03-19T20:33:00.528Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [2021-03-19T20:33:00.546Z] + grep docker [2021-03-19T20:33:00.546Z] + docker images [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:33:01.517Z] ---> job-cost.sh [2021-03-19T20:33:01.517Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I4hr [2021-03-19T20:33:01.579Z] docker-security-bootstrapper-go latest 54829807433c 8 seconds ago 18.8MB [2021-03-19T20:33:01.579Z] docker-security-proxy-setup-go latest b09a7db828ba 20 seconds ago 24.7MB [2021-03-19T20:33:01.579Z] docker-core-metadata-go latest b7937c20d069 22 seconds ago 19.1MB [2021-03-19T20:33:01.579Z] docker-support-scheduler-go latest 9d974dd362cd 25 seconds ago 17.3MB [2021-03-19T20:33:01.579Z] docker-sys-mgmt-agent-go latest 2a48285ca39c About a minute ago 313MB [2021-03-19T20:33:01.579Z] docker-core-data-go latest ee86963c5aca 5 minutes ago 22.6MB [2021-03-19T20:33:01.579Z] docker-security-secretstore-setup-go latest 0cc31cc0f736 5 minutes ago 24.9MB [2021-03-19T20:33:01.579Z] docker-core-command-go latest de2bab3f2c9c 6 minutes ago 17.3MB [2021-03-19T20:33:01.579Z] docker-support-notifications-go latest 10b8c831dd39 6 minutes ago 17.9MB [2021-03-19T20:33:01.579Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-19T20:33:17.850Z] Still waiting to schedule task [2021-03-19T20:33:17.850Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30634’ [2021-03-19T20:33:40.438Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T20:35:17.168Z] lf-activate-venv(): INFO: Adding /tmp/venv-I4hr/bin to PATH [2021-03-19T20:35:17.168Z] INFO: No Stack... [2021-03-19T20:35:17.168Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T20:35:17.168Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T20:35:17.511Z] + cat /w/workspace/edgex-go/26/archives/cost.csv [2021-03-19T20:35:17.511Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T20:35:17.626Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] [2021-03-19T20:35:17.636Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] did not exist. Created. [2021-03-19T20:35:17.636Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T20:35:17.919Z] Running on prd-ubuntu18.04-docker-8c-8g-30636 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-19T20:35:17.974Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-03-19T20:35:18.110Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T20:35:18.545Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T20:35:18.559Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T20:35:20.483Z] using credential edgex-jenkins-ssh [2021-03-19T20:35:20.546Z] Cloning the remote Git repository [2021-03-19T20:35:20.573Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:35:20.637Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-03-19T20:35:20.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:35:20.663Z] > git --version # timeout=10 [2021-03-19T20:35:20.675Z] > git --version # 'git version 2.17.1' [2021-03-19T20:35:20.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:35:20.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:35:39.853Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:35:39.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:35:39.331Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:35:39.343Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:35:39.357Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:35:39.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:35:39.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:35:39.866Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:35:39.879Z] > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 [2021-03-19T20:35:39.953Z] > git remote # timeout=10 [2021-03-19T20:35:39.959Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:35:39.979Z] Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 [2021-03-19T20:35:39.980Z] Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) [2021-03-19T20:35:39.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:35:39.969Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:35:39.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:35:39.985Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:35:39.990Z] > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 [2021-03-19T20:35:43.638Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:35:44.768Z] + echo snap-build.sh [2021-03-19T20:35:44.768Z] snap-build.sh [2021-03-19T20:35:44.768Z] + SNAP_BASE_DIR=. [2021-03-19T20:35:44.768Z] + '[' '!' -z /w/workspace/edgex-go/26 ']' [2021-03-19T20:35:44.768Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/26 [2021-03-19T20:35:44.768Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' [2021-03-19T20:35:44.769Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/26] [2021-03-19T20:35:44.769Z] + cd /w/workspace/edgex-go/26 [2021-03-19T20:35:44.769Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T20:35:44.769Z] Reading package lists... [2021-03-19T20:35:44.769Z] Building dependency tree... [2021-03-19T20:35:44.769Z] Reading state information... [2021-03-19T20:35:45.030Z] The following packages were automatically installed and are no longer required: [2021-03-19T20:35:45.030Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T20:35:45.030Z] uidmap xdelta3 [2021-03-19T20:35:45.030Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T20:35:45.030Z] The following packages will be REMOVED: [2021-03-19T20:35:45.030Z] lxd* lxd-client* [2021-03-19T20:35:45.292Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T20:35:45.292Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T20:35:46.341Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-19T20:35:46.341Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:35:47.287Z] Removing lxd dnsmasq configuration [2021-03-19T20:35:47.287Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:35:47.287Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T20:35:48.228Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T20:35:48.488Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-19T20:35:48.488Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T20:35:49.877Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T20:35:49.877Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T20:35:51.262Z] + sudo snap remove --purge lxd [2021-03-19T20:35:51.262Z] snap "lxd" is not installed [2021-03-19T20:35:51.262Z] + sudo groupadd --force --system lxd [2021-03-19T20:35:51.262Z] ++ whoami [2021-03-19T20:35:51.262Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T20:35:51.262Z] + newgrp - lxd [2021-03-19T20:35:51.262Z] + sudo snap install lxd [2021-03-19T20:36:01.270Z] 2021-03-19T20:35:58Z INFO Waiting for automatic snapd restart... [2021-03-19T20:36:40.055Z] lxd 4.12 from Canonical* installed [2021-03-19T20:36:40.055Z] + sudo lxd init --auto [2021-03-19T20:36:42.603Z] + sudo snap install --classic snapcraft [2021-03-19T20:36:47.900Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:36:47.900Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T20:36:47.900Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T20:36:47.900Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:36:47.900Z] Dload Upload Total Spent Left Speed [2021-03-19T20:36:47.900Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 7936 0 --:--:-- --:--:-- --:--:-- 7936 [2021-03-19T20:36:47.900Z] 100 3325k 100 3325k 0 0 18.6M 0 --:--:-- --:--:-- --:--:-- 18.6M [2021-03-19T20:36:47.900Z] ./yq_linux_amd64 [2021-03-19T20:36:47.900Z] + sudo snapcraft prime --use-lxd [2021-03-19T20:36:49.287Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T20:36:49.287Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T20:36:49.287Z] - README.md [2021-03-19T20:36:49.287Z] [2021-03-19T20:36:49.287Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:36:49.857Z] Launching a container. [2021-03-19T20:37:02.089Z] Waiting for container to be ready [2021-03-19T20:37:02.089Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T20:37:02.089Z] [2021-03-19T20:37:05.391Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T20:37:05.391Z] Waiting for network to be ready... [2021-03-19T20:37:05.653Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:37:05.653Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:37:05.653Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:37:05.914Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:37:05.915Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:37:05.915Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:37:05.915Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:37:05.915Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:37:05.915Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:37:05.915Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:37:06.175Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:37:06.175Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:37:06.435Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:37:06.695Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:37:06.695Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:37:06.695Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:37:06.695Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:37:06.695Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:37:06.955Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:37:06.955Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:37:07.215Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:37:07.215Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:37:07.215Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:37:07.215Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:37:07.215Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:37:07.215Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:37:07.215Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:37:09.766Z] Fetched 24.1 MB in 4s (6157 kB/s) [2021-03-19T20:37:10.339Z] Reading package lists... [2021-03-19T20:37:10.339Z] Reading package lists... [2021-03-19T20:37:10.600Z] Building dependency tree... [2021-03-19T20:37:10.600Z] Reading state information... [2021-03-19T20:37:10.600Z] The following additional packages will be installed: [2021-03-19T20:37:10.600Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:37:10.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:37:10.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:37:10.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T20:37:10.600Z] Suggested packages: [2021-03-19T20:37:10.600Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T20:37:10.600Z] Recommended packages: [2021-03-19T20:37:10.600Z] gnupg libsasl2-modules [2021-03-19T20:37:10.600Z] The following NEW packages will be installed: [2021-03-19T20:37:10.600Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T20:37:10.600Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T20:37:10.600Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T20:37:10.600Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T20:37:10.600Z] The following packages will be upgraded: [2021-03-19T20:37:10.600Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T20:37:10.861Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T20:37:10.861Z] Need to get 3530 kB of archives. [2021-03-19T20:37:10.861Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T20:37:10.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T20:37:10.861Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T20:37:11.122Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T20:37:11.122Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T20:37:11.122Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T20:37:11.122Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T20:37:11.694Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T20:37:11.694Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T20:37:11.694Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T20:37:11.694Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T20:37:11.694Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T20:37:11.694Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T20:37:11.694Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T20:37:11.694Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T20:37:11.694Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T20:37:11.694Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T20:37:11.694Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T20:37:11.694Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T20:37:11.694Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T20:37:11.694Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T20:37:11.694Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T20:37:11.694Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T20:37:11.954Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:37:11.954Z] Fetched 3530 kB in 1s (3466 kB/s) [2021-03-19T20:37:11.954Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:37:11.954Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:11.954Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:37:11.954Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:37:12.214Z] Selecting previously unselected package udev. [2021-03-19T20:37:12.214Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T20:37:12.214Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:12.214Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T20:37:12.475Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T20:37:12.476Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:37:12.476Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:37:12.476Z] Selecting previously unselected package fuse. [2021-03-19T20:37:12.476Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T20:37:12.476Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:37:12.476Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:12.476Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:37:12.743Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:12.743Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:37:12.743Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:12.743Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:37:13.012Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T20:37:13.012Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T20:37:13.012Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:37:13.012Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T20:37:13.012Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.012Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.012Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T20:37:13.012Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.012Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.273Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T20:37:13.273Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.273Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.273Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T20:37:13.273Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.273Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.535Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T20:37:13.535Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.535Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.535Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T20:37:13.535Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.535Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.535Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T20:37:13.535Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.796Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.796Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T20:37:13.796Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.796Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.796Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T20:37:13.796Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T20:37:13.796Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:13.796Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:37:14.060Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:37:14.060Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:37:14.060Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:37:14.060Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T20:37:14.060Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:37:14.060Z] Selecting previously unselected package libldap-common. [2021-03-19T20:37:14.060Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T20:37:14.060Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:37:14.060Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:37:14.060Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T20:37:14.060Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:37:14.320Z] Selecting previously unselected package dirmngr. [2021-03-19T20:37:14.320Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:14.320Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:14.320Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:37:14.583Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:14.583Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T20:37:14.583Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:37:14.583Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T20:37:14.583Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:14.583Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:14.583Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T20:37:14.583Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:37:14.845Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T20:37:15.105Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:37:15.105Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.105Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T20:37:15.366Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T20:37:15.366Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:15.366Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T20:37:15.366Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T20:37:15.626Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:15.626Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:37:15.887Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T20:37:15.887Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T20:37:15.887Z] This means they are not meant to be enabled using systemctl. [2021-03-19T20:37:15.887Z] Possible reasons for having this kind of units are: [2021-03-19T20:37:15.887Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T20:37:15.887Z] .wants/ or .requires/ directory. [2021-03-19T20:37:15.887Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T20:37:15.887Z] a requirement dependency on it. [2021-03-19T20:37:15.887Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T20:37:15.887Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T20:37:15.887Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T20:37:15.887Z] instance name specified. [2021-03-19T20:37:16.463Z] Reading package lists... [2021-03-19T20:37:16.463Z] Building dependency tree... [2021-03-19T20:37:16.463Z] Reading state information... [2021-03-19T20:37:16.463Z] The following additional packages will be installed: [2021-03-19T20:37:16.463Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T20:37:16.463Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T20:37:16.463Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T20:37:16.463Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T20:37:16.463Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T20:37:16.463Z] Suggested packages: [2021-03-19T20:37:16.463Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T20:37:16.463Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T20:37:16.463Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T20:37:16.463Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T20:37:16.463Z] systemd-container policykit-1 [2021-03-19T20:37:16.463Z] Recommended packages: [2021-03-19T20:37:16.463Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T20:37:16.737Z] The following NEW packages will be installed: [2021-03-19T20:37:16.737Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T20:37:16.737Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T20:37:16.737Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T20:37:16.737Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T20:37:16.737Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T20:37:16.737Z] The following packages will be upgraded: [2021-03-19T20:37:16.737Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T20:37:16.737Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T20:37:16.737Z] Need to get 35.2 MB of archives. [2021-03-19T20:37:16.737Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T20:37:16.737Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T20:37:16.737Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T20:37:16.737Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T20:37:16.737Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T20:37:16.737Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T20:37:16.998Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T20:37:16.998Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T20:37:16.998Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T20:37:16.998Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T20:37:16.998Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T20:37:16.998Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T20:37:16.998Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T20:37:16.998Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T20:37:16.998Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T20:37:16.998Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T20:37:16.998Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T20:37:16.998Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T20:37:16.998Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T20:37:16.998Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T20:37:17.941Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T20:37:17.941Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T20:37:17.941Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T20:37:17.941Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T20:37:17.941Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T20:37:17.941Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T20:37:17.941Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T20:37:17.941Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T20:37:17.941Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T20:37:17.941Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T20:37:17.941Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T20:37:18.201Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:37:18.201Z] Fetched 35.2 MB in 1s (25.3 MB/s) [2021-03-19T20:37:18.201Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:37:18.201Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:18.462Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:37:19.035Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:19.035Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:37:19.035Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T20:37:19.296Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:37:19.296Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:37:19.296Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:37:19.556Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T20:37:19.556Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T20:37:19.556Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T20:37:19.556Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T20:37:19.816Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T20:37:19.816Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T20:37:20.386Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T20:37:20.386Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T20:37:20.386Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:37:20.386Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:37:20.647Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T20:37:20.647Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:37:20.647Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:20.647Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T20:37:20.647Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T20:37:20.647Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:37:20.909Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T20:37:20.909Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:37:20.909Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:22.302Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:37:22.564Z] Checking for services that may need to be restarted...done. [2021-03-19T20:37:22.564Z] Checking for services that may need to be restarted...done. [2021-03-19T20:37:22.564Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:22.564Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T20:37:22.564Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:23.134Z] Selecting previously unselected package python3-minimal. [2021-03-19T20:37:23.134Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T20:37:23.134Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:37:23.134Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:37:23.134Z] Selecting previously unselected package mime-support. [2021-03-19T20:37:23.134Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T20:37:23.134Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T20:37:23.399Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:37:23.399Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T20:37:23.399Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:37:23.399Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T20:37:23.399Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:37:23.399Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:23.660Z] Selecting previously unselected package python3.6. [2021-03-19T20:37:23.660Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T20:37:23.660Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:23.660Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:37:23.660Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:37:23.660Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:37:23.921Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T20:37:24.181Z] Selecting previously unselected package python3. [2021-03-19T20:37:24.181Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T20:37:24.181Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T20:37:24.181Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T20:37:24.181Z] Selecting previously unselected package multiarch-support. [2021-03-19T20:37:24.181Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:24.181Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:37:24.181Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T20:37:24.460Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T20:37:24.460Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T20:37:24.460Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T20:37:24.460Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:37:24.460Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T20:37:24.460Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T20:37:24.460Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:37:24.460Z] Selecting previously unselected package sudo. [2021-03-19T20:37:24.460Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:24.727Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:37:24.727Z] Selecting previously unselected package apparmor. [2021-03-19T20:37:24.727Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:37:24.727Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:37:24.989Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T20:37:24.989Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T20:37:24.989Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:37:24.989Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:37:24.989Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:37:24.989Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:25.250Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:37:25.250Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:37:25.250Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:25.250Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:37:25.250Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T20:37:25.250Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:37:25.250Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:37:25.250Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:37:25.250Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:25.512Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:37:25.512Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T20:37:25.512Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:25.779Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T20:37:25.779Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T20:37:25.779Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:37:25.779Z] Selecting previously unselected package openssh-client. [2021-03-19T20:37:25.779Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T20:37:25.779Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:37:26.051Z] Selecting previously unselected package squashfs-tools. [2021-03-19T20:37:26.051Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:37:26.051Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:37:26.051Z] Selecting previously unselected package snapd. [2021-03-19T20:37:26.051Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T20:37:26.051Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T20:37:27.962Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T20:37:27.962Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T20:37:28.223Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T20:37:28.223Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T20:37:28.482Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T20:37:28.482Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:28.482Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:37:28.482Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T20:37:28.482Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T20:37:29.054Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T20:37:29.054Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T20:37:29.315Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T20:37:29.315Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:29.315Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:29.315Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T20:37:29.885Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T20:37:29.885Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:29.885Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T20:37:29.885Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T20:37:29.885Z] running python rtupdate hooks for python3.6... [2021-03-19T20:37:29.885Z] running python post-rtupdate hooks for python3.6... [2021-03-19T20:37:30.146Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T20:37:31.532Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T20:37:31.532Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T20:37:31.532Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T20:37:31.794Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T20:37:32.055Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T20:37:32.316Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T20:37:32.316Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T20:37:32.576Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T20:37:32.837Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:37:32.837Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T20:37:32.837Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T20:37:33.098Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T20:37:33.099Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T20:37:33.360Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T20:37:33.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-19T20:37:33.620Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T20:37:33.620Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:37:34.571Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:37:34.571Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:37:34.571Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:37:35.773Z] Reading package lists... [2021-03-19T20:37:35.773Z] Reading package lists... [2021-03-19T20:37:36.033Z] Building dependency tree... [2021-03-19T20:37:36.033Z] Reading state information... [2021-03-19T20:37:36.033Z] Calculating upgrade... [2021-03-19T20:37:36.293Z] The following packages will be upgraded: [2021-03-19T20:37:36.293Z] advancecomp base-files bash binutils binutils-common [2021-03-19T20:37:36.293Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T20:37:36.293Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T20:37:36.293Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T20:37:36.293Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T20:37:36.293Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T20:37:36.293Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T20:37:36.293Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T20:37:36.293Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T20:37:36.293Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T20:37:36.293Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T20:37:36.293Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T20:37:36.293Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T20:37:36.293Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T20:37:36.293Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T20:37:36.554Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:37:36.554Z] Need to get 63.8 MB of archives. [2021-03-19T20:37:36.554Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T20:37:36.554Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T20:37:36.554Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T20:37:37.126Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T20:37:37.126Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T20:37:37.126Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T20:37:37.126Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T20:37:37.126Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T20:37:37.126Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T20:37:37.126Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-19T20:37:37.126Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T20:37:37.126Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T20:37:37.126Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T20:37:37.126Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T20:37:37.126Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T20:37:37.126Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T20:37:37.126Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T20:37:37.126Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T20:37:37.126Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T20:37:37.126Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T20:37:37.385Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T20:37:37.385Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T20:37:37.385Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T20:37:37.385Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T20:37:37.385Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T20:37:37.385Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T20:37:37.385Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T20:37:37.385Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T20:37:37.385Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T20:37:37.385Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T20:37:37.385Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T20:37:37.385Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T20:37:37.385Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T20:37:37.385Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T20:37:37.385Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T20:37:37.385Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T20:37:37.385Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T20:37:37.385Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T20:37:37.385Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T20:37:37.385Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-19T20:37:37.385Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T20:37:37.385Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T20:37:37.645Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T20:37:37.645Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T20:37:37.645Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T20:37:37.645Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T20:37:37.645Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T20:37:37.645Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T20:37:37.645Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T20:37:37.645Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T20:37:37.645Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T20:37:37.645Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T20:37:37.645Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T20:37:37.645Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T20:37:37.645Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T20:37:37.645Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T20:37:37.645Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T20:37:37.645Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T20:37:37.645Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-19T20:37:37.645Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T20:37:37.645Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T20:37:37.645Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T20:37:37.645Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T20:37:37.645Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T20:37:37.645Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T20:37:37.645Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T20:37:37.645Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T20:37:37.645Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T20:37:37.645Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T20:37:37.645Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T20:37:37.905Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T20:37:37.905Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T20:37:37.905Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T20:37:37.905Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T20:37:37.905Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T20:37:37.905Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T20:37:37.905Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T20:37:37.905Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T20:37:37.905Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T20:37:37.905Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T20:37:37.905Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T20:37:37.905Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T20:37:37.905Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T20:37:37.905Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T20:37:37.905Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T20:37:38.166Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T20:37:38.166Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T20:37:38.166Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T20:37:38.166Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T20:37:38.166Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T20:37:38.166Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T20:37:38.736Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T20:37:38.996Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T20:37:38.996Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T20:37:38.996Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T20:37:39.257Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T20:37:39.257Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T20:37:39.257Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T20:37:39.257Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T20:37:39.257Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T20:37:39.517Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:37:39.517Z] Fetched 63.8 MB in 3s (20.6 MB/s) [2021-03-19T20:37:39.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:39.517Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:39.517Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:37:40.086Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:40.346Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:37:40.346Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T20:37:40.346Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T20:37:41.287Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:41.287Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:41.287Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:41.287Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:41.547Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:41.547Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:41.547Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:41.808Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:41.808Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:41.808Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.069Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.069Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.069Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.069Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.353Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:42.353Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:37:42.353Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.353Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.613Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:42.613Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:37:42.613Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.613Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.874Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.874Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:42.874Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T20:37:42.874Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T20:37:43.135Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:37:43.395Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:37:43.395Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:43.395Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:37:43.970Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:37:43.970Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T20:37:43.970Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T20:37:43.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T20:37:43.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T20:37:44.244Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T20:37:44.505Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T20:37:44.505Z] Installing new version of config file /etc/issue ... [2021-03-19T20:37:44.505Z] Installing new version of config file /etc/issue.net ... [2021-03-19T20:37:44.505Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T20:37:44.505Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T20:37:44.768Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T20:37:44.768Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T20:37:44.768Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T20:37:45.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:45.029Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T20:37:45.289Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T20:37:45.289Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T20:37:45.289Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-19T20:37:45.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:45.552Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:45.552Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:45.552Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:45.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:45.812Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T20:37:45.812Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T20:37:45.812Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T20:37:46.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:46.075Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T20:37:46.075Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:37:46.337Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T20:37:46.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:46.597Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:46.597Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:46.597Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:46.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:46.597Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:46.858Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:46.858Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:47.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:47.119Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T20:37:47.119Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T20:37:47.119Z] Setting up grep (3.1-2build1) ... [2021-03-19T20:37:47.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:47.380Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:37:47.380Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:37:47.641Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T20:37:47.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:47.641Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:47.641Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:47.903Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:47.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:47.903Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:37:48.164Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:37:48.424Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:37:48.685Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:37:48.685Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T20:37:48.685Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:37:49.259Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T20:37:49.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:49.259Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T20:37:49.259Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T20:37:50.643Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:50.643Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:37:50.643Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:50.643Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T20:37:50.643Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:37:50.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:50.643Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T20:37:50.643Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T20:37:50.919Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T20:37:50.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:50.919Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:51.185Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:51.185Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:51.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:51.185Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:51.185Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:51.447Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:51.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:51.447Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:51.447Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:51.447Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:51.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:51.707Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:51.707Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:51.707Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:51.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:51.967Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:51.967Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:51.967Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:51.967Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:51.967Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:52.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:52.228Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T20:37:52.228Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:52.228Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:52.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:52.490Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:52.490Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:52.490Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:52.750Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:52.750Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:52.750Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:52.750Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:53.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:53.017Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:53.017Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:53.589Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:37:53.850Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T20:37:54.111Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T20:37:54.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:54.111Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T20:37:54.111Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T20:37:54.372Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:37:54.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T20:37:54.372Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T20:37:54.372Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T20:37:54.633Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T20:37:54.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:54.633Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T20:37:54.633Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T20:37:54.893Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T20:37:55.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:55.153Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T20:37:55.153Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:37:55.153Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:37:55.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:55.416Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T20:37:55.416Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T20:37:55.416Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T20:37:55.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:55.677Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:55.677Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:55.677Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:55.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:55.938Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:55.938Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:55.938Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:56.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:56.199Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T20:37:56.199Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:56.461Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:56.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:56.461Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T20:37:56.461Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T20:37:56.722Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T20:37:56.722Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T20:37:56.722Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:56.722Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:56.982Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:56.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:56.982Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T20:37:56.982Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T20:37:57.243Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T20:37:57.243Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:57.243Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T20:37:57.243Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T20:37:57.503Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T20:37:57.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:57.764Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T20:37:57.764Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T20:37:57.764Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T20:37:57.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:57.764Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T20:37:58.025Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T20:37:58.025Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T20:37:58.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:58.285Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T20:37:58.285Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T20:37:58.546Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T20:37:58.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:58.809Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:58.809Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T20:37:58.809Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T20:37:59.073Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:59.073Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T20:37:59.073Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T20:37:59.073Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T20:37:59.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:59.334Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T20:37:59.334Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T20:37:59.334Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T20:37:59.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:59.334Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T20:37:59.596Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T20:37:59.596Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T20:37:59.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:37:59.596Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T20:37:59.857Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T20:37:59.857Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T20:38:00.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:38:00.118Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:38:00.118Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T20:38:00.118Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T20:38:00.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T20:38:00.379Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T20:38:00.379Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T20:38:00.379Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T20:38:00.379Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T20:38:00.379Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:38:00.640Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:38:00.640Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T20:38:00.640Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T20:38:00.902Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T20:38:00.902Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T20:38:01.162Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T20:38:01.162Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T20:38:01.423Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T20:38:01.423Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T20:38:01.423Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T20:38:01.423Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T20:38:01.684Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T20:38:01.684Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T20:38:01.684Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T20:38:01.684Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T20:38:01.945Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T20:38:01.945Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T20:38:01.945Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T20:38:01.945Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T20:38:02.204Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T20:38:02.204Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T20:38:02.204Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T20:38:02.204Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T20:38:03.145Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T20:38:03.145Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T20:38:03.145Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T20:38:03.405Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T20:38:03.665Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:38:03.949Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:38:04.209Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:38:04.209Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:38:04.470Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:38:04.470Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:38:04.470Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T20:38:04.470Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T20:38:04.730Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:04.730Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:04.991Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:04.991Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:04.991Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:04.991Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:05.252Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:05.252Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:06.193Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:06.193Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:07.135Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:07.135Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:07.714Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:07.714Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:07.982Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:07.983Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:09.371Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T20:38:09.371Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T20:38:09.371Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:38:09.371Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:38:09.371Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:38:09.371Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:38:09.664Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T20:38:09.664Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T20:38:09.664Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T20:38:10.002Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T20:38:10.002Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:38:10.002Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:38:10.002Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T20:38:10.002Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T20:38:10.287Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T20:38:10.287Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T20:38:10.287Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:10.287Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T20:38:10.287Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:10.588Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:10.588Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:10.588Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T20:38:10.588Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T20:38:10.588Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T20:38:10.588Z] [2021-03-19T20:38:10.588Z] Current default time zone: 'Etc/UTC' [2021-03-19T20:38:10.588Z] Local time is now: Fri Mar 19 20:38:10 UTC 2021. [2021-03-19T20:38:10.588Z] Universal Time is now: Fri Mar 19 20:38:10 UTC 2021. [2021-03-19T20:38:10.588Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T20:38:10.588Z] [2021-03-19T20:38:10.588Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T20:38:10.588Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:10.858Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T20:38:10.858Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T20:38:10.858Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T20:38:10.858Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T20:38:10.858Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:38:10.858Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:38:10.858Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T20:38:10.858Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T20:38:11.119Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:11.119Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T20:38:11.421Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:11.421Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:38:11.421Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:11.421Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T20:38:11.421Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T20:38:11.421Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T20:38:11.421Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T20:38:11.421Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T20:38:11.705Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T20:38:11.705Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:38:11.705Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T20:38:13.687Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:38:14.260Z] 23 added, 27 removed; done. [2021-03-19T20:38:14.260Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T20:38:14.260Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T20:38:14.260Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T20:38:14.522Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T20:38:14.522Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T20:38:14.522Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.522Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:38:14.522Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.522Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.522Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.782Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.782Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:14.782Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T20:38:14.782Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:38:14.782Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:38:14.782Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T20:38:14.782Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T20:38:14.782Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:15.043Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T20:38:15.043Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:38:15.043Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T20:38:15.043Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T20:38:15.043Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:38:15.304Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T20:38:15.304Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T20:38:15.304Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T20:38:15.304Z] Updating certificates in /etc/ssl/certs... [2021-03-19T20:38:15.874Z] 0 added, 0 removed; done. [2021-03-19T20:38:15.874Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:38:15.874Z] done. [2021-03-19T20:38:16.445Z] Reading package lists... [2021-03-19T20:38:16.445Z] Building dependency tree... [2021-03-19T20:38:16.445Z] Reading state information... [2021-03-19T20:38:16.705Z] The following NEW packages will be installed: [2021-03-19T20:38:16.705Z] apt-transport-https [2021-03-19T20:38:16.705Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:38:16.705Z] Need to get 1696 B of archives. [2021-03-19T20:38:16.705Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T20:38:16.705Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T20:38:16.705Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:38:16.705Z] Fetched 1696 B in 0s (41.2 kB/s) [2021-03-19T20:38:16.705Z] Selecting previously unselected package apt-transport-https. [2021-03-19T20:38:16.705Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T20:38:16.705Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T20:38:16.965Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:38:16.965Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T20:38:17.225Z] Waiting for network to be ready... [2021-03-19T20:38:22.513Z] 2021-03-19T20:38:20Z INFO Waiting for automatic snapd restart... [2021-03-19T20:38:22.773Z] snapd 2.49 from Canonical* installed [2021-03-19T20:38:24.163Z] "snapd" switched to the "latest/stable" channel [2021-03-19T20:38:24.163Z] [2021-03-19T20:38:26.707Z] core18 20210128 from Canonical* installed [2021-03-19T20:38:26.707Z] "core18" switched to the "latest/stable" channel [2021-03-19T20:38:26.707Z] [2021-03-19T20:38:30.006Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T20:38:30.006Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T20:38:30.006Z] [2021-03-19T20:38:33.305Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T20:38:33.305Z] - README.md [2021-03-19T20:38:33.305Z] [2021-03-19T20:38:33.305Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T20:38:39.884Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:39.884Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:38:40.144Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:38:40.144Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:38:41.346Z] Reading package lists... [2021-03-19T20:38:41.606Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.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-03-19T20:38:48.190Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:48.190Z] Reading package lists... [2021-03-19T20:38:48.190Z] Building dependency tree... [2021-03-19T20:38:48.190Z] Reading state information... [2021-03-19T20:38:48.190Z] Suggested packages: [2021-03-19T20:38:48.190Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T20:38:48.190Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T20:38:48.190Z] Recommended packages: [2021-03-19T20:38:48.190Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T20:38:48.190Z] The following NEW packages will be installed: [2021-03-19T20:38:48.190Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T20:38:48.191Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T20:38:48.191Z] pkg-config zip [2021-03-19T20:38:48.191Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:38:48.191Z] Need to get 7657 kB of archives. [2021-03-19T20:38:48.191Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T20:38:48.191Z] 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-03-19T20:38:48.191Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T20:38:48.191Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T20:38:48.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T20:38:48.191Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T20:38:48.191Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T20:38:48.191Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T20:38:48.451Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T20:38:48.451Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T20:38:48.451Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T20:38:48.451Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T20:38:48.712Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T20:38:48.712Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T20:38:48.712Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T20:38:48.712Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T20:38:48.973Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:38:48.973Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-19T20:38:48.973Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T20:38:48.973Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T20:38:48.973Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T20:38:48.973Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:38:49.233Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:38:49.233Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T20:38:49.233Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:38:49.233Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:38:49.233Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T20:38:49.233Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:38:49.493Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:38:49.493Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T20:38:49.493Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:38:49.493Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T20:38:49.493Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T20:38:49.493Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:38:49.756Z] Selecting previously unselected package liberror-perl. [2021-03-19T20:38:49.756Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T20:38:49.757Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T20:38:49.757Z] Selecting previously unselected package git-man. [2021-03-19T20:38:49.757Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T20:38:49.757Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:50.017Z] Selecting previously unselected package git. [2021-03-19T20:38:50.017Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T20:38:50.017Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:50.957Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T20:38:50.957Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T20:38:50.957Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:38:50.957Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T20:38:50.957Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T20:38:50.957Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:38:50.957Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T20:38:50.957Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T20:38:50.957Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:38:51.218Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T20:38:51.218Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:38:51.218Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:51.218Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T20:38:51.218Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T20:38:51.218Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:51.480Z] Selecting previously unselected package pkg-config. [2021-03-19T20:38:51.480Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T20:38:51.480Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:38:51.480Z] Selecting previously unselected package zip. [2021-03-19T20:38:51.480Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T20:38:51.480Z] Unpacking zip (3.0-11build1) ... [2021-03-19T20:38:51.741Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T20:38:51.741Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:51.741Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T20:38:51.741Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T20:38:51.741Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T20:38:51.741Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T20:38:51.741Z] No schema files found: doing nothing. [2021-03-19T20:38:51.741Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T20:38:51.741Z] Setting up zip (3.0-11build1) ... [2021-03-19T20:38:51.741Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T20:38:52.002Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T20:38:52.002Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T20:38:52.002Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:52.002Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T20:38:52.002Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T20:38:52.002Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T20:38:52.002Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T20:38:58.603Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:38:58.603Z] git set to automatically installed. [2021-03-19T20:38:58.603Z] git-man set to automatically installed. [2021-03-19T20:38:58.603Z] libcurl3-gnutls set to automatically installed. [2021-03-19T20:38:58.603Z] liberror-perl set to automatically installed. [2021-03-19T20:38:58.603Z] libglib2.0-0 set to automatically installed. [2021-03-19T20:38:58.603Z] libnghttp2-14 set to automatically installed. [2021-03-19T20:38:58.603Z] libnorm1 set to automatically installed. [2021-03-19T20:38:58.603Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T20:38:58.603Z] libpsl5 set to automatically installed. [2021-03-19T20:38:58.603Z] librtmp1 set to automatically installed. [2021-03-19T20:38:58.603Z] libsodium23 set to automatically installed. [2021-03-19T20:38:58.603Z] libzmq3-dev set to automatically installed. [2021-03-19T20:38:58.603Z] libzmq5 set to automatically installed. [2021-03-19T20:38:58.603Z] pkg-config set to automatically installed. [2021-03-19T20:38:58.603Z] zip set to automatically installed. [2021-03-19T20:39:00.569Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:39:07.181Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:40:28.705Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T20:40:28.705Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T20:40:28.705Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T20:40:29.286Z] snap "core18" has no updates available [2021-03-19T20:40:29.856Z] Pulling go-build-helper [2021-03-19T20:40:29.856Z] + snapcraftctl pull [2021-03-19T20:40:30.921Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T20:40:30.921Z] Skipping pull go-build-helper (already ran) [2021-03-19T20:40:30.921Z] Building go-build-helper [2021-03-19T20:40:30.921Z] + snapcraftctl build [2021-03-19T20:40:32.836Z] Staging go-build-helper [2021-03-19T20:40:32.836Z] + snapcraftctl stage [2021-03-19T20:40:42.830Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T20:40:42.830Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T20:40:42.830Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T20:40:42.830Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T20:40:42.830Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T20:40:42.830Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T20:40:42.830Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T20:40:42.830Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T20:40:42.830Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T20:40:42.830Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T20:40:42.830Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T20:40:42.830Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T20:40:42.830Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T20:40:42.830Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T20:40:42.830Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T20:40:42.830Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T20:40:42.830Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T20:40:42.830Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T20:40:42.830Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T20:40:42.830Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T20:40:42.830Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T20:40:42.830Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T20:40:42.830Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T20:40:42.830Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T20:40:42.830Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T20:40:42.830Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T20:40:42.830Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T20:40:42.830Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T20:40:42.830Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:40:42.830Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T20:40:42.830Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:40:42.830Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T20:40:42.830Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:40:42.831Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T20:40:42.831Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:40:42.831Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T20:40:42.831Z] Pulling app-service-config [2021-03-19T20:40:42.831Z] + snapcraftctl pull [2021-03-19T20:40:43.399Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T20:40:43.970Z] Pulling config-common [2021-03-19T20:40:43.970Z] + snapcraftctl pull [2021-03-19T20:40:48.176Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:40:48.176Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:40:48.176Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:40:48.176Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:40:48.176Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T20:40:48.176Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:40:48.176Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T20:40:48.176Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:40:48.176Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T20:40:48.176Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:40:48.176Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T20:40:48.176Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:40:48.176Z] Pulling edgex-go [2021-03-19T20:40:48.176Z] + snapcraftctl pull [2021-03-19T20:41:10.135Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T20:41:10.135Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T20:41:10.135Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T20:41:10.135Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T20:41:10.135Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T20:41:10.135Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T20:41:10.135Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T20:41:10.135Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T20:41:10.135Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T20:41:10.135Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T20:41:10.135Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T20:41:10.135Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T20:41:10.135Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T20:41:10.135Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T20:41:10.135Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T20:41:10.135Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T20:41:10.135Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T20:41:10.135Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T20:41:10.135Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T20:41:10.135Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T20:41:10.135Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T20:41:10.135Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T20:41:10.135Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T20:41:10.135Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T20:41:10.135Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T20:41:10.135Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T20:41:10.135Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T20:41:10.135Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T20:41:10.135Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T20:41:10.135Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T20:41:10.135Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T20:41:10.135Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T20:41:10.135Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T20:41:10.135Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T20:41:10.136Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T20:41:10.136Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T20:41:10.136Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T20:41:10.136Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T20:41:10.136Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T20:41:10.136Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T20:41:10.136Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T20:41:10.136Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T20:41:10.136Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T20:41:10.136Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T20:41:10.136Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T20:41:10.136Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T20:41:10.136Z] Pulling static-packages [2021-03-19T20:41:10.136Z] + snapcraftctl pull [2021-03-19T20:41:10.136Z] Pulling version [2021-03-19T20:41:10.136Z] + cd /root/project [2021-03-19T20:41:10.136Z] + [ -f VERSION ] [2021-03-19T20:41:10.136Z] + PROJECT_VERSION=local-dev [2021-03-19T20:41:10.136Z] + git rev-parse --short HEAD [2021-03-19T20:41:10.136Z] + GIT_REVISION=e09c63c9 [2021-03-19T20:41:10.136Z] + snapcraftctl set-version local-dev [2021-03-19T20:41:11.077Z] Skipping build go-build-helper (already ran) [2021-03-19T20:41:11.077Z] Building app-service-config [2021-03-19T20:41:11.077Z] + make build [2021-03-19T20:41:11.077Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T20:41:13.635Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T20:41:13.635Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T20:41:13.635Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T20:41:13.635Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:41:13.635Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T20:41:13.635Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T20:41:13.635Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T20:41:13.635Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:41:13.635Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T20:41:13.635Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T20:41:13.896Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T20:41:13.896Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T20:41:14.157Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T20:41:14.416Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T20:41:14.416Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T20:41:14.676Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T20:41:14.676Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T20:41:14.676Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T20:41:14.676Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T20:41:14.676Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T20:41:14.935Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T20:41:14.935Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T20:41:14.935Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T20:41:14.935Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:41:14.935Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:41:14.935Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T20:41:14.935Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T20:41:14.935Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T20:41:14.935Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T20:41:14.935Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T20:41:14.935Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:41:14.935Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T20:41:14.935Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T20:41:14.935Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T20:41:14.935Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T20:41:14.935Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T20:41:15.195Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:41:15.195Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:41:15.195Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T20:41:15.195Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:41:15.195Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T20:41:15.195Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T20:41:15.454Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T20:41:25.450Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T20:41:25.450Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T20:41:25.450Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T20:41:25.450Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T20:41:25.450Z] Building config-common [2021-03-19T20:41:25.450Z] + snapcraftctl build [2021-03-19T20:41:27.378Z] Building edgex-go [2021-03-19T20:41:27.378Z] + cd /root/parts/edgex-go/src [2021-03-19T20:41:27.378Z] + make build [2021-03-19T20:41:27.378Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:41:27.949Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T20:41:27.949Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T20:41:27.949Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-19T20:41:27.949Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T20:41:27.949Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T20:41:27.949Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:41:27.949Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T20:41:27.950Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T20:41:27.950Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T20:41:27.950Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T20:41:32.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:41:32.163Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T20:41:36.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:41:38.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:41:39.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:41:40.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:41:40.239Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T20:41:40.499Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T20:41:40.499Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:41:40.499Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:41:42.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:41:42.410Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T20:41:42.410Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T20:41:43.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:41:44.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:41:44.736Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T20:41:46.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:41:47.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:41:47.517Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T20:41:48.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T20:41:48.909Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T20:41:50.820Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T20:41:50.820Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T20:41:50.820Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T20:41:50.820Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T20:41:50.820Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T20:41:50.820Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T20:41:50.820Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T20:41:50.820Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-19T20:41:53.361Z] Building static-packages [2021-03-19T20:41:53.361Z] + snapcraftctl build [2021-03-19T20:41:55.275Z] Building version [2021-03-19T20:41:55.275Z] + snapcraftctl build [2021-03-19T20:41:57.184Z] Skipping stage go-build-helper (already ran) [2021-03-19T20:41:57.184Z] Staging app-service-config [2021-03-19T20:41:57.184Z] + snapcraftctl stage [2021-03-19T20:41:58.127Z] Staging config-common [2021-03-19T20:41:58.127Z] + snapcraftctl stage [2021-03-19T20:41:59.071Z] Staging edgex-go [2021-03-19T20:41:59.071Z] + snapcraftctl stage [2021-03-19T20:42:00.014Z] Staging static-packages [2021-03-19T20:42:00.014Z] + snapcraftctl stage [2021-03-19T20:42:00.961Z] Staging version [2021-03-19T20:42:00.961Z] + snapcraftctl stage [2021-03-19T20:42:01.905Z] Priming go-build-helper [2021-03-19T20:42:01.905Z] + snapcraftctl prime [2021-03-19T20:42:02.849Z] Priming app-service-config [2021-03-19T20:42:02.849Z] + snapcraftctl prime [2021-03-19T20:42:03.790Z] Priming config-common [2021-03-19T20:42:03.790Z] + snapcraftctl prime [2021-03-19T20:42:04.733Z] Priming edgex-go [2021-03-19T20:42:04.733Z] + snapcraftctl prime [2021-03-19T20:42:05.676Z] Priming static-packages [2021-03-19T20:42:05.676Z] + snapcraftctl prime [2021-03-19T20:42:08.219Z] Priming version [2021-03-19T20:42:08.219Z] + snapcraftctl prime [2021-03-19T20:42:08.791Z] 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-03-19T20:42:12.029Z] provisioning config files... [2021-03-19T20:42:12.057Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config4494183226813858178tmp [Pipeline] { [Pipeline] sh [2021-03-19T20:42:12.450Z] + set +x [2021-03-19T20:42:12.450Z] + curl -s https://codecov.io/bash [2021-03-19T20:42:12.450Z] + bash -s -- [2021-03-19T20:42:13.650Z] [2021-03-19T20:42:13.650Z] _____ _ [2021-03-19T20:42:13.650Z] / ____| | | [2021-03-19T20:42:13.650Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T20:42:13.650Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T20:42:13.650Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T20:42:13.650Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T20:42:13.650Z] Bash-20210309-2b87ace [2021-03-19T20:42:13.650Z] [2021-03-19T20:42:13.650Z] [2021-03-19T20:42:13.650Z] ==> git version 2.24.3 found [2021-03-19T20:42:13.650Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-19T20:42:13.650Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T20:42:13.650Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T20:42:13.650Z] ==> Jenkins CI detected. [2021-03-19T20:42:13.650Z] project root: . [2021-03-19T20:42:13.650Z] --> token set from env [2021-03-19T20:42:13.931Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T20:42:13.931Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T20:42:14.540Z] ==> Python coveragepy not found [2021-03-19T20:42:14.540Z] ==> Searching for coverage reports in: [2021-03-19T20:42:14.540Z] + . [2021-03-19T20:42:14.540Z] -> Found 1 reports [2021-03-19T20:42:14.540Z] ==> Detecting git/mercurial file structure [2021-03-19T20:42:14.540Z] ==> Reading reports [2021-03-19T20:42:14.540Z] + ./coverage.out bytes=650607 [2021-03-19T20:42:14.540Z] ==> Appending adjustments [2021-03-19T20:42:14.540Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T20:42:22.883Z] + Found adjustments [2021-03-19T20:42:22.883Z] ==> Gzipping contents [2021-03-19T20:42:22.883Z] 96K /tmp/codecov.Zx3O5z.gz [2021-03-19T20:42:22.883Z] ==> Uploading reports [2021-03-19T20:42:22.883Z] url: https://codecov.io [2021-03-19T20:42:22.883Z] query: branch=PR-3208&commit=e09c63c901571abb6952413166af1e3f3cc1f989&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-19T20:42:22.883Z] -> Pinging Codecov [2021-03-19T20:42:22.883Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=e09c63c901571abb6952413166af1e3f3cc1f989&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-19T20:42:22.883Z] -> Uploading to [2021-03-19T20:42:22.883Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/e09c63c901571abb6952413166af1e3f3cc1f989/c65902e3-0ff3-429d-a7b2-1e60bb4da4c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T204222Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=910460923038fb3ff8be040b84687ed82a7d003900e10a4ca6e6b4961dbcd01e [2021-03-19T20:42:22.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:42:22.883Z] Dload Upload Total Spent Left Speed [2021-03-19T20:42:23.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94956 0 0 100 94956 0 136k --:--:-- --:--:-- --:--:-- 136k 100 94956 0 0 100 94956 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-03-19T20:42:23.838Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e09c63c901571abb6952413166af1e3f3cc1f989 [Pipeline] } [2021-03-19T20:42:23.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:42:25.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:42:27.450Z] ---> package-listing.sh [2021-03-19T20:42:27.450Z] ++ facter osfamily [2021-03-19T20:42:27.450Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T20:42:27.713Z] + OS_FAMILY=redhat [2021-03-19T20:42:27.713Z] + workspace=/w/workspace/edgex-go/26 [2021-03-19T20:42:27.713Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T20:42:27.713Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T20:42:27.713Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T20:42:27.713Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T20:42:27.713Z] + '[' /w/workspace/edgex-go/26 ']' [2021-03-19T20:42:27.713Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T20:42:27.713Z] + case "${OS_FAMILY}" in [2021-03-19T20:42:27.713Z] + rpm -qa [2021-03-19T20:42:27.713Z] + sort [2021-03-19T20:42:36.430Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T20:42:36.430Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T20:42:36.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T20:42:36.430Z] + '[' /w/workspace/edgex-go/26 ']' [2021-03-19T20:42:36.430Z] + mkdir -p /w/workspace/edgex-go/26/archives/ [2021-03-19T20:42:36.430Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo [2021-03-19T20:42:36.459Z] 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T20:42:36.796Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:42:37.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:42:37.722Z] [2021-03-19T20:42:37.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:42:38.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:42:39.209Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T20:42:39.209Z] df20fa9351a1: Pulling fs layer [2021-03-19T20:42:39.209Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T20:42:39.209Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T20:42:39.209Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T20:42:39.209Z] 93b61091891f: Pulling fs layer [2021-03-19T20:42:39.209Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T20:42:39.209Z] 5e14af77c1be: Pulling fs layer [2021-03-19T20:42:39.209Z] 01666e4c0597: Pulling fs layer [2021-03-19T20:42:39.209Z] aa168da1d23b: Pulling fs layer [2021-03-19T20:42:39.504Z] 93b9cdb0e59b: Waiting [2021-03-19T20:42:39.504Z] 5e14af77c1be: Waiting [2021-03-19T20:42:39.504Z] 01666e4c0597: Waiting [2021-03-19T20:42:39.504Z] aa168da1d23b: Waiting [2021-03-19T20:42:39.504Z] 46f8f816bc3b: Waiting [2021-03-19T20:42:39.504Z] 93b61091891f: Waiting [2021-03-19T20:42:39.504Z] 36b3adc4ff6f: Download complete [2021-03-19T20:42:39.504Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T20:42:39.504Z] 46f8f816bc3b: Download complete [2021-03-19T20:42:39.504Z] 93b61091891f: Verifying Checksum [2021-03-19T20:42:39.504Z] 93b61091891f: Download complete [2021-03-19T20:42:39.784Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T20:42:39.784Z] 93b9cdb0e59b: Download complete [2021-03-19T20:42:39.784Z] df20fa9351a1: Download complete [2021-03-19T20:42:39.784Z] 5e14af77c1be: Verifying Checksum [2021-03-19T20:42:39.784Z] 5e14af77c1be: Download complete [2021-03-19T20:42:39.784Z] 01666e4c0597: Verifying Checksum [2021-03-19T20:42:39.784Z] 01666e4c0597: Download complete [2021-03-19T20:42:40.856Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T20:42:40.856Z] 8ad3a11d3b57: Download complete [2021-03-19T20:42:40.856Z] df20fa9351a1: Pull complete [2021-03-19T20:42:41.125Z] 36b3adc4ff6f: Pull complete [2021-03-19T20:42:43.131Z] 8ad3a11d3b57: Pull complete [2021-03-19T20:42:43.416Z] 46f8f816bc3b: Pull complete [2021-03-19T20:42:43.739Z] aa168da1d23b: Verifying Checksum [2021-03-19T20:42:43.739Z] aa168da1d23b: Download complete [2021-03-19T20:42:44.816Z] 93b61091891f: Pull complete [2021-03-19T20:42:45.814Z] 93b9cdb0e59b: Pull complete [2021-03-19T20:42:46.103Z] 5e14af77c1be: Pull complete [2021-03-19T20:42:46.765Z] 01666e4c0597: Pull complete [2021-03-19T20:43:05.440Z] aa168da1d23b: Pull complete [2021-03-19T20:43:05.440Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T20:43:05.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:43:05.440Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T20:43:07.131Z] prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container [2021-03-19T20:43:07.375Z] $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T20:43:11.508Z] $ docker top 92f976f8112968365ad303798486f436ac6d069d92a8db34bbd183f23bff835c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:43:12.471Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T20:43:13.509Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T20:43:13.887Z] + ls /var/log/sa-host [2021-03-19T20:43:13.888Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T20:43:13.888Z] file_magic: OK [2021-03-19T20:43:13.888Z] HZ: Using current value: 100 [2021-03-19T20:43:13.888Z] file_header: OK [2021-03-19T20:43:13.888Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-19T20:43:13.888Z] Statistics: [2021-03-19T20:43:13.888Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T20:43:13.888Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T20:43:13.888Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T20:43:13.888Z] file_magic: OK [2021-03-19T20:43:13.888Z] HZ: Using current value: 100 [2021-03-19T20:43:13.888Z] file_header: OK [2021-03-19T20:43:13.888Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-19T20:43:13.888Z] Statistics: [2021-03-19T20:43:13.888Z] Hnuu...uuuununununu... [2021-03-19T20:43:13.888Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:43:14.121Z] provisioning config files... [2021-03-19T20:43:14.145Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config5920759460487206294tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:43:14.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:43:15.324Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T20:43:15.337Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T20:43:15.460Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:43:16.194Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T20:43:16.206Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:43:17.274Z] ---> sudo-logs.sh [2021-03-19T20:43:17.275Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T20:43:17.370Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:43:17.791Z] ---> job-cost.sh [2021-03-19T20:43:18.061Z] lf-activate-venv: SKIPPING [2021-03-19T20:43:18.061Z] DEBUG: total: 0.20999999344348907 [2021-03-19T20:43:18.061Z] INFO: Retrieving Stack Cost... [2021-03-19T20:43:19.021Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T20:43:19.598Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T20:43:19.614Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:43:19.937Z] ---> logs-deploy.sh [2021-03-19T20:43:19.937Z] lf-activate-venv: SKIPPING [2021-03-19T20:43:19.937Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/26 [2021-03-19T20:43:19.937Z] INFO: archiving workspace using pattern(s): [2021-03-19T20:43:22.624Z] Archives upload complete. [2021-03-19T20:43:22.624Z] INFO: archiving logs to Nexus [2021-03-19T20:43:24.634Z] ---> uname -a: [2021-03-19T20:43:24.634Z] Linux prd-centos7-docker-4c-2g-30619.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] ---> lscpu: [2021-03-19T20:43:24.634Z] Architecture: x86_64 [2021-03-19T20:43:24.634Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T20:43:24.634Z] Byte Order: Little Endian [2021-03-19T20:43:24.634Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T20:43:24.634Z] CPU(s): 4 [2021-03-19T20:43:24.634Z] On-line CPU(s) list: 0-3 [2021-03-19T20:43:24.634Z] Thread(s) per core: 1 [2021-03-19T20:43:24.634Z] Core(s) per socket: 1 [2021-03-19T20:43:24.634Z] Socket(s): 4 [2021-03-19T20:43:24.634Z] NUMA node(s): 1 [2021-03-19T20:43:24.634Z] Vendor ID: GenuineIntel [2021-03-19T20:43:24.634Z] CPU family: 6 [2021-03-19T20:43:24.634Z] Model: 44 [2021-03-19T20:43:24.634Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T20:43:24.634Z] Stepping: 1 [2021-03-19T20:43:24.634Z] CPU MHz: 2933.438 [2021-03-19T20:43:24.634Z] BogoMIPS: 5866.87 [2021-03-19T20:43:24.634Z] Virtualization: VT-x [2021-03-19T20:43:24.634Z] Hypervisor vendor: KVM [2021-03-19T20:43:24.634Z] Virtualization type: full [2021-03-19T20:43:24.634Z] L1d cache: 128 KiB [2021-03-19T20:43:24.634Z] L1i cache: 128 KiB [2021-03-19T20:43:24.634Z] L2 cache: 16 MiB [2021-03-19T20:43:24.634Z] L3 cache: 64 MiB [2021-03-19T20:43:24.634Z] NUMA node0 CPU(s): 0-3 [2021-03-19T20:43:24.634Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T20:43:24.634Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T20:43:24.634Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T20:43:24.634Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T20:43:24.634Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T20:43:24.634Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T20:43:24.634Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T20:43:24.634Z] Vulnerability Srbds: Not affected [2021-03-19T20:43:24.634Z] Vulnerability Tsx async abort: Not affected [2021-03-19T20:43:24.634Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] ---> nproc: [2021-03-19T20:43:24.634Z] 4 [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] ---> df -h: [2021-03-19T20:43:24.634Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T20:43:24.634Z] overlay 50.0G 12.6G 37.4G 25% / [2021-03-19T20:43:24.634Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T20:43:24.634Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T20:43:24.634Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/26 [2021-03-19T20:43:24.634Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/26@tmp [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] ---> free -m: [2021-03-19T20:43:24.634Z] total used free shared buff/cache available [2021-03-19T20:43:24.634Z] Mem: 1837 682 116 0 1037 1073 [2021-03-19T20:43:24.634Z] Swap: 1023 70 953 [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z] ---> ip addr: [2021-03-19T20:43:24.634Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T20:43:24.634Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T20:43:24.634Z] inet 127.0.0.1/8 scope host lo [2021-03-19T20:43:24.634Z] valid_lft forever preferred_lft forever [2021-03-19T20:43:24.634Z] inet6 ::1/128 scope host [2021-03-19T20:43:24.634Z] valid_lft forever preferred_lft forever [2021-03-19T20:43:24.634Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T20:43:24.634Z] link/ether fa:16:3e:a2:17:8e brd ff:ff:ff:ff:ff:ff [2021-03-19T20:43:24.634Z] inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T20:43:24.634Z] valid_lft 84195sec preferred_lft 84195sec [2021-03-19T20:43:24.634Z] inet6 fe80::f816:3eff:fea2:178e/64 scope link [2021-03-19T20:43:24.634Z] valid_lft forever preferred_lft forever [2021-03-19T20:43:24.634Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T20:43:24.634Z] link/ether 02:42:ad:b8:1f:5e brd ff:ff:ff:ff:ff:ff [2021-03-19T20:43:24.634Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T20:43:24.634Z] valid_lft forever preferred_lft forever [2021-03-19T20:43:24.634Z] inet6 fe80::42:adff:feb8:1f5e/64 scope link [2021-03-19T20:43:24.634Z] valid_lft forever preferred_lft forever [2021-03-19T20:43:24.634Z] [2021-03-19T20:43:24.634Z]