Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 354513ea476727261fb8f3ec0718bce51a661462+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (2eeefff0ff3c824ee29873b837fae7414158245d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2478 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 Merge succeeded, producing fdd2f6538c016edec960e73013a8ac315277938c Checking out Revision fdd2f6538c016edec960e73013a8ac315277938c (PR-3406) > 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/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fdd2f6538c016edec960e73013a8ac315277938c # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T08:32:04.931Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T08:32:05.018Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T08:32:05.049Z] ========================================================= [2021-04-30T08:32:05.049Z] EdgeX Global Pipelines Version Info [2021-04-30T08:32:05.049Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 [2021-04-30T08:32:08.408Z] ------------------- [2021-04-30T08:32:08.408Z] stable info: [2021-04-30T08:32:08.408Z] ------------------- [2021-04-30T08:32:08.408Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T08:32:08.408Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:32:08.408Z] Message: update stable to v1.0.191 [2021-04-30T08:32:09.413Z] ------------------- [2021-04-30T08:32:09.413Z] experimental info: [2021-04-30T08:32:09.413Z] ------------------- [2021-04-30T08:32:09.413Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T08:32:09.413Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:32:09.413Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T08:32:09.669Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-30T08:32:09.692Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-30T08:32:09.714Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T08:32:09.735Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T08:32:09.756Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T08:32:09.777Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T08:32:09.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T08:32:09.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-30T08:32:09.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-30T08:32:09.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-30T08:32:09.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T08:32:09.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T08:32:09.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T08:32:09.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T08:32:09.972Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:32:09.994Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:32:10.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T08:32:10.040Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T08:32:10.062Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-30T08:32:10.084Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-30T08:32:10.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-30T08:32:10.158Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T08:32:10.181Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3406 [Pipeline] echo [2021-04-30T08:32:10.203Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3406 [Pipeline] echo [2021-04-30T08:32:10.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3406 [Pipeline] echo [2021-04-30T08:32:10.245Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fdd2f6538c016edec960e73013a8ac315277938c [Pipeline] echo [2021-04-30T08:32:10.267Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fdd2f65 [Pipeline] echo [2021-04-30T08:32:10.289Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:32:10.360Z] provisioning config files... [2021-04-30T08:32:10.408Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7309632062862918518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:32:10.926Z] ---> docker-login.sh [2021-04-30T08:32:10.926Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:32:11.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:32:12.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:32:12.287Z] Configure a credential helper to remove this warning. See [2021-04-30T08:32:12.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:32:12.287Z] [2021-04-30T08:32:12.287Z] Login Succeeded [2021-04-30T08:32:12.287Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:32:12.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:32:12.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:32:12.939Z] Configure a credential helper to remove this warning. See [2021-04-30T08:32:12.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:32:12.939Z] [2021-04-30T08:32:12.939Z] Login Succeeded [2021-04-30T08:32:12.939Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:32:13.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:32:13.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:32:13.592Z] Configure a credential helper to remove this warning. See [2021-04-30T08:32:13.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:32:13.592Z] [2021-04-30T08:32:13.592Z] Login Succeeded [2021-04-30T08:32:13.592Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:32:13.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:32:13.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:32:13.996Z] Configure a credential helper to remove this warning. See [2021-04-30T08:32:13.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:32:13.996Z] [2021-04-30T08:32:13.996Z] Login Succeeded [2021-04-30T08:32:13.996Z] docker.io [2021-04-30T08:32:14.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:32:14.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:32:14.937Z] Configure a credential helper to remove this warning. See [2021-04-30T08:32:14.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:32:14.937Z] [2021-04-30T08:32:14.937Z] Login Succeeded [2021-04-30T08:32:14.937Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:32:15.038Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:32:15.493Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/core-command/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] ++ dirname cmd/core-data/Dockerfile [2021-04-30T08:32:15.494Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-30T08:32:15.494Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-30T08:32:15.494Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-30T08:32:15.494Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:32:15.494Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-30T08:32:15.494Z] ++ cut -d/ -f2 [2021-04-30T08:32:15.494Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-30T08:32:15.710Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:16.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:32:16.501Z] [2021-04-30T08:32:16.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:16.989Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:32:16.990Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T08:32:16.990Z] 31603596830f: Pulling fs layer [2021-04-30T08:32:16.990Z] 54011a49482f: Pulling fs layer [2021-04-30T08:32:16.990Z] a6820b24f6d8: Pulling fs layer [2021-04-30T08:32:16.990Z] f581987b2513: Pulling fs layer [2021-04-30T08:32:16.990Z] f581987b2513: Waiting [2021-04-30T08:32:16.990Z] 54011a49482f: Verifying Checksum [2021-04-30T08:32:16.990Z] 54011a49482f: Download complete [2021-04-30T08:32:17.311Z] 31603596830f: Verifying Checksum [2021-04-30T08:32:17.311Z] 31603596830f: Download complete [2021-04-30T08:32:17.660Z] f581987b2513: Verifying Checksum [2021-04-30T08:32:17.660Z] f581987b2513: Download complete [2021-04-30T08:32:17.937Z] a6820b24f6d8: Verifying Checksum [2021-04-30T08:32:17.937Z] a6820b24f6d8: Download complete [2021-04-30T08:32:18.226Z] 31603596830f: Pull complete [2021-04-30T08:32:18.938Z] 54011a49482f: Pull complete [2021-04-30T08:32:22.598Z] a6820b24f6d8: Pull complete [2021-04-30T08:32:23.302Z] f581987b2513: Pull complete [2021-04-30T08:32:23.302Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T08:32:23.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:32:23.302Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T08:32:23.876Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T08:32:24.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T08:32:27.624Z] $ docker top b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T08:32:28.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:32:28.278Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:32:29.268Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:32:29.275Z] $ docker exec b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent [2021-04-30T08:32:30.247Z] SSH_AUTH_SOCK=/tmp/ssh-a8efwMjV3r4z/agent.11 [2021-04-30T08:32:30.247Z] SSH_AGENT_PID=16 [2021-04-30T08:32:30.371Z] Running ssh-add (command line suppressed) [2021-04-30T08:32:30.802Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2150681741810109238.key (/w/workspace/edgex-go/3@tmp/private_key_2150681741810109238.key) [2021-04-30T08:32:31.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:32:31.915Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T08:32:32.017Z] $ docker exec --env ******** --env ******** b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent -k [2021-04-30T08:32:32.473Z] unset SSH_AUTH_SOCK; [2021-04-30T08:32:32.473Z] unset SSH_AGENT_PID; [2021-04-30T08:32:32.473Z] echo Agent pid 16 killed; [2021-04-30T08:32:32.622Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T08:32:32.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:32:32.663Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:32:33.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:32:33.392Z] $ docker exec b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent [2021-04-30T08:32:33.998Z] SSH_AUTH_SOCK=/tmp/ssh-mu0HRUKSa8VA/agent.44 [2021-04-30T08:32:33.998Z] SSH_AGENT_PID=49 [2021-04-30T08:32:34.020Z] Running ssh-add (command line suppressed) [2021-04-30T08:32:34.429Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_21313460361327510.key (/w/workspace/edgex-go/3@tmp/private_key_21313460361327510.key) [2021-04-30T08:32:34.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:32:34.927Z] + git semver init [2021-04-30T08:32:35.198Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T08:32:35.198Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-30T08:32:35.198Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-30T08:32:35.198Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T08:32:35.198Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T08:32:35.198Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T08:32:35.198Z] # $SEMVER_BRANCH = PR-3406 [2021-04-30T08:32:35.198Z] # $SEMVER_TEMP = /tmp/semver-431256477 [2021-04-30T08:32:35.198Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-30T08:33:15.279Z] # '/tmp/semver-431256477' -> '/w/workspace/edgex-go/3/.semver' [2021-04-30T08:33:15.279Z] # -> Force: false [2021-04-30T08:33:15.279Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-30T08:33:15.576Z] $ docker exec --env ******** --env ******** b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent -k [2021-04-30T08:33:16.086Z] unset SSH_AUTH_SOCK; [2021-04-30T08:33:16.087Z] unset SSH_AGENT_PID; [2021-04-30T08:33:16.087Z] echo Agent pid 49 killed; [2021-04-30T08:33:16.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:33:16.950Z] + git semver [Pipeline] } [2021-04-30T08:33:16.979Z] $ docker stop --time=1 b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 [2021-04-30T08:33:19.380Z] $ docker rm -f b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:33:20.020Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T08:33:21.098Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T08:33:21.101Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T08:33:21.726Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:33:22.112Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:33:22.603Z] + sudo service docker restart [2021-04-30T08:33:22.603Z] + true [2021-04-30T08:33:22.603Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-30T08:33:24.758Z] ========================================================= [2021-04-30T08:33:24.758Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T08:33:24.758Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:33:25.295Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-04-30T08:33:33.824Z] Sending build context to Docker daemon 329.7MB [2021-04-30T08:33:33.824Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:33:33.824Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:33:33.824Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T08:33:33.824Z] 540db60ca938: Pulling fs layer [2021-04-30T08:33:33.824Z] adcc1eea9eea: Pulling fs layer [2021-04-30T08:33:33.824Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T08:33:33.824Z] 0510c868ecb4: Pulling fs layer [2021-04-30T08:33:33.824Z] afea3b2eda06: Pulling fs layer [2021-04-30T08:33:33.824Z] 7809a108b3ef: Pulling fs layer [2021-04-30T08:33:33.824Z] f706445af74f: Pulling fs layer [2021-04-30T08:33:33.824Z] 0510c868ecb4: Waiting [2021-04-30T08:33:33.824Z] afea3b2eda06: Waiting [2021-04-30T08:33:33.824Z] 7809a108b3ef: Waiting [2021-04-30T08:33:33.824Z] f706445af74f: Waiting [2021-04-30T08:33:33.824Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T08:33:33.824Z] 4c4ab2625f07: Download complete [2021-04-30T08:33:33.824Z] adcc1eea9eea: Download complete [2021-04-30T08:33:33.824Z] afea3b2eda06: Verifying Checksum [2021-04-30T08:33:33.824Z] afea3b2eda06: Download complete [2021-04-30T08:33:34.158Z] 7809a108b3ef: Verifying Checksum [2021-04-30T08:33:34.158Z] 7809a108b3ef: Download complete [2021-04-30T08:33:34.158Z] 540db60ca938: Verifying Checksum [2021-04-30T08:33:34.158Z] 540db60ca938: Download complete [2021-04-30T08:33:35.173Z] 540db60ca938: Pull complete [2021-04-30T08:33:35.936Z] adcc1eea9eea: Pull complete [2021-04-30T08:33:35.936Z] 4c4ab2625f07: Pull complete [2021-04-30T08:33:36.244Z] Still waiting to schedule task [2021-04-30T08:33:36.244Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-30T08:33:39.626Z] f706445af74f: Verifying Checksum [2021-04-30T08:33:39.626Z] f706445af74f: Download complete [2021-04-30T08:33:41.696Z] 0510c868ecb4: Verifying Checksum [2021-04-30T08:33:41.696Z] 0510c868ecb4: Download complete [2021-04-30T08:33:54.574Z] 0510c868ecb4: Pull complete [2021-04-30T08:33:54.896Z] afea3b2eda06: Pull complete [2021-04-30T08:33:55.182Z] 7809a108b3ef: Pull complete [2021-04-30T08:34:03.747Z] f706445af74f: Pull complete [2021-04-30T08:34:03.747Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T08:34:03.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T08:34:03.747Z] ---> b068be0155e3 [2021-04-30T08:34:03.747Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-30T08:34:03.747Z] ---> Running in c4b11ea7adbc [2021-04-30T08:34:04.777Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:34:05.797Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:34:06.710Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:34:06.710Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:34:06.710Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:34:07.252Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:34:13.051Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:34:13.051Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:34:13.051Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:34:13.051Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:34:13.051Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:34:13.051Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:34:13.350Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:34:13.350Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:34:13.350Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:34:13.674Z] OK: 219 MiB in 52 packages [2021-04-30T08:34:19.715Z] Removing intermediate container c4b11ea7adbc [2021-04-30T08:34:19.715Z] ---> cb2317bb05e5 [2021-04-30T08:34:19.715Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:34:20.023Z] ---> Running in 184e45ddfee0 [2021-04-30T08:34:20.322Z] Removing intermediate container 184e45ddfee0 [2021-04-30T08:34:20.322Z] ---> 4ad57582f649 [2021-04-30T08:34:20.322Z] Step 5/6 : COPY go.mod . [2021-04-30T08:34:22.027Z] ---> d67eebef7a8e [2021-04-30T08:34:22.027Z] Step 6/6 : RUN go mod download [2021-04-30T08:34:22.028Z] ---> Running in a67c30e03d99 [2021-04-30T08:35:01.768Z] Removing intermediate container a67c30e03d99 [2021-04-30T08:35:01.768Z] ---> 1ebb7c24643a [2021-04-30T08:35:01.768Z] Successfully built 1ebb7c24643a [2021-04-30T08:35:01.768Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:35:02.364Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:35:02.639Z] . [Pipeline] withDockerContainer [2021-04-30T08:35:04.207Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T08:35:04.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:35:08.532Z] $ docker top 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:35:09.218Z] + go version [2021-04-30T08:35:09.218Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T08:35:09.261Z] $ docker stop --time=1 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 [2021-04-30T08:35:10.958Z] $ docker rm -f 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:35:11.831Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:35:11.831Z] . [Pipeline] withDockerContainer [2021-04-30T08:35:11.967Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T08:35:12.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:35:13.555Z] $ docker top 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:35:14.009Z] ========================================================= [2021-04-30T08:35:14.009Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:35:14.009Z] ========================================================= [Pipeline] sh [2021-04-30T08:35:14.737Z] + go mod tidy [Pipeline] sh [2021-04-30T08:35:18.942Z] + make test [2021-04-30T08:35:18.943Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:35:40.815Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2487 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-04-30T08:35:40.832Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-30T08:35:41.648Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:35:46.433Z] using credential edgex-jenkins-ssh [2021-04-30T08:35:46.455Z] Cloning the remote Git repository [2021-04-30T08:35:46.527Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:35:46.633Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-30T08:35:46.724Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:35:46.725Z] > git --version # timeout=10 [2021-04-30T08:35:46.742Z] > git --version # 'git version 2.17.1' [2021-04-30T08:35:46.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:35:46.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:36:02.313Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:36:02.330Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:36:02.360Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:36:02.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:36:02.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:36:02.408Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:36:04.548Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-04-30T08:36:05.231Z] Merge succeeded, producing 692e86d50992cece21c425faf28595cce4868659 [2021-04-30T08:36:05.232Z] Checking out Revision 692e86d50992cece21c425faf28595cce4868659 (PR-3406) [2021-04-30T08:36:04.559Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:36:04.574Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-04-30T08:36:04.888Z] > git remote # timeout=10 [2021-04-30T08:36:04.910Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:36:04.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:36:04.939Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:36:05.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:36:05.230Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:36:05.244Z] > git checkout -f 692e86d50992cece21c425faf28595cce4868659 # timeout=10 [2021-04-30T08:36:09.488Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:36:09.519Z] First time build. Skipping changelog. [2021-04-30T08:36:09.487Z] > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T08:36:10.990Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:36:11.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:36:11.738Z] + sudo service docker restart+ [2021-04-30T08:36:11.738Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:36:13.775Z] provisioning config files... [2021-04-30T08:36:13.818Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1949833146627692993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:36:14.193Z] ---> docker-login.sh [2021-04-30T08:36:14.193Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:36:14.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:15.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:15.388Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:15.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:15.388Z] [2021-04-30T08:36:15.388Z] Login Succeeded [2021-04-30T08:36:15.388Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:36:15.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:15.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:15.936Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:15.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:15.936Z] [2021-04-30T08:36:15.936Z] Login Succeeded [2021-04-30T08:36:15.936Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:36:16.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:16.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:16.485Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:16.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:16.485Z] [2021-04-30T08:36:16.485Z] Login Succeeded [2021-04-30T08:36:16.485Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:36:16.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:17.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:17.030Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:17.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:17.030Z] [2021-04-30T08:36:17.030Z] Login Succeeded [2021-04-30T08:36:17.030Z] docker.io [2021-04-30T08:36:17.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:36:17.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:36:17.576Z] Configure a credential helper to remove this warning. See [2021-04-30T08:36:17.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:36:17.576Z] [2021-04-30T08:36:17.576Z] Login Succeeded [2021-04-30T08:36:17.576Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:36:17.594Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T08:36:17.890Z] ========================================================= [2021-04-30T08:36:17.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T08:36:17.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:36:18.241Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-04-30T08:36:20.885Z] Sending build context to Docker daemon 167.4MB [2021-04-30T08:36:20.885Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:36:20.885Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:36:20.885Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T08:36:20.885Z] 595b0fe564bb: Pulling fs layer [2021-04-30T08:36:20.885Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T08:36:20.885Z] 316046926c0a: Pulling fs layer [2021-04-30T08:36:20.885Z] 4ebd0625c992: Pulling fs layer [2021-04-30T08:36:20.885Z] 207e8628e3a3: Pulling fs layer [2021-04-30T08:36:20.885Z] c791037a9be2: Pulling fs layer [2021-04-30T08:36:20.885Z] ffd874e62e21: Pulling fs layer [2021-04-30T08:36:20.885Z] 4ebd0625c992: Waiting [2021-04-30T08:36:20.885Z] 207e8628e3a3: Waiting [2021-04-30T08:36:20.885Z] ffd874e62e21: Waiting [2021-04-30T08:36:20.885Z] c791037a9be2: Waiting [2021-04-30T08:36:20.885Z] 316046926c0a: Download complete [2021-04-30T08:36:20.885Z] 7186ed65a4f7: Verifying Checksum [2021-04-30T08:36:20.885Z] 7186ed65a4f7: Download complete [2021-04-30T08:36:20.885Z] 207e8628e3a3: Verifying Checksum [2021-04-30T08:36:20.885Z] 207e8628e3a3: Download complete [2021-04-30T08:36:20.885Z] c791037a9be2: Download complete [2021-04-30T08:36:20.885Z] 595b0fe564bb: Verifying Checksum [2021-04-30T08:36:20.885Z] 595b0fe564bb: Download complete [2021-04-30T08:36:21.491Z] 595b0fe564bb: Pull complete [2021-04-30T08:36:22.088Z] 7186ed65a4f7: Pull complete [2021-04-30T08:36:22.361Z] 316046926c0a: Pull complete [2021-04-30T08:36:23.802Z] ffd874e62e21: Verifying Checksum [2021-04-30T08:36:23.802Z] ffd874e62e21: Download complete [2021-04-30T08:36:25.248Z] 4ebd0625c992: Verifying Checksum [2021-04-30T08:36:31.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:36:37.664Z] 4ebd0625c992: Pull complete [2021-04-30T08:36:37.664Z] 207e8628e3a3: Pull complete [2021-04-30T08:36:37.664Z] c791037a9be2: Pull complete [2021-04-30T08:36:40.297Z] ffd874e62e21: Pull complete [2021-04-30T08:36:40.297Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T08:36:40.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T08:36:40.297Z] ---> cfc18b08335c [2021-04-30T08:36:40.297Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-30T08:36:43.675Z] ---> Running in 3a9532353e18 [2021-04-30T08:36:44.274Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:36:44.446Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:36:44.446Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:36:45.253Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:36:45.574Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:36:46.225Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:36:46.495Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:36:46.495Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:36:46.495Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:36:50.772Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:36:50.772Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:36:50.772Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:36:50.772Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:36:51.043Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:36:51.043Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:36:51.316Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:36:51.316Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:36:51.316Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:36:51.316Z] OK: 218 MiB in 52 packages [2021-04-30T08:36:55.620Z] Removing intermediate container 3a9532353e18 [2021-04-30T08:36:55.620Z] ---> 55d2ce4ded84 [2021-04-30T08:36:55.620Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:36:55.620Z] ---> Running in f5dd340c77e9 [2021-04-30T08:36:55.907Z] Removing intermediate container f5dd340c77e9 [2021-04-30T08:36:55.907Z] ---> f4e95d01429a [2021-04-30T08:36:55.907Z] Step 5/6 : COPY go.mod . [2021-04-30T08:36:56.507Z] ---> c10b78c6b643 [2021-04-30T08:36:56.507Z] Step 6/6 : RUN go mod download [2021-04-30T08:36:56.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:36:56.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:36:56.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:36:56.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:36:56.798Z] ---> Running in 9beb0007ac83 [2021-04-30T08:36:59.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:37:02.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:37:13.085Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:37:13.085Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:37:13.085Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:37:18.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.305s coverage: 45.9% of statements [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:37:18.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:37:18.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.217s coverage: 19.8% of statements [2021-04-30T08:37:19.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.319s coverage: 100.0% of statements [2021-04-30T08:37:23.588Z] Removing intermediate container 9beb0007ac83 [2021-04-30T08:37:23.589Z] ---> b3e11b2720e5 [2021-04-30T08:37:23.589Z] Successfully built b3e11b2720e5 [2021-04-30T08:37:23.589Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:23.938Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:37:23.938Z] . [Pipeline] withDockerContainer [2021-04-30T08:37:24.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container [2021-04-30T08:37:24.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T08:37:25.661Z] $ docker top 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:37:26.639Z] + go version [2021-04-30T08:37:26.639Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T08:37:26.658Z] $ docker stop --time=1 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f [2021-04-30T08:37:27.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.694s coverage: 27.1% of statements [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:37:27.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.288s coverage: 100.0% of statements [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:37:27.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.157s coverage: 100.0% of statements [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:37:27.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 71.3% of statements [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:37:27.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:37:28.479Z] $ docker rm -f 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:29.134Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:37:29.134Z] . [Pipeline] withDockerContainer [2021-04-30T08:37:29.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container [2021-04-30T08:37:29.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T08:37:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 87.7% of statements [2021-04-30T08:37:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:37:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:37:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements [2021-04-30T08:37:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:37:30.689Z] $ docker top edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:37:30.971Z] ========================================================= [2021-04-30T08:37:30.971Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:37:30.971Z] ========================================================= [Pipeline] sh [2021-04-30T08:37:31.613Z] + go mod tidy [Pipeline] sh [2021-04-30T08:37:33.255Z] + make test [2021-04-30T08:37:33.255Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.824s coverage: 28.6% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.204s coverage: 100.0% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.217s coverage: 100.0% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.631s coverage: 86.7% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.534s coverage: 97.5% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:37:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.423s coverage: 78.3% of statements [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:37:40.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.923s coverage: 95.1% of statements [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.299s coverage: 58.8% of statements [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.9% of statements [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:37:46.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.183s coverage: 47.1% of statements [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.252s coverage: 79.5% of statements [2021-04-30T08:37:46.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.184s coverage: 94.1% of statements [2021-04-30T08:37:47.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.354s coverage: 96.3% of statements [2021-04-30T08:37:48.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements [2021-04-30T08:38:00.075Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:38:01.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.157s coverage: 94.4% of statements [2021-04-30T08:38:01.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [2021-04-30T08:38:05.965Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.346s coverage: 81.8% of statements [2021-04-30T08:38:05.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.385s coverage: 92.9% of statements [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.268s coverage: 87.2% of statements [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.211s coverage: 100.0% of statements [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.288s coverage: 75.5% of statements [2021-04-30T08:38:13.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.643s coverage: 87.2% of statements [2021-04-30T08:38:13.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.473s coverage: 84.6% of statements [2021-04-30T08:38:16.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.834s coverage: 91.6% of statements [2021-04-30T08:38:16.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:38:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 64.4% of statements [2021-04-30T08:38:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:38:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:38:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.391s coverage: 100.0% of statements [2021-04-30T08:38:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2021-04-30T08:38:19.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.167s coverage: 100.0% of statements [2021-04-30T08:38:20.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.141s coverage: 73.7% of statements [2021-04-30T08:38:20.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.196s coverage: 100.0% of statements [2021-04-30T08:38:28.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 2.369s coverage: 69.0% of statements [2021-04-30T08:38:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:38:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:38:28.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:38:29.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.766s coverage: 40.5% of statements [2021-04-30T08:38:29.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:38:29.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:38:29.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.214s coverage: 89.5% of statements [2021-04-30T08:38:29.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:38:29.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.181s coverage: 84.8% of statements [2021-04-30T08:38:36.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.679s coverage: 47.0% of statements [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:38:36.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:38:36.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:38:36.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.102s coverage: 9.6% of statements [2021-04-30T08:38:36.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:38:37.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 1.101s coverage: 92.6% of statements [2021-04-30T08:38:37.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:37.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:37.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.993s coverage: 28.7% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.426s coverage: 99.0% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.374s coverage: 100.0% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.154s coverage: 64.6% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.185s coverage: 97.6% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.192s coverage: 0.0% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.125s coverage: 100.0% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:38:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:38:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-04-30T08:38:47.079Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.149s coverage: 28.1% of statements [2021-04-30T08:38:48.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.108s coverage: 100.0% of statements [2021-04-30T08:38:48.856Z] GO111MODULE=on go vet ./... [2021-04-30T08:38:56.680Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:39:01.041Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:39:11.262Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:39:11.262Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:39:14.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:39:14.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:39:14.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:39:14.680Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:39:19.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:39:19.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:39:29.809Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:39:29.809Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:39:29.809Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:39:33.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.295s coverage: 45.9% of statements [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:39:33.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:39:33.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements [2021-04-30T08:39:34.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.232s coverage: 100.0% of statements [2021-04-30T08:39:41.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.461s coverage: 27.1% of statements [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:39:41.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:39:41.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.209s coverage: 100.0% of statements [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:39:41.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:39:41.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:39:43.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.567s coverage: 87.7% of statements [2021-04-30T08:39:43.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:39:43.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:39:43.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-04-30T08:39:43.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.228s coverage: 100.0% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:39:53.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:39:53.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 95.1% of statements [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.324s coverage: 0.9% of statements [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:40:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.149s coverage: 79.5% of statements [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements [2021-04-30T08:40:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.168s coverage: 96.3% of statements [2021-04-30T08:40:00.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.205s coverage: 87.5% of statements [2021-04-30T08:40:12.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.163s coverage: 94.4% of statements [2021-04-30T08:40:12.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements [2021-04-30T08:40:18.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.565s coverage: 81.8% of statements [2021-04-30T08:40:18.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.6% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 64.4% of statements [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:40:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-04-30T08:40:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-30T08:40:26.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.134s coverage: 73.7% of statements [2021-04-30T08:40:26.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-30T08:40:30.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.992s coverage: 69.0% of statements [2021-04-30T08:40:30.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:40:30.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:40:30.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:40:32.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.649s coverage: 40.5% of statements [2021-04-30T08:40:32.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:40:32.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:40:32.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.173s coverage: 89.5% of statements [2021-04-30T08:40:32.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:40:32.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-04-30T08:40:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:40:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:40:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:40:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.123s coverage: 9.6% of statements [2021-04-30T08:40:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:40:39.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.512s coverage: 92.6% of statements [2021-04-30T08:40:39.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:40:39.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:40:39.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:40:42.353Z] gofmt -l . [2021-04-30T08:40:42.353Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:40:42.353Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:40:42.353Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:40:43.572Z] + ls -al . [2021-04-30T08:40:43.572Z] total 800 [2021-04-30T08:40:43.572Z] drwxrwxr-x 10 1001 1001 4096 Apr 30 08:40 . [2021-04-30T08:40:43.572Z] drwxr-xr-x 4 root root 28 Apr 30 08:35 .. [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:31 .dockerignore [2021-04-30T08:40:43.572Z] drwxrwxr-x 8 1001 1001 179 Apr 30 08:32 .git [2021-04-30T08:40:43.572Z] drwxrwxr-x 3 1001 1001 125 Apr 30 08:31 .github [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:31 .gitignore [2021-04-30T08:40:43.572Z] drwx------ 3 1001 1001 60 Apr 30 08:33 .semver [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:31 .sonarcloud.properties [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:31 Attribution.txt [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:31 CONTRIBUTING.md [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:31 Dockerfile.build [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:31 Jenkinsfile [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:31 LICENSE [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:31 Makefile [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:31 README.md [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:31 SECURITY.md [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:33 VERSION [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:31 ZMQWindows.md [2021-04-30T08:40:43.572Z] drwxrwxr-x 2 1001 1001 117 Apr 30 08:31 bin [2021-04-30T08:40:43.572Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:31 cmd [2021-04-30T08:40:43.572Z] -rw-r--r-- 1 root root 691485 Apr 30 08:38 coverage.out [2021-04-30T08:40:43.572Z] -rw-r--r-- 1 root root 1060 Apr 30 08:40 go.mod [2021-04-30T08:40:43.572Z] -rw-r--r-- 1 root root 22420 Apr 30 08:35 go.sum [2021-04-30T08:40:43.572Z] drwxrwxr-x 8 1001 1001 127 Apr 30 08:31 internal [2021-04-30T08:40:43.572Z] drwxrwxr-x 4 1001 1001 26 Apr 30 08:31 openapi [2021-04-30T08:40:43.572Z] drwxrwxr-x 4 1001 1001 71 Apr 30 08:31 snap [2021-04-30T08:40:43.572Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:31 version.go [Pipeline] sh [2021-04-30T08:40:43.945Z] + '[' -e coverage.out ] [2021-04-30T08:40:43.945Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:40:44.513Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:40:45.232Z] + make build [2021-04-30T08:40:45.232Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-30T08:40:46.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.539s coverage: 28.7% of statements [2021-04-30T08:40:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:40:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:40:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:40:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:40:46.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:40:46.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2021-04-30T08:40:46.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:40:46.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements [2021-04-30T08:40:46.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:40:46.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:40:46.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:40:46.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.147s coverage: 64.6% of statements [2021-04-30T08:40:46.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:40:46.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.505s coverage: 97.6% of statements [2021-04-30T08:40:46.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:40:46.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:40:46.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:40:46.815Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-04-30T08:40:46.815Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:40:46.816Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:40:46.816Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:40:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:40:46.816Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.147s coverage: 100.0% of statements [2021-04-30T08:40:48.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-04-30T08:40:48.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-30T08:40:49.232Z] GO111MODULE=on go vet ./... [2021-04-30T08:40:49.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-30T08:41:18.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-30T08:41:22.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-30T08:41:28.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-30T08:41:30.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T08:41:35.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-30T08:41:42.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-30T08:41:44.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-30T08:41:47.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-30T08:41:50.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T08:41:54.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-30T08:42:01.461Z] $ docker stop --time=1 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 [2021-04-30T08:42:05.215Z] $ docker rm -f 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:42:08.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:42:08.741Z] [2021-04-30T08:42:08.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:42:09.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:42:09.688Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-30T08:42:09.688Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-30T08:42:09.688Z] ca9280d653b3: Pulling fs layer [2021-04-30T08:42:09.688Z] 7e9c9ca2126c: Pulling fs layer [2021-04-30T08:42:10.880Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-30T08:42:10.880Z] cbdbe7a5bc2a: Download complete [2021-04-30T08:42:11.515Z] cbdbe7a5bc2a: Pull complete [2021-04-30T08:42:12.137Z] ca9280d653b3: Verifying Checksum [2021-04-30T08:42:12.137Z] ca9280d653b3: Download complete [2021-04-30T08:42:14.813Z] ca9280d653b3: Pull complete [2021-04-30T08:42:15.411Z] 7e9c9ca2126c: Verifying Checksum [2021-04-30T08:42:15.411Z] 7e9c9ca2126c: Download complete [2021-04-30T08:42:26.088Z] gofmt -l . [2021-04-30T08:42:26.088Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:42:26.361Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:42:27.349Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:42:30.001Z] + ls -al . [2021-04-30T08:42:30.001Z] total 828 [2021-04-30T08:42:30.001Z] drwxrwxr-x 9 1001 1001 4096 Apr 30 08:42 . [2021-04-30T08:42:30.001Z] drwxr-xr-x 4 root root 4096 Apr 30 08:37 .. [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:36 .dockerignore [2021-04-30T08:42:30.001Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 .git [2021-04-30T08:42:30.001Z] drwxrwxr-x 3 1001 1001 4096 Apr 30 08:36 .github [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:36 .gitignore [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:36 .sonarcloud.properties [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:36 Attribution.txt [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:36 CONTRIBUTING.md [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:36 Dockerfile.build [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:36 Jenkinsfile [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:36 LICENSE [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:36 Makefile [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:36 README.md [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:36 SECURITY.md [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:33 VERSION [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:36 ZMQWindows.md [2021-04-30T08:42:30.001Z] drwxrwxr-x 2 1001 1001 4096 Apr 30 08:36 bin [2021-04-30T08:42:30.001Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:36 cmd [2021-04-30T08:42:30.001Z] -rw-r--r-- 1 root root 691485 Apr 30 08:40 coverage.out [2021-04-30T08:42:30.001Z] -rw-r--r-- 1 root root 1060 Apr 30 08:42 go.mod [2021-04-30T08:42:30.001Z] -rw-r--r-- 1 root root 22420 Apr 30 08:37 go.sum [2021-04-30T08:42:30.001Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 internal [2021-04-30T08:42:30.001Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 openapi [2021-04-30T08:42:30.001Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 snap [2021-04-30T08:42:30.001Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:36 version.go [Pipeline] sh [2021-04-30T08:42:30.659Z] + '[' -e coverage.out ] [2021-04-30T08:42:30.660Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:42:30.690Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T08:42:30.879Z] 7e9c9ca2126c: Pull complete [2021-04-30T08:42:30.879Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-30T08:42:30.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:42:30.879Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-30T08:42:31.379Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T08:42:31.882Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:42:32.037Z] Stashed 1 file(s) [2021-04-30T08:42:36.761Z] $ docker top 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-30T08:42:37.925Z] + make build [2021-04-30T08:42:37.925Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-30T08:42:38.021Z] + docker-compose build --help [2021-04-30T08:42:38.021Z] + grep parallel [2021-04-30T08:42:40.202Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:42:40.230Z] $ docker stop --time=1 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af [2021-04-30T08:42:42.355Z] $ docker rm -f 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:42:43.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:42:43.082Z] . [Pipeline] withDockerContainer [2021-04-30T08:42:43.372Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T08:42:43.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:42:44.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-30T08:42:45.107Z] $ docker top dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:42:46.158Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:42:47.637Z] Building docker-core-command-go ... [2021-04-30T08:42:47.637Z] Building docker-core-data-go ... [2021-04-30T08:42:47.637Z] Building docker-core-metadata-go ... [2021-04-30T08:42:47.637Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:42:47.637Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:42:47.637Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:42:47.637Z] Building docker-support-notifications-go ... [2021-04-30T08:42:47.637Z] Building docker-support-scheduler-go ... [2021-04-30T08:42:47.637Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:42:47.637Z] Building docker-support-notifications-go [2021-04-30T08:42:47.637Z] Building docker-support-scheduler-go [2021-04-30T08:42:47.637Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:42:47.637Z] Building docker-security-secretstore-setup-go [2021-04-30T08:42:47.637Z] Building docker-security-proxy-setup-go [2021-04-30T08:43:11.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-30T08:43:14.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-30T08:43:18.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-30T08:43:19.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T08:43:23.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-30T08:43:27.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-30T08:43:29.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-30T08:43:33.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-30T08:43:35.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T08:43:39.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-30T08:43:44.746Z] $ docker stop --time=1 edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 [2021-04-30T08:43:47.557Z] $ docker rm -f edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:43:49.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:49.278Z] [2021-04-30T08:43:49.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:43:49.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:49.635Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-30T08:43:49.635Z] 29e5d40040c1: Pulling fs layer [2021-04-30T08:43:49.635Z] 1ce36da41761: Pulling fs layer [2021-04-30T08:43:49.635Z] 25b303627fd3: Pulling fs layer [2021-04-30T08:43:49.908Z] 29e5d40040c1: Verifying Checksum [2021-04-30T08:43:49.908Z] 29e5d40040c1: Download complete [2021-04-30T08:43:50.181Z] 1ce36da41761: Verifying Checksum [2021-04-30T08:43:50.181Z] 1ce36da41761: Download complete [2021-04-30T08:43:50.776Z] 29e5d40040c1: Pull complete [2021-04-30T08:43:51.749Z] 1ce36da41761: Pull complete [2021-04-30T08:43:52.023Z] 25b303627fd3: Verifying Checksum [2021-04-30T08:43:52.023Z] 25b303627fd3: Download complete [2021-04-30T08:44:02.177Z] 25b303627fd3: Pull complete [2021-04-30T08:44:02.177Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-30T08:44:02.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:02.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-30T08:44:02.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container [2021-04-30T08:44:02.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:44:05.312Z] $ docker top b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:44:06.275Z] + grep parallel [2021-04-30T08:44:06.275Z] + docker-compose build --help [2021-04-30T08:44:09.646Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:44:09.907Z] $ docker stop --time=1 b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 [2021-04-30T08:44:10.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:10.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:10.097Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:10.097Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:10.097Z] ---> 1ebb7c24643a [2021-04-30T08:44:10.097Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:44:10.097Z] ---> 1ebb7c24643a [2021-04-30T08:44:10.097Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:44:10.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:10.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:10.097Z] ---> 1ebb7c24643a [2021-04-30T08:44:10.097Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:44:10.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:10.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:10.097Z] ---> 1ebb7c24643a [2021-04-30T08:44:10.097Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:44:10.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:10.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:10.097Z] ---> 1ebb7c24643a [2021-04-30T08:44:10.097Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:44:10.097Z] ---> Running in dea24b724755 [2021-04-30T08:44:10.097Z] ---> Running in 887c7bd58436 [2021-04-30T08:44:10.097Z] ---> Running in f117aa2ce3d3 [2021-04-30T08:44:10.097Z] ---> Running in 966d8f0e8a47 [2021-04-30T08:44:10.097Z] ---> Running in 9b29e33cc7f5 [2021-04-30T08:44:10.097Z] Removing intermediate container 9b29e33cc7f5 [2021-04-30T08:44:10.097Z] ---> a24285a595df [2021-04-30T08:44:10.097Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:10.097Z] Removing intermediate container 887c7bd58436 [2021-04-30T08:44:10.097Z] ---> bc70fc1cfecc [2021-04-30T08:44:10.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:10.097Z] Removing intermediate container 966d8f0e8a47 [2021-04-30T08:44:10.097Z] ---> efe6782cbbfc [2021-04-30T08:44:10.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:10.097Z] Removing intermediate container f117aa2ce3d3 [2021-04-30T08:44:10.097Z] ---> 792fdf57b3c3 [2021-04-30T08:44:10.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:10.097Z] Removing intermediate container dea24b724755 [2021-04-30T08:44:10.097Z] ---> fbf54c3a040d [2021-04-30T08:44:10.097Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:10.097Z] ---> Running in bcc77c62b731 [2021-04-30T08:44:10.097Z] ---> Running in ffff02c0ea14 [2021-04-30T08:44:10.097Z] ---> Running in 7c09e64c7d8e [2021-04-30T08:44:10.097Z] ---> Running in 1cb94eb4ac79 [2021-04-30T08:44:10.097Z] ---> Running in dce870f1eb01 [2021-04-30T08:44:10.097Z] Removing intermediate container dce870f1eb01 [2021-04-30T08:44:10.097Z] ---> 663962275e48 [2021-04-30T08:44:10.097Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:44:10.097Z] Removing intermediate container bcc77c62b731 [2021-04-30T08:44:10.097Z] ---> 6b07959ef7da [2021-04-30T08:44:10.097Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:44:10.097Z] ---> Running in 1ae1900f3a9f [2021-04-30T08:44:10.097Z] ---> Running in 77b34f23987f [2021-04-30T08:44:10.097Z] Removing intermediate container ffff02c0ea14 [2021-04-30T08:44:10.097Z] ---> a25f4d4a1185 [2021-04-30T08:44:10.097Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:44:10.097Z] Removing intermediate container 7c09e64c7d8e [2021-04-30T08:44:10.097Z] ---> fa20a4a1b4fa [2021-04-30T08:44:10.097Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:44:10.097Z] Removing intermediate container 1cb94eb4ac79 [2021-04-30T08:44:10.097Z] ---> cf6df2717642 [2021-04-30T08:44:10.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:44:10.097Z] ---> Running in e87a9b1ad577 [2021-04-30T08:44:10.097Z] ---> Running in 0b91d713accc [2021-04-30T08:44:10.097Z] ---> Running in 70f1ec1c1cf5 [2021-04-30T08:44:10.747Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:10.747Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.041Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.369Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.369Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.691Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.691Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:11.867Z] $ docker rm -f b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 [2021-04-30T08:44:11.989Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:44:12.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:44:12.552Z] . [Pipeline] withDockerContainer [2021-04-30T08:44:12.661Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:12.661Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:44:12.661Z] OK: 219 MiB in 52 packages [2021-04-30T08:44:12.661Z] OK: 219 MiB in 52 packages [2021-04-30T08:44:12.783Z] prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container [2021-04-30T08:44:12.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:44:13.762Z] OK: 219 MiB in 52 packages [2021-04-30T08:44:14.249Z] $ docker top e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 -eo pid,comm [2021-04-30T08:44:14.459Z] OK: 219 MiB in 52 packages [Pipeline] { [Pipeline] sh [2021-04-30T08:44:14.793Z] OK: 219 MiB in 52 packages [2021-04-30T08:44:15.118Z] Removing intermediate container 77b34f23987f [2021-04-30T08:44:15.118Z] ---> 01389c47277b [2021-04-30T08:44:15.118Z] Step 6/24 : COPY go.mod . [2021-04-30T08:44:15.118Z] Removing intermediate container e87a9b1ad577 [2021-04-30T08:44:15.118Z] ---> 7a7e32ec175b [2021-04-30T08:44:15.118Z] Step 6/21 : COPY go.mod . [2021-04-30T08:44:15.202Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:44:15.759Z] Removing intermediate container 1ae1900f3a9f [2021-04-30T08:44:15.759Z] ---> aef49d8897bc [2021-04-30T08:44:15.759Z] Step 6/22 : COPY go.mod . [2021-04-30T08:44:15.759Z] ---> 73d864b621aa [2021-04-30T08:44:15.759Z] Step 7/24 : RUN go mod download [2021-04-30T08:44:16.099Z] ---> b1995c617563 [2021-04-30T08:44:16.099Z] Step 7/21 : RUN go mod download [2021-04-30T08:44:16.099Z] ---> Running in c99df71cfa85 [2021-04-30T08:44:16.463Z] ---> Running in c807357703b5 [2021-04-30T08:44:16.463Z] Removing intermediate container 70f1ec1c1cf5 [2021-04-30T08:44:16.463Z] ---> 8cd2411fc15c [2021-04-30T08:44:16.463Z] Step 6/22 : COPY go.mod . [2021-04-30T08:44:16.463Z] Removing intermediate container 0b91d713accc [2021-04-30T08:44:16.463Z] ---> 782cabdd1e55 [2021-04-30T08:44:16.464Z] Step 6/23 : COPY go.mod . [2021-04-30T08:44:16.464Z] ---> aa6a1f53d988 [2021-04-30T08:44:16.464Z] Step 7/22 : RUN go mod download [2021-04-30T08:44:16.810Z] ---> Running in 2b5a2ba268d6 [2021-04-30T08:44:17.441Z] ---> a72637be6234 [2021-04-30T08:44:17.441Z] Step 7/22 : RUN go mod download [2021-04-30T08:44:17.441Z] ---> 4574b25f8e98 [2021-04-30T08:44:17.441Z] Step 7/23 : RUN go mod download [2021-04-30T08:44:17.742Z] ---> Running in 9b467dfb5857 [2021-04-30T08:44:17.742Z] ---> Running in e3a3cf32fafb [2021-04-30T08:44:18.584Z] Building docker-core-command-go ... [2021-04-30T08:44:18.584Z] Building docker-core-data-go ... [2021-04-30T08:44:18.584Z] Building docker-core-metadata-go ... [2021-04-30T08:44:18.584Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:44:18.584Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:44:18.584Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:44:18.584Z] Building docker-support-notifications-go ... [2021-04-30T08:44:18.584Z] Building docker-support-scheduler-go ... [2021-04-30T08:44:18.584Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:44:18.584Z] Building docker-security-secretstore-setup-go [2021-04-30T08:44:18.584Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:44:18.584Z] Building docker-security-proxy-setup-go [2021-04-30T08:44:18.584Z] Building docker-support-scheduler-go [2021-04-30T08:44:18.584Z] Building docker-support-notifications-go [2021-04-30T08:44:21.243Z] Removing intermediate container 9b467dfb5857 [2021-04-30T08:44:21.243Z] ---> 4b7e0e8d9556 [2021-04-30T08:44:21.243Z] Step 8/22 : COPY . . [2021-04-30T08:44:22.043Z] Removing intermediate container e3a3cf32fafb [2021-04-30T08:44:22.043Z] ---> 3ebcd4dd64f0 [2021-04-30T08:44:22.043Z] Step 8/23 : COPY . . [2021-04-30T08:44:22.043Z] Removing intermediate container c99df71cfa85 [2021-04-30T08:44:22.043Z] ---> c02d176cca6f [2021-04-30T08:44:22.043Z] Step 8/24 : COPY . . [2021-04-30T08:44:22.795Z] Removing intermediate container 2b5a2ba268d6 [2021-04-30T08:44:22.795Z] ---> 0053a8c49f4a [2021-04-30T08:44:22.795Z] Step 8/22 : COPY . . [2021-04-30T08:44:22.795Z] Removing intermediate container c807357703b5 [2021-04-30T08:44:22.795Z] ---> 07a5face7713 [2021-04-30T08:44:22.795Z] Step 8/21 : COPY . . [2021-04-30T08:45:40.327Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:45:40.327Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:45:40.327Z] ---> b3e11b2720e5 [2021-04-30T08:45:40.327Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:45:40.327Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:45:40.327Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:45:40.327Z] ---> b3e11b2720e5 [2021-04-30T08:45:40.327Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:45:40.327Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:45:40.327Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:45:40.327Z] ---> b3e11b2720e5 [2021-04-30T08:45:40.327Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:45:40.327Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:45:40.327Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:45:40.327Z] ---> b3e11b2720e5 [2021-04-30T08:45:40.327Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:45:40.327Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:45:40.327Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:45:40.327Z] ---> b3e11b2720e5 [2021-04-30T08:45:40.327Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:45:40.327Z] ---> Running in 877437164d04 [2021-04-30T08:45:40.327Z] ---> Running in a759885928a3 [2021-04-30T08:45:40.327Z] ---> Running in f66325ade312 [2021-04-30T08:45:40.327Z] ---> Running in 961b9f8322ad [2021-04-30T08:45:40.327Z] ---> Running in d2679e79bdd5 [2021-04-30T08:45:40.327Z] Removing intermediate container f66325ade312 [2021-04-30T08:45:40.327Z] ---> 4173f1b97511 [2021-04-30T08:45:40.327Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:45:40.327Z] Removing intermediate container 877437164d04 [2021-04-30T08:45:40.327Z] ---> 72a15474b600 [2021-04-30T08:45:40.327Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:45:40.327Z] ---> Running in b462e60f3d78 [2021-04-30T08:45:40.327Z] Removing intermediate container d2679e79bdd5 [2021-04-30T08:45:40.327Z] ---> 2238b6b3e395 [2021-04-30T08:45:40.327Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:45:40.327Z] Removing intermediate container 961b9f8322ad [2021-04-30T08:45:40.327Z] ---> 2dba787b759f [2021-04-30T08:45:40.327Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:45:40.327Z] Removing intermediate container a759885928a3 [2021-04-30T08:45:40.327Z] ---> 18cb4c0fd761 [2021-04-30T08:45:40.327Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:45:40.327Z] ---> Running in ef8c16230041 [2021-04-30T08:45:40.327Z] ---> Running in 4f5d357b7668 [2021-04-30T08:45:40.327Z] ---> Running in f3ffaf8fbc79 [2021-04-30T08:45:40.327Z] ---> Running in afdff86a6bcb [2021-04-30T08:45:40.327Z] Removing intermediate container b462e60f3d78 [2021-04-30T08:45:40.327Z] ---> 2046e560e0d5 [2021-04-30T08:45:40.327Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:45:40.327Z] ---> Running in 4176a79f4a2e [2021-04-30T08:45:40.327Z] Removing intermediate container ef8c16230041 [2021-04-30T08:45:40.327Z] ---> ca5124dbed6b [2021-04-30T08:45:40.327Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:45:40.327Z] ---> Running in 6fe4719d17db [2021-04-30T08:45:40.327Z] Removing intermediate container f3ffaf8fbc79 [2021-04-30T08:45:40.327Z] ---> 5752c3d25ff9 [2021-04-30T08:45:40.327Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:45:40.327Z] Removing intermediate container 4f5d357b7668 [2021-04-30T08:45:40.327Z] ---> dbe4418065ed [2021-04-30T08:45:40.327Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:45:40.327Z] Removing intermediate container afdff86a6bcb [2021-04-30T08:45:40.327Z] ---> ac1a0e82f893 [2021-04-30T08:45:40.327Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:45:40.327Z] ---> Running in 3550d8c9a306 [2021-04-30T08:45:40.327Z] ---> Running in 1997fee36eee [2021-04-30T08:45:40.327Z] ---> Running in 465c5de8686a [2021-04-30T08:45:40.327Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:40.602Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:41.205Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:41.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:41.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:41.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:41.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:42.093Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:42.370Z] OK: 218 MiB in 52 packages [2021-04-30T08:45:42.370Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:42.370Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:42.370Z] OK: 218 MiB in 52 packages [2021-04-30T08:45:42.979Z] OK: 218 MiB in 52 packages [2021-04-30T08:45:43.592Z] OK: 218 MiB in 52 packages [2021-04-30T08:45:43.592Z] OK: 218 MiB in 52 packages [2021-04-30T08:45:43.872Z] Removing intermediate container 4176a79f4a2e [2021-04-30T08:45:43.872Z] ---> 069a4c0227ef [2021-04-30T08:45:43.872Z] Step 6/22 : COPY go.mod . [2021-04-30T08:45:44.478Z] Removing intermediate container 6fe4719d17db [2021-04-30T08:45:44.478Z] ---> 66888c296587 [2021-04-30T08:45:44.478Z] Step 6/23 : COPY go.mod . [2021-04-30T08:45:45.081Z] Removing intermediate container 3550d8c9a306 [2021-04-30T08:45:45.081Z] ---> 77457bbbd7fa [2021-04-30T08:45:45.081Z] Step 6/22 : COPY go.mod . [2021-04-30T08:45:45.081Z] ---> 3ca674ebb2a4 [2021-04-30T08:45:45.081Z] Step 7/22 : RUN go mod download [2021-04-30T08:45:45.351Z] Removing intermediate container 1997fee36eee [2021-04-30T08:45:45.351Z] ---> ca4ed8fb5e0a [2021-04-30T08:45:45.351Z] Step 6/21 : COPY go.mod . [2021-04-30T08:45:45.351Z] Removing intermediate container 465c5de8686a [2021-04-30T08:45:45.351Z] ---> 85edd5a6d81b [2021-04-30T08:45:45.351Z] Step 6/24 : COPY go.mod . [2021-04-30T08:45:45.351Z] ---> Running in 6a10fd0ea3b6 [2021-04-30T08:45:45.943Z] ---> 4bcc66c01674 [2021-04-30T08:45:45.943Z] Step 7/23 : RUN go mod download [2021-04-30T08:45:45.943Z] ---> Running in 8ad36ba65d45 [2021-04-30T08:45:46.214Z] ---> 55e19952bd1d [2021-04-30T08:45:46.214Z] Step 7/22 : RUN go mod download [2021-04-30T08:45:46.489Z] ---> Running in ada52e32fad7 [2021-04-30T08:45:46.489Z] ---> 869b9ead5d7d [2021-04-30T08:45:46.489Z] Step 7/24 : RUN go mod download [2021-04-30T08:45:46.489Z] ---> 70db3cf8f393 [2021-04-30T08:45:46.489Z] Step 7/21 : RUN go mod download [2021-04-30T08:45:46.765Z] ---> Running in 18e87ce4528b [2021-04-30T08:45:46.765Z] ---> Running in ab39f4c71320 [2021-04-30T08:45:49.404Z] Removing intermediate container 6a10fd0ea3b6 [2021-04-30T08:45:49.404Z] ---> d9dbe169b640 [2021-04-30T08:45:49.404Z] Step 8/22 : COPY . . [2021-04-30T08:45:50.001Z] Removing intermediate container 8ad36ba65d45 [2021-04-30T08:45:50.001Z] ---> 9e00dea021ff [2021-04-30T08:45:50.001Z] Step 8/23 : COPY . . [2021-04-30T08:45:50.600Z] Removing intermediate container ada52e32fad7 [2021-04-30T08:45:50.600Z] ---> 0324d6eb1968 [2021-04-30T08:45:50.600Z] Step 8/22 : COPY . . [2021-04-30T08:45:50.874Z] Removing intermediate container 18e87ce4528b [2021-04-30T08:45:50.874Z] ---> 24c5b6529029 [2021-04-30T08:45:50.874Z] Step 8/24 : COPY . . [2021-04-30T08:45:51.152Z] Removing intermediate container ab39f4c71320 [2021-04-30T08:45:51.152Z] ---> 429594d8cf5f [2021-04-30T08:45:51.152Z] Step 8/21 : COPY . . [2021-04-30T08:46:16.264Z] ---> 5ca66a068651 [2021-04-30T08:46:16.264Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:46:16.264Z] ---> 12a24db93e04 [2021-04-30T08:46:16.264Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:46:16.264Z] ---> 7f33276eecea [2021-04-30T08:46:16.264Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:46:16.265Z] ---> 4b4b554ea1bc [2021-04-30T08:46:16.265Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:46:16.265Z] ---> c03367f750b4 [2021-04-30T08:46:16.265Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:46:16.265Z] ---> Running in 6e5843b6e193 [2021-04-30T08:46:16.265Z] ---> Running in 869ace749ef9 [2021-04-30T08:46:16.265Z] ---> Running in 6d352dcd008f [2021-04-30T08:46:16.265Z] ---> Running in d610216ceb40 [2021-04-30T08:46:16.265Z] ---> Running in fb7b216eeaaa [2021-04-30T08:46:16.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T08:46:16.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-30T08:46:16.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-30T08:46:16.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-30T08:46:16.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-30T08:46:17.971Z] ---> aad617e69d20 [2021-04-30T08:46:17.971Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:46:17.971Z] ---> 5458f79d7569 [2021-04-30T08:46:17.971Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:46:17.971Z] ---> 392ede5cb9d4 [2021-04-30T08:46:17.971Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:46:17.971Z] ---> 703f2de6cb5a [2021-04-30T08:46:17.971Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:46:17.971Z] ---> f746dd7ca1e2 [2021-04-30T08:46:17.971Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:46:17.971Z] ---> Running in b327798ab3bb [2021-04-30T08:46:17.971Z] ---> Running in 7b77143c2905 [2021-04-30T08:46:17.971Z] ---> Running in daaae072beef [2021-04-30T08:46:17.971Z] ---> Running in 89cadee6d870 [2021-04-30T08:46:17.971Z] ---> Running in cd8cc24465f9 [2021-04-30T08:46:17.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-30T08:46:17.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-30T08:46:18.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T08:46:18.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-30T08:46:18.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-30T08:47:38.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-30T08:47:38.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T08:47:44.495Z] Removing intermediate container 6d352dcd008f [2021-04-30T08:47:44.495Z] ---> e39f497e51e9 [2021-04-30T08:47:44.495Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:47:44.495Z] Removing intermediate container 6e5843b6e193 [2021-04-30T08:47:44.495Z] ---> 4fccfe8420e3 [2021-04-30T08:47:44.495Z] [2021-04-30T08:47:44.495Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:47:44.844Z] Removing intermediate container fb7b216eeaaa [2021-04-30T08:47:44.844Z] ---> bd2939e48ea9 [2021-04-30T08:47:44.844Z] [2021-04-30T08:47:44.844Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:47:44.844Z] 3.12: Pulling from library/alpine [2021-04-30T08:47:44.844Z] 3.12: Pulling from library/alpine [2021-04-30T08:47:44.844Z] ---> Running in 077099a60a3b [2021-04-30T08:47:45.350Z] Removing intermediate container d610216ceb40 [2021-04-30T08:47:45.350Z] ---> 32d4acf7a7fb [2021-04-30T08:47:45.350Z] [2021-04-30T08:47:45.350Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:47:45.675Z] 3.12: Pulling from library/alpine [2021-04-30T08:47:47.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-30T08:47:48.508Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:47:48.508Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:47:48.508Z] Status: Image is up to date for alpine:3.12 [2021-04-30T08:47:48.508Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:47:48.508Z] Removing intermediate container 869ace749ef9 [2021-04-30T08:47:48.508Z] ---> 3dd821dcc72b [2021-04-30T08:47:48.508Z] [2021-04-30T08:47:48.508Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:47:48.508Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:47:48.508Z] Status: Image is up to date for alpine:3.12 [2021-04-30T08:47:48.508Z] ---> 13621d1b12d4 [2021-04-30T08:47:48.508Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:47:48.508Z] ---> 13621d1b12d4 [2021-04-30T08:47:48.508Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:47:48.508Z] ---> 13621d1b12d4 [2021-04-30T08:47:48.508Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:47:48.508Z] ---> 13621d1b12d4 [2021-04-30T08:47:48.508Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:47:48.821Z] ---> Running in e89802395774 [2021-04-30T08:47:48.821Z] ---> Running in 5b6042482da5 [2021-04-30T08:47:48.821Z] ---> Running in d9e46c6735b7 [2021-04-30T08:47:48.821Z] ---> Running in 49a4073038f9 [2021-04-30T08:47:52.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:52.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:52.574Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:47:52.574Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:47:52.574Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:47:52.574Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:47:52.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:52.574Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:47:52.574Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:47:52.574Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:52.574Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:47:52.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:53.010Z] OK: 7 MiB in 20 packages [2021-04-30T08:47:53.010Z] Removing intermediate container 077099a60a3b [2021-04-30T08:47:53.010Z] ---> 7ca2b4ab0742 [2021-04-30T08:47:53.010Z] [2021-04-30T08:47:53.010Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:47:53.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:53.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:53.010Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:47:53.384Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:53.384Z] OK: 6 MiB in 15 packages [2021-04-30T08:47:53.384Z] 20.10.0: Pulling from library/docker [2021-04-30T08:47:53.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:53.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:47:54.177Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:47:54.177Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:47:54.177Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:54.177Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:47:54.177Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:47:54.177Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:47:54.177Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:47:54.177Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:47:54.177Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:54.177Z] OK: 6 MiB in 16 packages [2021-04-30T08:47:54.177Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:47:54.595Z] OK: 7 MiB in 18 packages [2021-04-30T08:47:57.744Z] Removing intermediate container e89802395774 [2021-04-30T08:47:57.744Z] ---> bdbc09b57af6 [2021-04-30T08:47:57.744Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:47:57.744Z] Removing intermediate container 5b6042482da5 [2021-04-30T08:47:57.744Z] ---> cb9eb2f4c0ff [2021-04-30T08:47:57.744Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:47:58.116Z] ---> Running in ecd867371196 [2021-04-30T08:47:58.539Z] ---> Running in 5c016eb1e3cd [2021-04-30T08:47:58.539Z] Removing intermediate container d9e46c6735b7 [2021-04-30T08:47:58.539Z] ---> 8eded8612be5 [2021-04-30T08:47:58.539Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:47:58.829Z] Removing intermediate container 49a4073038f9 [2021-04-30T08:47:58.830Z] ---> 5a7b1d7e1664 [2021-04-30T08:47:58.830Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:47:59.446Z] ---> Running in dd02651d6441 [2021-04-30T08:47:59.446Z] ---> Running in 70afb11e8bcb [2021-04-30T08:47:59.446Z] Removing intermediate container ecd867371196 [2021-04-30T08:47:59.446Z] ---> 2456a8fb443d [2021-04-30T08:47:59.446Z] Step 13/24 : WORKDIR / [2021-04-30T08:47:59.446Z] Removing intermediate container 5c016eb1e3cd [2021-04-30T08:47:59.446Z] ---> 0a49cea47be3 [2021-04-30T08:47:59.446Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:47:59.771Z] ---> Running in af25868b30d1 [2021-04-30T08:47:59.771Z] ---> Running in d415d2756256 [2021-04-30T08:48:00.067Z] Removing intermediate container dd02651d6441 [2021-04-30T08:48:00.067Z] ---> 9d8e022268b7 [2021-04-30T08:48:00.067Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:48:00.067Z] Removing intermediate container 70afb11e8bcb [2021-04-30T08:48:00.067Z] ---> dc056c1f02c1 [2021-04-30T08:48:00.067Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:48:00.067Z] ---> Running in 6a4c0b344d62 [2021-04-30T08:48:00.375Z] ---> Running in bbcbe48f2286 [2021-04-30T08:48:00.375Z] Removing intermediate container af25868b30d1 [2021-04-30T08:48:00.375Z] ---> b2ba955981b0 [2021-04-30T08:48:00.375Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:48:00.681Z] Removing intermediate container d415d2756256 [2021-04-30T08:48:00.681Z] ---> 83f823dc27cb [2021-04-30T08:48:00.681Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:01.006Z] Removing intermediate container 6a4c0b344d62 [2021-04-30T08:48:01.006Z] ---> efa54925f5b3 [2021-04-30T08:48:01.006Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:48:01.006Z] ---> Running in 75965eabcdaf [2021-04-30T08:48:01.006Z] Removing intermediate container bbcbe48f2286 [2021-04-30T08:48:01.006Z] ---> 3b264ffd5c14 [2021-04-30T08:48:01.006Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:01.345Z] ---> f0ff87bfbe13 [2021-04-30T08:48:01.345Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:48:01.345Z] ---> Running in 741873661f21 [2021-04-30T08:48:01.651Z] Removing intermediate container 75965eabcdaf [2021-04-30T08:48:01.651Z] ---> c8ed3ef091f4 [2021-04-30T08:48:01.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:01.943Z] ---> f6d55182d1b2 [2021-04-30T08:48:01.943Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:48:01.943Z] Removing intermediate container 741873661f21 [2021-04-30T08:48:01.943Z] ---> c20be38d1b7d [2021-04-30T08:48:01.943Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:02.276Z] ---> 3f83520fba4b [2021-04-30T08:48:02.276Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:02.970Z] ---> 11ddaec21245 [2021-04-30T08:48:02.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:48:02.970Z] ---> cbd8e3426d0c [2021-04-30T08:48:02.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:48:03.592Z] ---> de2bed9fb979 [2021-04-30T08:48:03.592Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:48:03.890Z] ---> dce2fe415355 [2021-04-30T08:48:03.890Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:48:04.552Z] ---> 5b260f6ff957 [2021-04-30T08:48:04.552Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:04.845Z] ---> bb4fec1d32ee [2021-04-30T08:48:04.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:05.576Z] ---> 6d6d328d92b3 [2021-04-30T08:48:05.576Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:48:06.246Z] ---> 1dbb0175942f [2021-04-30T08:48:06.246Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:48:06.246Z] ---> e3784042bc94 [2021-04-30T08:48:06.246Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:48:06.246Z] ---> 777a7cc3150b [2021-04-30T08:48:06.246Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:48:06.542Z] ---> Running in fbe6d13a1d42 [2021-04-30T08:48:06.895Z] ---> Running in 08f0c7429ca2 [2021-04-30T08:48:06.895Z] ---> Running in b1642578228b [2021-04-30T08:48:07.503Z] Removing intermediate container fbe6d13a1d42 [2021-04-30T08:48:07.503Z] ---> 2ba3d9c9be6e [2021-04-30T08:48:07.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:07.503Z] ---> 06fefe6cae3e [2021-04-30T08:48:07.503Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:48:07.503Z] Removing intermediate container b1642578228b [2021-04-30T08:48:07.503Z] ---> 855af6350bc1 [2021-04-30T08:48:07.503Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:48:07.848Z] Removing intermediate container 08f0c7429ca2 [2021-04-30T08:48:07.848Z] ---> 186a290c443b [2021-04-30T08:48:07.848Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:07.848Z] ---> Running in 834866f61ebf [2021-04-30T08:48:07.848Z] ---> Running in 9186d5d5c45b [2021-04-30T08:48:08.139Z] ---> Running in 1ae1a2fa2076 [2021-04-30T08:48:08.139Z] Removing intermediate container 834866f61ebf [2021-04-30T08:48:08.139Z] ---> 402c63c70482 [2021-04-30T08:48:08.139Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:48:08.449Z] ---> dd21764a5f00 [2021-04-30T08:48:08.449Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:48:08.829Z] Removing intermediate container 9186d5d5c45b [2021-04-30T08:48:08.829Z] ---> 0241165392fd [2021-04-30T08:48:08.829Z] Step 19/21 : LABEL arch=x86_64 [2021-04-30T08:48:08.830Z] ---> Running in e045d546f554 [2021-04-30T08:48:08.830Z] ---> Running in fcd4c9f9062b [2021-04-30T08:48:08.830Z] ---> Running in 5e52a5f88c80 [2021-04-30T08:48:09.194Z] Removing intermediate container 1ae1a2fa2076 [2021-04-30T08:48:09.195Z] ---> 651e0a313dca [2021-04-30T08:48:09.195Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:48:09.531Z] ---> Running in dbd0b5a43e72 [2021-04-30T08:48:10.208Z] Removing intermediate container e045d546f554 [2021-04-30T08:48:10.208Z] ---> b2a7e61a95c9 [2021-04-30T08:48:10.208Z] Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:10.562Z] Removing intermediate container 5e52a5f88c80 [2021-04-30T08:48:10.562Z] ---> 7546e214ebc2 [2021-04-30T08:48:10.562Z] Step 20/21 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:10.562Z] Removing intermediate container dbd0b5a43e72 [2021-04-30T08:48:10.562Z] ---> 460ed9e7fbff [2021-04-30T08:48:10.562Z] Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:10.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-30T08:48:10.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T08:48:10.862Z] Removing intermediate container daaae072beef [2021-04-30T08:48:10.862Z] ---> 2fff72684716 [2021-04-30T08:48:10.862Z] [2021-04-30T08:48:10.862Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:48:10.862Z] 3.12: Pulling from library/alpine [2021-04-30T08:48:10.893Z] ---> Running in 555b807bf8f8 [2021-04-30T08:48:11.293Z] ---> Running in 49aabdfcc031 [2021-04-30T08:48:11.293Z] ---> Running in a31cfa4d3af1 [2021-04-30T08:48:11.659Z] Removing intermediate container 555b807bf8f8 [2021-04-30T08:48:11.659Z] ---> 1680092fa6e2 [2021-04-30T08:48:11.659Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:12.808Z] ---> Running in d8833de12f25 [2021-04-30T08:48:12.809Z] Removing intermediate container a31cfa4d3af1 [2021-04-30T08:48:12.809Z] ---> 754dcc65534c [2021-04-30T08:48:12.809Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:48:12.809Z] Removing intermediate container 49aabdfcc031 [2021-04-30T08:48:12.809Z] ---> 03dbe73e3afb [2021-04-30T08:48:12.809Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:12.879Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:48:12.879Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:48:12.879Z] ---> 9852663dfa18 [2021-04-30T08:48:12.879Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:48:13.808Z] ---> Running in d9aa7f391dfb [2021-04-30T08:48:14.373Z] ---> Running in c0daa9ad3c79 [2021-04-30T08:48:14.373Z] ---> Running in f7d207bdc281 [2021-04-30T08:48:14.373Z] Removing intermediate container d8833de12f25 [2021-04-30T08:48:14.374Z] ---> 2d02a65c0ea2 [2021-04-30T08:48:14.374Z] [2021-04-30T08:48:14.374Z] Removing intermediate container fcd4c9f9062b [2021-04-30T08:48:14.374Z] ---> 58fd56762a30 [2021-04-30T08:48:14.374Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:48:15.012Z] Removing intermediate container f7d207bdc281 [2021-04-30T08:48:15.012Z] ---> 5cc080c2f362 [2021-04-30T08:48:15.012Z] [2021-04-30T08:48:15.012Z] Removing intermediate container c0daa9ad3c79 [2021-04-30T08:48:15.012Z] ---> 88b5988e67dd [2021-04-30T08:48:15.012Z] [2021-04-30T08:48:15.012Z] ---> Running in ddfc56784056 [2021-04-30T08:48:15.356Z] Successfully built 88b5988e67dd [2021-04-30T08:48:15.693Z] Successfully built 2d02a65c0ea2 [2021-04-30T08:48:15.693Z] Successfully tagged docker-support-notifications-go:latest [2021-04-30T08:48:15.693Z] Building docker-core-metadata-go [2021-04-30T08:48:15.693Z]  Building docker-support-notifications-go ... done Successfully built 5cc080c2f362 [2021-04-30T08:48:15.693Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-30T08:48:15.693Z] Building docker-core-command-go [2021-04-30T08:48:15.693Z]  Building docker-support-scheduler-go ... done Removing intermediate container ddfc56784056 [2021-04-30T08:48:15.693Z] ---> ae666005dc5f [2021-04-30T08:48:15.693Z] Step 22/24 : LABEL arch=x86_64 [2021-04-30T08:48:15.693Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-30T08:48:15.693Z] Building docker-core-data-go [2021-04-30T08:48:15.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:16.063Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 07695c99ba7e [2021-04-30T08:48:16.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:16.365Z] Removing intermediate container 07695c99ba7e [2021-04-30T08:48:16.365Z] ---> 7421a87e0d3c [2021-04-30T08:48:16.365Z] Step 23/24 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:16.691Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:48:16.717Z] ---> Running in ca09f6020144 [2021-04-30T08:48:16.978Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:48:16.978Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:48:16.978Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:48:16.978Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:16.978Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:48:16.978Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:16.978Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:48:17.256Z] Removing intermediate container 89cadee6d870 [2021-04-30T08:48:17.256Z] ---> 5927f361078e [2021-04-30T08:48:17.256Z] [2021-04-30T08:48:17.256Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:48:17.256Z] ---> 9852663dfa18 [2021-04-30T08:48:17.256Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:48:17.256Z] OK: 7 MiB in 20 packages [2021-04-30T08:48:17.389Z] Removing intermediate container ca09f6020144 [2021-04-30T08:48:17.389Z] ---> 1cf6a8307b99 [2021-04-30T08:48:17.389Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:48:17.389Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:48:17.389Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:48:17.389Z] ---> aefe523efa57 [2021-04-30T08:48:17.389Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:17.792Z] ---> Running in a76713533c29 [2021-04-30T08:48:17.792Z] ---> Running in e98462d413d7 [2021-04-30T08:48:18.126Z] Removing intermediate container 7b77143c2905 [2021-04-30T08:48:18.126Z] ---> 72802296f182 [2021-04-30T08:48:18.126Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:48:18.468Z] Removing intermediate container a76713533c29 [2021-04-30T08:48:18.468Z] ---> c6ab5feb78f1 [2021-04-30T08:48:18.468Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:48:18.512Z] ---> Running in 448f70710164 [2021-04-30T08:48:18.784Z] Removing intermediate container e98462d413d7 [2021-04-30T08:48:18.784Z] ---> 1f0b01b33812 [2021-04-30T08:48:18.784Z] [2021-04-30T08:48:18.785Z] ---> Running in 5655093f3802 [2021-04-30T08:48:20.116Z] ---> Running in ec392a4b5e2b [2021-04-30T08:48:20.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:20.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:21.052Z] Removing intermediate container d9aa7f391dfb [2021-04-30T08:48:21.052Z] ---> 81c5b34942b7 [2021-04-30T08:48:21.052Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:48:21.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-30T08:48:21.052Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:48:21.326Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:48:21.326Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:48:21.326Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:48:21.326Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:21.326Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:48:21.598Z] ---> Running in 1cca3867325b [2021-04-30T08:48:21.598Z] OK: 7 MiB in 18 packages [2021-04-30T08:48:21.758Z] Successfully built 1f0b01b33812 [2021-04-30T08:48:22.095Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-30T08:48:22.095Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-30T08:48:23.039Z] Removing intermediate container 1cca3867325b [2021-04-30T08:48:23.039Z] ---> f98c9b10c7b3 [2021-04-30T08:48:23.039Z] Step 13/24 : WORKDIR / [2021-04-30T08:48:23.638Z] ---> Running in 0c6e22665326 [2021-04-30T08:48:24.627Z] Removing intermediate container 448f70710164 [2021-04-30T08:48:24.627Z] ---> 491f26a176d9 [2021-04-30T08:48:24.628Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:48:24.628Z] Removing intermediate container cd8cc24465f9 [2021-04-30T08:48:24.628Z] ---> 5cd39f72eb14 [2021-04-30T08:48:24.628Z] [2021-04-30T08:48:24.628Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:48:24.628Z] ---> 9852663dfa18 [2021-04-30T08:48:24.628Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:48:24.902Z] Removing intermediate container 0c6e22665326 [2021-04-30T08:48:24.903Z] ---> bad458f3be3b [2021-04-30T08:48:24.903Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:48:24.903Z] ---> Running in da6a7a8ea4a3 [2021-04-30T08:48:24.903Z] ---> Running in 730e7c2f766c [2021-04-30T08:48:25.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:48:25.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:48:25.179Z] Removing intermediate container 5655093f3802 [2021-04-30T08:48:25.179Z] ---> 5f2681b49e40 [2021-04-30T08:48:25.179Z] [2021-04-30T08:48:25.179Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:48:25.179Z] 20.10.0: Pulling from library/docker [2021-04-30T08:48:25.389Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:48:25.389Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:48:25.389Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:48:25.674Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:48:25.674Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:48:25.674Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:48:25.674Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:25.674Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:48:25.674Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:48:25.674Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:48:25.674Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:48:25.674Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:48:25.778Z] Removing intermediate container b327798ab3bb [2021-04-30T08:48:25.779Z] ---> 24ccf58bc399 [2021-04-30T08:48:25.779Z] [2021-04-30T08:48:25.779Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:48:25.779Z] ---> 9852663dfa18 [2021-04-30T08:48:25.779Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:48:25.779Z] Removing intermediate container 730e7c2f766c [2021-04-30T08:48:25.779Z] ---> 45ee66c664d3 [2021-04-30T08:48:25.779Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:48:25.990Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:48:25.990Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:48:26.372Z] ---> Running in 30dec1c8c61d [2021-04-30T08:48:26.373Z] ---> Running in ee61adc77153 [2021-04-30T08:48:26.716Z] ---> 4c3d4e29422e [2021-04-30T08:48:26.716Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:48:27.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:27.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:27.687Z] Removing intermediate container 30dec1c8c61d [2021-04-30T08:48:27.687Z] ---> 7e85471fde6d [2021-04-30T08:48:27.687Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:48:28.149Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:48:28.149Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:28.149Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:28.149Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:48:28.289Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:48:28.289Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:48:28.289Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:48:28.289Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:48:28.289Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:48:28.289Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:48:28.455Z] OK: 6 MiB in 16 packages [2021-04-30T08:48:28.455Z] ---> cd8ab015e992 [2021-04-30T08:48:28.455Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:28.623Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:48:29.258Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:48:29.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:29.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:30.261Z] ---> 3a00cb5deba8 [2021-04-30T08:48:30.261Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:48:30.261Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:30.261Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:30.261Z] OK: 5 MiB in 15 packages [2021-04-30T08:48:30.476Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:48:30.540Z] ---> ff11939f7e30 [2021-04-30T08:48:30.540Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:48:31.324Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:48:31.645Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:48:31.645Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:48:31.990Z] Removing intermediate container da6a7a8ea4a3 [2021-04-30T08:48:31.990Z] ---> c9252496d0eb [2021-04-30T08:48:31.990Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:32.265Z] ---> 80b8e92e6da8 [2021-04-30T08:48:32.266Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:48:32.347Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:48:32.539Z] ---> Running in 90c3a7320296 [2021-04-30T08:48:32.736Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:48:32.815Z] Removing intermediate container ee61adc77153 [2021-04-30T08:48:32.815Z] ---> b342fcb29663 [2021-04-30T08:48:32.815Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:33.093Z] ---> 9483d849d669 [2021-04-30T08:48:33.093Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:48:33.129Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:48:33.129Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:48:33.374Z] ---> Running in c603c9afa0b8 [2021-04-30T08:48:33.374Z] Removing intermediate container 90c3a7320296 [2021-04-30T08:48:33.374Z] ---> 87a18d87decd [2021-04-30T08:48:33.374Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:48:33.489Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:48:33.490Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:48:33.786Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:48:33.982Z] ---> Running in e7c5eddf79a5 [2021-04-30T08:48:34.099Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:48:34.099Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:48:34.099Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:48:34.099Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:48:34.099Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:48:34.099Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:48:34.099Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:48:34.256Z] Removing intermediate container c603c9afa0b8 [2021-04-30T08:48:34.256Z] ---> 1f839ba2f7a7 [2021-04-30T08:48:34.256Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:48:34.378Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:48:34.378Z] OK: 72 MiB in 59 packages [2021-04-30T08:48:34.530Z] ---> 077985138248 [2021-04-30T08:48:34.530Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:48:35.125Z] ---> Running in 13da75486b11 [2021-04-30T08:48:35.399Z] ---> Running in 1de85cd6046f [2021-04-30T08:48:35.399Z] Removing intermediate container e7c5eddf79a5 [2021-04-30T08:48:35.399Z] ---> 3c2b1d9df2d7 [2021-04-30T08:48:35.399Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:35.681Z] ---> 5ea211eb5640 [2021-04-30T08:48:35.681Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:48:35.681Z] ---> Running in 1d578cf26935 [2021-04-30T08:48:35.953Z] Removing intermediate container 1de85cd6046f [2021-04-30T08:48:35.953Z] ---> f2ef931f09ff [2021-04-30T08:48:35.953Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:48:36.225Z] Removing intermediate container 13da75486b11 [2021-04-30T08:48:36.225Z] ---> 81ff3fac68d0 [2021-04-30T08:48:36.225Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:36.225Z] ---> Running in 094699b60fb9 [2021-04-30T08:48:36.500Z] ---> Running in dfff2357acf5 [2021-04-30T08:48:36.774Z] Removing intermediate container 1d578cf26935 [2021-04-30T08:48:36.774Z] ---> b49d32216bbe [2021-04-30T08:48:36.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:37.059Z] ---> ce320f92e790 [2021-04-30T08:48:37.059Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:48:37.333Z] Removing intermediate container 094699b60fb9 [2021-04-30T08:48:37.333Z] ---> 736c577072ea [2021-04-30T08:48:37.333Z] Step 19/21 : LABEL arch=arm64 [2021-04-30T08:48:37.333Z] ---> Running in fb1eeb6ed720 [2021-04-30T08:48:37.333Z] Removing intermediate container dfff2357acf5 [2021-04-30T08:48:37.333Z] ---> 5c774236dd42 [2021-04-30T08:48:37.333Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:37.613Z] ---> Running in 9d0c0769948c [2021-04-30T08:48:37.891Z] ---> 74825efb4bad [2021-04-30T08:48:37.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:48:38.492Z] Removing intermediate container 9d0c0769948c [2021-04-30T08:48:38.492Z] ---> 15c94ff8feb2 [2021-04-30T08:48:38.492Z] Step 20/21 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:38.773Z] ---> 093c695c171f [2021-04-30T08:48:38.773Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:48:38.773Z] ---> Running in 4ef8eb93faac [2021-04-30T08:48:39.763Z] Removing intermediate container 4ef8eb93faac [2021-04-30T08:48:39.763Z] ---> 0df5e3c2753b [2021-04-30T08:48:39.763Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:48:40.038Z] ---> 500aec972266 [2021-04-30T08:48:40.038Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:40.038Z] ---> Running in 67c41ed3c90b [2021-04-30T08:48:40.312Z] ---> 735a41cdf825 [2021-04-30T08:48:40.312Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:40.912Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:48:40.912Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:48:40.912Z] ---> eeaf43b92773 [2021-04-30T08:48:40.912Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:40.912Z] Removing intermediate container fb1eeb6ed720 [2021-04-30T08:48:40.912Z] Removing intermediate container 67c41ed3c90b [2021-04-30T08:48:40.912Z] ---> c0631c1195e0 [2021-04-30T08:48:40.912Z] ---> 34786da85732 [2021-04-30T08:48:40.912Z] [2021-04-30T08:48:40.912Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:48:41.186Z] ---> Running in c6e8ef7d21f1 [2021-04-30T08:48:41.186Z] ---> c7c2df038433 [2021-04-30T08:48:41.186Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:48:41.462Z] ---> f91cf95190d9 [2021-04-30T08:48:41.462Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:48:41.462Z] ---> Running in 2ebeccf8b825 [2021-04-30T08:48:41.462Z] Successfully built 34786da85732 [2021-04-30T08:48:41.462Z] ---> Running in 8f5849ceaf70 [2021-04-30T08:48:41.462Z] ---> Running in 4ada5bd99db8 [2021-04-30T08:48:41.462Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-30T08:48:41.462Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-04-30T08:48:41.739Z] Removing intermediate container c6e8ef7d21f1 [2021-04-30T08:48:41.739Z] ---> 366b52f32c2c [2021-04-30T08:48:41.739Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:48:42.011Z] ---> Running in 8c211a408df1 [2021-04-30T08:48:42.011Z] Removing intermediate container 2ebeccf8b825 [2021-04-30T08:48:42.011Z] ---> 179c9c48dd35 [2021-04-30T08:48:42.011Z] Step 22/24 : LABEL arch=arm64 [2021-04-30T08:48:42.286Z] ---> Running in 814b45fdaa2b [2021-04-30T08:48:42.286Z] Removing intermediate container 4ada5bd99db8 [2021-04-30T08:48:42.286Z] ---> 684d95c5eb97 [2021-04-30T08:48:42.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:42.286Z] Removing intermediate container 8f5849ceaf70 [2021-04-30T08:48:42.286Z] ---> c11e6a5b52d7 [2021-04-30T08:48:42.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:42.560Z] ---> Running in c7233ccaa3f9 [2021-04-30T08:48:42.848Z] ---> Running in 34a6ebafb8da [2021-04-30T08:48:42.848Z] Removing intermediate container 814b45fdaa2b [2021-04-30T08:48:42.848Z] ---> cc97247999c9 [2021-04-30T08:48:42.848Z] Step 23/24 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:43.125Z] Removing intermediate container c7233ccaa3f9 [2021-04-30T08:48:43.125Z] ---> b3e97e8f666c [2021-04-30T08:48:43.125Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:48:43.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:43.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:43.711Z] ---> Running in 3422438c8e90 [2021-04-30T08:48:43.996Z] ---> Running in b837eb7255ea [2021-04-30T08:48:43.996Z] Removing intermediate container 34a6ebafb8da [2021-04-30T08:48:43.996Z] ---> 4372e8f7434c [2021-04-30T08:48:43.996Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:48:44.273Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:48:44.273Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:48:44.273Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:48:44.273Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:48:44.273Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:48:44.273Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:48:44.273Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:44.273Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:48:44.273Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:48:44.273Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:48:44.273Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:48:44.273Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:48:44.273Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:48:44.548Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:48:44.830Z] ---> Running in dbeb3c4486cf [2021-04-30T08:48:44.830Z] Removing intermediate container 3422438c8e90 [2021-04-30T08:48:44.830Z] ---> d6c4f6208c08 [2021-04-30T08:48:44.830Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:48:44.830Z] Removing intermediate container b837eb7255ea [2021-04-30T08:48:44.830Z] ---> bd6e9037cdf5 [2021-04-30T08:48:44.830Z] Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:45.476Z] Collecting docker-compose==1.23.2 [2021-04-30T08:48:45.476Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:48:45.476Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:48:45.476Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:48:45.800Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:48:45.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:48:46.266Z] ---> Running in 31abef792c7b [2021-04-30T08:48:46.266Z] ---> Running in 59932b9a4a86 [2021-04-30T08:48:46.266Z] Removing intermediate container dbeb3c4486cf [2021-04-30T08:48:46.266Z] ---> 54707da94857 [2021-04-30T08:48:46.266Z] Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:48:46.537Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:48:46.537Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:48:46.537Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:48:46.537Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:48:46.537Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:48:46.537Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:48:46.537Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:48:46.811Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:48:46.811Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:48:46.811Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:48:46.811Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:48:46.811Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:48:46.811Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:48:46.811Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:48:46.811Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:48:46.811Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:48:46.811Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:48:46.811Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:48:46.811Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:48:46.811Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:48:47.085Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:48:47.085Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:48:47.085Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:48:47.085Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:48:47.085Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:48:47.085Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:48:47.085Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:48:47.085Z] ---> Running in 0de426c41bc7 [2021-04-30T08:48:47.085Z] OK: 72 MiB in 59 packages [2021-04-30T08:48:47.368Z] Removing intermediate container 31abef792c7b [2021-04-30T08:48:47.368Z] ---> 0160d3b9a5be [2021-04-30T08:48:47.368Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:47.639Z] Removing intermediate container 59932b9a4a86 [2021-04-30T08:48:47.639Z] ---> 36fc68c044f4 [2021-04-30T08:48:47.639Z] [2021-04-30T08:48:47.912Z] ---> Running in 5cf19234ee51 [2021-04-30T08:48:48.195Z] Removing intermediate container 0de426c41bc7 [2021-04-30T08:48:48.195Z] ---> 5aee6c523028 [2021-04-30T08:48:48.195Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:48.195Z] Successfully built 36fc68c044f4 [2021-04-30T08:48:48.195Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-30T08:48:48.195Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-30T08:48:48.468Z] ---> Running in 8eb09af4784e [2021-04-30T08:48:48.535Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:48:48.535Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:48:48.535Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:48:48.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:48:48.743Z] Removing intermediate container 5cf19234ee51 [2021-04-30T08:48:48.743Z] ---> d11c51dceb1d [2021-04-30T08:48:48.743Z] [2021-04-30T08:48:49.016Z] Removing intermediate container 8eb09af4784e [2021-04-30T08:48:49.016Z] ---> 3fdf2f7746cf [2021-04-30T08:48:49.016Z] [2021-04-30T08:48:49.287Z] Successfully built d11c51dceb1d [2021-04-30T08:48:49.287Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-30T08:48:49.287Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-30T08:48:49.287Z] Successfully built 3fdf2f7746cf [2021-04-30T08:48:49.287Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-30T08:48:49.287Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-30T08:48:51.252Z] Collecting docker-compose==1.23.2 [2021-04-30T08:48:51.520Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:48:52.639Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:48:52.639Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:48:52.948Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:48:52.948Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:48:53.281Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:48:53.281Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:48:53.577Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-30T08:48:53.577Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:48:53.577Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:48:54.780Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:48:54.780Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:48:57.254Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:48:57.254Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:48:57.254Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:48:57.254Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:48:57.499Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:48:57.499Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:48:59.232Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-30T08:48:59.232Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:48:59.232Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:49:00.166Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:49:00.166Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:49:00.499Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:49:00.499Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:49:00.826Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-30T08:49:00.826Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-30T08:49:01.163Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:49:01.163Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:49:01.163Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:49:01.163Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:49:01.163Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:49:01.163Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:49:01.201Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:49:01.201Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:49:02.061Z] Installing collected packages: idna, urllib3, requests, docopt, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, docker-compose [2021-04-30T08:49:02.061Z] Attempting uninstall: idna [2021-04-30T08:49:02.061Z] Found existing installation: idna 2.9 [2021-04-30T08:49:02.061Z] Uninstalling idna-2.9: [2021-04-30T08:49:02.061Z] Successfully uninstalled idna-2.9 [2021-04-30T08:49:03.428Z] Attempting uninstall: urllib3 [2021-04-30T08:49:03.428Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:49:03.428Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:49:03.846Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:49:04.580Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:49:04.580Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:49:05.142Z] Attempting uninstall: requests [2021-04-30T08:49:05.143Z] Found existing installation: requests 2.23.0 [2021-04-30T08:49:05.143Z] Uninstalling requests-2.23.0: [2021-04-30T08:49:05.143Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:49:05.557Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:49:05.557Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:49:06.152Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:49:06.425Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:49:06.841Z] Running setup.py install for docopt: started [2021-04-30T08:49:07.031Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:49:07.031Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:49:07.031Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-30T08:49:07.031Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-30T08:49:07.304Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:49:07.304Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:49:08.286Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:49:08.286Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:49:08.558Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:49:08.558Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:49:08.558Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:49:08.558Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:49:08.558Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:49:08.558Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:49:09.219Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:49:09.989Z] Installing collected packages: PyYAML, websocket-client, dockerpty, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docker-compose [2021-04-30T08:49:09.989Z] Running setup.py install for PyYAML: started [2021-04-30T08:49:10.794Z] Running setup.py install for PyYAML: started [2021-04-30T08:49:11.962Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:49:12.233Z] Running setup.py install for dockerpty: started [2021-04-30T08:49:14.203Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:49:14.203Z] Running setup.py install for texttable: started [2021-04-30T08:49:14.957Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:49:16.835Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:49:16.835Z] Running setup.py install for docopt: started [2021-04-30T08:49:17.416Z] Running setup.py install for dockerpty: started [2021-04-30T08:49:18.808Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:49:18.808Z] Attempting uninstall: idna [2021-04-30T08:49:18.808Z] Found existing installation: idna 2.9 [2021-04-30T08:49:18.808Z] Uninstalling idna-2.9: [2021-04-30T08:49:18.808Z] Successfully uninstalled idna-2.9 [2021-04-30T08:49:19.477Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:49:19.477Z] Running setup.py install for texttable: started [2021-04-30T08:49:19.793Z] Attempting uninstall: urllib3 [2021-04-30T08:49:19.793Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:49:19.793Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:49:19.793Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:49:20.389Z] Attempting uninstall: requests [2021-04-30T08:49:20.389Z] Found existing installation: requests 2.23.0 [2021-04-30T08:49:20.389Z] Uninstalling requests-2.23.0: [2021-04-30T08:49:20.389Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:49:21.141Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:49:23.004Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-30T08:49:23.775Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-30T08:49:27.172Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:27.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:27.172Z] ---> b3e11b2720e5 [2021-04-30T08:49:27.172Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> 18cb4c0fd761 [2021-04-30T08:49:27.172Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> ac1a0e82f893 [2021-04-30T08:49:27.172Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> 85edd5a6d81b [2021-04-30T08:49:27.172Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> 869b9ead5d7d [2021-04-30T08:49:27.172Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> 24c5b6529029 [2021-04-30T08:49:27.172Z] Step 8/23 : COPY . . [2021-04-30T08:49:27.172Z] ---> Using cache [2021-04-30T08:49:27.172Z] ---> 392ede5cb9d4 [2021-04-30T08:49:27.172Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:49:35.467Z] ---> Running in 323fb6928903 [2021-04-30T08:49:36.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-30T08:49:38.668Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:38.668Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:38.668Z] ---> 1ebb7c24643a [2021-04-30T08:49:38.668Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> fbf54c3a040d [2021-04-30T08:49:38.668Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> 663962275e48 [2021-04-30T08:49:38.668Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:49:38.668Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:38.668Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:38.668Z] ---> 1ebb7c24643a [2021-04-30T08:49:38.668Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> fbf54c3a040d [2021-04-30T08:49:38.668Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> 663962275e48 [2021-04-30T08:49:38.668Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:49:38.668Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:38.668Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:38.668Z] ---> 1ebb7c24643a [2021-04-30T08:49:38.668Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> fbf54c3a040d [2021-04-30T08:49:38.668Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> 663962275e48 [2021-04-30T08:49:38.668Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:49:38.668Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:38.668Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:38.668Z] ---> 1ebb7c24643a [2021-04-30T08:49:38.668Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> fbf54c3a040d [2021-04-30T08:49:38.668Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:38.668Z] ---> Using cache [2021-04-30T08:49:38.668Z] ---> 663962275e48 [2021-04-30T08:49:38.668Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:49:38.961Z] ---> Running in c2d5fbdd3734 [2021-04-30T08:49:39.115Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:39.116Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:39.116Z] ---> b3e11b2720e5 [2021-04-30T08:49:39.116Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> 18cb4c0fd761 [2021-04-30T08:49:39.116Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> ac1a0e82f893 [2021-04-30T08:49:39.116Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> 85edd5a6d81b [2021-04-30T08:49:39.116Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> 869b9ead5d7d [2021-04-30T08:49:39.116Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> 24c5b6529029 [2021-04-30T08:49:39.116Z] Step 8/23 : COPY . . [2021-04-30T08:49:39.116Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:39.116Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:39.116Z] ---> b3e11b2720e5 [2021-04-30T08:49:39.116Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> 18cb4c0fd761 [2021-04-30T08:49:39.116Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:39.116Z] ---> Using cache [2021-04-30T08:49:39.116Z] ---> ac1a0e82f893 [2021-04-30T08:49:39.116Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:49:39.245Z] ---> Running in 6f3b122d2b32 [2021-04-30T08:49:39.245Z] ---> Running in ff79494a779d [2021-04-30T08:49:39.245Z] ---> Running in 03eb3cc7a639 [2021-04-30T08:49:39.391Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:39.391Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:39.391Z] ---> b3e11b2720e5 [2021-04-30T08:49:39.391Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:49:39.391Z] ---> Using cache [2021-04-30T08:49:39.391Z] ---> 18cb4c0fd761 [2021-04-30T08:49:39.391Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:39.391Z] ---> Using cache [2021-04-30T08:49:39.391Z] ---> ac1a0e82f893 [2021-04-30T08:49:39.391Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:49:39.391Z] ---> Using cache [2021-04-30T08:49:39.391Z] ---> 85edd5a6d81b [2021-04-30T08:49:39.391Z] Step 6/31 : COPY go.mod . [2021-04-30T08:49:39.391Z] ---> Using cache [2021-04-30T08:49:39.391Z] ---> 869b9ead5d7d [2021-04-30T08:49:39.391Z] Step 7/31 : RUN go mod download [2021-04-30T08:49:39.391Z] ---> Using cache [2021-04-30T08:49:39.391Z] ---> 24c5b6529029 [2021-04-30T08:49:39.391Z] Step 8/31 : COPY . . [2021-04-30T08:49:39.667Z] ---> Using cache [2021-04-30T08:49:39.667Z] ---> 392ede5cb9d4 [2021-04-30T08:49:39.667Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:49:39.944Z] ---> Using cache [2021-04-30T08:49:39.944Z] ---> 392ede5cb9d4 [2021-04-30T08:49:39.944Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:49:40.220Z] ---> Running in 48d2833a1ec7 [2021-04-30T08:49:40.220Z] ---> Running in 0d60e004d2f2 [2021-04-30T08:49:40.220Z] ---> Running in d1a81b6edd01 [2021-04-30T08:49:42.017Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:42.017Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:42.017Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:42.017Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:43.096Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:43.096Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:43.096Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:43.096Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:49:43.623Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:43.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-30T08:49:43.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-30T08:49:43.829Z] OK: 219 MiB in 52 packages [2021-04-30T08:49:43.829Z] OK: 219 MiB in 52 packages [2021-04-30T08:49:44.152Z] OK: 219 MiB in 52 packages [2021-04-30T08:49:44.152Z] OK: 219 MiB in 52 packages [2021-04-30T08:49:44.228Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:45.222Z] OK: 218 MiB in 52 packages [2021-04-30T08:49:46.851Z] Removing intermediate container c2d5fbdd3734 [2021-04-30T08:49:46.851Z] ---> 69bc35df6587 [2021-04-30T08:49:46.851Z] Step 6/31 : COPY go.mod . [2021-04-30T08:49:46.851Z] Removing intermediate container ff79494a779d [2021-04-30T08:49:46.851Z] ---> 32ed305223d4 [2021-04-30T08:49:46.851Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:47.222Z] Removing intermediate container 03eb3cc7a639 [2021-04-30T08:49:47.222Z] ---> 36ce83ad7701 [2021-04-30T08:49:47.222Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:47.222Z] Removing intermediate container 6f3b122d2b32 [2021-04-30T08:49:47.222Z] ---> d6668a501fc6 [2021-04-30T08:49:47.222Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:47.222Z] ---> 3382344ae987 [2021-04-30T08:49:47.222Z] Step 7/31 : RUN go mod download [2021-04-30T08:49:47.222Z] ---> 3b4c38b875a6 [2021-04-30T08:49:47.222Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:47.229Z] Removing intermediate container 48d2833a1ec7 [2021-04-30T08:49:47.229Z] ---> fd38b2d1f3c2 [2021-04-30T08:49:47.229Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:47.572Z] ---> Running in 7d535102bfd1 [2021-04-30T08:49:47.572Z] ---> Running in 0fadaf629ef7 [2021-04-30T08:49:48.209Z] ---> 4ae01d0fe80b [2021-04-30T08:49:48.209Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:48.209Z] ---> d8ae1fd19c88 [2021-04-30T08:49:48.209Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:48.227Z] Removing intermediate container 8c211a408df1 [2021-04-30T08:49:48.227Z] ---> d3cbd0ccd35a [2021-04-30T08:49:48.227Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:49:48.504Z] ---> Running in a6e4a6342e50 [2021-04-30T08:49:48.504Z] ---> b465c2e8aacc [2021-04-30T08:49:48.504Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:48.538Z] ---> Running in e45a62b81b95 [2021-04-30T08:49:48.538Z] ---> Running in efb9a2da6628 [2021-04-30T08:49:48.781Z] ---> Running in 4a7803b71efb [2021-04-30T08:49:49.391Z] Removing intermediate container a6e4a6342e50 [2021-04-30T08:49:49.391Z] ---> e2dee7089f1e [2021-04-30T08:49:49.391Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:49:49.391Z] ---> Running in 6a153de324c0 [2021-04-30T08:49:50.383Z] Removing intermediate container 6a153de324c0 [2021-04-30T08:49:50.383Z] ---> a02cefba04c9 [2021-04-30T08:49:50.383Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:49:52.380Z] ---> 648c19b0bd01 [2021-04-30T08:49:52.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:53.834Z] Removing intermediate container 4a7803b71efb [2021-04-30T08:49:53.834Z] ---> 18d443f8f87e [2021-04-30T08:49:53.834Z] Step 8/23 : COPY . . [2021-04-30T08:49:53.834Z] ---> 14a1528f392a [2021-04-30T08:49:53.834Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:49:54.449Z] Removing intermediate container e45a62b81b95 [2021-04-30T08:49:54.449Z] ---> 600237f7492a [2021-04-30T08:49:54.449Z] Step 8/23 : COPY . . [2021-04-30T08:49:54.449Z] Removing intermediate container efb9a2da6628 [2021-04-30T08:49:54.449Z] ---> 8100a75c6900 [2021-04-30T08:49:54.449Z] Step 8/23 : COPY . . [2021-04-30T08:49:54.449Z] Removing intermediate container 7d535102bfd1 [2021-04-30T08:49:54.449Z] ---> 0408095cc407 [2021-04-30T08:49:54.449Z] Step 8/31 : COPY . . [2021-04-30T08:49:54.738Z] Removing intermediate container 0fadaf629ef7 [2021-04-30T08:49:54.738Z] ---> 6054ca677bd9 [2021-04-30T08:49:54.738Z] Step 8/23 : COPY . . [2021-04-30T08:49:55.866Z] ---> 64631ab71656 [2021-04-30T08:49:55.867Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:49:56.142Z] ---> Running in 7abd4b1dd7b3 [2021-04-30T08:49:57.598Z] Removing intermediate container 7abd4b1dd7b3 [2021-04-30T08:49:57.598Z] ---> e198bf611123 [2021-04-30T08:49:57.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:57.875Z] ---> Running in db7edfd6500d [2021-04-30T08:49:59.322Z] Removing intermediate container db7edfd6500d [2021-04-30T08:49:59.322Z] ---> f99261fe6f2c [2021-04-30T08:49:59.322Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:49:59.927Z] ---> Running in f206a1ba96be [2021-04-30T08:50:01.384Z] Removing intermediate container f206a1ba96be [2021-04-30T08:50:01.384Z] ---> 3344fd6b8ee7 [2021-04-30T08:50:01.384Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:50:01.384Z] ---> Running in 56d07b8a7f20 [2021-04-30T08:50:02.400Z] Removing intermediate container 56d07b8a7f20 [2021-04-30T08:50:02.400Z] ---> c674a2154ddd [2021-04-30T08:50:02.400Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:50:02.681Z] ---> Running in 87ad952646fa [2021-04-30T08:50:03.662Z] Removing intermediate container 87ad952646fa [2021-04-30T08:50:03.662Z] ---> 6225ddc83636 [2021-04-30T08:50:03.662Z] [2021-04-30T08:50:04.645Z] Successfully built 6225ddc83636 [2021-04-30T08:50:04.645Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-30T08:50:14.794Z]  Building docker-sys-mgmt-agent-go ... done  ---> 2e6316f37c76 [2021-04-30T08:50:14.794Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:50:14.794Z] ---> Running in ad67391831dd [2021-04-30T08:50:16.232Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-30T08:50:43.593Z] Removing intermediate container ec392a4b5e2b [2021-04-30T08:50:43.593Z] ---> 3cadba11732d [2021-04-30T08:50:43.593Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:50:44.712Z] ---> Running in 708c10025a3c [2021-04-30T08:50:48.600Z] Removing intermediate container 708c10025a3c [2021-04-30T08:50:48.600Z] ---> 02418d800fec [2021-04-30T08:50:48.600Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:50:49.960Z] ---> Running in c159ef5a6963 [2021-04-30T08:50:53.224Z] Removing intermediate container c159ef5a6963 [2021-04-30T08:50:53.224Z] ---> 3a0be82e5a19 [2021-04-30T08:50:53.224Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:51:00.592Z] ---> ddf4494e53aa [2021-04-30T08:51:00.592Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:04.823Z] ---> e44fdeace751 [2021-04-30T08:51:04.823Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:51:07.705Z] ---> 01042f5c41f6 [2021-04-30T08:51:07.705Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:51:08.076Z] ---> Running in 8c413f222c04 [2021-04-30T08:51:10.376Z] Removing intermediate container 8c413f222c04 [2021-04-30T08:51:10.376Z] ---> b564059d474b [2021-04-30T08:51:10.376Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:12.760Z] ---> Running in b4b92ed1a0b3 [2021-04-30T08:51:14.597Z] Removing intermediate container b4b92ed1a0b3 [2021-04-30T08:51:14.597Z] ---> 7ac8eb53e8bf [2021-04-30T08:51:14.597Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:51:16.742Z] ---> Running in e2e03473b62b [2021-04-30T08:51:19.067Z] Removing intermediate container e2e03473b62b [2021-04-30T08:51:19.067Z] ---> 84ad73bccd67 [2021-04-30T08:51:19.067Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:51:19.715Z] ---> Running in 16b900fde101 [2021-04-30T08:51:21.147Z] Removing intermediate container 16b900fde101 [2021-04-30T08:51:21.147Z] ---> 48e476c8e128 [2021-04-30T08:51:21.147Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:21.789Z] ---> Running in 0cff2ffd1c4c [2021-04-30T08:51:23.274Z] Removing intermediate container 0cff2ffd1c4c [2021-04-30T08:51:23.274Z] ---> 412a2874e02b [2021-04-30T08:51:23.274Z] [2021-04-30T08:51:23.906Z] ---> a41852b1e13b [2021-04-30T08:51:23.906Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:51:24.258Z] Removing intermediate container 0d60e004d2f2 [2021-04-30T08:51:24.258Z] ---> 167250f45e82 [2021-04-30T08:51:24.258Z] [2021-04-30T08:51:24.258Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:51:24.258Z] ---> 9852663dfa18 [2021-04-30T08:51:24.258Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:51:24.258Z] ---> Running in 2b6edf0436cf [2021-04-30T08:51:24.258Z] Removing intermediate container 2b6edf0436cf [2021-04-30T08:51:24.258Z] ---> 3d3c1feccb8e [2021-04-30T08:51:24.258Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:51:24.536Z] ---> Running in b2fbf78281cb [2021-04-30T08:51:24.576Z] ---> b25538cc854e [2021-04-30T08:51:24.576Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:51:24.576Z] Successfully built 412a2874e02b [2021-04-30T08:51:24.882Z] ---> 9a4635e618f2 [2021-04-30T08:51:24.882Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:51:24.882Z] ---> Running in c183a1a5e105 [2021-04-30T08:51:24.882Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-30T08:51:25.222Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 127d8b065ce1 [2021-04-30T08:51:25.541Z] ---> Running in e805524ef49f [2021-04-30T08:51:25.541Z] ---> 884b3c179519 [2021-04-30T08:51:25.541Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:51:25.541Z] ---> Running in c7046db1fdec [2021-04-30T08:51:26.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:26.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:27.424Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:51:27.424Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:51:27.424Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:51:27.424Z] OK: 5 MiB in 16 packages [2021-04-30T08:51:29.243Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-30T08:51:29.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-30T08:51:29.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-30T08:51:29.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-30T08:51:30.842Z] Removing intermediate container d1a81b6edd01 [2021-04-30T08:51:30.842Z] ---> edcf33423023 [2021-04-30T08:51:30.842Z] [2021-04-30T08:51:30.842Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:51:30.842Z] ---> 9852663dfa18 [2021-04-30T08:51:30.842Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:51:30.842Z] ---> Using cache [2021-04-30T08:51:30.842Z] ---> b342fcb29663 [2021-04-30T08:51:30.842Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:51:30.842Z] ---> Using cache [2021-04-30T08:51:30.842Z] ---> 1f839ba2f7a7 [2021-04-30T08:51:30.842Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:51:30.842Z] Removing intermediate container b2fbf78281cb [2021-04-30T08:51:30.842Z] ---> 7f5eaf30f158 [2021-04-30T08:51:30.842Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:51:30.842Z] ---> Running in 6321ba9d98de [2021-04-30T08:51:31.118Z] ---> Running in adef3ff43eee [2021-04-30T08:51:32.134Z] Removing intermediate container adef3ff43eee [2021-04-30T08:51:32.134Z] ---> 116887e6c8f6 [2021-04-30T08:51:32.134Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:51:32.134Z] Removing intermediate container 6321ba9d98de [2021-04-30T08:51:32.134Z] ---> 6f8d38ee13ef [2021-04-30T08:51:32.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:51:32.732Z] ---> Running in 9bf2fa7f7c3a [2021-04-30T08:51:32.732Z] ---> Running in 9e4ce0897890 [2021-04-30T08:51:34.178Z] Removing intermediate container 9e4ce0897890 [2021-04-30T08:51:34.178Z] ---> 5cdaa470b543 [2021-04-30T08:51:34.178Z] Step 15/23 : WORKDIR / [2021-04-30T08:51:34.178Z] Removing intermediate container 9bf2fa7f7c3a [2021-04-30T08:51:34.178Z] ---> db4a96d7734d [2021-04-30T08:51:34.178Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:51:34.461Z] ---> Running in 1c3c9e7f5f42 [2021-04-30T08:51:34.461Z] ---> Running in 26ad486a9c73 [2021-04-30T08:51:35.452Z] Removing intermediate container 323fb6928903 [2021-04-30T08:51:35.452Z] ---> 23f5ca51154e [2021-04-30T08:51:35.452Z] [2021-04-30T08:51:35.452Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:51:35.452Z] ---> 9852663dfa18 [2021-04-30T08:51:35.452Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:51:35.452Z] Removing intermediate container 1c3c9e7f5f42 [2021-04-30T08:51:35.452Z] ---> 4d893068c38a [2021-04-30T08:51:35.452Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:35.452Z] ---> Using cache [2021-04-30T08:51:35.727Z] ---> b342fcb29663 [2021-04-30T08:51:35.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:51:35.727Z] ---> Using cache [2021-04-30T08:51:35.727Z] ---> 1f839ba2f7a7 [2021-04-30T08:51:35.727Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:51:36.003Z] ---> Running in e90c4e892174 [2021-04-30T08:51:36.986Z] Removing intermediate container e90c4e892174 [2021-04-30T08:51:36.986Z] ---> 1615dbd6d58b [2021-04-30T08:51:36.986Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:51:36.986Z] ---> Running in 1c925122e925 [2021-04-30T08:51:36.986Z] ---> 783673984daf [2021-04-30T08:51:36.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:51:37.980Z] Removing intermediate container 1c925122e925 [2021-04-30T08:51:37.980Z] ---> e761639546f6 [2021-04-30T08:51:37.980Z] Step 15/23 : WORKDIR / [2021-04-30T08:51:38.253Z] ---> Running in 8ca7e2ff37be [2021-04-30T08:51:38.858Z] Removing intermediate container 26ad486a9c73 [2021-04-30T08:51:38.858Z] ---> effd958872c1 [2021-04-30T08:51:38.858Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:51:39.129Z] ---> Running in f86af5b0ebcc [2021-04-30T08:51:39.129Z] Removing intermediate container 8ca7e2ff37be [2021-04-30T08:51:39.129Z] ---> 5d4eba8d990d [2021-04-30T08:51:39.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:39.405Z] ---> 503a44b6593b [2021-04-30T08:51:39.405Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:40.002Z] Removing intermediate container f86af5b0ebcc [2021-04-30T08:51:40.277Z] ---> 91bdb7cfdcd8 [2021-04-30T08:51:40.277Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:51:40.558Z] ---> 4e8b3b87b232 [2021-04-30T08:51:40.558Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:51:40.834Z] ---> f7d7c3112978 [2021-04-30T08:51:40.834Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:51:40.834Z] ---> Running in 433f6589aeb6 [2021-04-30T08:51:41.434Z] ---> bbb12294e0f9 [2021-04-30T08:51:41.434Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:51:41.707Z] ---> Running in db01e50195cf [2021-04-30T08:51:41.707Z] Removing intermediate container 433f6589aeb6 [2021-04-30T08:51:41.707Z] ---> 62379c6bb4a0 [2021-04-30T08:51:41.707Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:42.307Z] ---> Running in 15250bcd8317 [2021-04-30T08:51:42.307Z] ---> 1761f6b5661a [2021-04-30T08:51:42.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:42.922Z] Removing intermediate container 15250bcd8317 [2021-04-30T08:51:42.922Z] ---> 7fd527d849a6 [2021-04-30T08:51:42.922Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:51:42.922Z] ---> Running in a729ac229c14 [2021-04-30T08:51:43.536Z] ---> bab86cb61da6 [2021-04-30T08:51:43.536Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:51:43.809Z] Removing intermediate container a729ac229c14 [2021-04-30T08:51:43.809Z] ---> cea2f2f55a8e [2021-04-30T08:51:43.809Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:51:43.809Z] ---> Running in 7d4be9156fca [2021-04-30T08:51:44.087Z] ---> Running in 1aca9e3c1b7a [2021-04-30T08:51:44.364Z] Removing intermediate container 7d4be9156fca [2021-04-30T08:51:44.364Z] ---> da7737c3880f [2021-04-30T08:51:44.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:44.633Z] Removing intermediate container 1aca9e3c1b7a [2021-04-30T08:51:44.633Z] ---> 1532a066b7bd [2021-04-30T08:51:44.633Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:44.634Z] ---> Running in a4e074b9635e [2021-04-30T08:51:44.634Z] ---> Running in 13425280c693 [2021-04-30T08:51:44.903Z] Removing intermediate container db01e50195cf [2021-04-30T08:51:44.903Z] ---> 078ce174cd5d [2021-04-30T08:51:44.903Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:45.172Z] Removing intermediate container a4e074b9635e [2021-04-30T08:51:45.173Z] ---> 3afbdb8d4c55 [2021-04-30T08:51:45.173Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:51:45.444Z] Removing intermediate container 13425280c693 [2021-04-30T08:51:45.444Z] ---> 109c7f37851b [2021-04-30T08:51:45.444Z] [2021-04-30T08:51:45.444Z] ---> Running in 3ca4a50d566d [2021-04-30T08:51:46.039Z] Successfully built 109c7f37851b [2021-04-30T08:51:46.309Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-30T08:51:46.581Z]  Building docker-core-command-go ... done  ---> 408c0fb76100 [2021-04-30T08:51:46.581Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:51:46.581Z] Removing intermediate container 3ca4a50d566d [2021-04-30T08:51:46.581Z] ---> 7adeacb162a5 [2021-04-30T08:51:46.581Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:51:46.850Z] ---> Running in 89862b14db38 [2021-04-30T08:51:47.825Z] Removing intermediate container 89862b14db38 [2021-04-30T08:51:47.826Z] ---> 75ad267864c2 [2021-04-30T08:51:47.826Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:48.098Z] ---> b935568a0cc3 [2021-04-30T08:51:48.099Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:51:48.099Z] ---> Running in 6f8617cc7891 [2021-04-30T08:51:48.693Z] Removing intermediate container 6f8617cc7891 [2021-04-30T08:51:48.693Z] ---> 13de10a8c77c [2021-04-30T08:51:48.693Z] [2021-04-30T08:51:48.966Z] Successfully built 13de10a8c77c [2021-04-30T08:51:48.967Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-30T08:51:48.967Z]  Building docker-core-metadata-go ... done  ---> 6d8e2c418de8 [2021-04-30T08:51:48.967Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:51:49.942Z] ---> 76e40c979a17 [2021-04-30T08:51:49.942Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:51:50.921Z] ---> b51fa625c6fb [2021-04-30T08:51:50.921Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:51:51.193Z] ---> Running in c582d848fa49 [2021-04-30T08:51:52.171Z] Removing intermediate container c582d848fa49 [2021-04-30T08:51:52.171Z] ---> 2234d2608351 [2021-04-30T08:51:52.171Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:51:53.145Z] ---> 6e4f86b42c22 [2021-04-30T08:51:53.145Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:51:53.420Z] Removing intermediate container ad67391831dd [2021-04-30T08:51:53.420Z] ---> 3bf85797e481 [2021-04-30T08:51:53.420Z] [2021-04-30T08:51:53.420Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:51:53.420Z] ---> 9852663dfa18 [2021-04-30T08:51:53.420Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:51:53.420Z] ---> Running in 2fd3c282e42d [2021-04-30T08:51:53.696Z] ---> Running in e22cf1aa47c1 [2021-04-30T08:51:54.303Z] Removing intermediate container e22cf1aa47c1 [2021-04-30T08:51:54.303Z] ---> 51cf67552d43 [2021-04-30T08:51:54.303Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:51:54.303Z] ---> Running in 7ef543210b40 [2021-04-30T08:51:54.902Z] Removing intermediate container 7ef543210b40 [2021-04-30T08:51:54.902Z] ---> 996f8f4d27f5 [2021-04-30T08:51:54.902Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:51:55.174Z] ---> Running in e681d4fb550b [2021-04-30T08:51:55.775Z] Removing intermediate container e681d4fb550b [2021-04-30T08:51:55.776Z] ---> 1a3cfbb488f3 [2021-04-30T08:51:55.776Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:51:55.776Z] Removing intermediate container 2fd3c282e42d [2021-04-30T08:51:55.776Z] ---> 199d365b3db1 [2021-04-30T08:51:55.776Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:51:55.776Z] ---> Running in 7aec56734b2d [2021-04-30T08:51:56.379Z] ---> Running in d8e3e65b3f1c [2021-04-30T08:51:56.976Z] Removing intermediate container d8e3e65b3f1c [2021-04-30T08:51:56.977Z] ---> 92b6402d1602 [2021-04-30T08:51:56.977Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:51:57.246Z] ---> Running in 8a13967d9c85 [2021-04-30T08:51:57.517Z] Removing intermediate container 8a13967d9c85 [2021-04-30T08:51:57.517Z] ---> abba69c378e1 [2021-04-30T08:51:57.517Z] Step 29/31 : LABEL arch=arm64 [2021-04-30T08:51:58.106Z] ---> Running in 85fc61c6f59d [2021-04-30T08:51:58.376Z] Removing intermediate container 85fc61c6f59d [2021-04-30T08:51:58.376Z] ---> 546c410e1e68 [2021-04-30T08:51:58.376Z] Step 30/31 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:51:58.648Z] Removing intermediate container 7aec56734b2d [2021-04-30T08:51:58.648Z] ---> 777ca2348476 [2021-04-30T08:51:58.648Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:51:58.648Z] ---> Running in 0eb28c6764a8 [2021-04-30T08:51:58.931Z] ---> Running in 87528b07756b [2021-04-30T08:51:59.204Z] Removing intermediate container 0eb28c6764a8 [2021-04-30T08:51:59.204Z] ---> 55b628b8ab49 [2021-04-30T08:51:59.204Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:51:59.796Z] ---> Running in 8518cc751f27 [2021-04-30T08:52:00.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:00.072Z] Removing intermediate container 8518cc751f27 [2021-04-30T08:52:00.072Z] ---> 06dd1e830be2 [2021-04-30T08:52:00.072Z] [2021-04-30T08:52:00.661Z] Successfully built 06dd1e830be2 [2021-04-30T08:52:00.661Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-30T08:52:00.661Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:52:01.634Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:52:01.634Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:52:01.634Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:52:01.905Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:52:02.177Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:52:02.177Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:52:02.177Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:02.449Z] OK: 8 MiB in 20 packages [2021-04-30T08:52:03.876Z] Removing intermediate container 87528b07756b [2021-04-30T08:52:03.876Z] ---> acc07c2951bd [2021-04-30T08:52:03.876Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:52:04.466Z] ---> ecfafc90ce5a [2021-04-30T08:52:04.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:52:05.439Z] ---> 9a10e15b6d14 [2021-04-30T08:52:05.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:52:06.448Z] ---> 8e215c25f1be [2021-04-30T08:52:06.448Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:52:06.448Z] ---> Running in 76dfba07858c [2021-04-30T08:52:07.048Z] Removing intermediate container 76dfba07858c [2021-04-30T08:52:07.048Z] ---> ee3fac43a43d [2021-04-30T08:52:07.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:52:07.048Z] ---> Running in e580fb298864 [2021-04-30T08:52:07.321Z] Removing intermediate container e580fb298864 [2021-04-30T08:52:07.321Z] ---> 45422a71ae9d [2021-04-30T08:52:07.321Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:52:07.596Z] ---> Running in 52309824d08a [2021-04-30T08:52:08.247Z] Removing intermediate container 52309824d08a [2021-04-30T08:52:08.247Z] ---> e004d311a684 [2021-04-30T08:52:08.247Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:52:08.247Z] ---> Running in 0703c664d851 [2021-04-30T08:52:08.521Z] Removing intermediate container 0703c664d851 [2021-04-30T08:52:08.521Z] ---> 4afa36b5005c [2021-04-30T08:52:08.521Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:52:08.800Z] ---> Running in 624e698ec4a8 [2021-04-30T08:52:09.433Z] Removing intermediate container 624e698ec4a8 [2021-04-30T08:52:09.433Z] ---> cecece4e980e [2021-04-30T08:52:09.433Z] [2021-04-30T08:52:09.707Z] Successfully built cecece4e980e [2021-04-30T08:52:09.707Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-30T08:52:09.996Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-30T08:52:09.939Z] $ docker stop --time=1 e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 [2021-04-30T08:52:11.813Z] $ docker rm -f e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:52:12.513Z] + docker images [2021-04-30T08:52:12.513Z] + grep docker [2021-04-30T08:52:12.792Z] docker-core-data-go-arm64 latest cecece4e980e 4 seconds ago 20.3MB [2021-04-30T08:52:12.792Z] docker-security-bootstrapper-go-arm64 latest 06dd1e830be2 13 seconds ago 17.1MB [2021-04-30T08:52:12.792Z] docker-core-metadata-go-arm64 latest 13de10a8c77c 24 seconds ago 17.4MB [2021-04-30T08:52:12.792Z] docker-core-command-go-arm64 latest 109c7f37851b 27 seconds ago 16.1MB [2021-04-30T08:52:12.792Z] docker-sys-mgmt-agent-go-arm64 latest 6225ddc83636 2 minutes ago 299MB [2021-04-30T08:52:12.792Z] docker-support-scheduler-go-arm64 latest d11c51dceb1d 3 minutes ago 16.1MB [2021-04-30T08:52:12.792Z] docker-support-notifications-go-arm64 latest 3fdf2f7746cf 3 minutes ago 16.6MB [2021-04-30T08:52:12.792Z] docker-security-secretstore-setup-go-arm64 latest 36fc68c044f4 3 minutes ago 24.1MB [2021-04-30T08:52:12.792Z] docker-security-proxy-setup-go-arm64 latest 34786da85732 3 minutes ago 23.9MB [2021-04-30T08:52:12.792Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:52:13.404Z] ---> job-cost.sh [2021-04-30T08:52:13.404Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lowy [2021-04-30T08:52:38.218Z] Removing intermediate container c7046db1fdec [2021-04-30T08:52:38.218Z] ---> 3c8d0d880454 [2021-04-30T08:52:38.218Z] [2021-04-30T08:52:38.218Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:52:38.218Z] ---> 13621d1b12d4 [2021-04-30T08:52:38.218Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:52:38.218Z] ---> Running in f2b103296545 [2021-04-30T08:52:38.218Z] Removing intermediate container 127d8b065ce1 [2021-04-30T08:52:38.218Z] ---> 60b9dbded3b7 [2021-04-30T08:52:38.218Z] [2021-04-30T08:52:38.218Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:52:38.218Z] ---> 13621d1b12d4 [2021-04-30T08:52:38.218Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:52:38.218Z] ---> Using cache [2021-04-30T08:52:38.218Z] ---> cb9eb2f4c0ff [2021-04-30T08:52:38.218Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:52:38.218Z] ---> Using cache [2021-04-30T08:52:38.218Z] ---> 0a49cea47be3 [2021-04-30T08:52:38.218Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:52:38.218Z] ---> Running in 0f6ce93594db [2021-04-30T08:52:38.218Z] Removing intermediate container f2b103296545 [2021-04-30T08:52:38.218Z] ---> bcbd66c7f9d9 [2021-04-30T08:52:38.218Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:52:38.218Z] ---> Running in ab1027acfd9d [2021-04-30T08:52:38.505Z] Removing intermediate container 0f6ce93594db [2021-04-30T08:52:38.505Z] ---> 4d575c842e51 [2021-04-30T08:52:38.505Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:52:40.818Z] ---> Running in cae9dc589481 [2021-04-30T08:52:42.286Z] Removing intermediate container cae9dc589481 [2021-04-30T08:52:42.286Z] ---> 3b104653e026 [2021-04-30T08:52:42.286Z] Step 15/23 : WORKDIR / [2021-04-30T08:52:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:52:44.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:52:44.446Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:52:44.446Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:52:44.446Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:44.446Z] OK: 6 MiB in 16 packages [2021-04-30T08:52:44.776Z] ---> Running in f7ea9d46477c [2021-04-30T08:52:45.428Z] Removing intermediate container c183a1a5e105 [2021-04-30T08:52:45.428Z] ---> d6e9ae47657f [2021-04-30T08:52:45.428Z] [2021-04-30T08:52:45.428Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:52:45.428Z] ---> 13621d1b12d4 [2021-04-30T08:52:45.428Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:52:45.428Z] Removing intermediate container e805524ef49f [2021-04-30T08:52:45.428Z] ---> 911e19a5a292 [2021-04-30T08:52:45.428Z] [2021-04-30T08:52:45.428Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:52:45.428Z] ---> 13621d1b12d4 [2021-04-30T08:52:45.428Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:52:45.428Z] ---> Using cache [2021-04-30T08:52:45.428Z] ---> cb9eb2f4c0ff [2021-04-30T08:52:45.428Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:52:45.428Z] ---> Using cache [2021-04-30T08:52:45.428Z] ---> 0a49cea47be3 [2021-04-30T08:52:45.428Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:52:46.149Z] ---> Running in cc2accfeb0b2 [2021-04-30T08:52:46.149Z] ---> Running in 7c830383a71c [2021-04-30T08:52:46.149Z] Removing intermediate container f7ea9d46477c [2021-04-30T08:52:46.149Z] ---> 75a6cc287d4d [2021-04-30T08:52:46.149Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:52:46.903Z] Removing intermediate container cc2accfeb0b2 [2021-04-30T08:52:46.903Z] ---> e8323b945ad4 [2021-04-30T08:52:46.903Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:52:46.903Z] ---> Running in fde8c005ab59 [2021-04-30T08:52:47.186Z] Removing intermediate container 7c830383a71c [2021-04-30T08:52:47.186Z] ---> 0a9f33958e35 [2021-04-30T08:52:47.186Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:52:47.186Z] Removing intermediate container ab1027acfd9d [2021-04-30T08:52:47.186Z] ---> 27179b403e20 [2021-04-30T08:52:47.186Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:52:47.186Z] ---> 01f7a1844635 [2021-04-30T08:52:47.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:52:47.662Z] ---> Running in 7ac20b39e278 [2021-04-30T08:52:47.662Z] Removing intermediate container fde8c005ab59 [2021-04-30T08:52:47.662Z] ---> 35c79c7054c3 [2021-04-30T08:52:47.662Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:52:47.662Z] ---> Running in 16d88ee37547 [2021-04-30T08:52:47.662Z] ---> Running in 6ef12845a2c3 [2021-04-30T08:52:48.329Z] Removing intermediate container 7ac20b39e278 [2021-04-30T08:52:48.329Z] ---> e7fe848eb88c [2021-04-30T08:52:48.329Z] Step 15/23 : WORKDIR / [2021-04-30T08:52:48.618Z] ---> Running in 24421c94e0c4 [2021-04-30T08:52:48.618Z] Removing intermediate container 6ef12845a2c3 [2021-04-30T08:52:48.618Z] ---> 2d5248beb939 [2021-04-30T08:52:48.618Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:52:48.618Z] Removing intermediate container 16d88ee37547 [2021-04-30T08:52:48.618Z] ---> 82f46f4867f8 [2021-04-30T08:52:48.618Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:52:48.941Z] ---> Running in 42bf1123eae7 [2021-04-30T08:52:49.281Z] ---> Running in de103840d26a [2021-04-30T08:52:49.590Z] ---> 996f2bbc1f40 [2021-04-30T08:52:49.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:52:49.590Z] Removing intermediate container 24421c94e0c4 [2021-04-30T08:52:49.590Z] ---> eb7d2d367a69 [2021-04-30T08:52:49.590Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:52:49.883Z] Removing intermediate container de103840d26a [2021-04-30T08:52:49.883Z] ---> c877bbb84591 [2021-04-30T08:52:49.883Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:52:50.171Z] ---> Running in 737fbf02baa8 [2021-04-30T08:52:50.518Z] ---> 65c20b1a9273 [2021-04-30T08:52:50.518Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:52:50.518Z] ---> Running in a40915a6c42f [2021-04-30T08:52:50.518Z] ---> 80020606ff8d [2021-04-30T08:52:50.518Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:52:51.155Z] Removing intermediate container a40915a6c42f [2021-04-30T08:52:51.155Z] ---> 1cefad600153 [2021-04-30T08:52:51.155Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:52:51.472Z] ---> Running in efc58f9e60d4 [2021-04-30T08:52:52.274Z] Removing intermediate container 42bf1123eae7 [2021-04-30T08:52:52.274Z] ---> c85d1ad7f667 [2021-04-30T08:52:52.274Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:52:52.274Z] Removing intermediate container efc58f9e60d4 [2021-04-30T08:52:52.274Z] ---> 0d3794afde1c [2021-04-30T08:52:52.274Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:52:52.685Z] ---> 517330858275 [2021-04-30T08:52:52.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:52:52.685Z] ---> Running in 70fd9119cdd3 [2021-04-30T08:52:52.915Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T08:52:53.053Z] ---> Running in 921dc79472cb [2021-04-30T08:52:54.592Z] Removing intermediate container 921dc79472cb [2021-04-30T08:52:54.592Z] ---> 0f36394b25c0 [2021-04-30T08:52:54.592Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:52:54.592Z] Removing intermediate container 737fbf02baa8 [2021-04-30T08:52:54.592Z] ---> cc25ac88b2a9 [2021-04-30T08:52:54.592Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:52:54.592Z] ---> 4e6c0cdb264e [2021-04-30T08:52:54.592Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:52:54.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:52:54.592Z] ---> Running in 6ac0dd4dda62 [2021-04-30T08:52:54.592Z] ---> Running in 86e730ad5e17 [2021-04-30T08:52:54.592Z] ---> Running in 0ebab4368f13 [2021-04-30T08:52:54.919Z] Removing intermediate container 6ac0dd4dda62 [2021-04-30T08:52:54.920Z] ---> 1269df80b4ca [2021-04-30T08:52:54.920Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:52:54.920Z] Removing intermediate container 86e730ad5e17 [2021-04-30T08:52:54.920Z] ---> 7654b7cab753 [2021-04-30T08:52:54.920Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:52:55.293Z] Removing intermediate container 0ebab4368f13 [2021-04-30T08:52:55.293Z] ---> 020e540d0e17 [2021-04-30T08:52:55.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:52:55.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:52:55.293Z] ---> Running in 2d826c55ec58 [2021-04-30T08:52:55.707Z] ---> Running in 75b251a14ff1 [2021-04-30T08:52:56.122Z] Removing intermediate container 2d826c55ec58 [2021-04-30T08:52:56.122Z] ---> 42f8ba822a8b [2021-04-30T08:52:56.122Z] [2021-04-30T08:52:56.122Z] ---> a8ed34a49a43 [2021-04-30T08:52:56.122Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:52:56.594Z] Removing intermediate container 75b251a14ff1 [2021-04-30T08:52:56.594Z] ---> e3841ebaac24 [2021-04-30T08:52:56.594Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:52:56.594Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:52:56.594Z] ---> Running in 325a6cd1aefd [2021-04-30T08:52:56.594Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:52:56.594Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:52:56.907Z] ---> Running in 2ede25bb4382 [2021-04-30T08:52:56.907Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:52:57.243Z] Successfully built 42f8ba822a8b [2021-04-30T08:52:57.243Z] Successfully tagged docker-core-command-go:latest [2021-04-30T08:52:57.530Z]  Building docker-core-command-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:52:57.530Z] Removing intermediate container 2ede25bb4382 [2021-04-30T08:52:57.530Z] ---> 616b05acc140 [2021-04-30T08:52:57.530Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:52:57.530Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:52:57.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:52:57.929Z] OK: 8 MiB in 20 packages [2021-04-30T08:52:57.929Z] ---> Running in 1e1302b71e0d [2021-04-30T08:52:58.643Z] Removing intermediate container 1e1302b71e0d [2021-04-30T08:52:58.643Z] ---> 765bf4ba6504 [2021-04-30T08:52:58.643Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:52:58.643Z] ---> Running in e08817924974 [2021-04-30T08:52:59.239Z] Removing intermediate container e08817924974 [2021-04-30T08:52:59.240Z] ---> 54874f1ca0f1 [2021-04-30T08:52:59.240Z] [2021-04-30T08:52:59.240Z] Removing intermediate container 70fd9119cdd3 [2021-04-30T08:52:59.240Z] ---> 0cb43713181f [2021-04-30T08:52:59.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:52:59.534Z] Successfully built 54874f1ca0f1 [2021-04-30T08:52:59.853Z] Successfully tagged docker-core-metadata-go:latest [2021-04-30T08:52:59.854Z]  Building docker-core-metadata-go ... done Removing intermediate container 325a6cd1aefd [2021-04-30T08:52:59.854Z] ---> 30e704bd902d [2021-04-30T08:52:59.854Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:52:59.854Z] ---> 511046e82903 [2021-04-30T08:52:59.854Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:53:00.970Z] ---> 4815d4b600d0 [2021-04-30T08:53:00.970Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:53:02.033Z] ---> 394c20ca0f95 [2021-04-30T08:53:02.033Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:53:02.308Z] ---> a26e6ceea2b5 [2021-04-30T08:53:02.308Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:53:02.620Z] ---> 14ab91490303 [2021-04-30T08:53:02.620Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:53:02.947Z] ---> Running in d4130a27cc7b [2021-04-30T08:53:03.617Z] Removing intermediate container d4130a27cc7b [2021-04-30T08:53:03.617Z] ---> 4fbe4340cfce [2021-04-30T08:53:03.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:53:03.617Z] ---> 86a0a5d3c1c4 [2021-04-30T08:53:03.617Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:53:03.906Z] ---> Running in e8fd7435e2a3 [2021-04-30T08:53:04.192Z] Removing intermediate container e8fd7435e2a3 [2021-04-30T08:53:04.192Z] ---> c1b32b958551 [2021-04-30T08:53:04.192Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:53:04.192Z] ---> 31f934e39ad5 [2021-04-30T08:53:04.192Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:53:04.484Z] ---> Running in bcaf86b1de7e [2021-04-30T08:53:04.804Z] Removing intermediate container bcaf86b1de7e [2021-04-30T08:53:04.804Z] ---> c8c7a3375db8 [2021-04-30T08:53:04.804Z] Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:53:05.085Z] ---> 1f9348254a02 [2021-04-30T08:53:05.085Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:53:05.085Z] ---> Running in 5c6cfef77da9 [2021-04-30T08:53:05.729Z] Removing intermediate container 5c6cfef77da9 [2021-04-30T08:53:05.729Z] ---> 8de65fc18763 [2021-04-30T08:53:05.729Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:53:05.729Z] ---> Running in 4413ac81acbb [2021-04-30T08:53:05.729Z] ---> Running in 2d39c92c6e68 [2021-04-30T08:53:06.000Z] Removing intermediate container 4413ac81acbb [2021-04-30T08:53:06.000Z] ---> 5da61063f773 [2021-04-30T08:53:06.000Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:53:06.268Z] Removing intermediate container 2d39c92c6e68 [2021-04-30T08:53:06.268Z] ---> a8edeb8ec563 [2021-04-30T08:53:06.268Z] [2021-04-30T08:53:06.881Z] ---> 965da0d05e8a [2021-04-30T08:53:06.881Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:53:07.159Z] Successfully built a8edeb8ec563 [2021-04-30T08:53:07.159Z] Successfully tagged docker-core-data-go:latest [2021-04-30T08:53:07.159Z]  Building docker-core-data-go ... done  ---> Running in 174529a798f6 [2021-04-30T08:53:09.548Z] Removing intermediate container 174529a798f6 [2021-04-30T08:53:09.548Z] ---> 9198f40dfc32 [2021-04-30T08:53:09.548Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:53:09.912Z] ---> Running in f02f8a3323f6 [2021-04-30T08:53:10.200Z] Removing intermediate container f02f8a3323f6 [2021-04-30T08:53:10.200Z] ---> 21980ca9d9c2 [2021-04-30T08:53:10.200Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:53:10.506Z] ---> Running in cff4450602ed [2021-04-30T08:53:10.786Z] Removing intermediate container cff4450602ed [2021-04-30T08:53:10.786Z] ---> 5c3016deb43e [2021-04-30T08:53:10.786Z] Step 29/31 : LABEL arch=x86_64 [2021-04-30T08:53:11.060Z] ---> Running in 894bc7de9b06 [2021-04-30T08:53:11.651Z] Removing intermediate container 894bc7de9b06 [2021-04-30T08:53:11.651Z] ---> fbbb779707e2 [2021-04-30T08:53:11.651Z] Step 30/31 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c [2021-04-30T08:53:11.929Z] ---> Running in 35df164b8b36 [2021-04-30T08:53:12.213Z] Removing intermediate container 35df164b8b36 [2021-04-30T08:53:12.213Z] ---> e075c39e6859 [2021-04-30T08:53:12.213Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:53:13.195Z] ---> Running in 693a0e3faed0 [2021-04-30T08:53:13.466Z] Removing intermediate container 693a0e3faed0 [2021-04-30T08:53:13.466Z] ---> 38f8178cc064 [2021-04-30T08:53:13.466Z] [2021-04-30T08:53:14.081Z] Successfully built 38f8178cc064 [2021-04-30T08:53:14.081Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-30T08:53:15.118Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-30T08:53:15.315Z] $ docker stop --time=1 dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 [2021-04-30T08:53:17.913Z] $ docker rm -f dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:53:18.705Z] + docker images [2021-04-30T08:53:18.705Z] + grep docker [2021-04-30T08:53:19.698Z] docker-security-bootstrapper-go latest 38f8178cc064 6 seconds ago 18.2MB [2021-04-30T08:53:19.698Z] docker-core-data-go latest a8edeb8ec563 14 seconds ago 21.5MB [2021-04-30T08:53:19.698Z] docker-core-metadata-go latest 54874f1ca0f1 21 seconds ago 18.6MB [2021-04-30T08:53:19.698Z] docker-core-command-go latest 42f8ba822a8b 24 seconds ago 17MB [2021-04-30T08:53:19.698Z] docker-sys-mgmt-agent-go latest 412a2874e02b About a minute ago 312MB [2021-04-30T08:53:19.698Z] docker-security-secretstore-setup-go latest 1f0b01b33812 5 minutes ago 25.6MB [2021-04-30T08:53:19.698Z] docker-security-proxy-setup-go latest 5cc080c2f362 5 minutes ago 25.3MB [2021-04-30T08:53:19.698Z] docker-support-scheduler-go latest 2d02a65c0ea2 5 minutes ago 17.1MB [2021-04-30T08:53:19.698Z] docker-support-notifications-go latest 88b5988e67dd 5 minutes ago 17.6MB [2021-04-30T08:53:19.698Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-30T08:53:35.504Z] Still waiting to schedule task [2021-04-30T08:53:35.505Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-30T08:54:29.635Z] lf-activate-venv(): INFO: Adding /tmp/venv-lowy/bin to PATH [2021-04-30T08:54:29.635Z] INFO: No Stack... [2021-04-30T08:54:29.635Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T08:54:29.635Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T08:54:29.972Z] + cut -d, -f6 [2021-04-30T08:54:29.972Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-04-30T08:54:30.087Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] [2021-04-30T08:54:30.095Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] did not exist. Created. [2021-04-30T08:54:30.096Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T08:54:30.450Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T08:54:30.719Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T08:54:30.734Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T08:55:20.274Z] Running on prd-ubuntu18.04-docker-8c-8g-2494 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-04-30T08:55:20.291Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-30T08:55:22.783Z] using credential edgex-jenkins-ssh [2021-04-30T08:55:22.799Z] Cloning the remote Git repository [2021-04-30T08:55:22.826Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:55:22.899Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-30T08:55:22.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:55:22.932Z] > git --version # timeout=10 [2021-04-30T08:55:22.937Z] > git --version # 'git version 2.17.1' [2021-04-30T08:55:22.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:55:22.963Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:55:36.547Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-04-30T08:55:36.007Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:55:36.015Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:55:36.027Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:55:36.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:55:36.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:55:36.085Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:55:36.562Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:55:36.567Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-04-30T08:55:36.835Z] Merge succeeded, producing 53bf167093d6395f38fa34c4112aa5723fad3643 [2021-04-30T08:55:36.836Z] Checking out Revision 53bf167093d6395f38fa34c4112aa5723fad3643 (PR-3406) [2021-04-30T08:55:36.700Z] > git remote # timeout=10 [2021-04-30T08:55:36.713Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:55:36.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:55:36.724Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:55:36.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:55:36.844Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:55:36.848Z] > git checkout -f 53bf167093d6395f38fa34c4112aa5723fad3643 # timeout=10 [2021-04-30T08:55:40.512Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:55:40.522Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:41.671Z] + echo snap-build.sh [2021-04-30T08:55:41.671Z] snap-build.sh [2021-04-30T08:55:41.671Z] + SNAP_BASE_DIR=. [2021-04-30T08:55:41.671Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-30T08:55:41.671Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-30T08:55:41.671Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-30T08:55:41.671Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-30T08:55:41.671Z] + cd /w/workspace/edgex-go/3 [2021-04-30T08:55:41.671Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-30T08:55:41.671Z] Reading package lists... [2021-04-30T08:55:41.942Z] Building dependency tree... [2021-04-30T08:55:41.942Z] Reading state information... [2021-04-30T08:55:41.942Z] The following packages were automatically installed and are no longer required: [2021-04-30T08:55:41.942Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-30T08:55:41.942Z] uidmap xdelta3 [2021-04-30T08:55:41.942Z] Use 'sudo apt autoremove' to remove them. [2021-04-30T08:55:42.204Z] The following packages will be REMOVED: [2021-04-30T08:55:42.204Z] lxd* lxd-client* [2021-04-30T08:55:40.520Z] > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 [2021-04-30T08:55:42.780Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-30T08:55:42.780Z] After this operation, 31.7 MB disk space will be freed. [2021-04-30T08:55:43.834Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-30T08:55:43.834Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:55:45.233Z] Removing lxd dnsmasq configuration [2021-04-30T08:55:45.233Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:55:45.233Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-30T08:55:46.182Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-30T08:55:46.445Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-30T08:55:46.445Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:55:47.835Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-30T08:55:48.099Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-30T08:55:50.040Z] + sudo snap remove --purge lxd [2021-04-30T08:55:50.040Z] snap "lxd" is not installed [2021-04-30T08:55:50.040Z] + sudo groupadd --force --system lxd [2021-04-30T08:55:50.040Z] ++ whoami [2021-04-30T08:55:50.040Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-30T08:55:50.040Z] + newgrp - lxd [2021-04-30T08:55:50.040Z] + sudo snap install lxd [2021-04-30T08:55:58.204Z] 2021-04-30T08:55:55Z INFO Waiting for automatic snapd restart... [2021-04-30T08:56:16.363Z] lxd 4.13 from Canonical* installed [2021-04-30T08:56:16.363Z] + sudo lxd init --auto [2021-04-30T08:56:22.985Z] + sudo snap install --classic snapcraft [2021-04-30T08:56:29.607Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:56:29.607Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-30T08:56:29.607Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-30T08:56:29.607Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T08:56:29.607Z] Dload Upload Total Spent Left Speed [2021-04-30T08:56:29.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4937 0 --:--:-- --:--:-- --:--:-- 4937 [2021-04-30T08:56:29.607Z] 100 3325k 100 3325k 0 0 6394k 0 --:--:-- --:--:-- --:--:-- 6394k [2021-04-30T08:56:29.607Z] ./yq_linux_amd64 [2021-04-30T08:56:29.607Z] + sudo snapcraft prime --use-lxd [2021-04-30T08:56:31.538Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-30T08:56:31.538Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-30T08:56:31.538Z] - README.md [2021-04-30T08:56:31.538Z] [2021-04-30T08:56:31.538Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:56:32.487Z] Launching a container. [2021-04-30T08:56:44.742Z] Waiting for container to be ready [2021-04-30T08:56:44.742Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-30T08:56:44.742Z] [2021-04-30T08:56:48.975Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-30T08:56:49.550Z] Waiting for network to be ready... [2021-04-30T08:56:49.812Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:56:50.074Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:56:50.074Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:56:50.074Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:56:50.074Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:56:50.074Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:56:50.074Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:56:50.074Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:56:50.074Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:56:50.074Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:56:50.650Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:56:50.650Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:56:50.912Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:56:50.912Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:56:50.912Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:56:50.912Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:56:50.912Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:56:50.912Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:56:51.178Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:56:51.441Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:56:51.441Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:56:51.441Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:56:51.441Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:56:51.441Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:56:51.441Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:56:51.441Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:56:51.704Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:56:55.013Z] Fetched 24.4 MB in 5s (4668 kB/s) [2021-04-30T08:56:56.406Z] Reading package lists... [2021-04-30T08:56:56.668Z] Reading package lists... [2021-04-30T08:56:56.668Z] Building dependency tree... [2021-04-30T08:56:56.668Z] Reading state information... [2021-04-30T08:56:56.931Z] The following additional packages will be installed: [2021-04-30T08:56:56.931Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:56:56.931Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:56:56.931Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:56:56.931Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-30T08:56:56.931Z] Suggested packages: [2021-04-30T08:56:56.931Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-30T08:56:56.931Z] Recommended packages: [2021-04-30T08:56:56.931Z] gnupg libsasl2-modules [2021-04-30T08:56:56.931Z] The following NEW packages will be installed: [2021-04-30T08:56:56.931Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:56:56.931Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:56:56.931Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:56:56.931Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-30T08:56:56.931Z] The following packages will be upgraded: [2021-04-30T08:56:56.931Z] gpg gpg-agent gpgconf libudev1 [2021-04-30T08:56:56.931Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-30T08:56:56.931Z] Need to get 3529 kB of archives. [2021-04-30T08:56:56.931Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-30T08:56:56.931Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-30T08:56:57.194Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-30T08:56:57.194Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-30T08:56:57.194Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-30T08:56:57.194Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-30T08:56:57.455Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-30T08:56:58.400Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-30T08:56:58.400Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-30T08:56:58.400Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-30T08:56:58.400Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-30T08:56:58.400Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-30T08:56:58.400Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-30T08:56:58.400Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-30T08:56:58.400Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-30T08:56:58.400Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-30T08:56:58.400Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-30T08:56:58.400Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-30T08:56:58.400Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-30T08:56:58.400Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-30T08:56:58.401Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-30T08:56:58.401Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-30T08:56:58.401Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-30T08:56:58.663Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:56:58.663Z] Fetched 3529 kB in 1s (2393 kB/s) [2021-04-30T08:56:58.663Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:56:58.663Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:56:58.663Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:56:58.925Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:56:58.926Z] Selecting previously unselected package udev. [2021-04-30T08:56:58.926Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:56:58.926Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:56:58.926Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-30T08:56:59.499Z] Selecting previously unselected package libfuse2:amd64. [2021-04-30T08:56:59.499Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:56:59.499Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:56:59.499Z] Selecting previously unselected package fuse. [2021-04-30T08:56:59.499Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:56:59.499Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:56:59.499Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:56:59.499Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:56:59.764Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:56:59.764Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:56:59.764Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:57:00.026Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:57:00.026Z] Selecting previously unselected package libksba8:amd64. [2021-04-30T08:57:00.026Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-30T08:57:00.026Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:57:00.288Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-30T08:57:00.288Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.288Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.288Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-30T08:57:00.288Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.288Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.550Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-30T08:57:00.550Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.550Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.550Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-30T08:57:00.550Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.550Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.550Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-30T08:57:00.550Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.550Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.812Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-30T08:57:00.812Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.812Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:00.812Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-30T08:57:00.812Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:00.812Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:01.074Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-30T08:57:01.074Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:01.074Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:01.074Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-30T08:57:01.074Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:57:01.074Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:01.074Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-30T08:57:01.074Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:57:01.074Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:57:01.337Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-30T08:57:01.337Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:57:01.337Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:57:01.337Z] Selecting previously unselected package libldap-common. [2021-04-30T08:57:01.337Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-30T08:57:01.337Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:57:01.599Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-30T08:57:01.599Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-30T08:57:01.599Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:57:01.599Z] Selecting previously unselected package dirmngr. [2021-04-30T08:57:01.599Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:57:01.599Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:01.861Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:57:01.861Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:01.861Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:57:01.861Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:57:01.861Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:57:01.861Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:01.861Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:01.861Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:57:02.124Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:57:02.124Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-30T08:57:02.697Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-30T08:57:02.697Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.697Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-30T08:57:02.697Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:57:02.958Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:02.958Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.958Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.958Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.958Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.958Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:02.958Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:03.220Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:57:03.220Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:57:03.220Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:03.220Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:57:04.169Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-30T08:57:04.169Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-30T08:57:04.169Z] This means they are not meant to be enabled using systemctl. [2021-04-30T08:57:04.169Z] Possible reasons for having this kind of units are: [2021-04-30T08:57:04.169Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-30T08:57:04.169Z] .wants/ or .requires/ directory. [2021-04-30T08:57:04.169Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-30T08:57:04.169Z] a requirement dependency on it. [2021-04-30T08:57:04.169Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-30T08:57:04.169Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-30T08:57:04.169Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-30T08:57:04.169Z] instance name specified. [2021-04-30T08:57:04.434Z] Reading package lists... [2021-04-30T08:57:04.697Z] Building dependency tree... [2021-04-30T08:57:04.697Z] Reading state information... [2021-04-30T08:57:04.697Z] The following additional packages will be installed: [2021-04-30T08:57:04.697Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-30T08:57:04.697Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-30T08:57:04.697Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-30T08:57:04.697Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-30T08:57:04.697Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-30T08:57:04.697Z] Suggested packages: [2021-04-30T08:57:04.697Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-30T08:57:04.697Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-30T08:57:04.697Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-30T08:57:04.697Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-30T08:57:04.697Z] systemd-container policykit-1 [2021-04-30T08:57:04.697Z] Recommended packages: [2021-04-30T08:57:04.697Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-30T08:57:04.697Z] The following NEW packages will be installed: [2021-04-30T08:57:04.697Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-30T08:57:04.697Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-30T08:57:04.697Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-30T08:57:04.697Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-30T08:57:04.697Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-30T08:57:04.697Z] The following packages will be upgraded: [2021-04-30T08:57:04.697Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-30T08:57:04.963Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-30T08:57:04.963Z] Need to get 35.2 MB of archives. [2021-04-30T08:57:04.963Z] After this operation, 141 MB of additional disk space will be used. [2021-04-30T08:57:04.963Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-30T08:57:04.963Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-30T08:57:04.963Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-30T08:57:04.963Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-30T08:57:04.963Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-30T08:57:05.231Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-30T08:57:05.231Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-30T08:57:05.231Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-30T08:57:05.231Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-30T08:57:05.231Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-30T08:57:05.495Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-30T08:57:05.495Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-30T08:57:05.495Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-30T08:57:05.495Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-30T08:57:05.495Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-30T08:57:05.495Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-30T08:57:05.495Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-30T08:57:06.070Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-30T08:57:06.070Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-30T08:57:06.070Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-30T08:57:06.070Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-30T08:57:06.070Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-30T08:57:06.070Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-30T08:57:06.070Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-30T08:57:06.070Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-30T08:57:06.070Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-30T08:57:06.070Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-30T08:57:06.070Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-30T08:57:06.332Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-30T08:57:06.332Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-30T08:57:06.332Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:57:06.595Z] Fetched 35.2 MB in 1s (24.0 MB/s) [2021-04-30T08:57:06.595Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:57:06.595Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:57:06.856Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:57:07.431Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:57:07.431Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:57:07.431Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:57:07.694Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:57:07.694Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-30T08:57:07.694Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-30T08:57:07.694Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-30T08:57:07.959Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:57:07.959Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-30T08:57:07.959Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-30T08:57:08.224Z] Setting up apt (1.6.13) ... [2021-04-30T08:57:08.224Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-30T08:57:08.798Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-30T08:57:09.060Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-30T08:57:09.060Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:57:09.060Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:57:09.322Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-30T08:57:09.322Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:57:09.322Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:09.583Z] Selecting previously unselected package libexpat1:amd64. [2021-04-30T08:57:09.583Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-30T08:57:09.583Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:57:09.583Z] Selecting previously unselected package python3.6-minimal. [2021-04-30T08:57:09.583Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:57:09.583Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:09.845Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:57:10.107Z] Checking for services that may need to be restarted...done. [2021-04-30T08:57:10.107Z] Checking for services that may need to be restarted...done. [2021-04-30T08:57:10.107Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:10.107Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:57:10.107Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:11.501Z] Selecting previously unselected package python3-minimal. [2021-04-30T08:57:11.501Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-30T08:57:11.501Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:57:11.501Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:57:11.501Z] Selecting previously unselected package mime-support. [2021-04-30T08:57:11.501Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-30T08:57:11.501Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-30T08:57:11.501Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-30T08:57:11.501Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-30T08:57:11.501Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:57:11.764Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-30T08:57:11.764Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:57:11.764Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:12.026Z] Selecting previously unselected package python3.6. [2021-04-30T08:57:12.026Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:57:12.026Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:12.026Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-30T08:57:12.026Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:57:12.026Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:57:12.288Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:57:12.550Z] Selecting previously unselected package python3. [2021-04-30T08:57:12.550Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-30T08:57:12.550Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:57:12.550Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-30T08:57:12.550Z] Selecting previously unselected package multiarch-support. [2021-04-30T08:57:12.550Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:12.550Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:57:12.812Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:57:12.812Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-30T08:57:12.812Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-30T08:57:12.812Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-30T08:57:12.812Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:57:12.812Z] Selecting previously unselected package libbsd0:amd64. [2021-04-30T08:57:12.812Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-30T08:57:12.812Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:57:13.073Z] Selecting previously unselected package sudo. [2021-04-30T08:57:13.073Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:13.073Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:57:13.334Z] Selecting previously unselected package apparmor. [2021-04-30T08:57:13.334Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:57:13.334Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:57:13.334Z] Selecting previously unselected package libedit2:amd64. [2021-04-30T08:57:13.334Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-30T08:57:13.334Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:57:13.596Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-30T08:57:13.596Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:57:13.596Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:13.596Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-30T08:57:13.596Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:57:13.596Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:13.858Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-30T08:57:13.858Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-30T08:57:13.858Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:57:13.858Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-30T08:57:13.858Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:57:13.858Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:14.120Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-30T08:57:14.121Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:57:14.121Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:14.121Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-30T08:57:14.121Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-30T08:57:14.121Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:57:14.383Z] Selecting previously unselected package openssh-client. [2021-04-30T08:57:14.383Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-30T08:57:14.383Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:57:14.646Z] Selecting previously unselected package squashfs-tools. [2021-04-30T08:57:14.646Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:57:14.646Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:57:14.646Z] Selecting previously unselected package snapd. [2021-04-30T08:57:14.646Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-30T08:57:14.646Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-30T08:57:17.202Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:57:17.202Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:57:17.464Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-30T08:57:17.464Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:57:17.464Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:57:17.464Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:17.726Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:57:17.726Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-30T08:57:17.726Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-30T08:57:18.300Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:57:18.300Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:57:18.562Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:57:18.562Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:18.562Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:18.562Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:57:19.508Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:57:19.508Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:19.508Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:57:19.508Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-30T08:57:19.508Z] running python rtupdate hooks for python3.6... [2021-04-30T08:57:19.508Z] running python post-rtupdate hooks for python3.6... [2021-04-30T08:57:19.508Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:57:20.896Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-30T08:57:21.164Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:57:21.164Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:57:21.425Z] Setting up snapd (2.48.3+18.04) ... [2021-04-30T08:57:22.002Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-30T08:57:22.264Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-30T08:57:22.526Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-30T08:57:22.526Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-30T08:57:22.788Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:57:22.788Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:57:23.051Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-30T08:57:23.313Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-30T08:57:23.575Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-30T08:57:23.837Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-30T08:57:23.837Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-30T08:57:23.837Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:57:23.837Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:57:25.760Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:57:25.760Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:57:25.760Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:57:27.154Z] Reading package lists... [2021-04-30T08:57:27.418Z] Reading package lists... [2021-04-30T08:57:27.680Z] Building dependency tree... [2021-04-30T08:57:27.680Z] Reading state information... [2021-04-30T08:57:27.680Z] Calculating upgrade... [2021-04-30T08:57:27.942Z] The following packages will be upgraded: [2021-04-30T08:57:27.942Z] advancecomp base-files bash binutils binutils-common [2021-04-30T08:57:27.942Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-30T08:57:27.942Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-30T08:57:27.942Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-30T08:57:27.942Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-30T08:57:27.942Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-30T08:57:27.942Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-30T08:57:27.942Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-30T08:57:27.942Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-30T08:57:27.942Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-30T08:57:27.942Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-30T08:57:27.942Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-30T08:57:27.942Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-30T08:57:27.942Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-30T08:57:27.942Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-30T08:57:28.203Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:57:28.203Z] Need to get 64.0 MB of archives. [2021-04-30T08:57:28.203Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-30T08:57:28.203Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-30T08:57:28.203Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-30T08:57:28.778Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-30T08:57:28.778Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-30T08:57:28.778Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-30T08:57:28.778Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-30T08:57:29.040Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-30T08:57:29.040Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-30T08:57:29.040Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-30T08:57:29.040Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-30T08:57:29.040Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-30T08:57:29.040Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-30T08:57:29.040Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-30T08:57:29.040Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-30T08:57:29.040Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-30T08:57:29.040Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-30T08:57:29.040Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-30T08:57:29.040Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-30T08:57:29.040Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-30T08:57:29.040Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-30T08:57:29.040Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-30T08:57:29.040Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-30T08:57:29.040Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-30T08:57:29.041Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-30T08:57:29.041Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-30T08:57:29.041Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-30T08:57:29.041Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-30T08:57:29.041Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-30T08:57:29.041Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-30T08:57:29.305Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-30T08:57:29.305Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-30T08:57:29.305Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-30T08:57:29.305Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-30T08:57:29.305Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-30T08:57:29.305Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-30T08:57:29.305Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-30T08:57:29.305Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-30T08:57:29.305Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-30T08:57:29.305Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-30T08:57:29.305Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-30T08:57:29.305Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-30T08:57:29.305Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-30T08:57:29.305Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-30T08:57:29.567Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-30T08:57:29.567Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-30T08:57:29.567Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-30T08:57:29.567Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-30T08:57:29.567Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-30T08:57:29.567Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-30T08:57:29.567Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-30T08:57:29.567Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-30T08:57:29.567Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-30T08:57:29.567Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-30T08:57:29.567Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-30T08:57:29.567Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-30T08:57:29.567Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-30T08:57:29.567Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-30T08:57:29.567Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-30T08:57:29.567Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-30T08:57:29.567Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-30T08:57:29.567Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-30T08:57:29.567Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-30T08:57:29.567Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-30T08:57:29.567Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-30T08:57:29.567Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-30T08:57:29.830Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-30T08:57:29.830Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-30T08:57:29.830Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-30T08:57:29.830Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-30T08:57:29.830Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-30T08:57:29.830Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-30T08:57:29.830Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-30T08:57:29.830Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-30T08:57:29.830Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-30T08:57:29.830Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-30T08:57:29.830Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-30T08:57:29.830Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-30T08:57:29.830Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-30T08:57:29.830Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-30T08:57:29.830Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-30T08:57:29.830Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-30T08:57:29.830Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-30T08:57:30.093Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-30T08:57:30.093Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-30T08:57:30.093Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-30T08:57:30.093Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-30T08:57:30.093Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-30T08:57:30.093Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-30T08:57:30.093Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-30T08:57:30.093Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-30T08:57:30.093Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-30T08:57:30.093Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-30T08:57:30.667Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-30T08:57:30.930Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-30T08:57:30.930Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-30T08:57:31.192Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-30T08:57:31.454Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-30T08:57:31.454Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-30T08:57:31.454Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-30T08:57:31.454Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-30T08:57:31.454Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-30T08:57:31.717Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:57:31.717Z] Fetched 64.0 MB in 3s (18.7 MB/s) [2021-04-30T08:57:31.717Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:31.717Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:31.717Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:57:32.663Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:32.663Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:57:32.663Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-30T08:57:32.663Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-30T08:57:33.237Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:33.499Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:33.499Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:33.499Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:33.761Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:33.761Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:33.761Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:33.761Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.028Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.028Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.028Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.028Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.313Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.313Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.313Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:57:34.313Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:57:34.313Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.576Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.576Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:57:34.576Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:57:34.576Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.576Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.838Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:34.838Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:34.838Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:35.101Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:57:35.101Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:57:35.364Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:57:35.364Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:35.628Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:57:35.890Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:57:36.153Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:57:36.153Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-30T08:57:36.153Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-30T08:57:36.153Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-30T08:57:36.417Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-30T08:57:36.417Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-30T08:57:36.679Z] Installing new version of config file /etc/issue ... [2021-04-30T08:57:36.679Z] Installing new version of config file /etc/issue.net ... [2021-04-30T08:57:36.679Z] Installing new version of config file /etc/lsb-release ... [2021-04-30T08:57:36.679Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-30T08:57:36.939Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-30T08:57:36.939Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-30T08:57:36.939Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-30T08:57:37.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:37.201Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-30T08:57:37.201Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-30T08:57:37.201Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-30T08:57:37.201Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-30T08:57:37.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:37.463Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:37.463Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:37.463Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:37.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:37.463Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-30T08:57:37.463Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-30T08:57:37.725Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-30T08:57:37.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:37.726Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-30T08:57:37.726Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:57:37.989Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-30T08:57:38.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:38.250Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:57:38.250Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:57:38.250Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:57:38.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:38.512Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:57:38.512Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:57:38.512Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-30T08:57:38.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:38.774Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-30T08:57:38.774Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-30T08:57:38.774Z] Setting up grep (3.1-2build1) ... [2021-04-30T08:57:39.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:39.043Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:57:39.043Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:57:39.043Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-30T08:57:39.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:39.306Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:57:39.306Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:57:39.306Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-30T08:57:39.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:39.306Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:57:39.569Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:57:40.143Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:57:40.143Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:57:40.143Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:57:40.143Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:57:41.090Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-30T08:57:41.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:41.090Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-30T08:57:41.090Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:57:42.035Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:57:42.035Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:57:42.297Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:57:42.297Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:57:42.297Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:57:42.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:42.559Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-30T08:57:42.559Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-30T08:57:42.820Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-30T08:57:42.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:42.820Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:42.820Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:43.082Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:43.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:43.082Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:43.082Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:43.082Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:43.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:43.360Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:43.360Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:43.360Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:43.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:43.633Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:43.633Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:43.633Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:43.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:43.911Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:57:43.911Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:57:43.911Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:57:43.911Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:57:44.216Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:57:44.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:44.216Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:57:44.216Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:57:44.216Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:57:44.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:44.492Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:44.492Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:44.492Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:44.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:44.765Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:44.765Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:44.765Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:44.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:44.765Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:45.029Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:45.294Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:57:45.876Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-30T08:57:46.156Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-30T08:57:46.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:46.156Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:57:46.156Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:57:46.428Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:57:46.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:57:46.694Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-30T08:57:46.694Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:57:46.957Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-30T08:57:46.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:46.957Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-30T08:57:46.957Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-30T08:57:47.218Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-30T08:57:47.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:47.481Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-30T08:57:47.481Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:57:47.743Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:57:47.743Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:47.743Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-30T08:57:47.743Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:57:48.005Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:57:48.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:48.006Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:57:48.006Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:57:48.268Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:57:48.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:48.529Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:57:48.529Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:57:48.529Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:57:48.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:48.791Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:57:48.791Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:57:49.054Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:57:49.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:49.327Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:57:49.327Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:57:49.327Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:57:49.327Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:57:49.589Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:57:49.589Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:57:49.589Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:57:49.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:49.851Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-30T08:57:49.851Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-30T08:57:50.116Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-30T08:57:50.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:50.116Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-30T08:57:50.116Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:57:50.376Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:57:50.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:50.639Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:57:50.639Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:57:50.639Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:57:50.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:50.900Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-30T08:57:50.900Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-30T08:57:50.900Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-30T08:57:50.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:50.900Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:57:51.165Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:57:51.428Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-30T08:57:51.428Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:51.428Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:57:51.428Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:57:51.690Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-30T08:57:51.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:51.690Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:57:51.690Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:57:51.951Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:57:51.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:51.951Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:57:51.951Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:57:52.232Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:57:52.232Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:52.232Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-30T08:57:52.232Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-30T08:57:52.494Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-30T08:57:52.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:52.494Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-30T08:57:53.067Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-30T08:57:53.067Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-30T08:57:53.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:53.067Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-30T08:57:53.329Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-30T08:57:53.329Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-30T08:57:53.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:53.329Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-30T08:57:53.329Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-30T08:57:53.590Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-30T08:57:53.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:53.862Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-30T08:57:53.862Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-30T08:57:53.862Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-30T08:57:53.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:57:53.862Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-30T08:57:54.123Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-30T08:57:54.123Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-30T08:57:54.123Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-30T08:57:54.123Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:57:54.123Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:57:54.386Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:57:54.386Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:57:54.649Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:57:54.649Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:57:54.911Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-30T08:57:54.911Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-30T08:57:54.911Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:57:54.911Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-30T08:57:55.174Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-30T08:57:55.174Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-30T08:57:55.174Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-30T08:57:55.436Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-30T08:57:55.436Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-30T08:57:55.436Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-30T08:57:55.698Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-30T08:57:55.698Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-30T08:57:55.698Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-30T08:57:55.960Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-30T08:57:55.960Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-30T08:57:55.960Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-30T08:57:56.222Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-30T08:57:56.222Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-30T08:57:57.166Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-30T08:57:57.166Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-30T08:57:57.428Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:57:57.428Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-30T08:57:57.428Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:57:57.770Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:57:58.345Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:57:58.345Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:57:58.345Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:57:58.345Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:57:58.607Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:57:58.607Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:57:58.607Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:58.607Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:57:58.869Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:58.869Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:57:58.869Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:58.869Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:57:59.131Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:57:59.131Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:00.079Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:58:00.079Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:01.026Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:58:01.026Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:01.972Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:58:01.972Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:02.235Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:58:02.235Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:03.181Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:58:03.181Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:58:03.445Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:58:03.445Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:58:03.445Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:58:03.445Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:58:03.707Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:58:03.707Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:58:03.969Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-30T08:58:03.969Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-30T08:58:03.969Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:58:03.969Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:58:04.231Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:58:04.231Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:58:04.231Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-30T08:58:04.231Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-30T08:58:04.495Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:04.495Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:58:04.495Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:04.495Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:04.495Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:04.495Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-30T08:58:04.756Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-30T08:58:04.756Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-30T08:58:04.757Z] [2021-04-30T08:58:04.757Z] Current default time zone: 'Etc/UTC' [2021-04-30T08:58:04.757Z] Local time is now: Fri Apr 30 08:58:04 UTC 2021. [2021-04-30T08:58:04.757Z] Universal Time is now: Fri Apr 30 08:58:04 UTC 2021. [2021-04-30T08:58:04.757Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-30T08:58:04.757Z] [2021-04-30T08:58:04.757Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-30T08:58:04.757Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:05.020Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-30T08:58:05.020Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:58:05.020Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-30T08:58:05.020Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-30T08:58:05.020Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:58:05.020Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:58:05.020Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-30T08:58:05.020Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:58:05.020Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:05.020Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:58:05.283Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:05.283Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:58:05.283Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:05.283Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-30T08:58:05.545Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:58:05.545Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-30T08:58:05.545Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:58:05.545Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-30T08:58:05.545Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-30T08:58:05.545Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:58:05.545Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-30T08:58:07.488Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:58:08.063Z] 23 added, 27 removed; done. [2021-04-30T08:58:08.325Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:58:08.325Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:58:08.325Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-30T08:58:08.325Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-30T08:58:08.325Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-30T08:58:08.587Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.587Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:58:08.587Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.587Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.587Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.587Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.587Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.848Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-30T08:58:08.848Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:58:08.848Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:58:08.848Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-30T08:58:08.848Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:58:08.848Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:08.848Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:58:09.109Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:58:09.109Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-30T08:58:09.109Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:58:09.109Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:58:09.109Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:58:09.372Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-30T08:58:09.372Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-30T08:58:09.372Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:58:09.945Z] 0 added, 0 removed; done. [2021-04-30T08:58:09.945Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-30T08:58:09.945Z] done. [2021-04-30T08:58:10.889Z] Reading package lists... [2021-04-30T08:58:10.889Z] Building dependency tree... [2021-04-30T08:58:10.889Z] Reading state information... [2021-04-30T08:58:11.152Z] The following NEW packages will be installed: [2021-04-30T08:58:11.152Z] apt-transport-https [2021-04-30T08:58:11.414Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:58:11.414Z] Need to get 1692 B of archives. [2021-04-30T08:58:11.414Z] After this operation, 154 kB of additional disk space will be used. [2021-04-30T08:58:11.414Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-30T08:58:11.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:58:11.414Z] Fetched 1692 B in 0s (9427 B/s) [2021-04-30T08:58:11.414Z] Selecting previously unselected package apt-transport-https. [2021-04-30T08:58:11.414Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-30T08:58:11.414Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-30T08:58:11.414Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-30T08:58:11.676Z] Setting up apt-transport-https (1.6.13) ... [2021-04-30T08:58:11.938Z] Waiting for network to be ready... [2021-04-30T08:58:20.088Z] 2021-04-30T08:58:16Z INFO Waiting for automatic snapd restart... [2021-04-30T08:58:20.088Z] snapd 2.49.2 from Canonical* installed [2021-04-30T08:58:20.349Z] "snapd" switched to the "latest/stable" channel [2021-04-30T08:58:20.349Z] [2021-04-30T08:58:25.646Z] core18 20210309 from Canonical* installed [2021-04-30T08:58:25.646Z] "core18" switched to the "latest/stable" channel [2021-04-30T08:58:25.646Z] [2021-04-30T08:58:32.238Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:58:32.238Z] "snapcraft" switched to the "latest/stable" channel [2021-04-30T08:58:32.238Z] [2021-04-30T08:58:36.460Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-30T08:58:36.460Z] - README.md [2021-04-30T08:58:36.460Z] [2021-04-30T08:58:36.460Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:58:43.055Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:58:43.055Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:58:43.055Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:58:43.055Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:58:44.441Z] Reading package lists... [2021-04-30T08:58:44.702Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-30T08:58:51.357Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:58:51.357Z] Reading package lists... [2021-04-30T08:58:51.357Z] Building dependency tree... [2021-04-30T08:58:51.357Z] Reading state information... [2021-04-30T08:58:51.357Z] Suggested packages: [2021-04-30T08:58:51.357Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-30T08:58:51.357Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-30T08:58:51.357Z] Recommended packages: [2021-04-30T08:58:51.357Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-30T08:58:51.357Z] The following NEW packages will be installed: [2021-04-30T08:58:51.357Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-30T08:58:51.357Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-30T08:58:51.357Z] pkg-config zip [2021-04-30T08:58:51.357Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:58:51.357Z] Need to get 7663 kB of archives. [2021-04-30T08:58:51.357Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-30T08:58:51.357Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-30T08:58:51.619Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-30T08:58:51.619Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-30T08:58:51.619Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-30T08:58:51.619Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-30T08:58:51.619Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-30T08:58:51.619Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-30T08:58:52.191Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-30T08:58:52.191Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-30T08:58:52.191Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-30T08:58:52.191Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-30T08:58:52.457Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-30T08:58:52.457Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-30T08:58:52.457Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-30T08:58:52.457Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-30T08:58:52.720Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:58:52.720Z] Fetched 7663 kB in 1s (6391 kB/s) [2021-04-30T08:58:52.720Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-30T08:58:52.720Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-30T08:58:52.720Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-30T08:58:52.981Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:58:52.981Z] Selecting previously unselected package libpsl5:amd64. [2021-04-30T08:58:52.981Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-30T08:58:52.981Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:58:53.243Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-30T08:58:53.243Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-30T08:58:53.243Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:58:53.243Z] Selecting previously unselected package librtmp1:amd64. [2021-04-30T08:58:53.243Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-30T08:58:53.243Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:58:53.243Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-30T08:58:53.243Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-30T08:58:53.243Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:58:53.505Z] Selecting previously unselected package liberror-perl. [2021-04-30T08:58:53.505Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-30T08:58:53.505Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-30T08:58:53.505Z] Selecting previously unselected package git-man. [2021-04-30T08:58:53.505Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-30T08:58:53.505Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:58:53.766Z] Selecting previously unselected package git. [2021-04-30T08:58:53.766Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-30T08:58:53.766Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:58:54.712Z] Selecting previously unselected package libnorm1:amd64. [2021-04-30T08:58:54.712Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-30T08:58:54.712Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:58:54.712Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-30T08:58:54.712Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-30T08:58:54.712Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:58:54.712Z] Selecting previously unselected package libsodium23:amd64. [2021-04-30T08:58:54.712Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-30T08:58:54.712Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:58:54.974Z] Selecting previously unselected package libzmq5:amd64. [2021-04-30T08:58:54.974Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:58:54.974Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:58:54.974Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-30T08:58:54.974Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:58:54.974Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:58:55.235Z] Selecting previously unselected package pkg-config. [2021-04-30T08:58:55.235Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-30T08:58:55.235Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:58:55.235Z] Selecting previously unselected package zip. [2021-04-30T08:58:55.235Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-30T08:58:55.235Z] Unpacking zip (3.0-11build1) ... [2021-04-30T08:58:55.497Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:58:55.497Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:58:55.497Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:58:55.497Z] Setting up liberror-perl (0.17025-1) ... [2021-04-30T08:58:55.497Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:58:55.497Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:58:55.497Z] No schema files found: doing nothing. [2021-04-30T08:58:55.497Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:58:55.758Z] Setting up zip (3.0-11build1) ... [2021-04-30T08:58:55.758Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:58:55.758Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:58:55.758Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:58:55.758Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:58:55.758Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:58:56.020Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:58:56.020Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:58:56.020Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:59:02.617Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:59:02.879Z] git set to automatically installed. [2021-04-30T08:59:02.879Z] git-man set to automatically installed. [2021-04-30T08:59:02.879Z] libcurl3-gnutls set to automatically installed. [2021-04-30T08:59:02.879Z] liberror-perl set to automatically installed. [2021-04-30T08:59:02.879Z] libglib2.0-0 set to automatically installed. [2021-04-30T08:59:02.879Z] libnghttp2-14 set to automatically installed. [2021-04-30T08:59:02.879Z] libnorm1 set to automatically installed. [2021-04-30T08:59:02.879Z] libpgm-5.2-0 set to automatically installed. [2021-04-30T08:59:02.879Z] libpsl5 set to automatically installed. [2021-04-30T08:59:02.879Z] librtmp1 set to automatically installed. [2021-04-30T08:59:02.879Z] libsodium23 set to automatically installed. [2021-04-30T08:59:02.879Z] libzmq3-dev set to automatically installed. [2021-04-30T08:59:02.879Z] libzmq5 set to automatically installed. [2021-04-30T08:59:02.879Z] pkg-config set to automatically installed. [2021-04-30T08:59:02.879Z] zip set to automatically installed. [2021-04-30T08:59:04.267Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:59:10.866Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:59:11.440Z] snap "core18" has no updates available [2021-04-30T08:59:13.356Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:59:19.955Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:59:34.887Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-30T08:59:34.887Z] Pulling go-build-helper [2021-04-30T08:59:34.887Z] + snapcraftctl pull [2021-04-30T08:59:36.283Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-30T08:59:36.283Z] Skipping pull go-build-helper (already ran) [2021-04-30T08:59:36.283Z] Building go-build-helper [2021-04-30T08:59:36.283Z] + snapcraftctl build [2021-04-30T08:59:39.592Z] Staging go-build-helper [2021-04-30T08:59:39.592Z] + snapcraftctl stage [2021-04-30T08:59:51.844Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:59:51.844Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:59:51.844Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:59:51.844Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:59:51.844Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:59:51.844Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:59:51.844Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:59:51.844Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:59:51.844Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:59:51.844Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:59:51.844Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:59:51.844Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:59:51.844Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:59:51.844Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:59:51.844Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:59:51.844Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:59:51.844Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:59:51.844Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:59:51.844Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:59:51.844Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:59:51.844Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:59:51.844Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:59:51.844Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:59:51.844Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:59:51.844Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:59:51.844Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:59:51.844Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:59:51.844Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-30T08:59:51.844Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:59:51.844Z] Fetched 224 kB in 0s (0 B/s) [2021-04-30T08:59:51.844Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:59:51.844Z] Fetched 157 kB in 0s (0 B/s) [2021-04-30T08:59:51.844Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:59:51.844Z] Fetched 221 kB in 0s (0 B/s) [2021-04-30T08:59:51.844Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:59:51.844Z] Fetched 143 kB in 0s (0 B/s) [2021-04-30T08:59:51.844Z] Pulling app-service-config [2021-04-30T08:59:51.844Z] + snapcraftctl pull [2021-04-30T08:59:52.105Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-30T08:59:53.049Z] Pulling config-common [2021-04-30T08:59:53.049Z] + snapcraftctl pull [2021-04-30T08:59:58.348Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:59:58.348Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:59:58.348Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:59:58.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:59:58.349Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:59:58.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:59:58.349Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:59:58.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:59:58.349Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:59:58.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:59:58.349Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:59:58.349Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:59:58.349Z] Pulling edgex-go [2021-04-30T08:59:58.349Z] + snapcraftctl pull [2021-04-30T09:00:24.957Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T09:00:24.957Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T09:00:24.957Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T09:00:24.957Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-30T09:00:24.957Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-30T09:00:24.957Z] Fetched 279 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-30T09:00:24.957Z] Fetched 122 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-30T09:00:24.957Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-30T09:00:24.957Z] Fetched 8848 B in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-30T09:00:24.957Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-30T09:00:24.957Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-30T09:00:24.957Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-30T09:00:24.957Z] Fetched 219 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-30T09:00:24.957Z] Fetched 154 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-30T09:00:24.957Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-30T09:00:24.957Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-30T09:00:24.957Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-30T09:00:24.957Z] Fetched 499 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-30T09:00:24.957Z] Fetched 111 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-30T09:00:24.957Z] Fetched 240 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-30T09:00:24.957Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-30T09:00:24.957Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-30T09:00:24.957Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-30T09:00:24.957Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-30T09:00:24.957Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-30T09:00:24.957Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-30T09:00:24.957Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-30T09:00:24.957Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-30T09:00:24.957Z] Fetched 8720 B in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-30T09:00:24.957Z] Fetched 137 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-30T09:00:24.957Z] Fetched 119 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-30T09:00:24.957Z] Fetched 110 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-30T09:00:24.957Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-30T09:00:24.957Z] Fetched 645 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-30T09:00:24.957Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-30T09:00:24.957Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-30T09:00:24.957Z] Fetched 368 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-30T09:00:24.957Z] Fetched 187 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-30T09:00:24.957Z] Fetched 175 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-30T09:00:24.957Z] Fetched 206 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-30T09:00:24.957Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-30T09:00:24.957Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-30T09:00:24.957Z] Fetched 159 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-30T09:00:24.957Z] Fetched 107 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-30T09:00:24.957Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-30T09:00:24.957Z] Pulling static-packages [2021-04-30T09:00:24.957Z] + snapcraftctl pull [2021-04-30T09:00:25.221Z] Pulling version [2021-04-30T09:00:25.221Z] + cd /root/project [2021-04-30T09:00:25.221Z] + [ -f VERSION ] [2021-04-30T09:00:25.221Z] + PROJECT_VERSION=local-dev [2021-04-30T09:00:25.221Z] + git rev-parse --short HEAD [2021-04-30T09:00:25.221Z] + GIT_REVISION=53bf1670 [2021-04-30T09:00:25.221Z] + snapcraftctl set-version local-dev [2021-04-30T09:00:26.610Z] Skipping build go-build-helper (already ran) [2021-04-30T09:00:26.610Z] Building app-service-config [2021-04-30T09:00:26.610Z] + make build [2021-04-30T09:00:26.610Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-30T09:00:28.536Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-04-30T09:00:28.536Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-30T09:00:28.536Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-04-30T09:00:28.536Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-04-30T09:00:28.799Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-30T09:00:28.799Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-30T09:00:28.799Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-30T09:00:28.799Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-30T09:00:28.799Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-30T09:00:28.799Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-30T09:00:29.063Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-30T09:00:29.063Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-30T09:00:29.063Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-30T09:00:29.063Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-30T09:00:29.330Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-30T09:00:29.330Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-30T09:00:29.330Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-30T09:00:29.597Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-30T09:00:29.597Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-30T09:00:29.597Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-30T09:00:29.597Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-30T09:00:29.597Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-30T09:00:29.597Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-30T09:00:29.859Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-30T09:00:29.859Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-30T09:00:29.859Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-30T09:00:29.859Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-30T09:00:30.141Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-30T09:00:30.141Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-30T09:00:30.141Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-30T09:00:30.141Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-30T09:00:30.407Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-30T09:00:30.407Z] go: downloading golang.org/x/text v0.3.2 [2021-04-30T09:00:30.407Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-30T09:00:30.407Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-30T09:00:30.407Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-30T09:00:30.407Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-30T09:00:30.407Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-30T09:00:30.407Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-30T09:00:30.407Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-30T09:00:30.672Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-30T09:00:30.672Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-30T09:00:30.672Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-30T09:00:30.672Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-30T09:00:30.672Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-30T09:00:42.924Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-30T09:00:42.924Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-30T09:00:42.924Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-30T09:00:42.924Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-30T09:00:44.322Z] Building config-common [2021-04-30T09:00:44.322Z] + snapcraftctl build [2021-04-30T09:00:47.633Z] Building edgex-go [2021-04-30T09:00:48.206Z] + cd /root/parts/edgex-go/src [2021-04-30T09:00:48.206Z] + make build [2021-04-30T09:00:48.206Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-30T09:00:48.470Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-30T09:00:48.470Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-30T09:00:48.731Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-30T09:00:48.731Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-30T09:00:52.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-30T09:00:52.953Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-30T09:00:59.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-30T09:01:00.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-30T09:01:03.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-30T09:01:03.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-30T09:01:03.829Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-30T09:01:04.481Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-30T09:01:04.481Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-30T09:01:04.481Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-30T09:01:07.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-30T09:01:07.043Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-30T09:01:07.044Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-30T09:01:08.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-30T09:01:10.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-30T09:01:11.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-30T09:01:13.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-30T09:01:13.144Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-30T09:01:14.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-30T09:01:14.795Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-30T09:01:17.351Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-30T09:01:17.351Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-30T09:01:17.351Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-30T09:01:17.351Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-30T09:01:17.351Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-30T09:01:17.351Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-30T09:01:17.351Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-30T09:01:17.351Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-30T09:01:20.694Z] Building static-packages [2021-04-30T09:01:20.694Z] + snapcraftctl build [2021-04-30T09:01:24.012Z] Building version [2021-04-30T09:01:24.012Z] + snapcraftctl build [2021-04-30T09:01:26.566Z] Skipping stage go-build-helper (already ran) [2021-04-30T09:01:26.566Z] Staging app-service-config [2021-04-30T09:01:26.566Z] + snapcraftctl stage [2021-04-30T09:01:27.512Z] Staging config-common [2021-04-30T09:01:27.512Z] + snapcraftctl stage [2021-04-30T09:01:28.900Z] Staging edgex-go [2021-04-30T09:01:28.900Z] + snapcraftctl stage [2021-04-30T09:01:29.845Z] Staging static-packages [2021-04-30T09:01:29.845Z] + snapcraftctl stage [2021-04-30T09:01:31.770Z] Staging version [2021-04-30T09:01:31.770Z] + snapcraftctl stage [2021-04-30T09:01:32.716Z] Priming go-build-helper [2021-04-30T09:01:32.716Z] + snapcraftctl prime [2021-04-30T09:01:34.107Z] Priming app-service-config [2021-04-30T09:01:34.107Z] + snapcraftctl prime [2021-04-30T09:01:35.503Z] Priming config-common [2021-04-30T09:01:35.503Z] + snapcraftctl prime [2021-04-30T09:01:36.890Z] Priming edgex-go [2021-04-30T09:01:36.890Z] + snapcraftctl prime [2021-04-30T09:01:38.276Z] Priming static-packages [2021-04-30T09:01:38.276Z] + snapcraftctl prime [2021-04-30T09:01:40.827Z] Priming version [2021-04-30T09:01:40.827Z] + snapcraftctl prime [2021-04-30T09:01:42.220Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-30T09:01:45.303Z] provisioning config files... [2021-04-30T09:01:45.334Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7441627324599792484tmp [Pipeline] { [Pipeline] sh [2021-04-30T09:01:45.791Z] + set +x [2021-04-30T09:01:45.791Z] + curl -s https://codecov.io/bash [2021-04-30T09:01:45.791Z] + bash -s -- [2021-04-30T09:01:46.378Z] [2021-04-30T09:01:46.378Z] _____ _ [2021-04-30T09:01:46.378Z] / ____| | | [2021-04-30T09:01:46.378Z] | | ___ __| | ___ ___ _____ __ [2021-04-30T09:01:46.378Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-30T09:01:46.378Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-30T09:01:46.378Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-30T09:01:46.378Z] Bash-1.0.2 [2021-04-30T09:01:46.378Z] [2021-04-30T09:01:46.378Z] [2021-04-30T09:01:46.378Z] ==> git version 2.24.3 found [2021-04-30T09:01:46.378Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-30T09:01:46.378Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-30T09:01:46.378Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-30T09:01:46.378Z] ==> Jenkins CI detected. [2021-04-30T09:01:46.378Z] project root: . [2021-04-30T09:01:46.378Z] --> token set from env [2021-04-30T09:01:46.661Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-30T09:01:46.661Z] ==> Running gcov in . (disable via -X gcov) [2021-04-30T09:01:46.661Z] ==> Python coveragepy not found [2021-04-30T09:01:46.661Z] ==> Searching for coverage reports in: [2021-04-30T09:01:46.661Z] + . [2021-04-30T09:01:46.933Z] -> Found 1 reports [2021-04-30T09:01:46.933Z] ==> Detecting git/mercurial file structure [2021-04-30T09:01:46.933Z] ==> Reading reports [2021-04-30T09:01:46.933Z] + ./coverage.out bytes=691485 [2021-04-30T09:01:46.933Z] ==> Appending adjustments [2021-04-30T09:01:46.933Z] https://docs.codecov.io/docs/fixing-reports [2021-04-30T09:01:53.717Z] + Found adjustments [2021-04-30T09:01:53.717Z] ==> Gzipping contents [2021-04-30T09:01:53.717Z] 100K /tmp/codecov.AfUjur.gz [2021-04-30T09:01:53.717Z] ==> Uploading reports [2021-04-30T09:01:53.717Z] url: https://codecov.io [2021-04-30T09:01:53.717Z] query: branch=PR-3406&commit=fdd2f6538c016edec960e73013a8ac315277938c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-04-30T09:01:53.717Z] -> Pinging Codecov [2021-04-30T09:01:53.717Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3406&commit=fdd2f6538c016edec960e73013a8ac315277938c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-04-30T09:01:54.334Z] -> Uploading to [2021-04-30T09:01:54.334Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-30/00271124DB129430A58F1EEE437C3FCB/fdd2f6538c016edec960e73013a8ac315277938c/05645b06-41cf-4cd5-9d50-20130049d3db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T090154Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3970f64dbb91811b6cb14d807f82f62451324416da1c2c145cb259a3f9e7656 [2021-04-30T09:01:54.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T09:01:54.641Z] Dload Upload Total Spent Left Speed [2021-04-30T09:01:55.221Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99239 0 0 100 99239 0 137k --:--:-- --:--:-- --:--:-- 137k 100 99239 0 0 100 99239 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-04-30T09:01:55.221Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fdd2f6538c016edec960e73013a8ac315277938c [Pipeline] } [2021-04-30T09:01:55.231Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:01:56.429Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:01:58.341Z] ---> package-listing.sh [2021-04-30T09:01:58.341Z] ++ facter osfamily [2021-04-30T09:01:58.341Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T09:01:58.614Z] + OS_FAMILY=redhat [2021-04-30T09:01:58.614Z] + workspace=/w/workspace/edgex-go/3 [2021-04-30T09:01:58.614Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T09:01:58.614Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T09:01:58.614Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T09:01:58.614Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T09:01:58.614Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T09:01:58.614Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T09:01:58.614Z] + case "${OS_FAMILY}" in [2021-04-30T09:01:58.614Z] + rpm -qa [2021-04-30T09:01:58.614Z] + sort [2021-04-30T09:02:07.049Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T09:02:07.049Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T09:02:07.049Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T09:02:07.049Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T09:02:07.049Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-30T09:02:07.049Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-30T09:02:07.065Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-30T09:02:07.516Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T09:02:08.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T09:02:08.439Z] [2021-04-30T09:02:08.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T09:02:09.091Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T09:02:09.091Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T09:02:09.442Z] df20fa9351a1: Pulling fs layer [2021-04-30T09:02:09.442Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T09:02:09.442Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T09:02:09.442Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T09:02:09.442Z] 93b61091891f: Pulling fs layer [2021-04-30T09:02:09.442Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T09:02:09.442Z] 5e14af77c1be: Pulling fs layer [2021-04-30T09:02:09.442Z] 01666e4c0597: Pulling fs layer [2021-04-30T09:02:09.442Z] 93b61091891f: Waiting [2021-04-30T09:02:09.442Z] 93b9cdb0e59b: Waiting [2021-04-30T09:02:09.442Z] aa168da1d23b: Pulling fs layer [2021-04-30T09:02:09.442Z] 01666e4c0597: Waiting [2021-04-30T09:02:09.442Z] 5e14af77c1be: Waiting [2021-04-30T09:02:09.442Z] aa168da1d23b: Waiting [2021-04-30T09:02:09.442Z] 46f8f816bc3b: Waiting [2021-04-30T09:02:09.442Z] 36b3adc4ff6f: Download complete [2021-04-30T09:02:09.442Z] 46f8f816bc3b: Verifying Checksum [2021-04-30T09:02:09.442Z] 46f8f816bc3b: Download complete [2021-04-30T09:02:09.825Z] 93b61091891f: Verifying Checksum [2021-04-30T09:02:09.825Z] 93b61091891f: Download complete [2021-04-30T09:02:09.825Z] 93b9cdb0e59b: Verifying Checksum [2021-04-30T09:02:09.825Z] 93b9cdb0e59b: Download complete [2021-04-30T09:02:09.825Z] df20fa9351a1: Verifying Checksum [2021-04-30T09:02:09.825Z] df20fa9351a1: Download complete [2021-04-30T09:02:09.825Z] 5e14af77c1be: Verifying Checksum [2021-04-30T09:02:09.825Z] 5e14af77c1be: Download complete [2021-04-30T09:02:09.825Z] 01666e4c0597: Verifying Checksum [2021-04-30T09:02:09.825Z] 01666e4c0597: Download complete [2021-04-30T09:02:10.441Z] df20fa9351a1: Pull complete [2021-04-30T09:02:10.441Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T09:02:10.441Z] 8ad3a11d3b57: Download complete [2021-04-30T09:02:11.060Z] 36b3adc4ff6f: Pull complete [2021-04-30T09:02:13.122Z] 8ad3a11d3b57: Pull complete [2021-04-30T09:02:13.122Z] 46f8f816bc3b: Pull complete [2021-04-30T09:02:14.569Z] aa168da1d23b: Verifying Checksum [2021-04-30T09:02:14.569Z] aa168da1d23b: Download complete [2021-04-30T09:02:15.551Z] 93b61091891f: Pull complete [2021-04-30T09:02:15.842Z] 93b9cdb0e59b: Pull complete [2021-04-30T09:02:16.134Z] 5e14af77c1be: Pull complete [2021-04-30T09:02:17.260Z] 01666e4c0597: Pull complete [2021-04-30T09:02:35.952Z] aa168da1d23b: Pull complete [2021-04-30T09:02:35.952Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T09:02:35.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T09:02:35.952Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T09:02:36.310Z] prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container [2021-04-30T09:02:36.470Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-30T09:02:40.040Z] $ docker top 87f7e17d89bc2f8f78c72bf56d41987726f3c839a7031dc06e9b350100a2a224 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T09:02:41.055Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T09:02:41.751Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T09:02:42.202Z] + ls /var/log/sa-host [2021-04-30T09:02:42.202Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T09:02:42.202Z] file_magic: OK [2021-04-30T09:02:42.202Z] HZ: Using current value: 100 [2021-04-30T09:02:42.202Z] file_header: OK [2021-04-30T09:02:42.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-30T09:02:42.202Z] Statistics: [2021-04-30T09:02:42.202Z] Hnuu...uuuununununu... [2021-04-30T09:02:42.202Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T09:02:42.202Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T09:02:42.202Z] file_magic: OK [2021-04-30T09:02:42.202Z] HZ: Using current value: 100 [2021-04-30T09:02:42.202Z] file_header: OK [2021-04-30T09:02:42.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-30T09:02:42.202Z] Statistics: [2021-04-30T09:02:42.202Z] 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... [2021-04-30T09:02:42.202Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T09:02:42.856Z] provisioning config files... [2021-04-30T09:02:42.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4564637968423235569tmp [Pipeline] { [Pipeline] echo [2021-04-30T09:02:42.946Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:02:43.322Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T09:02:43.341Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T09:02:43.367Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:02:44.108Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T09:02:44.120Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:02:44.813Z] ---> sudo-logs.sh [2021-04-30T09:02:44.813Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T09:02:44.862Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:02:45.490Z] ---> job-cost.sh [2021-04-30T09:02:45.490Z] lf-activate-venv: SKIPPING [2021-04-30T09:02:45.490Z] DEBUG: total: 0.20999999344348907 [2021-04-30T09:02:45.490Z] INFO: Retrieving Stack Cost... [2021-04-30T09:02:46.486Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T09:02:47.448Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T09:02:47.466Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T09:02:48.128Z] ---> logs-deploy.sh [2021-04-30T09:02:48.128Z] lf-activate-venv: SKIPPING [2021-04-30T09:02:48.128Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3406/3 [2021-04-30T09:02:48.128Z] INFO: archiving workspace using pattern(s): [2021-04-30T09:02:50.773Z] Archives upload complete. [2021-04-30T09:02:50.773Z] INFO: archiving logs to Nexus