Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33512 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/97 [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/97 # 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 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 # timeout=10 Merge succeeded, producing 84f790821fcf04c3787acd52c4ada12fcb6d9722 Checking out Revision 84f790821fcf04c3787acd52c4ada12fcb6d9722 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84f790821fcf04c3787acd52c4ada12fcb6d9722 # timeout=10 Commit message: "Merge commit '70f8294db2ac5d1dfad06269a25d1e18b30c47e7' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-10T00:31:54.573Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-10T00:31:54.825Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-10T00:31:54.955Z] ========================================================= [2021-04-10T00:31:54.955Z] EdgeX Global Pipelines Version Info [2021-04-10T00:31:54.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 356ca3a6099af8b2e847685f23e76a2049943eed # timeout=10 [2021-04-10T00:31:58.362Z] ------------------- [2021-04-10T00:31:58.363Z] stable info: [2021-04-10T00:31:58.363Z] ------------------- [2021-04-10T00:31:58.363Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-10T00:31:58.363Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-10T00:31:58.363Z] Message: update stable to v1.0.186 [2021-04-10T00:31:59.427Z] ------------------- [2021-04-10T00:31:59.427Z] experimental info: [2021-04-10T00:31:59.427Z] ------------------- [2021-04-10T00:31:59.427Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-10T00:31:59.427Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-10T00:31:59.427Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-10T00:31:59.798Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-10T00:31:59.894Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-10T00:31:59.986Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-10T00:32:00.089Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-10T00:32:00.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-10T00:32:00.293Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-10T00:32:00.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-10T00:32:00.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-10T00:32:00.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-10T00:32:00.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-10T00:32:00.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-10T00:32:00.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-10T00:32:01.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-10T00:32:01.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-10T00:32:01.223Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T00:32:01.323Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T00:32:01.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-10T00:32:01.487Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-10T00:32:01.585Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-10T00:32:01.668Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-10T00:32:01.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-10T00:32:01.829Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-10T00:32:01.907Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-10T00:32:02.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-10T00:32:02.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-10T00:32:02.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84f790821fcf04c3787acd52c4ada12fcb6d9722 [Pipeline] echo [2021-04-10T00:32:02.354Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84f7908 [Pipeline] echo [2021-04-10T00:32:02.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T00:32:02.605Z] provisioning config files... [2021-04-10T00:32:02.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/97@tmp/config7906144871283652720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T00:32:03.129Z] ---> docker-login.sh [2021-04-10T00:32:03.129Z] nexus3.edgexfoundry.org:10001 [2021-04-10T00:32:04.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:32:05.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:32:05.086Z] Configure a credential helper to remove this warning. See [2021-04-10T00:32:05.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:32:05.086Z] [2021-04-10T00:32:05.086Z] Login Succeeded [2021-04-10T00:32:05.086Z] nexus3.edgexfoundry.org:10002 [2021-04-10T00:32:05.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:32:05.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:32:05.733Z] Configure a credential helper to remove this warning. See [2021-04-10T00:32:05.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:32:05.733Z] [2021-04-10T00:32:05.733Z] Login Succeeded [2021-04-10T00:32:05.733Z] nexus3.edgexfoundry.org:10003 [2021-04-10T00:32:06.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:32:06.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:32:06.062Z] Configure a credential helper to remove this warning. See [2021-04-10T00:32:06.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:32:06.062Z] [2021-04-10T00:32:06.062Z] Login Succeeded [2021-04-10T00:32:06.062Z] nexus3.edgexfoundry.org:10004 [2021-04-10T00:32:06.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:32:06.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:32:06.688Z] Configure a credential helper to remove this warning. See [2021-04-10T00:32:06.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:32:06.688Z] [2021-04-10T00:32:06.688Z] Login Succeeded [2021-04-10T00:32:06.688Z] docker.io [2021-04-10T00:32:07.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:32:08.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:32:08.069Z] Configure a credential helper to remove this warning. See [2021-04-10T00:32:08.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:32:08.069Z] [2021-04-10T00:32:08.069Z] Login Succeeded [2021-04-10T00:32:08.069Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T00:32:08.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T00:32:08.632Z] ++ 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-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] ++ dirname cmd/core-command/Dockerfile [2021-04-10T00:32:08.632Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/core-data/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-10T00:32:08.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T00:32:08.632Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-10T00:32:08.632Z] ++ cut -d/ -f2 [2021-04-10T00:32:08.632Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-10T00:32:08.812Z] 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-10T00:32:09.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T00:32:09.998Z] [2021-04-10T00:32:09.998Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:32:10.522Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T00:32:10.881Z] latest: Pulling from edgex-devops/git-semver [2021-04-10T00:32:10.881Z] 31603596830f: Pulling fs layer [2021-04-10T00:32:10.881Z] 2a8b12db71e7: Pulling fs layer [2021-04-10T00:32:10.881Z] 6ca5941a6612: Pulling fs layer [2021-04-10T00:32:10.881Z] ecc8261a40a4: Pulling fs layer [2021-04-10T00:32:10.881Z] ecc8261a40a4: Waiting [2021-04-10T00:32:10.881Z] 2a8b12db71e7: Verifying Checksum [2021-04-10T00:32:10.881Z] 2a8b12db71e7: Download complete [2021-04-10T00:32:11.594Z] 31603596830f: Verifying Checksum [2021-04-10T00:32:11.594Z] 31603596830f: Download complete [2021-04-10T00:32:11.988Z] 31603596830f: Pull complete [2021-04-10T00:32:12.321Z] 2a8b12db71e7: Pull complete [2021-04-10T00:32:12.861Z] ecc8261a40a4: Verifying Checksum [2021-04-10T00:32:12.861Z] ecc8261a40a4: Download complete [2021-04-10T00:32:12.861Z] 6ca5941a6612: Verifying Checksum [2021-04-10T00:32:12.861Z] 6ca5941a6612: Download complete [2021-04-10T00:32:15.648Z] 6ca5941a6612: Pull complete [2021-04-10T00:32:16.439Z] ecc8261a40a4: Pull complete [2021-04-10T00:32:16.439Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-10T00:32:16.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T00:32:16.439Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-10T00:32:17.522Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T00:32:18.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T00:32:21.770Z] $ docker top 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T00:32:22.329Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T00:32:22.329Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T00:32:23.093Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T00:32:23.173Z] $ docker exec 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 ssh-agent [2021-04-10T00:32:24.488Z] SSH_AUTH_SOCK=/tmp/ssh-xuylX8WbpYrJ/agent.12 [2021-04-10T00:32:24.488Z] SSH_AGENT_PID=18 [2021-04-10T00:32:24.509Z] Running ssh-add (command line suppressed) [2021-04-10T00:32:26.169Z] Identity added: /w/workspace/edgex-go/97@tmp/private_key_5806526483029889817.key (/w/workspace/edgex-go/97@tmp/private_key_5806526483029889817.key) [2021-04-10T00:32:26.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T00:32:28.649Z] + git tag --points-at HEAD [Pipeline] } [2021-04-10T00:32:28.713Z] $ docker exec --env ******** --env ******** 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 ssh-agent -k [2021-04-10T00:32:29.282Z] unset SSH_AUTH_SOCK; [2021-04-10T00:32:29.282Z] unset SSH_AGENT_PID; [2021-04-10T00:32:29.283Z] echo Agent pid 18 killed; [2021-04-10T00:32:29.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-10T00:32:29.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T00:32:29.715Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T00:32:30.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T00:32:30.370Z] $ docker exec 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 ssh-agent [2021-04-10T00:32:30.834Z] SSH_AUTH_SOCK=/tmp/ssh-QuQOBLSefNWM/agent.46 [2021-04-10T00:32:30.834Z] SSH_AGENT_PID=51 [2021-04-10T00:32:30.870Z] Running ssh-add (command line suppressed) [2021-04-10T00:32:31.191Z] Identity added: /w/workspace/edgex-go/97@tmp/private_key_746688367874334611.key (/w/workspace/edgex-go/97@tmp/private_key_746688367874334611.key) [2021-04-10T00:32:31.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T00:32:32.412Z] + git semver init [2021-04-10T00:32:32.839Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T00:32:32.839Z] # $GIT_DIR = /w/workspace/edgex-go/97/.git [2021-04-10T00:32:32.839Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/97 [2021-04-10T00:32:32.839Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T00:32:32.839Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T00:32:32.839Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T00:32:32.839Z] # $SEMVER_BRANCH = PR-2858 [2021-04-10T00:32:32.839Z] # $SEMVER_TEMP = /tmp/semver-896555302 [2021-04-10T00:32:32.839Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-10T00:33:23.691Z] # '/tmp/semver-896555302' -> '/w/workspace/edgex-go/97/.semver' [2021-04-10T00:33:23.691Z] # -> Force: false [2021-04-10T00:33:23.691Z] # $SEMVER_DIR = /w/workspace/edgex-go/97/.semver [Pipeline] } [2021-04-10T00:33:23.763Z] $ docker exec --env ******** --env ******** 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 ssh-agent -k [2021-04-10T00:33:25.338Z] unset SSH_AUTH_SOCK; [2021-04-10T00:33:25.339Z] unset SSH_AGENT_PID; [2021-04-10T00:33:25.339Z] echo Agent pid 51 killed; [2021-04-10T00:33:25.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T00:33:26.379Z] + git semver [Pipeline] } [2021-04-10T00:33:26.450Z] $ docker stop --time=1 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 [2021-04-10T00:33:28.857Z] $ docker rm -f 50e81716dc087edf43c49967750d260fd37b0dc10f74ec839e8b07c832bbe640 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T00:33:30.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-10T00:33:32.509Z] Stashed 1 file(s) [Pipeline] echo [2021-04-10T00:33:32.512Z] [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-10T00:33:33.986Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-10T00:33:34.510Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T00:33:35.086Z] + true [2021-04-10T00:33:35.086Z] + sudo service docker restart [2021-04-10T00:33:35.086Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-10T00:33:37.049Z] ========================================================= [2021-04-10T00:33:37.049Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-10T00:33:37.049Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:33:37.722Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-10T00:33:46.615Z] Sending build context to Docker daemon 329.4MB [2021-04-10T00:33:46.615Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T00:33:46.615Z] Step 2/6 : FROM ${BASE} [2021-04-10T00:33:46.615Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-10T00:33:46.615Z] 188c0c94c7c5: Pulling fs layer [2021-04-10T00:33:46.615Z] 0ef7d3d256c8: Pulling fs layer [2021-04-10T00:33:46.615Z] de9db76c5a1d: Pulling fs layer [2021-04-10T00:33:46.615Z] bca2f99d35d6: Pulling fs layer [2021-04-10T00:33:46.615Z] 93359f2a8cfa: Pulling fs layer [2021-04-10T00:33:46.615Z] 7c6f9722023f: Pulling fs layer [2021-04-10T00:33:46.615Z] a35cf1a2eb13: Pulling fs layer [2021-04-10T00:33:46.615Z] 93359f2a8cfa: Waiting [2021-04-10T00:33:46.615Z] 7c6f9722023f: Waiting [2021-04-10T00:33:46.615Z] a35cf1a2eb13: Waiting [2021-04-10T00:33:46.615Z] bca2f99d35d6: Waiting [2021-04-10T00:33:46.615Z] de9db76c5a1d: Verifying Checksum [2021-04-10T00:33:46.615Z] de9db76c5a1d: Download complete [2021-04-10T00:33:46.615Z] 0ef7d3d256c8: Verifying Checksum [2021-04-10T00:33:46.615Z] 0ef7d3d256c8: Download complete [2021-04-10T00:33:46.958Z] 93359f2a8cfa: Verifying Checksum [2021-04-10T00:33:46.958Z] 93359f2a8cfa: Download complete [2021-04-10T00:33:46.958Z] 7c6f9722023f: Verifying Checksum [2021-04-10T00:33:46.958Z] 7c6f9722023f: Download complete [2021-04-10T00:33:47.289Z] 188c0c94c7c5: Verifying Checksum [2021-04-10T00:33:47.289Z] 188c0c94c7c5: Download complete [2021-04-10T00:33:47.922Z] Still waiting to schedule task [2021-04-10T00:33:47.922Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-10T00:33:49.657Z] 188c0c94c7c5: Pull complete [2021-04-10T00:33:51.576Z] 0ef7d3d256c8: Pull complete [2021-04-10T00:33:51.576Z] de9db76c5a1d: Pull complete [2021-04-10T00:34:01.705Z] a35cf1a2eb13: Verifying Checksum [2021-04-10T00:34:01.705Z] a35cf1a2eb13: Download complete [2021-04-10T00:34:03.345Z] bca2f99d35d6: Verifying Checksum [2021-04-10T00:34:03.345Z] bca2f99d35d6: Download complete [2021-04-10T00:34:19.105Z] bca2f99d35d6: Pull complete [2021-04-10T00:34:19.410Z] 93359f2a8cfa: Pull complete [2021-04-10T00:34:19.686Z] 7c6f9722023f: Pull complete [2021-04-10T00:34:28.663Z] a35cf1a2eb13: Pull complete [2021-04-10T00:34:28.663Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-10T00:34:28.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-10T00:34:28.663Z] ---> a62c8e92a672 [2021-04-10T00:34:28.663Z] 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-10T00:34:28.663Z] ---> Running in c741a24a4504 [2021-04-10T00:34:31.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:34:32.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:34:33.167Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T00:34:33.167Z] (2/12) Installing file (5.38-r0) [2021-04-10T00:34:33.167Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T00:34:33.476Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T00:34:39.574Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T00:34:39.574Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T00:34:39.574Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T00:34:39.574Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T00:34:39.574Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T00:34:39.962Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T00:34:39.962Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T00:34:40.269Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T00:34:40.269Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T00:34:40.269Z] OK: 233 MiB in 51 packages [2021-04-10T00:34:47.866Z] Removing intermediate container c741a24a4504 [2021-04-10T00:34:47.866Z] ---> fffda6170b18 [2021-04-10T00:34:47.866Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T00:34:47.866Z] ---> Running in a6dae39b0f60 [2021-04-10T00:34:47.866Z] Removing intermediate container a6dae39b0f60 [2021-04-10T00:34:47.866Z] ---> f3ab863fe3b5 [2021-04-10T00:34:47.866Z] Step 5/6 : COPY go.mod . [2021-04-10T00:34:48.683Z] ---> 585a188a77fd [2021-04-10T00:34:48.683Z] Step 6/6 : RUN go mod download [2021-04-10T00:34:48.990Z] ---> Running in 8c9a6cbbdfaa [2021-04-10T00:35:37.225Z] Removing intermediate container 8c9a6cbbdfaa [2021-04-10T00:35:37.225Z] ---> 19daaf283a0f [2021-04-10T00:35:37.225Z] Successfully built 19daaf283a0f [2021-04-10T00:35:37.225Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:35:37.711Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T00:35:38.451Z] . [Pipeline] withDockerContainer [2021-04-10T00:35:39.013Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T00:35:40.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T00:35:44.190Z] $ docker top c82b8285ce7b53a0f24267b1b589975f425cbd76bc22f6f69fd20e49145ff6d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:35:45.558Z] + go version [2021-04-10T00:35:45.558Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-10T00:35:45.674Z] $ docker stop --time=1 c82b8285ce7b53a0f24267b1b589975f425cbd76bc22f6f69fd20e49145ff6d4 [2021-04-10T00:35:48.241Z] $ docker rm -f c82b8285ce7b53a0f24267b1b589975f425cbd76bc22f6f69fd20e49145ff6d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:35:49.427Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T00:35:49.427Z] . [Pipeline] withDockerContainer [2021-04-10T00:35:50.862Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T00:35:51.143Z] $ 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/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T00:35:52.714Z] $ docker top ed2e27c0a5c011311eb4e7f518c7a6aa0286a2f5406fe5906a965388cfb2b442 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T00:35:53.431Z] ========================================================= [2021-04-10T00:35:53.431Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-10T00:35:53.431Z] ========================================================= [Pipeline] sh [2021-04-10T00:35:54.413Z] + make test [2021-04-10T00:35:54.414Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T00:36:11.637Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33518 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-10T00:36:11.692Z] Running in /w/workspace/edgex-go/97 [Pipeline] { [Pipeline] checkout [2021-04-10T00:36:16.773Z] using credential edgex-jenkins-ssh [2021-04-10T00:36:16.832Z] Cloning the remote Git repository [2021-04-10T00:36:16.894Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:36:17.006Z] > git init /w/workspace/edgex-go/97 # timeout=10 [2021-04-10T00:36:17.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:36:17.081Z] > git --version # timeout=10 [2021-04-10T00:36:17.102Z] > git --version # 'git version 2.17.1' [2021-04-10T00:36:17.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:36:17.194Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T00:36:27.690Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-10T00:36:37.279Z] Merging remotes/origin/master commit 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-10T00:36:36.324Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T00:36:36.339Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T00:36:36.371Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T00:36:36.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:36:36.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:36:36.422Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-10T00:36:37.292Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T00:36:37.304Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-10T00:36:37.655Z] > git remote # timeout=10 [2021-04-10T00:36:37.670Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T00:36:37.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:36:37.691Z] > git merge 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 # timeout=10 [2021-04-10T00:36:38.608Z] Merge succeeded, producing 0286eaf4d4ef48b31a32276738338dc2b1239a06 [2021-04-10T00:36:38.609Z] Checking out Revision 0286eaf4d4ef48b31a32276738338dc2b1239a06 (PR-2858) [2021-04-10T00:36:38.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T00:36:38.611Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T00:36:38.624Z] > git checkout -f 0286eaf4d4ef48b31a32276738338dc2b1239a06 # timeout=10 [2021-04-10T00:36:42.880Z] Commit message: "Merge commit '70f8294db2ac5d1dfad06269a25d1e18b30c47e7' into HEAD" [2021-04-10T00:36:42.900Z] First time build. Skipping changelog. [2021-04-10T00:36:42.883Z] > git rev-list --no-walk 356ca3a6099af8b2e847685f23e76a2049943eed # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T00:36:44.420Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-10T00:36:44.823Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T00:36:45.161Z] + sudo service docker restart+ [2021-04-10T00:36:45.161Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T00:36:47.215Z] provisioning config files... [2021-04-10T00:36:47.255Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/97@tmp/config1545056061157387011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T00:36:47.684Z] ---> docker-login.sh [2021-04-10T00:36:47.684Z] nexus3.edgexfoundry.org:10001 [2021-04-10T00:36:48.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:36:48.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:36:48.893Z] Configure a credential helper to remove this warning. See [2021-04-10T00:36:48.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:36:48.893Z] [2021-04-10T00:36:48.893Z] Login Succeeded [2021-04-10T00:36:48.893Z] nexus3.edgexfoundry.org:10002 [2021-04-10T00:36:49.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:36:49.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:36:49.441Z] Configure a credential helper to remove this warning. See [2021-04-10T00:36:49.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:36:49.441Z] [2021-04-10T00:36:49.441Z] Login Succeeded [2021-04-10T00:36:49.441Z] nexus3.edgexfoundry.org:10003 [2021-04-10T00:36:49.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:36:49.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:36:49.995Z] Configure a credential helper to remove this warning. See [2021-04-10T00:36:49.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:36:49.995Z] [2021-04-10T00:36:49.995Z] Login Succeeded [2021-04-10T00:36:49.995Z] nexus3.edgexfoundry.org:10004 [2021-04-10T00:36:50.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:36:50.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:36:50.545Z] Configure a credential helper to remove this warning. See [2021-04-10T00:36:50.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:36:50.545Z] [2021-04-10T00:36:50.545Z] Login Succeeded [2021-04-10T00:36:50.545Z] docker.io [2021-04-10T00:36:50.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T00:36:51.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T00:36:51.097Z] Configure a credential helper to remove this warning. See [2021-04-10T00:36:51.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T00:36:51.097Z] [2021-04-10T00:36:51.097Z] Login Succeeded [2021-04-10T00:36:51.097Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T00:36:51.114Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-10T00:36:51.543Z] ========================================================= [2021-04-10T00:36:51.543Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-10T00:36:51.543Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:36:51.931Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-10T00:36:54.570Z] Sending build context to Docker daemon 167.3MB [2021-04-10T00:36:54.570Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T00:36:54.570Z] Step 2/6 : FROM ${BASE} [2021-04-10T00:36:54.570Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-10T00:36:54.570Z] 5f621e34cdf4: Pulling fs layer [2021-04-10T00:36:54.570Z] a4357932f1b6: Pulling fs layer [2021-04-10T00:36:54.570Z] 18c013af1878: Pulling fs layer [2021-04-10T00:36:54.570Z] 00ac8860ef70: Pulling fs layer [2021-04-10T00:36:54.570Z] 63d7cb157983: Pulling fs layer [2021-04-10T00:36:54.570Z] b116817d02f9: Pulling fs layer [2021-04-10T00:36:54.570Z] 745a02a5169b: Pulling fs layer [2021-04-10T00:36:54.570Z] 00ac8860ef70: Waiting [2021-04-10T00:36:54.570Z] 63d7cb157983: Waiting [2021-04-10T00:36:54.570Z] b116817d02f9: Waiting [2021-04-10T00:36:54.570Z] 745a02a5169b: Waiting [2021-04-10T00:36:54.844Z] 18c013af1878: Download complete [2021-04-10T00:36:54.844Z] a4357932f1b6: Verifying Checksum [2021-04-10T00:36:54.844Z] a4357932f1b6: Download complete [2021-04-10T00:36:54.844Z] 63d7cb157983: Verifying Checksum [2021-04-10T00:36:54.844Z] 63d7cb157983: Download complete [2021-04-10T00:36:54.844Z] b116817d02f9: Verifying Checksum [2021-04-10T00:36:54.844Z] b116817d02f9: Download complete [2021-04-10T00:36:54.844Z] 5f621e34cdf4: Verifying Checksum [2021-04-10T00:36:54.844Z] 5f621e34cdf4: Download complete [2021-04-10T00:36:55.457Z] 5f621e34cdf4: Pull complete [2021-04-10T00:36:56.061Z] a4357932f1b6: Pull complete [2021-04-10T00:36:56.345Z] 18c013af1878: Pull complete [2021-04-10T00:36:56.948Z] 745a02a5169b: Verifying Checksum [2021-04-10T00:36:56.948Z] 745a02a5169b: Download complete [2021-04-10T00:36:58.383Z] 00ac8860ef70: Verifying Checksum [2021-04-10T00:36:58.383Z] 00ac8860ef70: Download complete [2021-04-10T00:37:08.557Z] 00ac8860ef70: Pull complete [2021-04-10T00:37:08.834Z] 63d7cb157983: Pull complete [2021-04-10T00:37:09.119Z] b116817d02f9: Pull complete [2021-04-10T00:37:13.440Z] 745a02a5169b: Pull complete [2021-04-10T00:37:13.440Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-10T00:37:13.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-10T00:37:13.440Z] ---> b7e6874047d6 [2021-04-10T00:37:13.440Z] 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-10T00:37:16.062Z] ---> Running in cc1c4534e7f7 [2021-04-10T00:37:17.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:37:18.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:37:18.681Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T00:37:18.681Z] (2/12) Installing file (5.38-r0) [2021-04-10T00:37:18.950Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T00:37:18.950Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T00:37:22.390Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T00:37:22.390Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T00:37:22.390Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T00:37:22.390Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T00:37:22.390Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T00:37:22.390Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T00:37:22.666Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T00:37:22.666Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T00:37:22.666Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T00:37:22.666Z] OK: 217 MiB in 51 packages [2021-04-10T00:37:26.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-10T00:37:26.971Z] Removing intermediate container cc1c4534e7f7 [2021-04-10T00:37:26.971Z] ---> 3e5f5ea0a7c7 [2021-04-10T00:37:26.971Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T00:37:27.245Z] ---> Running in 0c868fd2ffc8 [2021-04-10T00:37:27.517Z] Removing intermediate container 0c868fd2ffc8 [2021-04-10T00:37:27.517Z] ---> dd7b93d9ab9b [2021-04-10T00:37:27.517Z] Step 5/6 : COPY go.mod . [2021-04-10T00:37:28.117Z] ---> eee1d64f372e [2021-04-10T00:37:28.117Z] Step 6/6 : RUN go mod download [2021-04-10T00:37:28.400Z] ---> Running in 7381e35f7975 [2021-04-10T00:37:43.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-10T00:37:43.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-10T00:37:43.372Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-10T00:37:48.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-10T00:37:48.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-10T00:37:48.281Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-10T00:37:49.298Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-10T00:37:51.037Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-10T00:37:51.736Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-10T00:37:55.227Z] Removing intermediate container 7381e35f7975 [2021-04-10T00:37:55.227Z] ---> f629dbfe61df [2021-04-10T00:37:55.227Z] Successfully built f629dbfe61df [2021-04-10T00:37:55.227Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:37:55.572Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T00:37:55.572Z] . [Pipeline] withDockerContainer [2021-04-10T00:37:55.852Z] prd-ubuntu18.04-docker-arm64-4c-16g-33518 does not seem to be running inside a container [2021-04-10T00:37:55.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-10T00:37:57.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-10T00:37:57.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-10T00:37:57.445Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-10T00:37:57.463Z] $ docker top 923b41885399be0deb230925580a94a43902d5f515eb7e2cca7eff0f64d10b7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:37:58.508Z] + go version [2021-04-10T00:37:58.508Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-10T00:37:58.526Z] $ docker stop --time=1 923b41885399be0deb230925580a94a43902d5f515eb7e2cca7eff0f64d10b7a [2021-04-10T00:38:00.341Z] $ docker rm -f 923b41885399be0deb230925580a94a43902d5f515eb7e2cca7eff0f64d10b7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:38:01.481Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T00:38:01.482Z] . [Pipeline] withDockerContainer [2021-04-10T00:38:01.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-33518 does not seem to be running inside a container [2021-04-10T00:38:01.858Z] $ 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/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-10T00:38:03.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.547s coverage: 45.9% of statements [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-10T00:38:03.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-10T00:38:03.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements [2021-04-10T00:38:03.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.184s coverage: 100.0% of statements [2021-04-10T00:38:03.250Z] $ docker top ae55cb6a1d17107d1bef937656056063cf270d4fff0d1a284d658f8fe98542a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T00:38:03.638Z] ========================================================= [2021-04-10T00:38:03.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-10T00:38:03.638Z] ========================================================= [Pipeline] sh [2021-04-10T00:38:04.285Z] + make test [2021-04-10T00:38:04.285Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T00:38:13.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.560s coverage: 27.1% of statements [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-10T00:38:13.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.522s coverage: 100.0% of statements [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-10T00:38:13.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.478s coverage: 100.0% of statements [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-10T00:38:13.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.553s coverage: 71.3% of statements [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-10T00:38:13.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-10T00:38:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.250s coverage: 82.9% of statements [2021-04-10T00:38:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-10T00:38:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:38:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.314s coverage: 78.9% of statements [2021-04-10T00:38:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.907s coverage: 28.6% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.611s coverage: 86.7% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-10T00:38:22.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.206s coverage: 78.3% of statements [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-10T00:38:22.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-10T00:38:26.460Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-10T00:38:28.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.247s coverage: 92.8% of statements [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-10T00:38:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.106s coverage: 58.8% of statements [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 1.0% of statements [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-10T00:38:28.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.174s coverage: 79.5% of statements [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.141s coverage: 94.1% of statements [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.315s coverage: 96.3% of statements [2021-04-10T00:38:28.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements [2021-04-10T00:38:41.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements [2021-04-10T00:38:41.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-04-10T00:38:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.087s coverage: 81.5% of statements [2021-04-10T00:38:46.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-10T00:38:46.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.129s coverage: 87.1% of statements [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.259s coverage: 92.9% of statements [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 77.8% of statements [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 75.5% of statements [2021-04-10T00:38:55.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.122s coverage: 80.8% of statements [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.296s coverage: 84.6% of statements [2021-04-10T00:38:55.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.6% of statements [2021-04-10T00:38:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 64.4% of statements [2021-04-10T00:38:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-10T00:38:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements [2021-04-10T00:38:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.206s coverage: 100.0% of statements [2021-04-10T00:38:58.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 69.0% of statements [2021-04-10T00:38:58.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-10T00:38:58.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-10T00:38:58.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-10T00:39:01.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.340s coverage: 38.4% of statements [2021-04-10T00:39:01.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-10T00:39:01.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-10T00:39:01.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.146s coverage: 89.5% of statements [2021-04-10T00:39:01.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-10T00:39:01.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.157s coverage: 84.8% of statements [2021-04-10T00:39:07.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.314s coverage: 47.0% of statements [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-10T00:39:07.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.272s coverage: 100.0% of statements [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-10T00:39:07.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-10T00:39:07.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.086s coverage: 11.0% of statements [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-10T00:39:07.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 87.1% of statements [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:39:07.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-10T00:39:13.473Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.825s coverage: 29.1% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.375s coverage: 100.0% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.339s coverage: 95.6% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.209s coverage: 0.0% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-10T00:39:13.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.105s coverage: 100.0% of statements [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-10T00:39:13.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-10T00:39:13.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.151s coverage: 87.9% of statements [2021-04-10T00:39:13.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-10T00:39:13.881Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-10T00:39:15.832Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.102s coverage: 100.0% of statements [2021-04-10T00:39:16.118Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 28.1% of statements [2021-04-10T00:39:16.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.071s coverage: 100.0% of statements [2021-04-10T00:39:17.104Z] GO111MODULE=on go vet ./... [2021-04-10T00:39:21.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-10T00:39:30.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-10T00:39:30.425Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-10T00:39:32.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-10T00:39:32.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-10T00:39:32.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-10T00:39:32.685Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-10T00:39:36.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-10T00:39:36.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-10T00:39:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-10T00:39:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-10T00:39:44.691Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-10T00:39:50.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.378s coverage: 45.9% of statements [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-10T00:39:50.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-10T00:39:50.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.211s coverage: 19.8% of statements [2021-04-10T00:39:50.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.321s coverage: 100.0% of statements [2021-04-10T00:39:58.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.449s coverage: 27.1% of statements [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-10T00:39:58.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.216s coverage: 100.0% of statements [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-10T00:39:58.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.154s coverage: 100.0% of statements [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-10T00:39:58.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-10T00:39:59.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.301s coverage: 71.3% of statements [2021-04-10T00:39:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-10T00:39:59.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-10T00:40:00.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.587s coverage: 82.9% of statements [2021-04-10T00:40:00.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-10T00:40:00.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:40:00.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements [2021-04-10T00:40:00.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-10T00:40:11.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.064s coverage: 28.6% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-10T00:40:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.224s coverage: 100.0% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-10T00:40:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-10T00:40:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.470s coverage: 86.7% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-10T00:40:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.508s coverage: 97.5% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-10T00:40:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.222s coverage: 78.3% of statements [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-10T00:40:11.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.271s coverage: 92.8% of statements [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.272s coverage: 1.0% of statements [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-10T00:40:19.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 47.1% of statements [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.136s coverage: 79.5% of statements [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.211s coverage: 94.1% of statements [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.167s coverage: 96.3% of statements [2021-04-10T00:40:19.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements [2021-04-10T00:40:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.134s coverage: 94.4% of statements [2021-04-10T00:40:31.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-04-10T00:40:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.519s coverage: 81.5% of statements [2021-04-10T00:40:37.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-10T00:40:37.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.091s coverage: 87.1% of statements [2021-04-10T00:40:40.605Z] gofmt -l . [2021-04-10T00:40:40.605Z] [ "`gofmt -l .`" = "" ] [2021-04-10T00:40:40.605Z] ./bin/test-go-mod-tidy.sh [2021-04-10T00:40:40.605Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-10T00:40:41.768Z] + ls -al . [2021-04-10T00:40:41.768Z] total 808 [2021-04-10T00:40:41.768Z] drwxrwxr-x 10 1001 1001 4096 Apr 10 00:40 . [2021-04-10T00:40:41.768Z] drwxr-xr-x 4 root root 30 Apr 10 00:35 .. [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 11 Apr 10 00:31 .dockerignore [2021-04-10T00:40:41.768Z] drwxrwxr-x 8 1001 1001 179 Apr 10 00:31 .git [2021-04-10T00:40:41.768Z] drwxrwxr-x 3 1001 1001 125 Apr 10 00:31 .github [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 818 Apr 10 00:31 .gitignore [2021-04-10T00:40:41.768Z] drwx------ 3 1001 1001 60 Apr 10 00:33 .semver [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 00:31 .sonarcloud.properties [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 8607 Apr 10 00:31 Attribution.txt [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 00:31 CONTRIBUTING.md [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 931 Apr 10 00:31 Dockerfile.build [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 863 Apr 10 00:31 Jenkinsfile [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 00:31 LICENSE [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 5774 Apr 10 00:31 Makefile [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 6548 Apr 10 00:31 README.md [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 6755 Apr 10 00:31 SECURITY.md [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 00:33 VERSION [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 4131 Apr 10 00:31 ZMQWindows.md [2021-04-10T00:40:41.768Z] drwxrwxr-x 2 1001 1001 117 Apr 10 00:31 bin [2021-04-10T00:40:41.768Z] drwxrwxr-x 14 1001 1001 4096 Apr 10 00:31 cmd [2021-04-10T00:40:41.768Z] -rw-r--r-- 1 root root 697573 Apr 10 00:39 coverage.out [2021-04-10T00:40:41.768Z] -rw-r--r-- 1 root root 1056 Apr 10 00:40 go.mod [2021-04-10T00:40:41.768Z] -rw-r--r-- 1 root root 21911 Apr 10 00:40 go.sum [2021-04-10T00:40:41.768Z] drwxrwxr-x 8 1001 1001 127 Apr 10 00:31 internal [2021-04-10T00:40:41.768Z] drwxrwxr-x 4 1001 1001 26 Apr 10 00:31 openapi [2021-04-10T00:40:41.768Z] drwxrwxr-x 4 1001 1001 71 Apr 10 00:31 snap [2021-04-10T00:40:41.768Z] -rw-rw-r-- 1 1001 1001 168 Apr 10 00:31 version.go [Pipeline] sh [2021-04-10T00:40:42.134Z] + '[' -e coverage.out ] [2021-04-10T00:40:42.134Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-10T00:40:43.270Z] Stashed 1 file(s) [Pipeline] sh [2021-04-10T00:40:44.784Z] + make build [2021-04-10T00:40:44.784Z] 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-10T00:40:49.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.116s coverage: 80.8% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.197s coverage: 84.6% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.261s coverage: 91.6% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 64.4% of statements [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-10T00:40:49.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-10T00:40:49.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-10T00:40:53.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.965s coverage: 69.0% of statements [2021-04-10T00:40:53.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-10T00:40:53.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-10T00:40:53.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-10T00:40:53.898Z] 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-10T00:40:54.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 38.4% of statements [2021-04-10T00:40:54.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-10T00:40:54.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-10T00:40:54.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.140s coverage: 89.5% of statements [2021-04-10T00:40:54.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-10T00:40:54.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [2021-04-10T00:41:01.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.0% of statements [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-10T00:41:01.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-10T00:41:01.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-10T00:41:01.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 11.0% of statements [2021-04-10T00:41:01.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-10T00:41:02.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.479s coverage: 87.1% of statements [2021-04-10T00:41:02.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-10T00:41:02.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:41:02.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.286s coverage: 29.1% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.264s coverage: 99.0% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.191s coverage: 100.0% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.324s coverage: 95.6% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.088s coverage: 100.0% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-10T00:41:10.571Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-04-10T00:41:10.571Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements [2021-04-10T00:41:11.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-10T00:41:12.169Z] GO111MODULE=on go vet ./... [2021-04-10T00:41:22.027Z] 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-10T00:41:25.739Z] 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-10T00:41:37.462Z] 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-10T00:41:41.345Z] 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-10T00:41:50.382Z] 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-10T00:41:59.292Z] 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-10T00:42:03.197Z] 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-10T00:42:09.075Z] 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-10T00:42:13.695Z] 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-10T00:42:19.899Z] 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-10T00:42:26.240Z] $ docker stop --time=1 ed2e27c0a5c011311eb4e7f518c7a6aa0286a2f5406fe5906a965388cfb2b442 [2021-04-10T00:42:28.687Z] $ docker rm -f ed2e27c0a5c011311eb4e7f518c7a6aa0286a2f5406fe5906a965388cfb2b442 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:42:30.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T00:42:31.174Z] [2021-04-10T00:42:31.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:42:31.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T00:42:32.275Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-10T00:42:32.275Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-10T00:42:32.275Z] ca9280d653b3: Pulling fs layer [2021-04-10T00:42:32.275Z] 7e9c9ca2126c: Pulling fs layer [2021-04-10T00:42:33.954Z] gofmt -l . [2021-04-10T00:42:33.955Z] [ "`gofmt -l .`" = "" ] [2021-04-10T00:42:33.955Z] ./bin/test-go-mod-tidy.sh [2021-04-10T00:42:33.955Z] ./bin/test-attribution-txt.sh [2021-04-10T00:42:34.703Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2021-04-10T00:42:35.676Z] + ls -al . [2021-04-10T00:42:35.676Z] total 836 [2021-04-10T00:42:35.676Z] drwxrwxr-x 9 1001 1001 4096 Apr 10 00:42 . [2021-04-10T00:42:35.676Z] drwxr-xr-x 4 root root 4096 Apr 10 00:38 .. [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 11 Apr 10 00:36 .dockerignore [2021-04-10T00:42:35.676Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 00:36 .git [2021-04-10T00:42:35.676Z] drwxrwxr-x 3 1001 1001 4096 Apr 10 00:36 .github [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 818 Apr 10 00:36 .gitignore [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 00:36 .sonarcloud.properties [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 8607 Apr 10 00:36 Attribution.txt [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 00:36 CONTRIBUTING.md [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 931 Apr 10 00:36 Dockerfile.build [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 863 Apr 10 00:36 Jenkinsfile [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 00:36 LICENSE [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 5774 Apr 10 00:36 Makefile [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 6548 Apr 10 00:36 README.md [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 6755 Apr 10 00:36 SECURITY.md [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 5 Apr 10 00:33 VERSION [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 4131 Apr 10 00:36 ZMQWindows.md [2021-04-10T00:42:35.676Z] drwxrwxr-x 2 1001 1001 4096 Apr 10 00:36 bin [2021-04-10T00:42:35.676Z] drwxrwxr-x 14 1001 1001 4096 Apr 10 00:36 cmd [2021-04-10T00:42:35.676Z] -rw-r--r-- 1 root root 697573 Apr 10 00:41 coverage.out [2021-04-10T00:42:35.676Z] -rw-r--r-- 1 root root 1056 Apr 10 00:42 go.mod [2021-04-10T00:42:35.676Z] -rw-r--r-- 1 root root 21911 Apr 10 00:42 go.sum [2021-04-10T00:42:35.676Z] drwxrwxr-x 8 1001 1001 4096 Apr 10 00:36 internal [2021-04-10T00:42:35.676Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 00:36 openapi [2021-04-10T00:42:35.676Z] drwxrwxr-x 4 1001 1001 4096 Apr 10 00:36 snap [2021-04-10T00:42:35.676Z] -rw-rw-r-- 1 1001 1001 168 Apr 10 00:36 version.go [Pipeline] sh [2021-04-10T00:42:36.086Z] cbdbe7a5bc2a: Pull complete [2021-04-10T00:42:36.382Z] + '[' -e coverage.out ] [2021-04-10T00:42:36.382Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-10T00:42:36.411Z] Warning: overwriting stash ‘coverage-report’ [2021-04-10T00:42:37.799Z] Stashed 1 file(s) [Pipeline] sh [2021-04-10T00:42:38.441Z] + make build [2021-04-10T00:42:38.442Z] 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-10T00:42:38.773Z] ca9280d653b3: Verifying Checksum [2021-04-10T00:42:38.773Z] ca9280d653b3: Download complete [2021-04-10T00:42:42.486Z] ca9280d653b3: Pull complete [2021-04-10T00:42:45.533Z] 7e9c9ca2126c: Verifying Checksum [2021-04-10T00:42:45.533Z] 7e9c9ca2126c: Download complete [2021-04-10T00:42:48.572Z] 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-10T00:43:08.827Z] 7e9c9ca2126c: Pull complete [2021-04-10T00:43:08.827Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-10T00:43:08.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T00:43:08.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-10T00:43:09.839Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T00:43:10.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-10T00:43:10.758Z] 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-10T00:43:15.159Z] $ docker top 2f43b8189fa28f1a17f83a9cbbe9bae51cf02c687cb21e38545eb3b97b0e4b1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:43:16.210Z] 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-10T00:43:16.543Z] + docker-compose build --help [2021-04-10T00:43:16.543Z] + grep parallel [2021-04-10T00:43:18.756Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T00:43:18.777Z] $ docker stop --time=1 2f43b8189fa28f1a17f83a9cbbe9bae51cf02c687cb21e38545eb3b97b0e4b1c [2021-04-10T00:43:20.677Z] $ docker rm -f 2f43b8189fa28f1a17f83a9cbbe9bae51cf02c687cb21e38545eb3b97b0e4b1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:43:21.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T00:43:21.608Z] 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-10T00:43:21.866Z] . [Pipeline] withDockerContainer [2021-04-10T00:43:22.090Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T00:43:22.245Z] $ 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/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-10T00:43:22.584Z] 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-10T00:43:24.989Z] $ docker top 979c3c430d8afb317d71dda3598d842ffc337004892cc3467293bc34ce532dc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:43:26.820Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T00:43:27.993Z] 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-10T00:43:29.640Z] Building docker-core-command-go ... [2021-04-10T00:43:29.640Z] Building docker-core-data-go ... [2021-04-10T00:43:29.640Z] Building docker-core-metadata-go ... [2021-04-10T00:43:29.640Z] Building docker-security-bootstrapper-go ... [2021-04-10T00:43:29.640Z] Building docker-security-proxy-setup-go ... [2021-04-10T00:43:29.640Z] Building docker-security-secretstore-setup-go ... [2021-04-10T00:43:29.640Z] Building docker-support-notifications-go ... [2021-04-10T00:43:29.640Z] Building docker-support-scheduler-go ... [2021-04-10T00:43:29.640Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T00:43:29.640Z] Building docker-sys-mgmt-agent-go [2021-04-10T00:43:29.640Z] Building docker-support-scheduler-go [2021-04-10T00:43:29.640Z] Building docker-core-command-go [2021-04-10T00:43:29.640Z] Building docker-support-notifications-go [2021-04-10T00:43:29.640Z] Building docker-security-secretstore-setup-go [2021-04-10T00:43:33.389Z] 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-10T00:43:37.677Z] 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-10T00:43:41.977Z] 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-10T00:43:45.373Z] 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-10T00:43:49.680Z] 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-10T00:43:56.479Z] $ docker stop --time=1 ae55cb6a1d17107d1bef937656056063cf270d4fff0d1a284d658f8fe98542a8 [2021-04-10T00:43:58.938Z] $ docker rm -f ae55cb6a1d17107d1bef937656056063cf270d4fff0d1a284d658f8fe98542a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:44:01.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T00:44:01.177Z] [2021-04-10T00:44:01.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:44:01.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T00:44:01.554Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-10T00:44:01.554Z] 29e5d40040c1: Pulling fs layer [2021-04-10T00:44:01.554Z] 1ce36da41761: Pulling fs layer [2021-04-10T00:44:01.554Z] 25b303627fd3: Pulling fs layer [2021-04-10T00:44:02.160Z] 29e5d40040c1: Verifying Checksum [2021-04-10T00:44:02.160Z] 29e5d40040c1: Download complete [2021-04-10T00:44:02.437Z] 1ce36da41761: Verifying Checksum [2021-04-10T00:44:02.437Z] 1ce36da41761: Download complete [2021-04-10T00:44:03.043Z] 29e5d40040c1: Pull complete [2021-04-10T00:44:04.474Z] 25b303627fd3: Verifying Checksum [2021-04-10T00:44:04.474Z] 25b303627fd3: Download complete [2021-04-10T00:44:04.474Z] 1ce36da41761: Pull complete [2021-04-10T00:44:14.619Z] 25b303627fd3: Pull complete [2021-04-10T00:44:14.619Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-10T00:44:14.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T00:44:14.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-10T00:44:14.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-33518 does not seem to be running inside a container [2021-04-10T00:44:14.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-10T00:44:18.717Z] $ docker top 7f8a411ac42d7725aac9d093fac33dc831a8bdcf9bc7544c91a005b3c64a964a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:44:19.745Z] + docker-compose build --help [2021-04-10T00:44:19.745Z] + grep parallel [2021-04-10T00:44:23.102Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T00:44:23.116Z] $ docker stop --time=1 7f8a411ac42d7725aac9d093fac33dc831a8bdcf9bc7544c91a005b3c64a964a [2021-04-10T00:44:25.066Z] $ docker rm -f 7f8a411ac42d7725aac9d093fac33dc831a8bdcf9bc7544c91a005b3c64a964a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T00:44:25.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T00:44:25.912Z] . [Pipeline] withDockerContainer [2021-04-10T00:44:26.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-33518 does not seem to be running inside a container [2021-04-10T00:44:26.240Z] $ 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/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-10T00:44:27.663Z] $ docker top 873f33524a762b0a1d5b3ef3ba1a840c2611b89dac53a3810fb2dcc07e302890 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T00:44:28.622Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T00:44:31.982Z] Building docker-core-command-go ... [2021-04-10T00:44:31.982Z] Building docker-core-data-go ... [2021-04-10T00:44:31.982Z] Building docker-core-metadata-go ... [2021-04-10T00:44:31.982Z] Building docker-security-bootstrapper-go ... [2021-04-10T00:44:31.982Z] Building docker-security-proxy-setup-go ... [2021-04-10T00:44:31.982Z] Building docker-security-secretstore-setup-go ... [2021-04-10T00:44:31.982Z] Building docker-support-notifications-go ... [2021-04-10T00:44:31.982Z] Building docker-support-scheduler-go ... [2021-04-10T00:44:31.982Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T00:44:31.982Z] Building docker-core-command-go [2021-04-10T00:44:31.982Z] Building docker-core-data-go [2021-04-10T00:44:31.982Z] Building docker-sys-mgmt-agent-go [2021-04-10T00:44:31.982Z] Building docker-core-metadata-go [2021-04-10T00:44:31.982Z] Building docker-security-secretstore-setup-go [2021-04-10T00:45:10.863Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:10.863Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:10.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:10.863Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:10.863Z] ---> 19daaf283a0f [2021-04-10T00:45:10.863Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T00:45:10.863Z] ---> 19daaf283a0f [2021-04-10T00:45:10.863Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T00:45:10.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:10.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:10.863Z] ---> 19daaf283a0f [2021-04-10T00:45:10.863Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:10.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:10.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:10.863Z] ---> 19daaf283a0f [2021-04-10T00:45:10.863Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:10.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:10.863Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:10.863Z] ---> 19daaf283a0f [2021-04-10T00:45:10.863Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T00:45:10.863Z] ---> Running in 7ceabe04b01d [2021-04-10T00:45:10.863Z] ---> Running in 76b74dec7b65 [2021-04-10T00:45:10.863Z] ---> Running in 0b9136aa8b31 [2021-04-10T00:45:10.863Z] ---> Running in c4542d679eca [2021-04-10T00:45:10.863Z] ---> Running in 77897be8bf62 [2021-04-10T00:45:10.863Z] Removing intermediate container 76b74dec7b65 [2021-04-10T00:45:10.863Z] ---> 0ae30f9525ef [2021-04-10T00:45:10.863Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:10.863Z] Removing intermediate container 77897be8bf62 [2021-04-10T00:45:10.863Z] ---> cb53707461bf [2021-04-10T00:45:10.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:10.863Z] Removing intermediate container 0b9136aa8b31 [2021-04-10T00:45:10.863Z] ---> dd367dd5a543 [2021-04-10T00:45:10.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:10.863Z] Removing intermediate container c4542d679eca [2021-04-10T00:45:10.863Z] ---> fc33b3bb5bae [2021-04-10T00:45:10.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:10.863Z] Removing intermediate container 7ceabe04b01d [2021-04-10T00:45:10.863Z] ---> 00d5e8dfceaf [2021-04-10T00:45:10.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:10.863Z] ---> Running in ce3aecf307f3 [2021-04-10T00:45:10.863Z] ---> Running in 5b95dedddd14 [2021-04-10T00:45:10.863Z] ---> Running in dc5dc7d0e18d [2021-04-10T00:45:10.863Z] ---> Running in 83d9592006b5 [2021-04-10T00:45:10.863Z] ---> Running in f18b5ac24d1d [2021-04-10T00:45:17.883Z] Removing intermediate container dc5dc7d0e18d [2021-04-10T00:45:17.883Z] ---> 152b995357c4 [2021-04-10T00:45:17.883Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-10T00:45:17.883Z] ---> Running in 91e431b63993 [2021-04-10T00:45:18.191Z] Removing intermediate container 83d9592006b5 [2021-04-10T00:45:18.191Z] ---> 79c9d078cfe7 [2021-04-10T00:45:18.191Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T00:45:18.191Z] Removing intermediate container ce3aecf307f3 [2021-04-10T00:45:18.191Z] ---> 489431dcd0bd [2021-04-10T00:45:18.191Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T00:45:18.191Z] Removing intermediate container f18b5ac24d1d [2021-04-10T00:45:18.191Z] ---> 19e47d826e8a [2021-04-10T00:45:18.191Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T00:45:18.191Z] Removing intermediate container 5b95dedddd14 [2021-04-10T00:45:18.191Z] ---> 2b0c0061d9da [2021-04-10T00:45:18.191Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T00:45:18.529Z] ---> Running in e876c3fe7354 [2021-04-10T00:45:18.529Z] ---> Running in 9df117186458 [2021-04-10T00:45:18.529Z] ---> Running in cc613ac5396a [2021-04-10T00:45:18.529Z] ---> Running in 2aaea790b7a5 [2021-04-10T00:45:22.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:22.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:22.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:22.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:22.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:22.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:23.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:23.126Z] OK: 233 MiB in 51 packages [2021-04-10T00:45:23.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:23.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:23.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:45:24.501Z] OK: 233 MiB in 51 packages [2021-04-10T00:45:24.930Z] OK: 233 MiB in 51 packages [2021-04-10T00:45:24.930Z] OK: 233 MiB in 51 packages [2021-04-10T00:45:24.930Z] OK: 233 MiB in 51 packages [2021-04-10T00:45:27.354Z] Removing intermediate container 91e431b63993 [2021-04-10T00:45:27.354Z] ---> dab508221f4b [2021-04-10T00:45:27.354Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:27.699Z] Removing intermediate container 9df117186458 [2021-04-10T00:45:27.699Z] ---> 0852252d8d77 [2021-04-10T00:45:27.699Z] Step 6/24 : COPY go.mod . [2021-04-10T00:45:28.342Z] Removing intermediate container e876c3fe7354 [2021-04-10T00:45:28.342Z] ---> 2ab4d2dba214 [2021-04-10T00:45:28.342Z] Step 6/22 : COPY go.mod . [2021-04-10T00:45:28.612Z] Removing intermediate container 2aaea790b7a5 [2021-04-10T00:45:28.612Z] ---> 7c913c822c50 [2021-04-10T00:45:28.612Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:28.612Z] ---> e0fba7558676 [2021-04-10T00:45:28.612Z] Step 7/23 : RUN go mod download [2021-04-10T00:45:28.920Z] Removing intermediate container cc613ac5396a [2021-04-10T00:45:28.920Z] ---> 63f3cbf01fd1 [2021-04-10T00:45:28.920Z] Step 6/22 : COPY go.mod . [2021-04-10T00:45:28.920Z] ---> Running in 738235b7fc00 [2021-04-10T00:45:29.223Z] ---> 30b365ebb744 [2021-04-10T00:45:29.223Z] Step 7/24 : RUN go mod download [2021-04-10T00:45:29.509Z] ---> Running in 518734bbae70 [2021-04-10T00:45:29.865Z] ---> 94d20858c367 [2021-04-10T00:45:29.865Z] Step 7/23 : RUN go mod download [2021-04-10T00:45:29.865Z] ---> 2e4cb3f2df28 [2021-04-10T00:45:29.865Z] Step 7/22 : RUN go mod download [2021-04-10T00:45:29.865Z] ---> 54fb62492362 [2021-04-10T00:45:29.865Z] Step 7/22 : RUN go mod download [2021-04-10T00:45:30.354Z] ---> Running in 9f4e5a330adf [2021-04-10T00:45:30.354Z] ---> Running in 7a08aa852181 [2021-04-10T00:45:30.720Z] ---> Running in 1a26427c9241 [2021-04-10T00:45:39.990Z] Removing intermediate container 9f4e5a330adf [2021-04-10T00:45:39.990Z] ---> 5fa2ee873cda [2021-04-10T00:45:39.990Z] Step 8/22 : COPY . . [2021-04-10T00:45:39.990Z] Removing intermediate container 518734bbae70 [2021-04-10T00:45:39.990Z] ---> c2737c571585 [2021-04-10T00:45:39.990Z] Step 8/24 : COPY . . [2021-04-10T00:45:40.288Z] Removing intermediate container 1a26427c9241 [2021-04-10T00:45:40.288Z] ---> 3105d7b0f930 [2021-04-10T00:45:40.288Z] Step 8/22 : COPY . . [2021-04-10T00:45:40.288Z] Removing intermediate container 7a08aa852181 [2021-04-10T00:45:40.288Z] ---> d4db0a94094f [2021-04-10T00:45:40.288Z] Step 8/23 : COPY . . [2021-04-10T00:45:40.288Z] Removing intermediate container 738235b7fc00 [2021-04-10T00:45:40.288Z] ---> cf4670daf91e [2021-04-10T00:45:40.288Z] Step 8/23 : COPY . . [2021-04-10T00:45:53.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:53.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:53.800Z] ---> f629dbfe61df [2021-04-10T00:45:53.800Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:53.800Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:53.800Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:53.800Z] ---> f629dbfe61df [2021-04-10T00:45:53.800Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T00:45:53.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:53.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:53.800Z] ---> f629dbfe61df [2021-04-10T00:45:53.800Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:53.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:53.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:53.800Z] ---> f629dbfe61df [2021-04-10T00:45:53.800Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:53.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:45:53.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:45:53.800Z] ---> f629dbfe61df [2021-04-10T00:45:53.800Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:45:53.800Z] ---> Running in 735bbfd0c341 [2021-04-10T00:45:53.800Z] ---> Running in 31dd922dc310 [2021-04-10T00:45:53.800Z] ---> Running in 21495ae2fca0 [2021-04-10T00:45:53.800Z] ---> Running in 932f12e7e320 [2021-04-10T00:45:53.800Z] ---> Running in 7bb851444ed1 [2021-04-10T00:45:53.800Z] Removing intermediate container 932f12e7e320 [2021-04-10T00:45:53.800Z] ---> 17aa5d560399 [2021-04-10T00:45:53.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:53.800Z] Removing intermediate container 31dd922dc310 [2021-04-10T00:45:53.800Z] ---> 69e35ed43831 [2021-04-10T00:45:53.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:53.800Z] Removing intermediate container 21495ae2fca0 [2021-04-10T00:45:53.800Z] ---> e4d913b7142f [2021-04-10T00:45:53.800Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:53.800Z] Removing intermediate container 735bbfd0c341 [2021-04-10T00:45:53.800Z] ---> 18655d4c5fd1 [2021-04-10T00:45:53.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:53.800Z] Removing intermediate container 7bb851444ed1 [2021-04-10T00:45:53.800Z] ---> a2d12533571b [2021-04-10T00:45:53.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:45:53.800Z] ---> Running in f0278066dc4f [2021-04-10T00:45:53.800Z] ---> Running in 6bd56a29189d [2021-04-10T00:45:53.800Z] ---> Running in f57c71b561b4 [2021-04-10T00:45:53.800Z] ---> Running in 88176b730739 [2021-04-10T00:45:53.800Z] ---> Running in ae094a5f6079 [2021-04-10T00:45:53.800Z] Removing intermediate container f0278066dc4f [2021-04-10T00:45:53.800Z] ---> f07b05f72804 [2021-04-10T00:45:53.800Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T00:45:53.800Z] Removing intermediate container 6bd56a29189d [2021-04-10T00:45:53.800Z] ---> 8068e5061df4 [2021-04-10T00:45:53.800Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T00:45:53.800Z] ---> Running in a4ef5c6f3f4f [2021-04-10T00:45:53.800Z] ---> Running in e8647216daeb [2021-04-10T00:45:53.800Z] Removing intermediate container f57c71b561b4 [2021-04-10T00:45:53.800Z] ---> 533c25c64e8c [2021-04-10T00:45:53.800Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T00:45:53.800Z] Removing intermediate container ae094a5f6079 [2021-04-10T00:45:53.800Z] ---> 66d95c1474ce [2021-04-10T00:45:53.800Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-10T00:45:53.800Z] ---> Running in dd8307051e24 [2021-04-10T00:45:53.800Z] ---> Running in fc9f7f20e940 [2021-04-10T00:45:53.800Z] Removing intermediate container 88176b730739 [2021-04-10T00:45:53.800Z] ---> d743012cf7f5 [2021-04-10T00:45:53.800Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T00:45:53.800Z] ---> Running in 5f23d3ac4864 [2021-04-10T00:45:54.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:54.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:54.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:54.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:54.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:55.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:55.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:55.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:55.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:55.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:45:56.098Z] OK: 217 MiB in 51 packages [2021-04-10T00:45:56.098Z] OK: 217 MiB in 51 packages [2021-04-10T00:45:56.702Z] OK: 217 MiB in 51 packages [2021-04-10T00:45:56.702Z] OK: 217 MiB in 51 packages [2021-04-10T00:45:56.980Z] OK: 217 MiB in 51 packages [2021-04-10T00:45:57.976Z] Removing intermediate container e8647216daeb [2021-04-10T00:45:57.976Z] ---> eab6444b0e3a [2021-04-10T00:45:57.976Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:57.976Z] Removing intermediate container a4ef5c6f3f4f [2021-04-10T00:45:57.976Z] ---> afb90b1bb40e [2021-04-10T00:45:57.976Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:58.571Z] Removing intermediate container dd8307051e24 [2021-04-10T00:45:58.571Z] ---> ccb52963963b [2021-04-10T00:45:58.571Z] Step 6/24 : COPY go.mod . [2021-04-10T00:45:58.847Z] ---> 262b3a5482c3 [2021-04-10T00:45:58.847Z] Step 7/23 : RUN go mod download [2021-04-10T00:45:58.847Z] Removing intermediate container 5f23d3ac4864 [2021-04-10T00:45:58.847Z] ---> 7850f9475d58 [2021-04-10T00:45:58.847Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:58.847Z] Removing intermediate container fc9f7f20e940 [2021-04-10T00:45:58.847Z] ---> 1a19e9c5cd13 [2021-04-10T00:45:58.847Z] Step 6/23 : COPY go.mod . [2021-04-10T00:45:59.125Z] ---> Running in 2c2f9392fb7e [2021-04-10T00:45:59.125Z] ---> 3b847da7d3fd [2021-04-10T00:45:59.125Z] Step 7/23 : RUN go mod download [2021-04-10T00:45:59.408Z] ---> Running in ff040d184444 [2021-04-10T00:45:59.408Z] ---> 648cfc35f1a5 [2021-04-10T00:45:59.408Z] Step 7/24 : RUN go mod download [2021-04-10T00:45:59.684Z] ---> Running in 4fed062fe9bc [2021-04-10T00:45:59.956Z] ---> c7abb16b9091 [2021-04-10T00:45:59.956Z] Step 7/23 : RUN go mod download [2021-04-10T00:45:59.956Z] ---> 7c2c60bfa078 [2021-04-10T00:45:59.956Z] Step 7/23 : RUN go mod download [2021-04-10T00:46:00.230Z] ---> Running in fb23a7ff322d [2021-04-10T00:46:00.230Z] ---> Running in b82ea649150e [2021-04-10T00:46:03.646Z] Removing intermediate container 2c2f9392fb7e [2021-04-10T00:46:03.646Z] ---> 6a0afbf92c5f [2021-04-10T00:46:03.646Z] Step 8/23 : COPY . . [2021-04-10T00:46:03.920Z] Removing intermediate container ff040d184444 [2021-04-10T00:46:03.920Z] ---> 1875a4b99aa7 [2021-04-10T00:46:03.920Z] Step 8/23 : COPY . . [2021-04-10T00:46:04.194Z] Removing intermediate container 4fed062fe9bc [2021-04-10T00:46:04.194Z] ---> 8f8ea0877519 [2021-04-10T00:46:04.194Z] Step 8/24 : COPY . . [2021-04-10T00:46:05.187Z] Removing intermediate container fb23a7ff322d [2021-04-10T00:46:05.188Z] ---> 29062043bab4 [2021-04-10T00:46:05.188Z] Step 8/23 : COPY . . [2021-04-10T00:46:05.461Z] Removing intermediate container b82ea649150e [2021-04-10T00:46:05.462Z] ---> 42c1cfcad8d9 [2021-04-10T00:46:05.462Z] Step 8/23 : COPY . . [2021-04-10T00:46:32.260Z] ---> bb604fd0561e [2021-04-10T00:46:32.260Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T00:46:32.260Z] ---> 67df6ce33358 [2021-04-10T00:46:32.260Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T00:46:32.260Z] ---> e2ea66d84877 [2021-04-10T00:46:32.260Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T00:46:32.260Z] ---> Running in aa7b5a843f6c [2021-04-10T00:46:32.260Z] ---> ceea43f93f9c [2021-04-10T00:46:32.260Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T00:46:32.260Z] ---> 06c85c9fce11 [2021-04-10T00:46:32.260Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T00:46:32.260Z] ---> Running in ca300c13f807 [2021-04-10T00:46:32.260Z] ---> Running in a73595caa9f6 [2021-04-10T00:46:32.260Z] ---> Running in 0bef3cc2837c [2021-04-10T00:46:32.260Z] ---> Running in b85680e29a6d [2021-04-10T00:46:32.260Z] 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-10T00:46:32.260Z] 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-10T00:46:32.260Z] 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-10T00:46:32.260Z] 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-10T00:46:32.260Z] 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-10T00:47:50.718Z] ---> e7b307442685 [2021-04-10T00:47:50.718Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T00:47:50.718Z] ---> edafa7520c1b [2021-04-10T00:47:50.718Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T00:47:50.718Z] ---> Running in c4ef2f7fbfef [2021-04-10T00:47:50.718Z] ---> Running in dd4c809deac0 [2021-04-10T00:47:50.718Z] ---> 7bee18ede4ba [2021-04-10T00:47:50.718Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T00:47:50.718Z] ---> 67fe0f632f28 [2021-04-10T00:47:50.718Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T00:47:50.718Z] ---> Running in d38b392ec6bc [2021-04-10T00:47:50.718Z] ---> Running in 18c421b22b4a [2021-04-10T00:47:50.718Z] ---> f9c7f665db76 [2021-04-10T00:47:50.718Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T00:47:50.718Z] ---> Running in 128384025ab1 [2021-04-10T00:47:50.718Z] 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-10T00:47:50.718Z] 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-10T00:47:50.718Z] 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-10T00:47:50.718Z] 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-10T00:47:50.718Z] 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-10T00:48:09.285Z] 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-10T00:48:24.408Z] Removing intermediate container ca300c13f807 [2021-04-10T00:48:24.408Z] ---> 91c9078b8af6 [2021-04-10T00:48:24.408Z] [2021-04-10T00:48:24.408Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T00:48:24.408Z] 3.12: Pulling from library/alpine [2021-04-10T00:48:24.408Z] Removing intermediate container 0bef3cc2837c [2021-04-10T00:48:24.408Z] ---> 4052d9422c91 [2021-04-10T00:48:24.408Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T00:48:24.683Z] ---> Running in edf54012c582 [2021-04-10T00:48:24.966Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T00:48:24.966Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T00:48:24.966Z] ---> d75e27dfc0a0 [2021-04-10T00:48:24.966Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T00:48:25.568Z] ---> Running in 6408c977a5cb [2021-04-10T00:48:27.020Z] 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-10T00:48:27.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:28.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:28.819Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T00:48:28.819Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:48:28.819Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T00:48:28.819Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T00:48:28.819Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T00:48:28.819Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T00:48:28.819Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:48:28.819Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:48:29.418Z] OK: 7 MiB in 20 packages [2021-04-10T00:48:31.408Z] Removing intermediate container a73595caa9f6 [2021-04-10T00:48:31.408Z] ---> ec09d32e4b4e [2021-04-10T00:48:31.408Z] [2021-04-10T00:48:31.408Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:48:31.408Z] ---> d75e27dfc0a0 [2021-04-10T00:48:31.408Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:48:32.013Z] ---> Running in 504467d28343 [2021-04-10T00:48:32.619Z] Removing intermediate container 6408c977a5cb [2021-04-10T00:48:32.619Z] ---> 81f70596a961 [2021-04-10T00:48:32.619Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T00:48:32.895Z] ---> Running in 1baaff0b500a [2021-04-10T00:48:33.890Z] Removing intermediate container edf54012c582 [2021-04-10T00:48:33.890Z] ---> 97310f86b79a [2021-04-10T00:48:33.890Z] [2021-04-10T00:48:33.890Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T00:48:33.890Z] Removing intermediate container 1baaff0b500a [2021-04-10T00:48:33.890Z] ---> 6d4b24c80388 [2021-04-10T00:48:33.890Z] Step 13/24 : WORKDIR / [2021-04-10T00:48:33.890Z] 20.10.0: Pulling from library/docker [2021-04-10T00:48:33.890Z] ---> Running in d0fcda5fd0ea [2021-04-10T00:48:34.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:34.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:35.053Z] Removing intermediate container d0fcda5fd0ea [2021-04-10T00:48:35.053Z] ---> 39e463e1fae9 [2021-04-10T00:48:35.053Z] 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-10T00:48:35.337Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T00:48:35.337Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:48:35.337Z] OK: 5 MiB in 15 packages [2021-04-10T00:48:37.341Z] ---> c3d56c7aad2c [2021-04-10T00:48:37.341Z] 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-10T00:48:38.328Z] Removing intermediate container 504467d28343 [2021-04-10T00:48:38.328Z] ---> 74f34c902e23 [2021-04-10T00:48:38.328Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:48:38.605Z] ---> Running in 89a869b5f454 [2021-04-10T00:48:39.202Z] ---> 7953621eed72 [2021-04-10T00:48:39.202Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T00:48:39.477Z] Removing intermediate container 89a869b5f454 [2021-04-10T00:48:39.477Z] ---> ed058f89d4eb [2021-04-10T00:48:39.477Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-10T00:48:39.754Z] ---> Running in 963c9be644d7 [2021-04-10T00:48:41.203Z] ---> 4260737ecbfc [2021-04-10T00:48:41.203Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-10T00:48:41.820Z] Removing intermediate container 963c9be644d7 [2021-04-10T00:48:41.820Z] ---> 2329f4a7c8ee [2021-04-10T00:48:41.820Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T00:48:42.417Z] ---> Running in 9fe8f8f60917 [2021-04-10T00:48:43.894Z] Removing intermediate container 9fe8f8f60917 [2021-04-10T00:48:43.894Z] ---> fca866b7775d [2021-04-10T00:48:43.894Z] Step 15/23 : WORKDIR / [2021-04-10T00:48:44.190Z] Removing intermediate container aa7b5a843f6c [2021-04-10T00:48:44.190Z] ---> f11e2aa2396f [2021-04-10T00:48:44.190Z] [2021-04-10T00:48:44.190Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:48:44.190Z] ---> d75e27dfc0a0 [2021-04-10T00:48:44.190Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:48:44.190Z] ---> Using cache [2021-04-10T00:48:44.190Z] ---> 74f34c902e23 [2021-04-10T00:48:44.190Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:48:44.190Z] ---> Using cache [2021-04-10T00:48:44.190Z] ---> ed058f89d4eb [2021-04-10T00:48:44.190Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T00:48:44.474Z] ---> 47bb540c0f11 [2021-04-10T00:48:44.474Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T00:48:44.474Z] ---> Running in 0b4e9e84261d [2021-04-10T00:48:44.750Z] ---> Running in 2eab92cd44cf [2021-04-10T00:48:45.748Z] Removing intermediate container 0b4e9e84261d [2021-04-10T00:48:45.748Z] ---> f96cb7a48771 [2021-04-10T00:48:45.748Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:48:46.448Z] Removing intermediate container 2eab92cd44cf [2021-04-10T00:48:46.448Z] ---> b9d57678dc6c [2021-04-10T00:48:46.448Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T00:48:46.448Z] ---> cbdc8f88d330 [2021-04-10T00:48:46.448Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T00:48:46.737Z] ---> Running in 0d95ed38b938 [2021-04-10T00:48:47.446Z] ---> b65c864aec97 [2021-04-10T00:48:47.446Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T00:48:47.735Z] Removing intermediate container 0d95ed38b938 [2021-04-10T00:48:47.735Z] ---> a397c4723f8b [2021-04-10T00:48:47.735Z] Step 15/23 : WORKDIR / [2021-04-10T00:48:48.332Z] ---> Running in 1024b6d03cdc [2021-04-10T00:48:48.944Z] ---> a54cfc9c0b67 [2021-04-10T00:48:48.944Z] 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-10T00:48:49.927Z] ---> Running in b8ca31587318 [2021-04-10T00:48:49.927Z] Removing intermediate container 1024b6d03cdc [2021-04-10T00:48:49.927Z] ---> 9785c1e94e67 [2021-04-10T00:48:49.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:48:50.200Z] ---> da594f01f505 [2021-04-10T00:48:50.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T00:48:51.183Z] ---> ab60ec845805 [2021-04-10T00:48:51.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T00:48:51.183Z] Removing intermediate container b85680e29a6d [2021-04-10T00:48:51.183Z] ---> e9216e25a913 [2021-04-10T00:48:51.183Z] [2021-04-10T00:48:51.183Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:48:51.183Z] ---> d75e27dfc0a0 [2021-04-10T00:48:51.183Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T00:48:51.458Z] ---> 7f98b7aa6cb1 [2021-04-10T00:48:51.458Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T00:48:51.731Z] ---> Running in 58c6f8e18474 [2021-04-10T00:48:51.731Z] ---> Running in b4acdd565c66 [2021-04-10T00:48:52.333Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T00:48:52.333Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T00:48:52.333Z] ---> eeaf43b92773 [2021-04-10T00:48:52.333Z] 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-10T00:48:52.333Z] Removing intermediate container 58c6f8e18474 [2021-04-10T00:48:52.333Z] ---> c94f1410ee5f [2021-04-10T00:48:52.333Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T00:48:52.611Z] ---> Running in 25880c393fe8 [2021-04-10T00:48:52.611Z] ---> Running in 2e958abeb3e1 [2021-04-10T00:48:52.611Z] Removing intermediate container b4acdd565c66 [2021-04-10T00:48:52.611Z] ---> 7d5e65a7beda [2021-04-10T00:48:52.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:48:52.885Z] ---> Running in af4a4e6f3cbb [2021-04-10T00:48:52.885Z] ---> 5fa76070e362 [2021-04-10T00:48:52.886Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T00:48:52.886Z] Removing intermediate container b8ca31587318 [2021-04-10T00:48:52.886Z] ---> 01ef8c6609ba [2021-04-10T00:48:52.886Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T00:48:53.167Z] ---> Running in 6cba49bd0047 [2021-04-10T00:48:53.440Z] Removing intermediate container 2e958abeb3e1 [2021-04-10T00:48:53.441Z] ---> 415ce29ccfa9 [2021-04-10T00:48:53.441Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T00:48:53.441Z] Removing intermediate container 25880c393fe8 [2021-04-10T00:48:53.441Z] ---> be171f9e5b1c [2021-04-10T00:48:53.441Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T00:48:53.441Z] Removing intermediate container af4a4e6f3cbb [2021-04-10T00:48:53.441Z] ---> a18ed8509415 [2021-04-10T00:48:53.441Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T00:48:53.713Z] ---> Running in 3fa572fb6508 [2021-04-10T00:48:53.713Z] ---> Running in 034e5c3ea8d0 [2021-04-10T00:48:53.713Z] ---> Running in aab6f85e5b61 [2021-04-10T00:48:53.990Z] Removing intermediate container 6cba49bd0047 [2021-04-10T00:48:53.990Z] ---> 39bb7a717e51 [2021-04-10T00:48:53.990Z] Step 22/24 : LABEL arch=arm64 [2021-04-10T00:48:53.990Z] ---> 1ffacc6b334f [2021-04-10T00:48:53.990Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T00:48:54.267Z] ---> Running in 1c015ac00f46 [2021-04-10T00:48:54.267Z] ---> Running in 6ee0176f955b [2021-04-10T00:48:54.542Z] Removing intermediate container 034e5c3ea8d0 [2021-04-10T00:48:54.542Z] ---> 7eccb61a8ef5 [2021-04-10T00:48:54.542Z] Removing intermediate container aab6f85e5b61 [2021-04-10T00:48:54.542Z] ---> 601c9b513325 [2021-04-10T00:48:54.542Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:48:54.542Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:48:54.816Z] ---> Running in 42ef174d1d33 [2021-04-10T00:48:54.816Z] ---> Running in 1c12e82d7ce9 [2021-04-10T00:48:55.089Z] Removing intermediate container 1c015ac00f46 [2021-04-10T00:48:55.089Z] ---> 6237a04d4580 [2021-04-10T00:48:55.089Z] Step 23/24 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:48:55.089Z] Removing intermediate container 6ee0176f955b [2021-04-10T00:48:55.089Z] ---> 381499e9d3a0 [2021-04-10T00:48:55.089Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:48:55.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:55.397Z] ---> Running in 7cc8faa02d5a [2021-04-10T00:48:55.397Z] ---> Running in e851debe9ab4 [2021-04-10T00:48:55.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:48:55.397Z] Removing intermediate container 42ef174d1d33 [2021-04-10T00:48:55.397Z] ---> 9817e5132984 [2021-04-10T00:48:55.397Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:48:55.676Z] ---> Running in 8385e066e202 [2021-04-10T00:48:55.949Z] Removing intermediate container e851debe9ab4 [2021-04-10T00:48:55.949Z] ---> 02983b75d062 [2021-04-10T00:48:55.949Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T00:48:55.949Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T00:48:55.949Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T00:48:55.949Z] Executing bash-5.0.17-r0.post-install [2021-04-10T00:48:55.949Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:48:56.222Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T00:48:56.222Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T00:48:56.222Z] Removing intermediate container 7cc8faa02d5a [2021-04-10T00:48:56.222Z] ---> c658cf7b2c54 [2021-04-10T00:48:56.222Z] Step 24/24 : LABEL version=0.0.0 [2021-04-10T00:48:56.222Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T00:48:56.222Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T00:48:56.222Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T00:48:56.222Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T00:48:56.222Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T00:48:56.222Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T00:48:56.222Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T00:48:56.222Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T00:48:56.492Z] ---> Running in 1181a6990dd9 [2021-04-10T00:48:56.777Z] ---> Running in 1bd74cfbf7ba [2021-04-10T00:48:56.777Z] Removing intermediate container 8385e066e202 [2021-04-10T00:48:56.777Z] ---> 3ea96277b528 [2021-04-10T00:48:56.777Z] [2021-04-10T00:48:57.061Z] Removing intermediate container 1181a6990dd9 [2021-04-10T00:48:57.061Z] ---> 387dbc4e3958 [2021-04-10T00:48:57.061Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:48:57.332Z] Successfully built 3ea96277b528 [2021-04-10T00:48:57.332Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-10T00:48:57.332Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-04-10T00:48:57.612Z] ---> Running in 7aa171a9ea6b [2021-04-10T00:48:57.612Z] Removing intermediate container 1bd74cfbf7ba [2021-04-10T00:48:57.612Z] ---> 16da3ce85aa6 [2021-04-10T00:48:57.612Z] [2021-04-10T00:48:58.214Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T00:48:58.214Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T00:48:58.214Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T00:48:58.214Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T00:48:58.214Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T00:48:58.214Z] Successfully built 16da3ce85aa6 [2021-04-10T00:48:58.214Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T00:48:58.485Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T00:48:58.485Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T00:48:58.485Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T00:48:58.485Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-10T00:48:58.485Z] Building docker-support-notifications-go [2021-04-10T00:48:58.485Z]  Building docker-security-secretstore-setup-go ... done (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T00:48:58.485Z] Removing intermediate container 1c12e82d7ce9 [2021-04-10T00:48:58.485Z] ---> 5d78336aca73 [2021-04-10T00:48:58.485Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T00:48:58.485Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T00:48:58.485Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T00:48:58.485Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T00:48:58.485Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T00:48:58.762Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T00:48:58.762Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T00:48:58.762Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T00:48:58.762Z] Removing intermediate container 7aa171a9ea6b [2021-04-10T00:48:58.762Z] ---> f0000ac4f9ab [2021-04-10T00:48:58.762Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:48:58.762Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T00:48:58.762Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T00:48:58.762Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T00:48:58.762Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T00:48:58.762Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T00:48:58.762Z] ---> Running in 72c41e8f216b [2021-04-10T00:48:58.762Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T00:48:58.762Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T00:48:58.762Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T00:48:58.762Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T00:48:59.040Z] ---> Running in a98395521886 [2021-04-10T00:48:59.040Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T00:48:59.040Z] OK: 72 MiB in 59 packages [2021-04-10T00:48:59.648Z] Removing intermediate container a98395521886 [2021-04-10T00:48:59.648Z] ---> 4da4aac02209 [2021-04-10T00:48:59.648Z] [2021-04-10T00:49:00.243Z] Successfully built 4da4aac02209 [2021-04-10T00:49:00.243Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-10T00:49:00.243Z] Building docker-security-bootstrapper-go [2021-04-10T00:49:00.243Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:00.774Z] 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-10T00:49:01.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:01.813Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:02.089Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T00:49:02.089Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T00:49:02.089Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T00:49:02.364Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T00:49:02.641Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T00:49:02.641Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:49:02.641Z] OK: 8 MiB in 20 packages [2021-04-10T00:49:04.079Z] Collecting docker-compose==1.23.2 [2021-04-10T00:49:04.079Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T00:49:05.062Z] 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-10T00:49:06.040Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T00:49:06.040Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T00:49:06.640Z] Removing intermediate container 72c41e8f216b [2021-04-10T00:49:06.640Z] ---> 2f70665e3203 [2021-04-10T00:49:06.640Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:49:06.911Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T00:49:06.911Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T00:49:07.889Z] ---> 141213fa4481 [2021-04-10T00:49:07.889Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T00:49:08.382Z] Removing intermediate container dd4c809deac0 [2021-04-10T00:49:08.382Z] ---> de867d704b99 [2021-04-10T00:49:08.382Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T00:49:09.876Z] Collecting cached-property<2,>=1.2.0 [2021-04-10T00:49:09.876Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T00:49:10.149Z] ---> 82a2e7465209 [2021-04-10T00:49:10.149Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T00:49:10.581Z] ---> Running in 8c8c56c93722 [2021-04-10T00:49:10.581Z] Removing intermediate container 18c421b22b4a [2021-04-10T00:49:10.581Z] ---> d912706e5c7d [2021-04-10T00:49:10.581Z] [2021-04-10T00:49:10.581Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:49:10.581Z] 3.12: Pulling from library/alpine [2021-04-10T00:49:11.134Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T00:49:11.134Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T00:49:12.051Z] Removing intermediate container 128384025ab1 [2021-04-10T00:49:12.051Z] ---> 4fe577e2be27 [2021-04-10T00:49:12.051Z] [2021-04-10T00:49:12.051Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T00:49:12.115Z] ---> 1e08681d810b [2021-04-10T00:49:12.115Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T00:49:12.392Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T00:49:12.392Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T00:49:12.392Z] ---> Running in b804cdd1ac90 [2021-04-10T00:49:12.535Z] 3.12: Pulling from library/alpine [2021-04-10T00:49:13.369Z] Removing intermediate container b804cdd1ac90 [2021-04-10T00:49:13.369Z] ---> 751c937ac41c [2021-04-10T00:49:13.369Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:49:13.642Z] ---> Running in d0643917d062 [2021-04-10T00:49:13.915Z] Removing intermediate container d0643917d062 [2021-04-10T00:49:13.915Z] ---> 709bcdfb9cbe [2021-04-10T00:49:13.915Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T00:49:14.189Z] ---> Running in 8437c38d63f9 [2021-04-10T00:49:14.505Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T00:49:14.505Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T00:49:14.789Z] Collecting docopt<0.7,>=0.6.1 [2021-04-10T00:49:14.789Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T00:49:14.789Z] Removing intermediate container 8437c38d63f9 [2021-04-10T00:49:14.789Z] ---> 253c77248616 [2021-04-10T00:49:14.789Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:49:14.789Z] ---> Running in 7aee1c7fa0ad [2021-04-10T00:49:14.832Z] 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-10T00:49:15.392Z] Removing intermediate container 7aee1c7fa0ad [2021-04-10T00:49:15.392Z] ---> 12995e536d0d [2021-04-10T00:49:15.392Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:49:15.392Z] ---> Running in f5f6223c56a3 [2021-04-10T00:49:15.888Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T00:49:15.888Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T00:49:15.888Z] ---> 7230e588e954 [2021-04-10T00:49:15.888Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:49:15.888Z] ---> 7230e588e954 [2021-04-10T00:49:15.888Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:49:15.888Z] Removing intermediate container c4ef2f7fbfef [2021-04-10T00:49:15.888Z] ---> 6c40e7702546 [2021-04-10T00:49:15.888Z] [2021-04-10T00:49:15.888Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T00:49:15.888Z] ---> 7230e588e954 [2021-04-10T00:49:15.888Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T00:49:15.993Z] Removing intermediate container f5f6223c56a3 [2021-04-10T00:49:15.993Z] ---> 8e03fb09d24a [2021-04-10T00:49:15.993Z] [2021-04-10T00:49:16.197Z] ---> Running in ce900d5ac4f0 [2021-04-10T00:49:16.197Z] ---> Running in ac96370777eb [2021-04-10T00:49:16.197Z] Removing intermediate container d38b392ec6bc [2021-04-10T00:49:16.197Z] ---> 463362a5908f [2021-04-10T00:49:16.197Z] [2021-04-10T00:49:16.197Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T00:49:16.197Z] ---> 7230e588e954 [2021-04-10T00:49:16.197Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T00:49:16.197Z] ---> Running in 9262897daeae [2021-04-10T00:49:16.500Z] ---> Running in e54d933ccea9 [2021-04-10T00:49:16.590Z] Successfully built 8e03fb09d24a [2021-04-10T00:49:16.590Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-10T00:49:16.590Z] Building docker-support-scheduler-go [2021-04-10T00:49:18.018Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T00:49:18.018Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T00:49:18.633Z] Collecting jsonschema<3,>=2.5.1 [2021-04-10T00:49:18.633Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T00:49:19.615Z] Collecting PyYAML<4,>=3.10 [2021-04-10T00:49:19.893Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T00:49:20.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.139Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:20.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.505Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:49:20.505Z] OK: 6 MiB in 15 packages [2021-04-10T00:49:20.505Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:20.505Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:49:20.505Z] OK: 6 MiB in 15 packages [2021-04-10T00:49:20.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:20.505Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T00:49:20.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:20.849Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:49:20.849Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:49:20.849Z] OK: 6 MiB in 16 packages [2021-04-10T00:49:20.849Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T00:49:20.849Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:49:20.849Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T00:49:20.849Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T00:49:20.849Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:20.849Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T00:49:20.849Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:49:20.849Z] Removing intermediate container 8c8c56c93722 [2021-04-10T00:49:20.849Z] ---> f4a9c606622c [2021-04-10T00:49:20.849Z] [2021-04-10T00:49:20.849Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T00:49:20.849Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:49:21.179Z] OK: 7 MiB in 20 packages [2021-04-10T00:49:21.179Z] 20.10.0: Pulling from library/docker [2021-04-10T00:49:22.353Z] Removing intermediate container ce900d5ac4f0 [2021-04-10T00:49:22.353Z] ---> 6b48701d5585 [2021-04-10T00:49:22.353Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:49:22.744Z] Removing intermediate container ac96370777eb [2021-04-10T00:49:22.744Z] ---> 57057b660ef5 [2021-04-10T00:49:22.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-10T00:49:22.744Z] ---> Running in d1d265f3b80c [2021-04-10T00:49:23.127Z] ---> Running in 8c7b9a57a366 [2021-04-10T00:49:23.836Z] Removing intermediate container 9262897daeae [2021-04-10T00:49:23.836Z] ---> 31a7e74902bd [2021-04-10T00:49:23.836Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:49:23.836Z] Removing intermediate container e54d933ccea9 [2021-04-10T00:49:23.836Z] ---> 093753a5f25e [2021-04-10T00:49:23.836Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T00:49:23.836Z] Removing intermediate container d1d265f3b80c [2021-04-10T00:49:23.836Z] ---> d8ce34c56cd6 [2021-04-10T00:49:23.836Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-10T00:49:24.190Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T00:49:24.190Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T00:49:24.190Z] Collecting idna<2.8,>=2.5 [2021-04-10T00:49:24.190Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T00:49:24.301Z] Removing intermediate container 8c7b9a57a366 [2021-04-10T00:49:24.301Z] ---> 9abe3fa8fc0f [2021-04-10T00:49:24.301Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T00:49:24.301Z] ---> Running in 0e18e50cce84 [2021-04-10T00:49:24.301Z] ---> Running in 70d5e59ffef6 [2021-04-10T00:49:24.301Z] ---> Running in fc169e0636a1 [2021-04-10T00:49:24.639Z] ---> Running in 9b49b27b7e2f [2021-04-10T00:49:25.170Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T00:49:25.170Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T00:49:25.267Z] Removing intermediate container fc169e0636a1 [2021-04-10T00:49:25.267Z] ---> e3c325508eda [2021-04-10T00:49:25.267Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T00:49:25.446Z] 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-10T00:49:25.446Z] 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-10T00:49:25.446Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T00:49:25.446Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T00:49:25.446Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T00:49:25.446Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T00:49:25.547Z] Removing intermediate container 0e18e50cce84 [2021-04-10T00:49:25.547Z] ---> 07a2742de169 [2021-04-10T00:49:25.547Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T00:49:25.547Z] Removing intermediate container 70d5e59ffef6 [2021-04-10T00:49:25.547Z] ---> de6a325defc7 [2021-04-10T00:49:25.547Z] Step 13/24 : WORKDIR / [2021-04-10T00:49:25.547Z] ---> Running in a39b0497eb41 [2021-04-10T00:49:25.547Z] Removing intermediate container 9b49b27b7e2f [2021-04-10T00:49:25.547Z] ---> 0dc1ccbac060 [2021-04-10T00:49:25.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T00:49:25.547Z] ---> Running in 4621da31de5e [2021-04-10T00:49:25.903Z] ---> Running in e1cb8a6fd694 [2021-04-10T00:49:25.903Z] ---> Running in b6628e3f1ac8 [2021-04-10T00:49:26.237Z] Removing intermediate container 4621da31de5e [2021-04-10T00:49:26.237Z] ---> f30407a5bae3 [2021-04-10T00:49:26.237Z] Step 15/23 : WORKDIR / [2021-04-10T00:49:26.237Z] Removing intermediate container a39b0497eb41 [2021-04-10T00:49:26.237Z] ---> 3b39f76ee493 [2021-04-10T00:49:26.237Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T00:49:26.581Z] Removing intermediate container e1cb8a6fd694 [2021-04-10T00:49:26.581Z] ---> b78a1926a1b2 [2021-04-10T00:49:26.581Z] 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-10T00:49:26.581Z] ---> Running in e901cc9f2e5f [2021-04-10T00:49:26.581Z] ---> Running in edc7425bf879 [2021-04-10T00:49:26.581Z] Removing intermediate container b6628e3f1ac8 [2021-04-10T00:49:26.581Z] ---> f83c4eb3462d [2021-04-10T00:49:26.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:49:26.889Z] Installing collected packages: websocket-client, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-04-10T00:49:26.889Z] Running setup.py install for texttable: started [2021-04-10T00:49:27.236Z] Removing intermediate container edc7425bf879 [2021-04-10T00:49:27.236Z] ---> 10afd2a9bfeb [2021-04-10T00:49:27.236Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:49:27.540Z] ---> 6a9521429ef4 [2021-04-10T00:49:27.540Z] 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-10T00:49:27.540Z] Removing intermediate container e901cc9f2e5f [2021-04-10T00:49:27.540Z] ---> 54fb6cb84d6f [2021-04-10T00:49:27.540Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:49:27.540Z] ---> 2a0c8e7fc634 [2021-04-10T00:49:27.540Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T00:49:27.911Z] ---> f449a2175e44 [2021-04-10T00:49:27.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T00:49:28.223Z] ---> b03700b6a3b8 [2021-04-10T00:49:28.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T00:49:28.926Z] ---> f1d69dafdacd [2021-04-10T00:49:28.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T00:49:29.522Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T00:49:29.522Z] Attempting uninstall: idna [2021-04-10T00:49:29.522Z] Found existing installation: idna 2.9 [2021-04-10T00:49:29.522Z] Uninstalling idna-2.9: [2021-04-10T00:49:29.522Z] Successfully uninstalled idna-2.9 [2021-04-10T00:49:29.586Z] ---> 1387591e4f36 [2021-04-10T00:49:29.586Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-10T00:49:29.586Z] ---> 05810eb034a6 [2021-04-10T00:49:29.586Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T00:49:29.972Z] ---> 2aeba4707e96 [2021-04-10T00:49:29.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T00:49:30.124Z] Attempting uninstall: urllib3 [2021-04-10T00:49:30.124Z] Found existing installation: urllib3 1.25.9 [2021-04-10T00:49:30.124Z] Uninstalling urllib3-1.25.9: [2021-04-10T00:49:30.124Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T00:49:30.726Z] Attempting uninstall: requests [2021-04-10T00:49:30.726Z] Found existing installation: requests 2.23.0 [2021-04-10T00:49:30.726Z] Uninstalling requests-2.23.0: [2021-04-10T00:49:30.998Z] Successfully uninstalled requests-2.23.0 [2021-04-10T00:49:31.113Z] ---> 442df9671216 [2021-04-10T00:49:31.113Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T00:49:31.420Z] ---> Running in b06facb77bf4 [2021-04-10T00:49:31.420Z] ---> c443c29584ce [2021-04-10T00:49:31.420Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T00:49:31.420Z] ---> b4afabfa0574 [2021-04-10T00:49:31.420Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T00:49:31.740Z] ---> 5d94e517d825 [2021-04-10T00:49:31.740Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T00:49:32.358Z] ---> Running in e7995cef340b [2021-04-10T00:49:32.430Z] Running setup.py install for dockerpty: started [2021-04-10T00:49:33.040Z] Removing intermediate container b06facb77bf4 [2021-04-10T00:49:33.040Z] ---> 7ef2e8d4d847 [2021-04-10T00:49:33.040Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:49:33.040Z] ---> a8521b6c8def [2021-04-10T00:49:33.040Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T00:49:33.040Z] ---> Running in f0ef846ff57b [2021-04-10T00:49:33.440Z] Removing intermediate container e7995cef340b [2021-04-10T00:49:33.440Z] ---> bbe0da45dfef [2021-04-10T00:49:33.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:49:33.440Z] ---> Running in 08eb4d925def [2021-04-10T00:49:33.440Z] ---> 60347bb6d6a6 [2021-04-10T00:49:33.440Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T00:49:33.440Z] ---> Running in 0cd89b91bc2b [2021-04-10T00:49:33.440Z] Removing intermediate container f0ef846ff57b [2021-04-10T00:49:33.440Z] ---> e967894f4e5d [2021-04-10T00:49:33.440Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T00:49:33.440Z] Removing intermediate container 08eb4d925def [2021-04-10T00:49:33.440Z] ---> 1b1437a21d9d [2021-04-10T00:49:33.440Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:49:33.821Z] ---> Running in 35ac9fdb74db [2021-04-10T00:49:33.821Z] ---> Running in 39c36e1a235c [2021-04-10T00:49:33.821Z] Removing intermediate container 0cd89b91bc2b [2021-04-10T00:49:33.821Z] ---> f2808eff5a71 [2021-04-10T00:49:33.821Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T00:49:33.821Z] ---> 37318188421e [2021-04-10T00:49:33.821Z] 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-10T00:49:33.821Z] ---> Running in 4a7324b68e12 [2021-04-10T00:49:34.295Z] ---> Running in f12fa4a57ed8 [2021-04-10T00:49:34.295Z] Removing intermediate container 35ac9fdb74db [2021-04-10T00:49:34.295Z] ---> 645983d13c57 [2021-04-10T00:49:34.295Z] Step 21/22 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:49:34.295Z] Removing intermediate container 39c36e1a235c [2021-04-10T00:49:34.295Z] ---> ca1014658c1a [2021-04-10T00:49:34.295Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T00:49:34.420Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T00:49:34.420Z] Running setup.py install for docopt: started [2021-04-10T00:49:34.580Z] ---> Running in db33cae382fa [2021-04-10T00:49:34.580Z] Removing intermediate container 4a7324b68e12 [2021-04-10T00:49:34.580Z] ---> 5a1d503959d5 [2021-04-10T00:49:34.580Z] Step 21/22 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:49:34.580Z] ---> Running in 8872407c3e36 [2021-04-10T00:49:34.580Z] ---> Running in 54513dae574e [2021-04-10T00:49:34.855Z] Removing intermediate container db33cae382fa [2021-04-10T00:49:34.855Z] ---> 780d38746d33 [2021-04-10T00:49:34.855Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:49:35.154Z] Removing intermediate container 8872407c3e36 [2021-04-10T00:49:35.154Z] ---> 1bd39eff9c03 [2021-04-10T00:49:35.154Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T00:49:35.154Z] Removing intermediate container 54513dae574e [2021-04-10T00:49:35.154Z] ---> c3ba5515ba50 [2021-04-10T00:49:35.154Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T00:49:35.154Z] ---> Running in c5216e3bd384 [2021-04-10T00:49:35.438Z] ---> Running in d8209ebcbe64 [2021-04-10T00:49:35.723Z] ---> Running in dc0068417523 [2021-04-10T00:49:35.723Z] Removing intermediate container c5216e3bd384 [2021-04-10T00:49:35.723Z] ---> 536a6978dc9b [2021-04-10T00:49:35.723Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:49:36.023Z] ---> Running in 0078e468472d [2021-04-10T00:49:36.023Z] Removing intermediate container d8209ebcbe64 [2021-04-10T00:49:36.023Z] ---> 2c2f8c55024c [2021-04-10T00:49:36.023Z] [2021-04-10T00:49:36.310Z] Removing intermediate container dc0068417523 [2021-04-10T00:49:36.310Z] ---> 85be2f59d569 [2021-04-10T00:49:36.310Z] [2021-04-10T00:49:36.628Z] Removing intermediate container 0078e468472d [2021-04-10T00:49:36.628Z] ---> 488b519188aa [2021-04-10T00:49:36.628Z] [2021-04-10T00:49:36.628Z] Successfully built 2c2f8c55024c [2021-04-10T00:49:36.901Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-10T00:49:36.901Z] Building docker-security-bootstrapper-go [2021-04-10T00:49:36.901Z]  Building docker-support-scheduler-go ... done Removing intermediate container f12fa4a57ed8 [2021-04-10T00:49:36.901Z] ---> 4880a80afe89 [2021-04-10T00:49:36.901Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T00:49:37.038Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T00:49:37.039Z] Running setup.py install for PyYAML: started [2021-04-10T00:49:37.297Z] Successfully built 85be2f59d569 [2021-04-10T00:49:37.297Z] Successfully tagged docker-support-notifications-go:latest [2021-04-10T00:49:37.297Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-10T00:49:37.297Z] Successfully built 488b519188aa [2021-04-10T00:49:37.297Z] ---> Running in 751e23d68811 [2021-04-10T00:49:37.297Z] Successfully tagged docker-core-command-go:latest [2021-04-10T00:49:37.297Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-10T00:49:38.790Z] Removing intermediate container 751e23d68811 [2021-04-10T00:49:38.790Z] ---> a5986a89797a [2021-04-10T00:49:38.790Z] Step 22/24 : LABEL arch=x86_64 [2021-04-10T00:49:38.790Z] ---> Running in 7d8cd9c68775 [2021-04-10T00:49:39.649Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T00:49:39.785Z] Removing intermediate container 7d8cd9c68775 [2021-04-10T00:49:39.785Z] ---> 6f47fd542cc8 [2021-04-10T00:49:39.785Z] Step 23/24 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:49:40.839Z] ---> Running in ea99800779f2 [2021-04-10T00:49:41.087Z] 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-10T00:49:41.310Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T00:49:42.165Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T00:49:42.165Z] ---> aefe523efa57 [2021-04-10T00:49:42.165Z] 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-10T00:49:43.704Z] ---> Running in acc2ece58c1d [2021-04-10T00:49:44.004Z] Removing intermediate container ea99800779f2 [2021-04-10T00:49:44.004Z] ---> 68df09f7dc0b [2021-04-10T00:49:44.004Z] Step 24/24 : LABEL version=0.0.0 [2021-04-10T00:49:44.004Z] ---> Running in 301e8cc4c3c8 [2021-04-10T00:49:44.004Z] Removing intermediate container acc2ece58c1d [2021-04-10T00:49:44.004Z] ---> 57bba846f6f8 [2021-04-10T00:49:44.004Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T00:49:44.322Z] ---> Running in 77fd1a99bb5d [2021-04-10T00:49:44.322Z] Removing intermediate container 301e8cc4c3c8 [2021-04-10T00:49:44.322Z] ---> 5737059f24c7 [2021-04-10T00:49:44.322Z] [2021-04-10T00:49:44.487Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:49:44.487Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:49:44.487Z] ---> f629dbfe61df [2021-04-10T00:49:44.487Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T00:49:44.487Z] ---> Using cache [2021-04-10T00:49:44.487Z] ---> a2d12533571b [2021-04-10T00:49:44.487Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:49:44.487Z] ---> Using cache [2021-04-10T00:49:44.487Z] ---> d743012cf7f5 [2021-04-10T00:49:44.487Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T00:49:45.489Z] Successfully built 5737059f24c7 [2021-04-10T00:49:45.500Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:49:45.500Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:49:45.500Z] ---> f629dbfe61df [2021-04-10T00:49:45.500Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T00:49:45.500Z] ---> Using cache [2021-04-10T00:49:45.500Z] ---> a2d12533571b [2021-04-10T00:49:45.500Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:49:45.500Z] ---> Using cache [2021-04-10T00:49:45.500Z] ---> d743012cf7f5 [2021-04-10T00:49:45.500Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T00:49:45.946Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-10T00:49:45.946Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-10T00:49:46.172Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:49:46.172Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:49:46.172Z] ---> f629dbfe61df [2021-04-10T00:49:46.172Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T00:49:46.172Z] ---> Using cache [2021-04-10T00:49:46.172Z] ---> a2d12533571b [2021-04-10T00:49:46.172Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:49:46.172Z] ---> Using cache [2021-04-10T00:49:46.172Z] ---> d743012cf7f5 [2021-04-10T00:49:46.172Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T00:49:47.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:47.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:49:49.379Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T00:49:49.379Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T00:49:49.379Z] Executing bash-5.0.17-r0.post-install [2021-04-10T00:49:49.379Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:49:49.379Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T00:49:49.379Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T00:49:49.379Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T00:49:49.379Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T00:49:49.379Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T00:49:49.379Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T00:49:49.379Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T00:49:49.379Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T00:49:49.379Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T00:49:49.379Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T00:49:51.642Z] ---> Running in 1de5b9c49adc [2021-04-10T00:49:51.642Z] ---> Running in 989873821a77 [2021-04-10T00:49:51.642Z] ---> Running in 226c4fcb4c7c [2021-04-10T00:49:53.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:49:53.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:49:53.089Z] ---> f629dbfe61df [2021-04-10T00:49:53.089Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T00:49:53.089Z] ---> Using cache [2021-04-10T00:49:53.089Z] ---> a2d12533571b [2021-04-10T00:49:53.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:49:53.089Z] ---> Using cache [2021-04-10T00:49:53.089Z] ---> d743012cf7f5 [2021-04-10T00:49:53.089Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T00:49:53.101Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T00:49:53.101Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T00:49:53.101Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T00:49:53.101Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T00:49:53.101Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T00:49:53.101Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T00:49:53.101Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T00:49:53.101Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T00:49:53.101Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T00:49:53.101Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T00:49:53.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:53.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:53.362Z] ---> Running in 7a44e9486887 [2021-04-10T00:49:53.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:54.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:54.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:54.240Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T00:49:54.240Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T00:49:54.240Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T00:49:54.240Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T00:49:54.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:54.782Z] OK: 217 MiB in 51 packages [2021-04-10T00:49:54.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:54.962Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T00:49:55.062Z] OK: 217 MiB in 51 packages [2021-04-10T00:49:55.062Z] OK: 217 MiB in 51 packages [2021-04-10T00:49:56.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:49:56.658Z] Removing intermediate container 1de5b9c49adc [2021-04-10T00:49:56.658Z] ---> 2b7d29ec1d2c [2021-04-10T00:49:56.658Z] Step 6/31 : COPY go.mod . [2021-04-10T00:49:56.933Z] OK: 217 MiB in 51 packages [2021-04-10T00:49:56.933Z] Removing intermediate container 989873821a77 [2021-04-10T00:49:56.933Z] ---> df36681fb801 [2021-04-10T00:49:56.933Z] Step 6/21 : COPY go.mod . [2021-04-10T00:49:56.933Z] Removing intermediate container 226c4fcb4c7c [2021-04-10T00:49:56.933Z] ---> b9a84d92990d [2021-04-10T00:49:56.933Z] Step 6/22 : COPY go.mod . [2021-04-10T00:49:57.064Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T00:49:57.064Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T00:49:57.927Z] ---> 92eea56e3652 [2021-04-10T00:49:57.927Z] Step 7/31 : RUN go mod download [2021-04-10T00:49:57.999Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T00:49:58.205Z] ---> 759035dc8498 [2021-04-10T00:49:58.205Z] Step 7/21 : RUN go mod download [2021-04-10T00:49:58.205Z] ---> 38c248a067ff [2021-04-10T00:49:58.205Z] Step 7/22 : RUN go mod download [2021-04-10T00:49:58.205Z] ---> Running in b96d53ad85f4 [2021-04-10T00:49:58.205Z] ---> Running in 4a7170f34dc0 [2021-04-10T00:49:58.277Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T00:49:58.478Z] ---> Running in cfec29597c96 [2021-04-10T00:49:58.567Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T00:49:58.567Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T00:49:58.567Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T00:49:58.567Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T00:49:58.567Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T00:49:58.800Z] Removing intermediate container 7a44e9486887 [2021-04-10T00:49:58.800Z] ---> 6badbecc9805 [2021-04-10T00:49:58.800Z] Step 6/22 : COPY go.mod . [2021-04-10T00:49:58.870Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T00:49:58.870Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T00:49:59.780Z] ---> 17e4802cfdfe [2021-04-10T00:49:59.780Z] Step 7/22 : RUN go mod download [2021-04-10T00:50:00.052Z] Removing intermediate container 3fa572fb6508 [2021-04-10T00:50:00.052Z] ---> 82c0a95c0c50 [2021-04-10T00:50:00.052Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T00:50:00.052Z] ---> Running in 46437dd7688a [2021-04-10T00:50:00.330Z] ---> Running in 9008f5b42b7c [2021-04-10T00:50:00.423Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T00:50:00.423Z] OK: 72 MiB in 59 packages [2021-04-10T00:50:01.326Z] Removing intermediate container 9008f5b42b7c [2021-04-10T00:50:01.326Z] ---> 8ba994422376 [2021-04-10T00:50:01.326Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T00:50:01.326Z] ---> Running in fa0fbec3c799 [2021-04-10T00:50:02.314Z] Removing intermediate container fa0fbec3c799 [2021-04-10T00:50:02.314Z] ---> 6af82d488ab6 [2021-04-10T00:50:02.314Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T00:50:02.595Z] Removing intermediate container b96d53ad85f4 [2021-04-10T00:50:02.595Z] ---> ccf0eded8834 [2021-04-10T00:50:02.595Z] Step 8/31 : COPY . . [2021-04-10T00:50:03.578Z] Removing intermediate container cfec29597c96 [2021-04-10T00:50:03.579Z] ---> 622659c225f6 [2021-04-10T00:50:03.579Z] Step 8/22 : COPY . . [2021-04-10T00:50:03.579Z] Removing intermediate container 4a7170f34dc0 [2021-04-10T00:50:03.579Z] ---> a0ae73465c34 [2021-04-10T00:50:03.579Z] Step 8/21 : COPY . . [2021-04-10T00:50:04.182Z] ---> 72da295a8bb9 [2021-04-10T00:50:04.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T00:50:04.789Z] Removing intermediate container 46437dd7688a [2021-04-10T00:50:04.789Z] ---> 7e2a46b2d58d [2021-04-10T00:50:04.789Z] Step 8/22 : COPY . . [2021-04-10T00:50:06.404Z] Collecting docker-compose==1.23.2 [2021-04-10T00:50:06.404Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T00:50:06.404Z] Collecting cached-property<2,>=1.2.0 [2021-04-10T00:50:06.404Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T00:50:07.408Z] ---> b99488ed0dd1 [2021-04-10T00:50:07.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T00:50:07.569Z] Collecting PyYAML<4,>=3.10 [2021-04-10T00:50:07.569Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T00:50:11.399Z] 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-10T00:50:11.703Z] Collecting docopt<0.7,>=0.6.1 [2021-04-10T00:50:11.703Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T00:50:11.740Z] ---> 92cef4f0b79b [2021-04-10T00:50:11.740Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T00:50:12.734Z] ---> Running in a8ca01cc3f4b [2021-04-10T00:50:13.520Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T00:50:13.520Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T00:50:13.734Z] Removing intermediate container a8ca01cc3f4b [2021-04-10T00:50:13.735Z] ---> 0ca4ed68cb10 [2021-04-10T00:50:13.735Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:50:14.718Z] ---> Running in 6d1a59842977 [2021-04-10T00:50:15.901Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T00:50:15.901Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T00:50:16.165Z] Removing intermediate container 6d1a59842977 [2021-04-10T00:50:16.165Z] ---> 85eb0d1101bd [2021-04-10T00:50:16.165Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T00:50:16.304Z] Collecting jsonschema<3,>=2.5.1 [2021-04-10T00:50:16.304Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T00:50:17.584Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T00:50:17.584Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T00:50:17.625Z] ---> Running in 4aac8c858c5f [2021-04-10T00:50:19.058Z] Removing intermediate container 4aac8c858c5f [2021-04-10T00:50:19.058Z] ---> 32ae16671d27 [2021-04-10T00:50:19.058Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:50:19.325Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T00:50:19.325Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T00:50:19.751Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T00:50:19.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T00:50:20.035Z] ---> Running in 2c1d7f2224cd [2021-04-10T00:50:21.483Z] Removing intermediate container 2c1d7f2224cd [2021-04-10T00:50:21.483Z] ---> 2bf1ccd7c3bd [2021-04-10T00:50:21.483Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:50:22.464Z] ---> Running in c186383e547c [2021-04-10T00:50:23.909Z] Removing intermediate container c186383e547c [2021-04-10T00:50:23.909Z] ---> 29f8e757ee1f [2021-04-10T00:50:23.909Z] [2021-04-10T00:50:23.909Z] ---> 8ed77a09c9ec [2021-04-10T00:50:23.909Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T00:50:24.500Z] Successfully built 29f8e757ee1f [2021-04-10T00:50:24.500Z] ---> 530087dc5d20 [2021-04-10T00:50:24.500Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T00:50:24.500Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-10T00:50:24.500Z] ---> Running in 797a1481de56 [2021-04-10T00:50:24.783Z]  Building docker-sys-mgmt-agent-go ... done  ---> a1f49ff6e31d [2021-04-10T00:50:24.783Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T00:50:25.056Z] ---> Running in 0869e5de8861 [2021-04-10T00:50:25.327Z] ---> 806099f9bd03 [2021-04-10T00:50:25.327Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T00:50:25.928Z] ---> Running in f31f154881bc [2021-04-10T00:50:25.928Z] ---> Running in 436e01cd52e9 [2021-04-10T00:50:26.204Z] 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-10T00:50:27.270Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T00:50:27.270Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T00:50:27.270Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T00:50:27.270Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T00:50:27.588Z] Collecting idna<2.8,>=2.5 [2021-04-10T00:50:27.588Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T00:50:27.646Z] 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-10T00:50:27.902Z] 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-10T00:50:27.902Z] 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-10T00:50:27.902Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T00:50:27.902Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T00:50:27.902Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T00:50:27.902Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T00:50:27.918Z] 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-10T00:50:27.918Z] 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-10T00:50:28.819Z] Installing collected packages: cached-property, PyYAML, docopt, dockerpty, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, texttable, docker-compose [2021-04-10T00:50:29.342Z] Running setup.py install for PyYAML: started [2021-04-10T00:50:34.335Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T00:50:34.335Z] Running setup.py install for docopt: started [2021-04-10T00:50:45.223Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T00:50:45.223Z] Running setup.py install for dockerpty: started [2021-04-10T00:50:47.180Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T00:50:51.442Z] Attempting uninstall: urllib3 [2021-04-10T00:50:51.442Z] Found existing installation: urllib3 1.25.9 [2021-04-10T00:50:51.442Z] Uninstalling urllib3-1.25.9: [2021-04-10T00:50:51.442Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T00:50:52.528Z] Attempting uninstall: idna [2021-04-10T00:50:52.528Z] Found existing installation: idna 2.9 [2021-04-10T00:50:52.528Z] Uninstalling idna-2.9: [2021-04-10T00:50:52.529Z] Successfully uninstalled idna-2.9 [2021-04-10T00:50:53.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:50:53.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:50:53.193Z] ---> 19daaf283a0f [2021-04-10T00:50:53.193Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:50:53.588Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:50:53.588Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:50:53.588Z] ---> 19daaf283a0f [2021-04-10T00:50:53.588Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T00:50:53.588Z] ---> Using cache [2021-04-10T00:50:53.588Z] ---> 00d5e8dfceaf [2021-04-10T00:50:53.588Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:50:53.588Z] ---> Using cache [2021-04-10T00:50:53.588Z] ---> 00d5e8dfceaf [2021-04-10T00:50:53.588Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:50:53.963Z] ---> Using cache [2021-04-10T00:50:53.963Z] ---> 19e47d826e8a [2021-04-10T00:50:53.963Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T00:50:53.963Z] ---> Using cache [2021-04-10T00:50:53.963Z] ---> 19e47d826e8a [2021-04-10T00:50:53.963Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T00:50:53.963Z] ---> Using cache [2021-04-10T00:50:53.963Z] ---> 63f3cbf01fd1 [2021-04-10T00:50:53.963Z] Step 6/21 : COPY go.mod . [2021-04-10T00:50:53.963Z] ---> Using cache [2021-04-10T00:50:53.963Z] ---> 54fb62492362 [2021-04-10T00:50:53.963Z] Step 7/21 : RUN go mod download [2021-04-10T00:50:53.963Z] ---> Using cache [2021-04-10T00:50:53.963Z] ---> 5fa2ee873cda [2021-04-10T00:50:53.963Z] Step 8/21 : COPY . . [2021-04-10T00:50:53.963Z] Attempting uninstall: requests [2021-04-10T00:50:53.963Z] Found existing installation: requests 2.23.0 [2021-04-10T00:50:53.963Z] Uninstalling requests-2.23.0: [2021-04-10T00:50:53.963Z] Successfully uninstalled requests-2.23.0 [2021-04-10T00:50:54.311Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:50:54.311Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:50:54.311Z] ---> 19daaf283a0f [2021-04-10T00:50:54.311Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 00d5e8dfceaf [2021-04-10T00:50:54.311Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 19e47d826e8a [2021-04-10T00:50:54.311Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 63f3cbf01fd1 [2021-04-10T00:50:54.311Z] Step 6/31 : COPY go.mod . [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 54fb62492362 [2021-04-10T00:50:54.311Z] Step 7/31 : RUN go mod download [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 5fa2ee873cda [2021-04-10T00:50:54.311Z] Step 8/31 : COPY . . [2021-04-10T00:50:54.311Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T00:50:54.311Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T00:50:54.311Z] ---> 19daaf283a0f [2021-04-10T00:50:54.311Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 00d5e8dfceaf [2021-04-10T00:50:54.311Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 19e47d826e8a [2021-04-10T00:50:54.311Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 63f3cbf01fd1 [2021-04-10T00:50:54.311Z] Step 6/23 : COPY go.mod . [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 54fb62492362 [2021-04-10T00:50:54.311Z] Step 7/23 : RUN go mod download [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> 5fa2ee873cda [2021-04-10T00:50:54.311Z] Step 8/23 : COPY . . [2021-04-10T00:50:54.311Z] ---> Using cache [2021-04-10T00:50:54.311Z] ---> f9c7f665db76 [2021-04-10T00:50:54.311Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T00:50:54.606Z] ---> Using cache [2021-04-10T00:50:54.606Z] ---> f9c7f665db76 [2021-04-10T00:50:54.606Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T00:50:54.606Z] ---> Using cache [2021-04-10T00:50:54.606Z] ---> f9c7f665db76 [2021-04-10T00:50:54.606Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T00:50:56.763Z] ---> Running in e74960b26322 [2021-04-10T00:50:56.763Z] ---> Running in 166e096302a5 [2021-04-10T00:50:56.763Z] ---> Running in 89578b7b404b [2021-04-10T00:50:56.763Z] ---> Running in 3ba062130e11 [2021-04-10T00:50:56.763Z] Running setup.py install for texttable: started [2021-04-10T00:50:57.844Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T00:50:58.954Z] 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-10T00:50:59.316Z] 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-10T00:50:59.316Z] 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-10T00:50:59.316Z] 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-10T00:50:59.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:51:00.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:51:01.076Z] OK: 233 MiB in 51 packages [2021-04-10T00:51:02.609Z] Removing intermediate container 3ba062130e11 [2021-04-10T00:51:02.609Z] ---> 9a3630745e86 [2021-04-10T00:51:02.609Z] Step 6/23 : COPY go.mod . [2021-04-10T00:51:03.496Z] ---> f7edfe2f2474 [2021-04-10T00:51:03.496Z] Step 7/23 : RUN go mod download [2021-04-10T00:51:03.849Z] ---> Running in 998226304dd5 [2021-04-10T00:51:15.835Z] Removing intermediate container 998226304dd5 [2021-04-10T00:51:15.835Z] ---> a0f016216a66 [2021-04-10T00:51:15.835Z] Step 8/23 : COPY . . [2021-04-10T00:51:49.706Z] 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-10T00:51:52.330Z] Removing intermediate container 797a1481de56 [2021-04-10T00:51:52.330Z] ---> 768101cb25d2 [2021-04-10T00:51:52.330Z] [2021-04-10T00:51:52.330Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T00:51:52.330Z] ---> d75e27dfc0a0 [2021-04-10T00:51:52.330Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T00:51:52.330Z] ---> Running in bf90b7291123 [2021-04-10T00:51:52.928Z] Removing intermediate container bf90b7291123 [2021-04-10T00:51:52.928Z] ---> dfc7a8c5ce12 [2021-04-10T00:51:52.928Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T00:51:53.204Z] ---> Running in 36812b511a71 [2021-04-10T00:51:55.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:51:55.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:51:55.816Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T00:51:55.816Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T00:51:55.816Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:51:55.816Z] OK: 5 MiB in 16 packages [2021-04-10T00:51:56.807Z] Removing intermediate container 0869e5de8861 [2021-04-10T00:51:56.808Z] ---> 6d629b767567 [2021-04-10T00:51:56.808Z] [2021-04-10T00:51:56.808Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T00:51:56.808Z] ---> d75e27dfc0a0 [2021-04-10T00:51:56.808Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T00:51:57.084Z] ---> Running in 312b1ba5b91f [2021-04-10T00:51:57.691Z] Removing intermediate container 36812b511a71 [2021-04-10T00:51:57.691Z] ---> 2144bf7e410b [2021-04-10T00:51:57.691Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T00:51:57.966Z] ---> Running in dc384422bc88 [2021-04-10T00:51:58.571Z] Removing intermediate container dc384422bc88 [2021-04-10T00:51:58.571Z] ---> b0df644fc895 [2021-04-10T00:51:58.571Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T00:51:58.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:51:59.120Z] ---> Running in 184aa69b7681 [2021-04-10T00:51:59.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:51:59.726Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T00:51:59.726Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:51:59.726Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T00:51:59.726Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T00:51:59.726Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:51:59.726Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:52:00.009Z] OK: 7 MiB in 18 packages [2021-04-10T00:52:00.009Z] Removing intermediate container 184aa69b7681 [2021-04-10T00:52:00.009Z] ---> dcddabf4350c [2021-04-10T00:52:00.009Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T00:52:00.629Z] ---> Running in bcd0e209eecb [2021-04-10T00:52:02.131Z] Removing intermediate container 436e01cd52e9 [2021-04-10T00:52:02.131Z] ---> c141df0ccf6a [2021-04-10T00:52:02.131Z] [2021-04-10T00:52:02.131Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T00:52:02.131Z] ---> d75e27dfc0a0 [2021-04-10T00:52:02.131Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:52:02.131Z] ---> Using cache [2021-04-10T00:52:02.131Z] ---> 74f34c902e23 [2021-04-10T00:52:02.131Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:52:02.131Z] ---> Using cache [2021-04-10T00:52:02.131Z] ---> ed058f89d4eb [2021-04-10T00:52:02.131Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T00:52:02.411Z] ---> Running in c5a3eccc30c8 [2021-04-10T00:52:02.684Z] Removing intermediate container 312b1ba5b91f [2021-04-10T00:52:02.684Z] ---> a74eadb4f957 [2021-04-10T00:52:02.684Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T00:52:02.684Z] Removing intermediate container f31f154881bc [2021-04-10T00:52:02.684Z] ---> 729af71a6d5a [2021-04-10T00:52:02.684Z] [2021-04-10T00:52:02.684Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T00:52:02.684Z] ---> d75e27dfc0a0 [2021-04-10T00:52:02.684Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T00:52:02.963Z] ---> Running in a7dc2a89bfc2 [2021-04-10T00:52:02.963Z] ---> Running in b2d2561c9c14 [2021-04-10T00:52:03.238Z] Removing intermediate container c5a3eccc30c8 [2021-04-10T00:52:03.238Z] ---> 50795005ef99 [2021-04-10T00:52:03.238Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T00:52:03.238Z] ---> Running in 547af24eccd3 [2021-04-10T00:52:03.840Z] Removing intermediate container a7dc2a89bfc2 [2021-04-10T00:52:03.840Z] ---> 02f41368c093 [2021-04-10T00:52:03.840Z] Step 13/21 : WORKDIR /edgex [2021-04-10T00:52:03.840Z] ---> Running in ba017fd4479f [2021-04-10T00:52:04.122Z] Removing intermediate container 547af24eccd3 [2021-04-10T00:52:04.122Z] ---> 0f7ce2a86e50 [2021-04-10T00:52:04.122Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:52:04.122Z] Removing intermediate container bcd0e209eecb [2021-04-10T00:52:04.122Z] ---> 9cc16d3065d8 [2021-04-10T00:52:04.122Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T00:52:04.122Z] ---> Running in 794f5bfe14ad [2021-04-10T00:52:04.395Z] Removing intermediate container ba017fd4479f [2021-04-10T00:52:04.395Z] ---> da9d600d15b5 [2021-04-10T00:52:04.395Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T00:52:04.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T00:52:04.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T00:52:04.940Z] Removing intermediate container 794f5bfe14ad [2021-04-10T00:52:04.941Z] ---> 75f44c6765c7 [2021-04-10T00:52:04.941Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T00:52:04.941Z] ---> ac71f6f82245 [2021-04-10T00:52:04.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T00:52:05.215Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T00:52:05.495Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T00:52:05.495Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:52:05.495Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:52:05.495Z] ---> 9a2e02b6e023 [2021-04-10T00:52:05.495Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T00:52:05.495Z] OK: 6 MiB in 16 packages [2021-04-10T00:52:06.108Z] ---> c6fdb723b009 [2021-04-10T00:52:06.108Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T00:52:06.381Z] ---> Running in 19f72f2f4d3b [2021-04-10T00:52:06.382Z] ---> feaf035bbdfe [2021-04-10T00:52:06.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T00:52:06.406Z] 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-10T00:52:06.982Z] ---> 142411fd51e1 [2021-04-10T00:52:06.982Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T00:52:07.581Z] ---> f9e628e7c7b5 [2021-04-10T00:52:07.581Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T00:52:07.854Z] Removing intermediate container b2d2561c9c14 [2021-04-10T00:52:07.854Z] ---> 7c5412f337c3 [2021-04-10T00:52:07.854Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:52:07.854Z] ---> Running in f1da784822c7 [2021-04-10T00:52:08.126Z] ---> Running in 6b85d7acbdbd [2021-04-10T00:52:08.398Z] ---> 5203982fc9f7 [2021-04-10T00:52:08.398Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T00:52:08.671Z] ---> Running in d3fef43eb059 [2021-04-10T00:52:08.671Z] Removing intermediate container f1da784822c7 [2021-04-10T00:52:08.671Z] ---> 77b21eb4eeb0 [2021-04-10T00:52:08.671Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:52:08.671Z] Removing intermediate container 6b85d7acbdbd [2021-04-10T00:52:08.671Z] ---> 58c1cac610da [2021-04-10T00:52:08.671Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T00:52:08.956Z] ---> Running in 9c1cbb1b0292 [2021-04-10T00:52:08.956Z] ---> Running in 58b6bf4203a5 [2021-04-10T00:52:09.237Z] Removing intermediate container d3fef43eb059 [2021-04-10T00:52:09.237Z] ---> 270d97f5b16e [2021-04-10T00:52:09.237Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T00:52:09.237Z] ---> Running in 5e8b0dd5651f [2021-04-10T00:52:09.510Z] Removing intermediate container 19f72f2f4d3b [2021-04-10T00:52:09.511Z] ---> d6e6ca032ea9 [2021-04-10T00:52:09.511Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:52:09.511Z] Removing intermediate container 9c1cbb1b0292 [2021-04-10T00:52:09.511Z] ---> eb4dd9927fb3 [2021-04-10T00:52:09.511Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T00:52:09.511Z] Removing intermediate container 58b6bf4203a5 [2021-04-10T00:52:09.511Z] ---> cbd6f7dead58 [2021-04-10T00:52:09.511Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T00:52:09.781Z] ---> Running in ca161436a160 [2021-04-10T00:52:09.781Z] ---> Running in 20bcc26cab1c [2021-04-10T00:52:10.056Z] Removing intermediate container 5e8b0dd5651f [2021-04-10T00:52:10.056Z] ---> ee92debefb9d [2021-04-10T00:52:10.056Z] Step 19/21 : LABEL arch=arm64 [2021-04-10T00:52:10.056Z] ---> Running in b4fd5e3c33b1 [2021-04-10T00:52:10.338Z] Removing intermediate container ca161436a160 [2021-04-10T00:52:10.338Z] ---> e0698f2ef381 [2021-04-10T00:52:10.338Z] Step 21/22 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:10.338Z] ---> 33611b2dd4c8 [2021-04-10T00:52:10.338Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T00:52:10.338Z] Removing intermediate container 20bcc26cab1c [2021-04-10T00:52:10.609Z] ---> 2da486de6312 [2021-04-10T00:52:10.609Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:52:10.609Z] ---> Running in b220d3a53d24 [2021-04-10T00:52:10.609Z] Removing intermediate container b4fd5e3c33b1 [2021-04-10T00:52:10.609Z] ---> d150e1b2bd8a [2021-04-10T00:52:10.609Z] Step 20/21 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:10.881Z] ---> Running in e81888c3e8f1 [2021-04-10T00:52:11.151Z] Removing intermediate container b220d3a53d24 [2021-04-10T00:52:11.151Z] ---> 2ab130b93857 [2021-04-10T00:52:11.151Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T00:52:11.428Z] ---> 3be656575211 [2021-04-10T00:52:11.428Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T00:52:11.701Z] ---> Running in 4112fa935838 [2021-04-10T00:52:11.701Z] Removing intermediate container e81888c3e8f1 [2021-04-10T00:52:11.701Z] ---> 471bfb37ad91 [2021-04-10T00:52:11.701Z] Step 21/21 : LABEL version=0.0.0 [2021-04-10T00:52:11.978Z] ---> ddedf9831791 [2021-04-10T00:52:11.978Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T00:52:11.978Z] ---> Running in 3c9a563712dd [2021-04-10T00:52:12.248Z] Removing intermediate container 4112fa935838 [2021-04-10T00:52:12.248Z] ---> 45c1576026be [2021-04-10T00:52:12.248Z] [2021-04-10T00:52:12.837Z] Successfully built 45c1576026be [2021-04-10T00:52:12.837Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-10T00:52:12.837Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3c9a563712dd [2021-04-10T00:52:12.837Z] ---> 1a320768cdd1 [2021-04-10T00:52:12.837Z] [2021-04-10T00:52:13.108Z] ---> e4663c63fc87 [2021-04-10T00:52:13.108Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T00:52:13.108Z] ---> 75ff97a2b4ad [2021-04-10T00:52:13.108Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T00:52:13.378Z] Successfully built 1a320768cdd1 [2021-04-10T00:52:13.378Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-10T00:52:13.970Z]  Building docker-security-proxy-setup-go ... done  ---> 15dfaf724abf [2021-04-10T00:52:13.970Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T00:52:13.970Z] ---> be6959a546e1 [2021-04-10T00:52:13.970Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T00:52:14.244Z] ---> Running in fcddb02483cb [2021-04-10T00:52:14.517Z] Removing intermediate container fcddb02483cb [2021-04-10T00:52:14.517Z] ---> 68f97400c190 [2021-04-10T00:52:14.517Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:52:14.787Z] ---> Running in 30b70d03fe64 [2021-04-10T00:52:14.787Z] ---> ba23021acf89 [2021-04-10T00:52:14.787Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T00:52:15.383Z] ---> Running in 249f63b7fc47 [2021-04-10T00:52:15.383Z] Removing intermediate container 30b70d03fe64 [2021-04-10T00:52:15.383Z] ---> 4f86159c20bc [2021-04-10T00:52:15.383Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T00:52:15.656Z] ---> Running in e8fc1fa491ba [2021-04-10T00:52:15.928Z] Removing intermediate container 249f63b7fc47 [2021-04-10T00:52:15.928Z] ---> 3e05d0d5b212 [2021-04-10T00:52:15.928Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T00:52:15.928Z] Removing intermediate container e8fc1fa491ba [2021-04-10T00:52:15.928Z] ---> 5e49db79f2e7 [2021-04-10T00:52:15.928Z] Step 21/22 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:16.202Z] ---> Running in 4e0f83219eea [2021-04-10T00:52:16.800Z] Removing intermediate container 4e0f83219eea [2021-04-10T00:52:16.800Z] ---> 7b5d1cf9ca9d [2021-04-10T00:52:16.800Z] Step 22/22 : LABEL version=0.0.0 [2021-04-10T00:52:16.800Z] ---> de3780682c52 [2021-04-10T00:52:16.800Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T00:52:16.800Z] ---> Running in a2a0d07e3244 [2021-04-10T00:52:17.071Z] ---> Running in dfcbca5bcdda [2021-04-10T00:52:17.343Z] Removing intermediate container a2a0d07e3244 [2021-04-10T00:52:17.343Z] ---> 33fea5cd1eee [2021-04-10T00:52:17.343Z] [2021-04-10T00:52:17.943Z] Successfully built 33fea5cd1eee [2021-04-10T00:52:17.943Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-10T00:52:19.374Z]  Building docker-support-notifications-go ... done Removing intermediate container dfcbca5bcdda [2021-04-10T00:52:19.374Z] ---> ea26b9524013 [2021-04-10T00:52:19.374Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T00:52:19.644Z] ---> Running in 0b48fdeb2d83 [2021-04-10T00:52:19.915Z] Removing intermediate container 0b48fdeb2d83 [2021-04-10T00:52:19.915Z] ---> b13b705f6bbc [2021-04-10T00:52:19.915Z] Step 28/31 : CMD ["gate"] [2021-04-10T00:52:20.505Z] ---> Running in 006eea89f00b [2021-04-10T00:52:20.776Z] Removing intermediate container 006eea89f00b [2021-04-10T00:52:20.776Z] ---> 5d4ee0d17154 [2021-04-10T00:52:20.776Z] Step 29/31 : LABEL arch=arm64 [2021-04-10T00:52:21.058Z] ---> Running in b4bd47d9df86 [2021-04-10T00:52:21.646Z] Removing intermediate container b4bd47d9df86 [2021-04-10T00:52:21.646Z] ---> ed2898e5c46e [2021-04-10T00:52:21.646Z] Step 30/31 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:21.917Z] ---> Running in bcd7b3b668e9 [2021-04-10T00:52:22.508Z] Removing intermediate container bcd7b3b668e9 [2021-04-10T00:52:22.508Z] ---> d0b89f77973b [2021-04-10T00:52:22.508Z] Step 31/31 : LABEL version=0.0.0 [2021-04-10T00:52:22.783Z] ---> Running in 06d697580419 [2021-04-10T00:52:23.093Z] Removing intermediate container 89578b7b404b [2021-04-10T00:52:23.093Z] ---> 8ce5c97a0dcd [2021-04-10T00:52:23.093Z] [2021-04-10T00:52:23.093Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T00:52:23.093Z] ---> 7230e588e954 [2021-04-10T00:52:23.093Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T00:52:23.093Z] ---> Running in d07198595e35 [2021-04-10T00:52:23.376Z] Removing intermediate container 06d697580419 [2021-04-10T00:52:23.376Z] ---> 4f41f3edde0f [2021-04-10T00:52:23.376Z] [2021-04-10T00:52:23.646Z] Successfully built 4f41f3edde0f [2021-04-10T00:52:23.646Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-10T00:52:24.246Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-10T00:52:24.245Z] $ docker stop --time=1 873f33524a762b0a1d5b3ef3ba1a840c2611b89dac53a3810fb2dcc07e302890 [2021-04-10T00:52:24.594Z] Removing intermediate container 77fd1a99bb5d [2021-04-10T00:52:24.594Z] ---> 8daebe133bf5 [2021-04-10T00:52:24.594Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T00:52:26.103Z] $ docker rm -f 873f33524a762b0a1d5b3ef3ba1a840c2611b89dac53a3810fb2dcc07e302890 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T00:52:26.800Z] + docker images [2021-04-10T00:52:26.800Z] + grep docker [2021-04-10T00:52:27.071Z] docker-security-bootstrapper-go-arm64 latest 4f41f3edde0f 4 seconds ago 17.9MB [2021-04-10T00:52:27.071Z] docker-support-notifications-go-arm64 latest 33fea5cd1eee 9 seconds ago 16.9MB [2021-04-10T00:52:27.071Z] docker-security-proxy-setup-go-arm64 latest 1a320768cdd1 14 seconds ago 24.2MB [2021-04-10T00:52:27.071Z] docker-support-scheduler-go-arm64 latest 45c1576026be 15 seconds ago 16.4MB [2021-04-10T00:52:27.071Z] docker-sys-mgmt-agent-go-arm64 latest 29f8e757ee1f 2 minutes ago 299MB [2021-04-10T00:52:27.071Z] docker-core-data-go-arm64 latest 8e03fb09d24a 3 minutes ago 21.4MB [2021-04-10T00:52:27.071Z] docker-core-metadata-go-arm64 latest 4da4aac02209 3 minutes ago 17.9MB [2021-04-10T00:52:27.071Z] docker-security-secretstore-setup-go-arm64 latest 16da3ce85aa6 3 minutes ago 24.4MB [2021-04-10T00:52:27.071Z] docker-core-command-go-arm64 latest 3ea96277b528 3 minutes ago 16.3MB [2021-04-10T00:52:27.071Z] docker 20.10.0 eeaf43b92773 3 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-10T00:52:28.105Z] ---> job-cost.sh [2021-04-10T00:52:28.105Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iwgX [2021-04-10T00:52:28.323Z] Removing intermediate container d07198595e35 [2021-04-10T00:52:28.323Z] ---> 1ee36c6ef766 [2021-04-10T00:52:28.323Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T00:52:29.056Z] ---> Running in a69ecf93bdcf [2021-04-10T00:52:30.018Z] Removing intermediate container e74960b26322 [2021-04-10T00:52:30.018Z] ---> 8fceda7857a4 [2021-04-10T00:52:30.018Z] [2021-04-10T00:52:30.018Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:52:30.018Z] ---> 7230e588e954 [2021-04-10T00:52:30.018Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T00:52:30.018Z] ---> Using cache [2021-04-10T00:52:30.018Z] ---> 57057b660ef5 [2021-04-10T00:52:30.018Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T00:52:30.018Z] ---> Using cache [2021-04-10T00:52:30.018Z] ---> 9abe3fa8fc0f [2021-04-10T00:52:30.018Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T00:52:30.332Z] ---> Running in fcf095496ef3 [2021-04-10T00:52:30.931Z] ---> Running in 411572be5ae2 [2021-04-10T00:52:30.931Z] Removing intermediate container a69ecf93bdcf [2021-04-10T00:52:30.931Z] ---> 077aeac6948c [2021-04-10T00:52:30.931Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T00:52:31.746Z] ---> Running in 0f614d5a75f3 [2021-04-10T00:52:32.140Z] Removing intermediate container 411572be5ae2 [2021-04-10T00:52:32.140Z] ---> 741a0bb88bb5 [2021-04-10T00:52:32.140Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T00:52:34.437Z] ---> Running in 166fc127a6b9 [2021-04-10T00:52:34.437Z] Removing intermediate container 0f614d5a75f3 [2021-04-10T00:52:34.437Z] ---> 3297f10c33e6 [2021-04-10T00:52:34.437Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T00:52:36.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:52:36.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:52:36.543Z] Removing intermediate container 166fc127a6b9 [2021-04-10T00:52:36.543Z] ---> 486a63266d37 [2021-04-10T00:52:36.543Z] Step 15/23 : WORKDIR / [2021-04-10T00:52:36.543Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T00:52:36.543Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T00:52:36.543Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:52:36.543Z] OK: 6 MiB in 16 packages [2021-04-10T00:52:36.543Z] ---> Running in 3ea8b04ea3b5 [2021-04-10T00:52:36.543Z] ---> 644d712e8625 [2021-04-10T00:52:36.543Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T00:52:36.543Z] Removing intermediate container 166e096302a5 [2021-04-10T00:52:36.543Z] ---> 12613536287b [2021-04-10T00:52:36.543Z] [2021-04-10T00:52:36.543Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T00:52:36.543Z] ---> 7230e588e954 [2021-04-10T00:52:36.543Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T00:52:37.094Z] ---> Running in be37dba3f50a [2021-04-10T00:52:37.094Z] Removing intermediate container 3ea8b04ea3b5 [2021-04-10T00:52:37.094Z] ---> 3d9d342ff4d8 [2021-04-10T00:52:37.094Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:52:38.160Z] ---> 738509cfc4bd [2021-04-10T00:52:38.160Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T00:52:38.160Z] ---> 04955455571a [2021-04-10T00:52:38.160Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T00:52:38.160Z] Removing intermediate container fcf095496ef3 [2021-04-10T00:52:38.160Z] ---> 4d460697ba96 [2021-04-10T00:52:38.160Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T00:52:38.160Z] ---> Running in c0c595bf98d9 [2021-04-10T00:52:38.450Z] ---> Running in 10f0180b573a [2021-04-10T00:52:38.733Z] ---> d61aec451c27 [2021-04-10T00:52:38.733Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T00:52:39.169Z] ---> ffe491bcaff2 [2021-04-10T00:52:39.169Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T00:52:39.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:52:39.169Z] ---> Running in 2fbe69c283d5 [2021-04-10T00:52:39.496Z] Removing intermediate container 10f0180b573a [2021-04-10T00:52:39.496Z] ---> f876feeef9ad [2021-04-10T00:52:39.496Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T00:52:39.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:52:39.496Z] ---> Running in f65090f2e3cd [2021-04-10T00:52:39.987Z] 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-10T00:52:39.987Z] Removing intermediate container 2fbe69c283d5 [2021-04-10T00:52:39.987Z] ---> f93aa808fd2f [2021-04-10T00:52:39.987Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:52:39.987Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T00:52:39.987Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T00:52:39.987Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T00:52:39.987Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T00:52:40.276Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:52:40.276Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T00:52:40.276Z] OK: 7 MiB in 18 packages [2021-04-10T00:52:40.546Z] ---> Running in abca8b923d04 [2021-04-10T00:52:40.546Z] Removing intermediate container f65090f2e3cd [2021-04-10T00:52:40.546Z] ---> dd9ae7b6eeed [2021-04-10T00:52:40.546Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T00:52:41.811Z] ---> Running in 5190dc98c1b8 [2021-04-10T00:52:41.811Z] ---> 70528ce7124f [2021-04-10T00:52:41.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T00:52:42.175Z] Removing intermediate container abca8b923d04 [2021-04-10T00:52:42.175Z] ---> 6a414b4431b2 [2021-04-10T00:52:42.175Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T00:52:42.850Z] ---> Running in 85de2e98cfdb [2021-04-10T00:52:43.178Z] ---> bba0bfbf8c19 [2021-04-10T00:52:43.178Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T00:52:43.178Z] ---> Running in 3253bfbed5ab [2021-04-10T00:52:43.178Z] Removing intermediate container 85de2e98cfdb [2021-04-10T00:52:43.178Z] ---> 202934cb9b9a [2021-04-10T00:52:43.178Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:43.526Z] Removing intermediate container be37dba3f50a [2021-04-10T00:52:43.526Z] ---> f0a1d1b16655 [2021-04-10T00:52:43.526Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T00:52:43.526Z] ---> Running in 08467715ed15 [2021-04-10T00:52:45.624Z] ---> Running in 399835985db7 [2021-04-10T00:52:46.374Z] Removing intermediate container 3253bfbed5ab [2021-04-10T00:52:46.374Z] ---> a4ae37e64b2e [2021-04-10T00:52:46.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:52:46.374Z] Removing intermediate container 08467715ed15 [2021-04-10T00:52:46.374Z] ---> fb783662f287 [2021-04-10T00:52:46.374Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:52:47.026Z] ---> Running in 8b308c6d5c6e [2021-04-10T00:52:47.026Z] ---> Running in cad7fe5a87c5 [2021-04-10T00:52:47.026Z] Removing intermediate container 399835985db7 [2021-04-10T00:52:47.026Z] ---> 22b8704d2d69 [2021-04-10T00:52:47.026Z] Step 13/21 : WORKDIR /edgex [2021-04-10T00:52:47.332Z] ---> Running in 9f8acde5e928 [2021-04-10T00:52:47.621Z] Removing intermediate container cad7fe5a87c5 [2021-04-10T00:52:47.622Z] ---> 661312bd241a [2021-04-10T00:52:47.622Z] [2021-04-10T00:52:47.622Z] Removing intermediate container 5190dc98c1b8 [2021-04-10T00:52:47.622Z] ---> b161bf9a24be [2021-04-10T00:52:47.622Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T00:52:47.947Z] Removing intermediate container 8b308c6d5c6e [2021-04-10T00:52:47.947Z] ---> 0e2291aa66c0 [2021-04-10T00:52:47.947Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T00:52:47.947Z] ---> Running in 2aeb6fd48612 [2021-04-10T00:52:47.947Z] ---> Running in 1a070fa22214 [2021-04-10T00:52:48.245Z] Removing intermediate container 9f8acde5e928 [2021-04-10T00:52:48.245Z] ---> 264d82ec6b37 [2021-04-10T00:52:48.245Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T00:52:48.245Z] Successfully built 661312bd241a [2021-04-10T00:52:48.245Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-10T00:52:48.534Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2aeb6fd48612 [2021-04-10T00:52:48.535Z] ---> d6dac8bc81de [2021-04-10T00:52:48.535Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T00:52:49.755Z] Removing intermediate container 1a070fa22214 [2021-04-10T00:52:49.755Z] ---> 27a2c8dbc9e7 [2021-04-10T00:52:49.755Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:52:50.193Z] ---> Running in 27bf4b17f372 [2021-04-10T00:52:50.645Z] ---> 1f41ced38580 [2021-04-10T00:52:50.645Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T00:52:51.389Z] ---> a797dd736cf9 [2021-04-10T00:52:51.389Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T00:52:51.774Z] Removing intermediate container 27bf4b17f372 [2021-04-10T00:52:51.774Z] ---> 00f7aeffed40 [2021-04-10T00:52:51.774Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:52:52.537Z] ---> Running in 69f405050787 [2021-04-10T00:52:52.918Z] ---> Running in 2549a5c94aba [2021-04-10T00:52:53.232Z] ---> 6e5c1114b507 [2021-04-10T00:52:53.232Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T00:52:53.570Z] Removing intermediate container 2549a5c94aba [2021-04-10T00:52:53.570Z] ---> ccf54bd6be5f [2021-04-10T00:52:53.570Z] [2021-04-10T00:52:54.305Z] Successfully built ccf54bd6be5f [2021-04-10T00:52:54.305Z] Successfully tagged docker-core-metadata-go:latest [2021-04-10T00:52:55.403Z]  Building docker-core-metadata-go ... done  ---> f7ee8ec2ef4c [2021-04-10T00:52:55.403Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T00:52:55.687Z] ---> Running in 4b467af5aa48 [2021-04-10T00:52:56.867Z] Removing intermediate container 4b467af5aa48 [2021-04-10T00:52:56.867Z] ---> 84835ef86592 [2021-04-10T00:52:56.867Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T00:52:57.690Z] ---> Running in 69b60ceed63c [2021-04-10T00:52:58.411Z] Removing intermediate container 69f405050787 [2021-04-10T00:52:58.411Z] ---> 39dbfb7e1179 [2021-04-10T00:52:58.411Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:52:58.411Z] Removing intermediate container 69b60ceed63c [2021-04-10T00:52:58.411Z] ---> b47d3726cdca [2021-04-10T00:52:58.411Z] Step 19/21 : LABEL arch=x86_64 [2021-04-10T00:52:58.762Z] ---> Running in a12e600955a4 [2021-04-10T00:53:00.144Z] ---> 1c8f72041292 [2021-04-10T00:53:00.144Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T00:53:01.066Z] Removing intermediate container a12e600955a4 [2021-04-10T00:53:01.066Z] ---> dc1ff0279285 [2021-04-10T00:53:01.066Z] Step 20/21 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:53:01.066Z] ---> Running in 5042a7744b55 [2021-04-10T00:53:03.651Z] Removing intermediate container 5042a7744b55 [2021-04-10T00:53:03.651Z] ---> 70823859f3dc [2021-04-10T00:53:03.651Z] Step 21/21 : LABEL version=0.0.0 [2021-04-10T00:53:04.273Z] ---> 9e593363bc83 [2021-04-10T00:53:04.273Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T00:53:04.273Z] ---> Running in 718d9f81da4a [2021-04-10T00:53:05.458Z] Removing intermediate container 718d9f81da4a [2021-04-10T00:53:05.458Z] ---> d86aeb584265 [2021-04-10T00:53:05.458Z] [2021-04-10T00:53:05.842Z] ---> 16c7a92781d0 [2021-04-10T00:53:05.842Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T00:53:06.326Z] Successfully built d86aeb584265 [2021-04-10T00:53:06.692Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-10T00:53:07.029Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-10T00:53:07.363Z]  Building docker-security-proxy-setup-go ... done  ---> efc72914242c [2021-04-10T00:53:07.363Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T00:53:08.016Z] ---> 5d0be52282c1 [2021-04-10T00:53:08.016Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T00:53:09.202Z] ---> Running in e16e077eeaf6 [2021-04-10T00:53:10.660Z] Removing intermediate container e16e077eeaf6 [2021-04-10T00:53:10.660Z] ---> 98017e956916 [2021-04-10T00:53:10.660Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T00:53:11.980Z] ---> f0eb0c687390 [2021-04-10T00:53:11.980Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T00:53:12.907Z] ---> Running in f163db999d16 [2021-04-10T00:53:18.504Z] Removing intermediate container f163db999d16 [2021-04-10T00:53:18.504Z] ---> 4ee4b74568c7 [2021-04-10T00:53:18.504Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T00:53:18.864Z] ---> Running in e3975bb8b1c9 [2021-04-10T00:53:20.513Z] Removing intermediate container e3975bb8b1c9 [2021-04-10T00:53:20.513Z] ---> 3d6dc13b7c6c [2021-04-10T00:53:20.513Z] Step 28/31 : CMD ["gate"] [2021-04-10T00:53:21.377Z] ---> Running in 5c5ca0486689 [2021-04-10T00:53:22.406Z] Removing intermediate container 5c5ca0486689 [2021-04-10T00:53:22.406Z] ---> d47468e3618c [2021-04-10T00:53:22.406Z] Step 29/31 : LABEL arch=x86_64 [2021-04-10T00:53:23.055Z] ---> Running in c7b194b6c496 [2021-04-10T00:53:23.354Z] Removing intermediate container c7b194b6c496 [2021-04-10T00:53:23.354Z] ---> 426c6c3e1055 [2021-04-10T00:53:23.354Z] Step 30/31 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:53:24.241Z] ---> Running in 6476d6c06aa8 [2021-04-10T00:53:24.936Z] Removing intermediate container 6476d6c06aa8 [2021-04-10T00:53:24.936Z] ---> 4944430e114f [2021-04-10T00:53:24.936Z] Step 31/31 : LABEL version=0.0.0 [2021-04-10T00:53:25.565Z] ---> Running in 708b9ad786e1 [2021-04-10T00:53:26.731Z] Removing intermediate container 708b9ad786e1 [2021-04-10T00:53:26.731Z] ---> dea2ecbac8aa [2021-04-10T00:53:26.731Z] [2021-04-10T00:53:27.019Z] Successfully built dea2ecbac8aa [2021-04-10T00:53:27.019Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-10T00:53:32.800Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c0c595bf98d9 [2021-04-10T00:53:32.800Z] ---> ab9dec8b7198 [2021-04-10T00:53:32.800Z] [2021-04-10T00:53:32.800Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T00:53:32.800Z] ---> 7230e588e954 [2021-04-10T00:53:32.800Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T00:53:32.800Z] ---> Running in 5c9168339062 [2021-04-10T00:53:33.111Z] Removing intermediate container 5c9168339062 [2021-04-10T00:53:33.111Z] ---> cf768e2c1df1 [2021-04-10T00:53:33.111Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T00:53:33.401Z] ---> Running in c20363b5327d [2021-04-10T00:53:34.084Z] Removing intermediate container c20363b5327d [2021-04-10T00:53:34.084Z] ---> dc14cfe45e56 [2021-04-10T00:53:34.084Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T00:53:34.084Z] ---> Running in 525fa7e07791 [2021-04-10T00:53:35.192Z] Removing intermediate container 525fa7e07791 [2021-04-10T00:53:35.192Z] ---> 11de849a15c8 [2021-04-10T00:53:35.192Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T00:53:35.192Z] ---> Running in 6d75bdcdd1a1 [2021-04-10T00:53:39.758Z] Removing intermediate container 6d75bdcdd1a1 [2021-04-10T00:53:39.758Z] ---> bf8af028d58c [2021-04-10T00:53:39.758Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T00:53:39.758Z] ---> Running in c248aea04fc2 [2021-04-10T00:53:40.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T00:53:41.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T00:53:42.459Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T00:53:42.459Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T00:53:42.459Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T00:53:42.459Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T00:53:42.781Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T00:53:43.072Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T00:53:43.072Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T00:53:43.072Z] OK: 8 MiB in 20 packages [2021-04-10T00:53:44.304Z] Removing intermediate container c248aea04fc2 [2021-04-10T00:53:44.304Z] ---> 5725b270b32e [2021-04-10T00:53:44.304Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T00:53:44.919Z] ---> 14e86e0d2084 [2021-04-10T00:53:44.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T00:53:46.474Z] ---> 0211c17b1f3f [2021-04-10T00:53:46.474Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T00:53:48.048Z] ---> abc796d027c9 [2021-04-10T00:53:48.048Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T00:53:48.048Z] ---> Running in 0b29c54d6c49 [2021-04-10T00:53:48.756Z] Removing intermediate container 0b29c54d6c49 [2021-04-10T00:53:48.756Z] ---> dd40f0d345f6 [2021-04-10T00:53:48.756Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T00:53:49.828Z] ---> Running in dd1f7c572807 [2021-04-10T00:53:50.648Z] Removing intermediate container dd1f7c572807 [2021-04-10T00:53:50.648Z] ---> 4fb3ae37c5ad [2021-04-10T00:53:50.648Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T00:53:50.648Z] ---> Running in 0bb4f77026f7 [2021-04-10T00:53:51.353Z] Removing intermediate container 0bb4f77026f7 [2021-04-10T00:53:51.353Z] ---> 0f05d64ecd81 [2021-04-10T00:53:51.353Z] Step 22/23 : LABEL git_sha=84f790821fcf04c3787acd52c4ada12fcb6d9722 [2021-04-10T00:53:51.353Z] ---> Running in 24534d5117a0 [2021-04-10T00:53:53.543Z] Removing intermediate container 24534d5117a0 [2021-04-10T00:53:53.543Z] ---> 3f18b4c1432d [2021-04-10T00:53:53.543Z] Step 23/23 : LABEL version=0.0.0 [2021-04-10T00:53:53.543Z] ---> Running in 6e9b24174c72 [2021-04-10T00:53:53.809Z] Removing intermediate container 6e9b24174c72 [2021-04-10T00:53:53.809Z] ---> e9b51828519b [2021-04-10T00:53:53.809Z] [2021-04-10T00:53:53.809Z] Successfully built e9b51828519b [2021-04-10T00:53:54.078Z] Successfully tagged docker-core-data-go:latest [2021-04-10T00:53:54.369Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-10T00:53:54.434Z] $ docker stop --time=1 979c3c430d8afb317d71dda3598d842ffc337004892cc3467293bc34ce532dc7 [2021-04-10T00:53:57.430Z] $ docker rm -f 979c3c430d8afb317d71dda3598d842ffc337004892cc3467293bc34ce532dc7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T00:53:59.273Z] + grep docker [2021-04-10T00:53:59.273Z] + docker images [2021-04-10T00:54:00.720Z] docker-core-data-go latest e9b51828519b 7 seconds ago 22.7MB [2021-04-10T00:54:00.720Z] docker-security-bootstrapper-go latest dea2ecbac8aa 34 seconds ago 19MB [2021-04-10T00:54:00.720Z] docker-security-proxy-setup-go latest d86aeb584265 55 seconds ago 25.5MB [2021-04-10T00:54:00.720Z] docker-core-metadata-go latest ccf54bd6be5f About a minute ago 19MB [2021-04-10T00:54:00.720Z] docker-sys-mgmt-agent-go latest 661312bd241a About a minute ago 312MB [2021-04-10T00:54:00.720Z] docker-security-secretstore-setup-go latest 5737059f24c7 4 minutes ago 25.8MB [2021-04-10T00:54:00.720Z] docker-core-command-go latest 488b519188aa 4 minutes ago 17.3MB [2021-04-10T00:54:00.720Z] docker-support-notifications-go latest 85be2f59d569 4 minutes ago 17.9MB [2021-04-10T00:54:00.720Z] docker-support-scheduler-go latest 2c2f8c55024c 4 minutes ago 17.4MB [2021-04-10T00:54:00.720Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-10T00:54:16.655Z] Still waiting to schedule task [2021-04-10T00:54:16.655Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-33522’ [2021-04-10T00:54:43.760Z] lf-activate-venv(): INFO: Adding /tmp/venv-iwgX/bin to PATH [2021-04-10T00:54:43.760Z] INFO: No Stack... [2021-04-10T00:54:43.760Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-10T00:54:43.760Z] INFO: Archiving Costs [Pipeline] sh [2021-04-10T00:54:44.094Z] + cat /w/workspace/edgex-go/97/archives/cost.csv [2021-04-10T00:54:44.094Z] + cut -d, -f6 [Pipeline] lock [2021-04-10T00:54:44.204Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-97-stack-cost] [2021-04-10T00:54:44.213Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-97-stack-cost] did not exist. Created. [2021-04-10T00:54:44.213Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-10T00:54:44.696Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-10T00:54:45.095Z] Stashed 1 file(s) [Pipeline] } [2021-04-10T00:54:45.107Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-97-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-10T00:57:00.248Z] Running on prd-ubuntu18.04-docker-8c-8g-33523 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-10T00:57:00.303Z] Running in /w/workspace/edgex-go/97 [Pipeline] { [Pipeline] checkout [2021-04-10T00:57:02.481Z] using credential edgex-jenkins-ssh [2021-04-10T00:57:02.537Z] Cloning the remote Git repository [2021-04-10T00:57:02.560Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:57:02.629Z] > git init /w/workspace/edgex-go/97 # timeout=10 [2021-04-10T00:57:02.654Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:57:02.654Z] > git --version # timeout=10 [2021-04-10T00:57:02.660Z] > git --version # 'git version 2.17.1' [2021-04-10T00:57:02.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:57:02.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T00:57:09.541Z] Merging remotes/origin/master commit 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-10T00:57:09.945Z] Merge succeeded, producing a99bf733bad48e6ff3a1c6c127363153e8864e38 [2021-04-10T00:57:09.945Z] Checking out Revision a99bf733bad48e6ff3a1c6c127363153e8864e38 (PR-2858) [2021-04-10T00:57:08.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T00:57:08.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T00:57:08.886Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T00:57:08.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T00:57:08.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:57:08.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-10T00:57:09.551Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T00:57:09.558Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-10T00:57:09.665Z] > git remote # timeout=10 [2021-04-10T00:57:09.670Z] > git config --get remote.origin.url # timeout=10 [2021-04-10T00:57:09.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T00:57:09.684Z] > git merge 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 # timeout=10 [2021-04-10T00:57:09.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-10T00:57:09.950Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T00:57:09.957Z] > git checkout -f a99bf733bad48e6ff3a1c6c127363153e8864e38 # timeout=10 [2021-04-10T00:57:13.610Z] Commit message: "Merge commit '70f8294db2ac5d1dfad06269a25d1e18b30c47e7' into HEAD" [2021-04-10T00:57:13.621Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T00:57:14.771Z] + echo snap-build.sh [2021-04-10T00:57:14.771Z] snap-build.sh [2021-04-10T00:57:14.771Z] + SNAP_BASE_DIR=. [2021-04-10T00:57:14.771Z] + '[' '!' -z /w/workspace/edgex-go/97 ']' [2021-04-10T00:57:14.771Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/97 [2021-04-10T00:57:14.771Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/97]' [2021-04-10T00:57:14.771Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/97] [2021-04-10T00:57:14.771Z] + cd /w/workspace/edgex-go/97 [2021-04-10T00:57:14.771Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-10T00:57:14.771Z] Reading package lists... [2021-04-10T00:57:13.617Z] > git rev-list --no-walk 356ca3a6099af8b2e847685f23e76a2049943eed # timeout=10 [2021-04-10T00:57:15.035Z] Building dependency tree... [2021-04-10T00:57:15.035Z] Reading state information... [2021-04-10T00:57:15.035Z] The following packages were automatically installed and are no longer required: [2021-04-10T00:57:15.035Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-10T00:57:15.035Z] uidmap xdelta3 [2021-04-10T00:57:15.035Z] Use 'sudo apt autoremove' to remove them. [2021-04-10T00:57:15.035Z] The following packages will be REMOVED: [2021-04-10T00:57:15.035Z] lxd* lxd-client* [2021-04-10T00:57:15.607Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-10T00:57:15.607Z] After this operation, 31.7 MB disk space will be freed. [2021-04-10T00:57:16.670Z] (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-10T00:57:16.670Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T00:57:17.615Z] Removing lxd dnsmasq configuration [2021-04-10T00:57:17.615Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T00:57:17.615Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-10T00:57:18.558Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-10T00:57:18.558Z] (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-10T00:57:18.558Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-10T00:57:19.942Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-10T00:57:19.942Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-10T00:57:21.326Z] + sudo snap remove --purge lxd [2021-04-10T00:57:21.588Z] snap "lxd" is not installed [2021-04-10T00:57:21.588Z] + sudo groupadd --force --system lxd [2021-04-10T00:57:21.588Z] ++ whoami [2021-04-10T00:57:21.588Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-10T00:57:21.588Z] + newgrp - lxd [2021-04-10T00:57:21.588Z] + sudo snap install lxd [2021-04-10T00:57:31.616Z] 2021-04-10T00:57:29Z INFO Waiting for automatic snapd restart... [2021-04-10T00:57:46.566Z] lxd 4.12 from Canonical* installed [2021-04-10T00:57:46.566Z] + sudo lxd init --auto [2021-04-10T00:57:54.751Z] + sudo snap install --classic snapcraft [2021-04-10T00:58:02.907Z] snapcraft 4.6 from Canonical* installed [2021-04-10T00:58:02.907Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-10T00:58:02.907Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-10T00:58:02.907Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T00:58:02.907Z] Dload Upload Total Spent Left Speed [2021-04-10T00:58:02.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4610 0 --:--:-- --:--:-- --:--:-- 4610 [2021-04-10T00:58:02.907Z] 100 3325k 100 3325k 0 0 11.1M 0 --:--:-- --:--:-- --:--:-- 11.1M [2021-04-10T00:58:02.907Z] ./yq_linux_amd64 [2021-04-10T00:58:02.907Z] + sudo snapcraft prime --use-lxd [2021-04-10T00:58:03.855Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-10T00:58:03.855Z] 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-10T00:58:03.855Z] - README.md [2021-04-10T00:58:03.855Z] [2021-04-10T00:58:03.855Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-10T00:58:04.798Z] Launching a container. [2021-04-10T00:58:17.049Z] Waiting for container to be ready [2021-04-10T00:58:17.049Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-10T00:58:17.049Z] [2021-04-10T00:58:19.631Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-10T00:58:20.207Z] Waiting for network to be ready... [2021-04-10T00:58:20.783Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-10T00:58:20.783Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-10T00:58:21.061Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-10T00:58:21.061Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-10T00:58:21.061Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-10T00:58:21.326Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-10T00:58:21.326Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-10T00:58:21.326Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-10T00:58:21.326Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-10T00:58:21.326Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-10T00:58:21.326Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-10T00:58:21.594Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-10T00:58:21.594Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-10T00:58:21.594Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-10T00:58:21.594Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-10T00:58:21.594Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-10T00:58:21.594Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-10T00:58:21.594Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-10T00:58:21.859Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-10T00:58:22.126Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-10T00:58:22.126Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-10T00:58:22.126Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-10T00:58:22.126Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-10T00:58:22.126Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-10T00:58:22.126Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-10T00:58:22.126Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-10T00:58:22.390Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-10T00:58:26.597Z] Fetched 24.2 MB in 6s (4326 kB/s) [2021-04-10T00:58:27.170Z] Reading package lists... [2021-04-10T00:58:27.434Z] Reading package lists... [2021-04-10T00:58:27.708Z] Building dependency tree... [2021-04-10T00:58:27.708Z] Reading state information... [2021-04-10T00:58:27.708Z] The following additional packages will be installed: [2021-04-10T00:58:27.708Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-10T00:58:27.708Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-10T00:58:27.708Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-10T00:58:27.708Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-10T00:58:27.708Z] Suggested packages: [2021-04-10T00:58:27.708Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-10T00:58:27.708Z] Recommended packages: [2021-04-10T00:58:27.708Z] gnupg libsasl2-modules [2021-04-10T00:58:27.984Z] The following NEW packages will be installed: [2021-04-10T00:58:27.984Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-10T00:58:27.984Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-10T00:58:27.984Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-10T00:58:27.984Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-10T00:58:27.984Z] The following packages will be upgraded: [2021-04-10T00:58:27.984Z] gpg gpg-agent gpgconf libudev1 [2021-04-10T00:58:27.984Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-10T00:58:27.984Z] Need to get 3530 kB of archives. [2021-04-10T00:58:27.984Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-10T00:58:27.984Z] 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-10T00:58:27.984Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-10T00:58:28.247Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-10T00:58:28.248Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-10T00:58:28.248Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-10T00:58:28.248Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-10T00:58:28.825Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-10T00:58:28.825Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-10T00:58:28.825Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-10T00:58:28.825Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-10T00:58:28.825Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-10T00:58:28.825Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-10T00:58:28.825Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-10T00:58:28.825Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-10T00:58:28.825Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-10T00:58:28.825Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-10T00:58:28.825Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-10T00:58:28.825Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-10T00:58:28.825Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-10T00:58:28.825Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-10T00:58:28.825Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-10T00:58:28.825Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-10T00:58:29.087Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T00:58:29.087Z] Fetched 3530 kB in 1s (3528 kB/s) [2021-04-10T00:58:29.087Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-10T00:58:29.087Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-10T00:58:29.087Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T00:58:29.350Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-10T00:58:29.612Z] Selecting previously unselected package udev. [2021-04-10T00:58:29.612Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-10T00:58:29.612Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-10T00:58:29.612Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-10T00:58:29.871Z] Selecting previously unselected package libfuse2:amd64. [2021-04-10T00:58:29.871Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-10T00:58:29.871Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-10T00:58:29.871Z] Selecting previously unselected package fuse. [2021-04-10T00:58:29.871Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-10T00:58:30.132Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-10T00:58:30.132Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T00:58:30.132Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T00:58:30.132Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T00:58:30.132Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T00:58:30.395Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T00:58:30.395Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T00:58:30.395Z] Selecting previously unselected package libksba8:amd64. [2021-04-10T00:58:30.395Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-10T00:58:30.395Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-10T00:58:30.395Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-10T00:58:30.395Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.656Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.656Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-10T00:58:30.656Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.656Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.656Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-10T00:58:30.656Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.656Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.656Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-10T00:58:30.656Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.656Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.917Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-10T00:58:30.917Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.917Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.917Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-10T00:58:30.917Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.917Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:30.917Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-10T00:58:30.917Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:30.917Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:31.178Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-10T00:58:31.178Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:31.178Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:31.178Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-10T00:58:31.178Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-10T00:58:31.179Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:31.440Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-10T00:58:31.440Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-10T00:58:31.440Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T00:58:31.440Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-10T00:58:31.440Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-10T00:58:31.440Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T00:58:31.440Z] Selecting previously unselected package libldap-common. [2021-04-10T00:58:31.440Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-10T00:58:31.440Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T00:58:31.702Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-10T00:58:31.702Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-10T00:58:31.702Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T00:58:31.702Z] Selecting previously unselected package dirmngr. [2021-04-10T00:58:31.702Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T00:58:31.702Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-10T00:58:31.702Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T00:58:31.962Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-10T00:58:31.962Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-10T00:58:31.962Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T00:58:31.962Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-10T00:58:31.962Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-10T00:58:31.962Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:32.224Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-10T00:58:32.224Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T00:58:32.224Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-10T00:58:32.486Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-10T00:58:32.747Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:32.747Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-10T00:58:32.747Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-10T00:58:32.747Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-10T00:58:32.747Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:32.747Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:32.747Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:33.008Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:33.008Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:33.008Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:33.008Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-10T00:58:33.008Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-10T00:58:33.008Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-10T00:58:33.008Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T00:58:33.594Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-10T00:58:33.594Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-10T00:58:33.594Z] This means they are not meant to be enabled using systemctl. [2021-04-10T00:58:33.594Z] Possible reasons for having this kind of units are: [2021-04-10T00:58:33.594Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-10T00:58:33.594Z] .wants/ or .requires/ directory. [2021-04-10T00:58:33.594Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-10T00:58:33.594Z] a requirement dependency on it. [2021-04-10T00:58:33.594Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-10T00:58:33.594Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-10T00:58:33.594Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-10T00:58:33.594Z] instance name specified. [2021-04-10T00:58:33.856Z] Reading package lists... [2021-04-10T00:58:34.117Z] Building dependency tree... [2021-04-10T00:58:34.117Z] Reading state information... [2021-04-10T00:58:34.380Z] The following additional packages will be installed: [2021-04-10T00:58:34.380Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-10T00:58:34.380Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-10T00:58:34.380Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-10T00:58:34.380Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-10T00:58:34.380Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-10T00:58:34.380Z] Suggested packages: [2021-04-10T00:58:34.380Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-10T00:58:34.380Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-10T00:58:34.380Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-10T00:58:34.380Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-10T00:58:34.380Z] systemd-container policykit-1 [2021-04-10T00:58:34.380Z] Recommended packages: [2021-04-10T00:58:34.380Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-10T00:58:34.380Z] The following NEW packages will be installed: [2021-04-10T00:58:34.380Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-10T00:58:34.380Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-10T00:58:34.380Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-10T00:58:34.380Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-10T00:58:34.380Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-10T00:58:34.380Z] The following packages will be upgraded: [2021-04-10T00:58:34.380Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-10T00:58:34.380Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-10T00:58:34.380Z] Need to get 35.2 MB of archives. [2021-04-10T00:58:34.380Z] After this operation, 141 MB of additional disk space will be used. [2021-04-10T00:58:34.380Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-10T00:58:34.380Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-10T00:58:35.334Z] 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-10T00:58:35.334Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-10T00:58:35.334Z] 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-10T00:58:35.334Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-10T00:58:35.334Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-10T00:58:35.334Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-10T00:58:35.334Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-10T00:58:35.334Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-10T00:58:35.334Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-10T00:58:35.334Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-10T00:58:35.334Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-10T00:58:35.334Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-10T00:58:35.334Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-10T00:58:35.334Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-10T00:58:35.334Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-10T00:58:35.334Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-10T00:58:35.334Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-10T00:58:35.334Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-10T00:58:35.334Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-10T00:58:35.334Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-10T00:58:35.334Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-10T00:58:35.334Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-10T00:58:35.334Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-10T00:58:35.601Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-10T00:58:35.601Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-10T00:58:35.601Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-10T00:58:35.601Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-10T00:58:35.601Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-10T00:58:36.566Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T00:58:36.566Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-04-10T00:58:36.828Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T00:58:36.828Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-10T00:58:36.828Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T00:58:37.400Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-10T00:58:37.400Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T00:58:37.661Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-10T00:58:37.661Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T00:58:37.661Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-10T00:58:37.661Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-10T00:58:37.924Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-10T00:58:38.186Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-10T00:58:38.186Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-10T00:58:38.186Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-10T00:58:38.446Z] Setting up apt (1.6.13) ... [2021-04-10T00:58:38.447Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-10T00:58:39.018Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-10T00:58:40.419Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-10T00:58:40.419Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-10T00:58:40.419Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-10T00:58:40.419Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-10T00:58:40.419Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T00:58:40.419Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:40.679Z] Selecting previously unselected package libexpat1:amd64. [2021-04-10T00:58:40.679Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-10T00:58:40.679Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-10T00:58:40.679Z] Selecting previously unselected package python3.6-minimal. [2021-04-10T00:58:40.679Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T00:58:40.679Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:40.939Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-10T00:58:40.939Z] Checking for services that may need to be restarted...done. [2021-04-10T00:58:40.939Z] Checking for services that may need to be restarted...done. [2021-04-10T00:58:41.200Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:41.200Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-10T00:58:41.200Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:41.770Z] Selecting previously unselected package python3-minimal. [2021-04-10T00:58:41.770Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-10T00:58:41.770Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-10T00:58:41.770Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-10T00:58:41.770Z] Selecting previously unselected package mime-support. [2021-04-10T00:58:41.770Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-10T00:58:41.770Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-10T00:58:42.031Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-10T00:58:42.031Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-10T00:58:42.031Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-10T00:58:42.031Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-10T00:58:42.031Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T00:58:42.031Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:42.294Z] Selecting previously unselected package python3.6. [2021-04-10T00:58:42.294Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-10T00:58:42.294Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:42.556Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-10T00:58:42.556Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-10T00:58:42.556Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-10T00:58:42.556Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-10T00:58:42.816Z] Selecting previously unselected package python3. [2021-04-10T00:58:42.816Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-10T00:58:42.816Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-10T00:58:42.816Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-10T00:58:42.817Z] Selecting previously unselected package multiarch-support. [2021-04-10T00:58:42.817Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T00:58:42.817Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-10T00:58:42.817Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-10T00:58:43.077Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-10T00:58:43.077Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-10T00:58:43.077Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-10T00:58:43.077Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-10T00:58:43.077Z] Selecting previously unselected package libbsd0:amd64. [2021-04-10T00:58:43.077Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-10T00:58:43.077Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-10T00:58:43.077Z] Selecting previously unselected package sudo. [2021-04-10T00:58:43.077Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-10T00:58:43.077Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-10T00:58:43.340Z] Selecting previously unselected package apparmor. [2021-04-10T00:58:43.340Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-10T00:58:43.340Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-10T00:58:43.340Z] Selecting previously unselected package libedit2:amd64. [2021-04-10T00:58:43.606Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-10T00:58:43.606Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-10T00:58:43.606Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-10T00:58:43.606Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T00:58:43.606Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:43.606Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-10T00:58:43.606Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T00:58:43.606Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:43.606Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-10T00:58:43.606Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-10T00:58:43.606Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-10T00:58:43.867Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-10T00:58:43.867Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T00:58:43.867Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:43.867Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-10T00:58:43.867Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-10T00:58:43.867Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:44.128Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-10T00:58:44.128Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-10T00:58:44.128Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-10T00:58:44.389Z] Selecting previously unselected package openssh-client. [2021-04-10T00:58:44.389Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-10T00:58:44.389Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-10T00:58:44.389Z] Selecting previously unselected package squashfs-tools. [2021-04-10T00:58:44.389Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-10T00:58:44.389Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-10T00:58:44.650Z] Selecting previously unselected package snapd. [2021-04-10T00:58:44.650Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-10T00:58:44.650Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-10T00:58:47.202Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-10T00:58:47.202Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-10T00:58:47.202Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-10T00:58:47.202Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-10T00:58:47.202Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-10T00:58:47.202Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:47.202Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T00:58:47.202Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-10T00:58:47.202Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-10T00:58:47.774Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-10T00:58:47.774Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-10T00:58:47.774Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-10T00:58:48.035Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:48.035Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:48.035Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-10T00:58:48.976Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-10T00:58:48.976Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:48.976Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-10T00:58:48.976Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-10T00:58:48.976Z] running python rtupdate hooks for python3.6... [2021-04-10T00:58:48.976Z] running python post-rtupdate hooks for python3.6... [2021-04-10T00:58:48.976Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-10T00:58:50.361Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-10T00:58:50.624Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-10T00:58:50.624Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-10T00:58:50.889Z] Setting up snapd (2.48.3+18.04) ... [2021-04-10T00:58:51.159Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-10T00:58:51.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-10T00:58:51.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-10T00:58:51.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-10T00:58:52.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-10T00:58:52.210Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-10T00:58:52.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-10T00:58:52.471Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-10T00:58:52.732Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-10T00:58:52.732Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-10T00:58:52.993Z] /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-10T00:58:52.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-10T00:58:52.993Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-10T00:58:53.938Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T00:58:54.200Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T00:58:54.200Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T00:58:55.849Z] Reading package lists... [2021-04-10T00:58:56.110Z] Reading package lists... [2021-04-10T00:58:56.110Z] Building dependency tree... [2021-04-10T00:58:56.110Z] Reading state information... [2021-04-10T00:58:56.372Z] Calculating upgrade... [2021-04-10T00:58:56.372Z] The following packages will be upgraded: [2021-04-10T00:58:56.372Z] advancecomp base-files bash binutils binutils-common [2021-04-10T00:58:56.372Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-10T00:58:56.372Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-10T00:58:56.372Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-10T00:58:56.372Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-10T00:58:56.372Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-10T00:58:56.372Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-10T00:58:56.372Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-10T00:58:56.372Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-10T00:58:56.372Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-10T00:58:56.372Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-10T00:58:56.372Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-10T00:58:56.372Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-10T00:58:56.372Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-10T00:58:56.372Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-10T00:58:56.372Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T00:58:56.372Z] Need to get 63.8 MB of archives. [2021-04-10T00:58:56.372Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-10T00:58:56.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-10T00:58:56.637Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-10T00:58:56.637Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-10T00:58:56.637Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-10T00:58:56.637Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-10T00:58:56.637Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-10T00:58:56.637Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-10T00:58:56.637Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-10T00:58:56.637Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-10T00:58:56.637Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-10T00:58:56.637Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-10T00:58:56.637Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-10T00:58:56.637Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-10T00:58:56.637Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-10T00:58:56.637Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-10T00:58:56.637Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-10T00:58:56.638Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-10T00:58:56.638Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-10T00:58:56.638Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-10T00:58:56.638Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-10T00:58:56.902Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-10T00:58:56.903Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-10T00:58:56.903Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-10T00:58:56.903Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-10T00:58:56.903Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-10T00:58:56.903Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-10T00:58:56.903Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-10T00:58:56.903Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-10T00:58:56.903Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-10T00:58:56.903Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-10T00:58:56.903Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-10T00:58:56.903Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-10T00:58:56.903Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-10T00:58:56.903Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-10T00:58:56.903Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-10T00:58:56.903Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-10T00:58:56.903Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-10T00:58:56.903Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-10T00:58:56.903Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-10T00:58:56.903Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-10T00:58:56.903Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-10T00:58:56.903Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-10T00:58:56.903Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-10T00:58:56.903Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-10T00:58:56.903Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-10T00:58:56.903Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-10T00:58:56.903Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-10T00:58:56.903Z] Get:48 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-10T00:58:56.903Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-10T00:58:56.903Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-10T00:58:56.903Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-10T00:58:56.903Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-10T00:58:56.903Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-10T00:58:56.903Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-10T00:58:56.903Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-10T00:58:57.164Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-10T00:58:57.427Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-10T00:58:57.427Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-10T00:58:57.427Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-10T00:58:57.690Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-10T00:58:57.690Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-10T00:58:57.690Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-10T00:58:57.690Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-10T00:58:57.690Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-10T00:58:57.690Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-10T00:58:57.690Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-10T00:58:57.690Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-10T00:58:57.690Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-10T00:58:57.690Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-10T00:58:57.690Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-10T00:58:57.690Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-10T00:58:57.690Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-10T00:58:57.690Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-10T00:58:57.690Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-10T00:58:57.690Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-10T00:58:57.952Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-10T00:58:57.952Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-10T00:58:57.952Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-10T00:58:57.952Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-10T00:58:57.952Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-10T00:58:57.952Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-10T00:58:57.952Z] Get:82 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-10T00:58:57.952Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-10T00:58:57.952Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-10T00:58:57.952Z] Get:85 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-10T00:58:57.952Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-10T00:58:57.952Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-10T00:58:58.214Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-10T00:58:58.214Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-10T00:58:58.214Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-10T00:58:58.214Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-10T00:58:58.214Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-10T00:58:58.214Z] Get:93 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-10T00:58:58.214Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-10T00:58:58.214Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-10T00:58:58.214Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-10T00:58:58.214Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-10T00:58:58.214Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-10T00:58:58.214Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-10T00:58:58.476Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T00:58:58.476Z] Fetched 63.8 MB in 2s (34.9 MB/s) [2021-04-10T00:58:58.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:58:58.476Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T00:58:58.476Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T00:58:59.421Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T00:58:59.421Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T00:58:59.421Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-10T00:58:59.421Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-10T00:58:59.994Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.255Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.255Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.255Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.255Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.517Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.517Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.517Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.517Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.517Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.783Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.783Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:00.783Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:00.783Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:01.044Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:01.044Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T00:59:01.044Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:01.044Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-10T00:59:01.304Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:01.304Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T00:59:01.304Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:01.304Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:01.304Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:01.565Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:01.565Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:01.565Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-10T00:59:01.831Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:01.831Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T00:59:01.831Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T00:59:02.096Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T00:59:02.669Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-10T00:59:02.669Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-10T00:59:02.669Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-10T00:59:02.669Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-10T00:59:02.669Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-10T00:59:02.937Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-10T00:59:02.937Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-10T00:59:03.200Z] Installing new version of config file /etc/issue ... [2021-04-10T00:59:03.200Z] Installing new version of config file /etc/issue.net ... [2021-04-10T00:59:03.200Z] Installing new version of config file /etc/lsb-release ... [2021-04-10T00:59:03.200Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-10T00:59:03.461Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-10T00:59:03.461Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-10T00:59:03.461Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-10T00:59:03.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:03.461Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-10T00:59:03.721Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-10T00:59:03.721Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-10T00:59:03.721Z] 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-10T00:59:03.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:03.982Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:03.982Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:03.982Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:03.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:03.982Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-10T00:59:04.244Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-10T00:59:04.244Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-10T00:59:04.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:04.244Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-10T00:59:04.505Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T00:59:04.767Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-10T00:59:04.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:04.767Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T00:59:04.767Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T00:59:05.029Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T00:59:05.029Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:05.029Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T00:59:05.029Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T00:59:05.029Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-10T00:59:05.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:05.290Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-10T00:59:05.290Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-10T00:59:05.290Z] Setting up grep (3.1-2build1) ... [2021-04-10T00:59:05.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:05.626Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-10T00:59:05.626Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-10T00:59:05.899Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-10T00:59:05.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:05.899Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T00:59:05.899Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T00:59:06.160Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-10T00:59:06.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:06.160Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T00:59:06.160Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T00:59:06.732Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T00:59:06.994Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T00:59:06.994Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-10T00:59:06.994Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T00:59:07.567Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-10T00:59:07.567Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:07.567Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-10T00:59:07.567Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-10T00:59:08.958Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-10T00:59:08.958Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-10T00:59:08.958Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-10T00:59:08.958Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-10T00:59:09.242Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-10T00:59:09.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:09.242Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-10T00:59:09.242Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-10T00:59:09.504Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-10T00:59:09.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:09.504Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:09.504Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:09.782Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:09.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:09.782Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:09.782Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:10.043Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:10.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:10.043Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:10.043Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:10.337Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:10.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:10.337Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:10.337Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:10.598Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:10.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:10.598Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T00:59:10.598Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T00:59:11.169Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T00:59:11.169Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T00:59:11.169Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T00:59:11.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:11.169Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-10T00:59:11.169Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T00:59:11.434Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T00:59:11.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:11.434Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:11.434Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:11.434Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:11.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:11.697Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:11.697Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:11.697Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:11.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:11.960Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:11.960Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:12.221Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:12.796Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-10T00:59:12.796Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-10T00:59:13.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:13.058Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-10T00:59:13.058Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-10T00:59:13.318Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T00:59:13.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-10T00:59:13.319Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-10T00:59:13.319Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-10T00:59:13.580Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-10T00:59:13.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:13.580Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-10T00:59:13.580Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-10T00:59:13.841Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-10T00:59:14.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:14.102Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-10T00:59:14.102Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-10T00:59:14.103Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-10T00:59:14.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:14.103Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-10T00:59:14.103Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-10T00:59:14.367Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-10T00:59:14.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:14.367Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T00:59:14.367Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T00:59:14.628Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T00:59:14.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:14.628Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T00:59:14.889Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T00:59:14.889Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T00:59:14.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:14.889Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-10T00:59:15.149Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T00:59:15.410Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T00:59:15.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:15.410Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-10T00:59:15.410Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-10T00:59:15.670Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-10T00:59:15.670Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-10T00:59:15.670Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T00:59:15.670Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T00:59:15.931Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T00:59:15.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:15.931Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-10T00:59:16.192Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-10T00:59:16.192Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-10T00:59:16.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:16.192Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-10T00:59:16.192Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-10T00:59:16.453Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-10T00:59:16.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:16.716Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-10T00:59:16.716Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-10T00:59:16.716Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-10T00:59:16.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:16.716Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-10T00:59:16.716Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-10T00:59:16.978Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-10T00:59:16.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:16.978Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-10T00:59:16.978Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-10T00:59:17.239Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-10T00:59:17.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:17.500Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-10T00:59:17.500Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-10T00:59:17.761Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-10T00:59:17.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:17.761Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-10T00:59:17.761Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-10T00:59:17.761Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-10T00:59:18.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:18.022Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-10T00:59:18.022Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-10T00:59:18.022Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-10T00:59:18.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:18.022Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-10T00:59:18.022Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-10T00:59:18.283Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-10T00:59:18.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:18.283Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-10T00:59:18.283Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-10T00:59:18.545Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-10T00:59:18.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:18.545Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-10T00:59:18.545Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-10T00:59:18.545Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-10T00:59:18.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-10T00:59:18.806Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-10T00:59:18.806Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-10T00:59:18.806Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-10T00:59:19.073Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-10T00:59:19.073Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-10T00:59:19.073Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-10T00:59:19.073Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-10T00:59:19.073Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-10T00:59:19.339Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-10T00:59:19.339Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-10T00:59:19.600Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-10T00:59:19.600Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-10T00:59:19.600Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-10T00:59:19.869Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-10T00:59:19.869Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-10T00:59:19.869Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-10T00:59:19.869Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-10T00:59:20.130Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-10T00:59:20.130Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-10T00:59:20.130Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-10T00:59:20.130Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-10T00:59:20.130Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-10T00:59:20.404Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-10T00:59:20.404Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-10T00:59:20.404Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-10T00:59:20.404Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-10T00:59:20.665Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-10T00:59:20.665Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-10T00:59:22.085Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-10T00:59:22.085Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-10T00:59:22.085Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-10T00:59:22.085Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-10T00:59:22.385Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T00:59:22.385Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T00:59:22.673Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T00:59:22.673Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T00:59:22.948Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T00:59:22.948Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T00:59:22.948Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-10T00:59:23.241Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-10T00:59:23.241Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:23.241Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:23.518Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:23.518Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:23.518Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:23.518Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:23.796Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:23.796Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:24.784Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:24.784Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:25.727Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:25.727Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:26.674Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:26.674Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:26.936Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:26.936Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:27.877Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-10T00:59:27.877Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-10T00:59:27.877Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T00:59:28.139Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T00:59:28.139Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-10T00:59:28.139Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T00:59:28.402Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-10T00:59:28.402Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-10T00:59:28.402Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-10T00:59:28.402Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-10T00:59:28.663Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T00:59:28.663Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T00:59:28.663Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-10T00:59:28.663Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-10T00:59:28.924Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-10T00:59:28.924Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-10T00:59:28.924Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.185Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-10T00:59:29.185Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.185Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.185Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.185Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-10T00:59:29.185Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-10T00:59:29.185Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-10T00:59:29.445Z] [2021-04-10T00:59:29.445Z] Current default time zone: 'Etc/UTC' [2021-04-10T00:59:29.445Z] Local time is now: Sat Apr 10 00:59:29 UTC 2021. [2021-04-10T00:59:29.445Z] Universal Time is now: Sat Apr 10 00:59:29 UTC 2021. [2021-04-10T00:59:29.445Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-10T00:59:29.445Z] [2021-04-10T00:59:29.445Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-10T00:59:29.445Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.445Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-10T00:59:29.445Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-10T00:59:29.445Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-10T00:59:29.445Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-10T00:59:29.445Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-10T00:59:29.707Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-10T00:59:29.707Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-10T00:59:29.707Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-10T00:59:29.707Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.707Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-10T00:59:29.967Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:29.967Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-10T00:59:29.967Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:29.967Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-10T00:59:29.967Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-10T00:59:29.967Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-10T00:59:29.967Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-10T00:59:29.967Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-10T00:59:29.967Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-10T00:59:30.229Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-10T00:59:30.229Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-10T00:59:31.618Z] Updating certificates in /etc/ssl/certs... [2021-04-10T00:59:32.191Z] 23 added, 27 removed; done. [2021-04-10T00:59:32.191Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-10T00:59:32.191Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-10T00:59:32.191Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-10T00:59:32.191Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-10T00:59:32.191Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-10T00:59:32.452Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-10T00:59:32.452Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.452Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-10T00:59:32.715Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-10T00:59:32.715Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-10T00:59:32.715Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-10T00:59:32.715Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-10T00:59:32.715Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.715Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-10T00:59:32.715Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-10T00:59:32.975Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-10T00:59:32.975Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-10T00:59:32.975Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T00:59:32.975Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-10T00:59:32.975Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-10T00:59:32.975Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-10T00:59:32.975Z] Updating certificates in /etc/ssl/certs... [2021-04-10T00:59:33.550Z] 0 added, 0 removed; done. [2021-04-10T00:59:33.550Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-10T00:59:33.550Z] done. [2021-04-10T00:59:34.125Z] Reading package lists... [2021-04-10T00:59:34.386Z] Building dependency tree... [2021-04-10T00:59:34.386Z] Reading state information... [2021-04-10T00:59:34.647Z] The following NEW packages will be installed: [2021-04-10T00:59:34.647Z] apt-transport-https [2021-04-10T00:59:34.647Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T00:59:34.647Z] Need to get 1692 B of archives. [2021-04-10T00:59:34.647Z] After this operation, 154 kB of additional disk space will be used. [2021-04-10T00:59:34.647Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-10T00:59:34.908Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T00:59:34.909Z] Fetched 1692 B in 0s (8488 B/s) [2021-04-10T00:59:34.909Z] Selecting previously unselected package apt-transport-https. [2021-04-10T00:59:34.909Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-10T00:59:34.909Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-10T00:59:34.909Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-10T00:59:34.909Z] Setting up apt-transport-https (1.6.13) ... [2021-04-10T00:59:35.482Z] Waiting for network to be ready... [2021-04-10T00:59:40.775Z] 2021-04-10T00:59:38Z INFO Waiting for automatic snapd restart... [2021-04-10T00:59:41.349Z] snapd 2.49.2 from Canonical* installed [2021-04-10T00:59:42.293Z] "snapd" switched to the "latest/stable" channel [2021-04-10T00:59:42.293Z] [2021-04-10T00:59:46.502Z] core18 20210309 from Canonical* installed [2021-04-10T00:59:46.502Z] "core18" switched to the "latest/stable" channel [2021-04-10T00:59:46.503Z] [2021-04-10T00:59:51.795Z] snapcraft 4.6 from Canonical* installed [2021-04-10T00:59:51.795Z] "snapcraft" switched to the "latest/stable" channel [2021-04-10T00:59:51.795Z] [2021-04-10T00:59:55.099Z] 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-10T00:59:55.099Z] - README.md [2021-04-10T00:59:55.099Z] [2021-04-10T00:59:55.099Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-10T01:00:01.689Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T01:00:03.095Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T01:00:03.095Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T01:00:09.693Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T01:00:10.265Z] Reading package lists... [2021-04-10T01:00:10.837Z] 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-10T01:00:17.429Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T01:00:17.430Z] Reading package lists... [2021-04-10T01:00:17.430Z] Building dependency tree... [2021-04-10T01:00:17.430Z] Reading state information... [2021-04-10T01:00:17.430Z] Suggested packages: [2021-04-10T01:00:17.430Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-10T01:00:17.430Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-10T01:00:17.430Z] Recommended packages: [2021-04-10T01:00:17.430Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-10T01:00:17.430Z] The following NEW packages will be installed: [2021-04-10T01:00:17.430Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-10T01:00:17.430Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-10T01:00:17.430Z] pkg-config zip [2021-04-10T01:00:17.430Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-10T01:00:17.430Z] Need to get 7663 kB of archives. [2021-04-10T01:00:17.430Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-10T01:00:17.430Z] 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-10T01:00:17.430Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-10T01:00:17.430Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-10T01:00:17.430Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-10T01:00:17.430Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-10T01:00:17.430Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-10T01:00:17.430Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-10T01:00:17.691Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-10T01:00:17.691Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-10T01:00:17.691Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-10T01:00:17.691Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-10T01:00:17.955Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-10T01:00:17.955Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-10T01:00:17.955Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-10T01:00:17.955Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-10T01:00:17.955Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-10T01:00:18.217Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-04-10T01:00:18.217Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-10T01:00:18.217Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-10T01:00:18.217Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-10T01:00:18.217Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-10T01:00:18.479Z] Selecting previously unselected package libpsl5:amd64. [2021-04-10T01:00:18.479Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-10T01:00:18.479Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-10T01:00:18.479Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-10T01:00:18.479Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-10T01:00:18.479Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-10T01:00:18.739Z] Selecting previously unselected package librtmp1:amd64. [2021-04-10T01:00:18.739Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-10T01:00:18.739Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-10T01:00:18.739Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-10T01:00:18.739Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-10T01:00:18.739Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-10T01:00:18.739Z] Selecting previously unselected package liberror-perl. [2021-04-10T01:00:18.739Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-10T01:00:18.739Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-10T01:00:19.000Z] Selecting previously unselected package git-man. [2021-04-10T01:00:19.000Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-10T01:00:19.000Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-10T01:00:19.000Z] Selecting previously unselected package git. [2021-04-10T01:00:19.000Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-10T01:00:19.000Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-10T01:00:19.943Z] Selecting previously unselected package libnorm1:amd64. [2021-04-10T01:00:19.943Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-10T01:00:19.943Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-10T01:00:19.943Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-10T01:00:19.943Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-10T01:00:20.203Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-10T01:00:20.203Z] Selecting previously unselected package libsodium23:amd64. [2021-04-10T01:00:20.203Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-10T01:00:20.203Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-10T01:00:20.204Z] Selecting previously unselected package libzmq5:amd64. [2021-04-10T01:00:20.204Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-10T01:00:20.204Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T01:00:20.204Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-10T01:00:20.204Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-10T01:00:20.204Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T01:00:20.464Z] Selecting previously unselected package pkg-config. [2021-04-10T01:00:20.464Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-10T01:00:20.464Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-10T01:00:20.464Z] Selecting previously unselected package zip. [2021-04-10T01:00:20.464Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-10T01:00:20.464Z] Unpacking zip (3.0-11build1) ... [2021-04-10T01:00:20.724Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-10T01:00:20.724Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-10T01:00:20.724Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-10T01:00:20.724Z] Setting up liberror-perl (0.17025-1) ... [2021-04-10T01:00:20.724Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-10T01:00:20.724Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-10T01:00:20.724Z] No schema files found: doing nothing. [2021-04-10T01:00:20.724Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-10T01:00:20.724Z] Setting up zip (3.0-11build1) ... [2021-04-10T01:00:20.724Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-10T01:00:20.985Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-10T01:00:20.985Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-10T01:00:20.985Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T01:00:20.985Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-10T01:00:20.985Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-10T01:00:20.985Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-10T01:00:20.985Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-10T01:00:27.568Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T01:00:27.568Z] git set to automatically installed. [2021-04-10T01:00:27.568Z] git-man set to automatically installed. [2021-04-10T01:00:27.568Z] libcurl3-gnutls set to automatically installed. [2021-04-10T01:00:27.568Z] liberror-perl set to automatically installed. [2021-04-10T01:00:27.568Z] libglib2.0-0 set to automatically installed. [2021-04-10T01:00:27.568Z] libnghttp2-14 set to automatically installed. [2021-04-10T01:00:27.568Z] libnorm1 set to automatically installed. [2021-04-10T01:00:27.568Z] libpgm-5.2-0 set to automatically installed. [2021-04-10T01:00:27.568Z] libpsl5 set to automatically installed. [2021-04-10T01:00:27.568Z] librtmp1 set to automatically installed. [2021-04-10T01:00:27.568Z] libsodium23 set to automatically installed. [2021-04-10T01:00:27.568Z] libzmq3-dev set to automatically installed. [2021-04-10T01:00:27.568Z] libzmq5 set to automatically installed. [2021-04-10T01:00:27.568Z] pkg-config set to automatically installed. [2021-04-10T01:00:27.568Z] zip set to automatically installed. [2021-04-10T01:00:29.485Z] snapd is not logged in, snap install commands will use sudo [2021-04-10T01:00:36.074Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T01:00:54.376Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-10T01:00:54.376Z] snapd is not logged in, snap install commands will use sudo [2021-04-10T01:01:00.984Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-10T01:01:00.984Z] snap "core18" has no updates available [2021-04-10T01:01:01.251Z] Pulling go-build-helper [2021-04-10T01:01:01.251Z] + snapcraftctl pull [2021-04-10T01:01:02.644Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-10T01:01:02.644Z] Skipping pull go-build-helper (already ran) [2021-04-10T01:01:02.644Z] Building go-build-helper [2021-04-10T01:01:02.644Z] + snapcraftctl build [2021-04-10T01:01:05.193Z] Staging go-build-helper [2021-04-10T01:01:05.193Z] + snapcraftctl stage [2021-04-10T01:01:17.436Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-10T01:01:17.436Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-10T01:01:17.436Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-10T01:01:17.436Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-10T01:01:17.436Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-10T01:01:17.436Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-10T01:01:17.436Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-10T01:01:17.436Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-10T01:01:17.436Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-10T01:01:17.436Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-10T01:01:17.436Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-10T01:01:17.436Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-10T01:01:17.436Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-10T01:01:17.436Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-10T01:01:17.436Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-10T01:01:17.436Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-10T01:01:17.436Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-10T01:01:17.436Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-10T01:01:17.436Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-10T01:01:17.436Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-10T01:01:17.436Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-10T01:01:17.436Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-10T01:01:17.436Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-10T01:01:17.436Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-10T01:01:17.436Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-10T01:01:17.436Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-10T01:01:17.436Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-10T01:01:17.436Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-10T01:01:17.436Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-10T01:01:17.436Z] Fetched 224 kB in 0s (0 B/s) [2021-04-10T01:01:17.436Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-10T01:01:17.436Z] Fetched 157 kB in 0s (0 B/s) [2021-04-10T01:01:17.436Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-10T01:01:17.436Z] Fetched 221 kB in 0s (0 B/s) [2021-04-10T01:01:17.436Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-10T01:01:17.436Z] Fetched 143 kB in 0s (0 B/s) [2021-04-10T01:01:17.436Z] Pulling app-service-config [2021-04-10T01:01:17.436Z] + snapcraftctl pull [2021-04-10T01:01:18.007Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-10T01:01:18.579Z] Pulling config-common [2021-04-10T01:01:18.579Z] + snapcraftctl pull [2021-04-10T01:01:23.870Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T01:01:23.870Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T01:01:23.870Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T01:01:23.870Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:23.870Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-10T01:01:23.870Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:23.870Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-10T01:01:23.870Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:23.870Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-10T01:01:23.870Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:23.870Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-10T01:01:23.870Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:23.870Z] Pulling edgex-go [2021-04-10T01:01:23.870Z] + snapcraftctl pull [2021-04-10T01:01:45.837Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-10T01:01:45.837Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-10T01:01:45.837Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-10T01:01:45.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-10T01:01:45.837Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-10T01:01:45.837Z] Fetched 279 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-10T01:01:45.837Z] Fetched 122 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-10T01:01:45.837Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-10T01:01:45.837Z] Fetched 8848 B in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-10T01:01:45.837Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-10T01:01:45.837Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-10T01:01:45.837Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-10T01:01:45.837Z] Fetched 219 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-10T01:01:45.837Z] Fetched 154 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-10T01:01:45.837Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-10T01:01:45.837Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-10T01:01:45.837Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-10T01:01:45.837Z] Fetched 499 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-10T01:01:45.837Z] Fetched 111 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-10T01:01:45.837Z] Fetched 240 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-10T01:01:45.837Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-10T01:01:45.837Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-10T01:01:45.837Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-10T01:01:45.837Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-10T01:01:45.837Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-10T01:01:45.837Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-10T01:01:45.837Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-10T01:01:45.837Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-10T01:01:45.837Z] Fetched 8720 B in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-10T01:01:45.837Z] Fetched 137 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-10T01:01:45.837Z] Fetched 119 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-10T01:01:45.837Z] Fetched 109 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-10T01:01:45.837Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-10T01:01:45.837Z] Fetched 645 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-10T01:01:45.837Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-10T01:01:45.837Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-10T01:01:45.837Z] Fetched 368 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-10T01:01:45.837Z] Fetched 187 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-10T01:01:45.837Z] Fetched 175 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-10T01:01:45.837Z] Fetched 206 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-10T01:01:45.837Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-10T01:01:45.837Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-10T01:01:45.837Z] Fetched 159 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-10T01:01:45.837Z] Fetched 107 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-10T01:01:45.837Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-10T01:01:45.837Z] Pulling static-packages [2021-04-10T01:01:45.837Z] + snapcraftctl pull [2021-04-10T01:01:46.098Z] Pulling version [2021-04-10T01:01:46.098Z] + cd /root/project [2021-04-10T01:01:46.098Z] + [ -f VERSION ] [2021-04-10T01:01:46.098Z] + PROJECT_VERSION=local-dev [2021-04-10T01:01:46.098Z] + git rev-parse --short HEAD [2021-04-10T01:01:46.098Z] + GIT_REVISION=a99bf733 [2021-04-10T01:01:46.098Z] + snapcraftctl set-version local-dev [2021-04-10T01:01:47.038Z] Skipping build go-build-helper (already ran) [2021-04-10T01:01:47.299Z] Building app-service-config [2021-04-10T01:01:47.299Z] + make build [2021-04-10T01:01:47.299Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-10T01:01:49.845Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-10T01:01:49.845Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-10T01:01:49.845Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-10T01:01:49.845Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-10T01:01:50.111Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-10T01:01:50.111Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-10T01:01:50.111Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-10T01:01:50.111Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-10T01:01:50.111Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-10T01:01:50.372Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-10T01:01:50.372Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-10T01:01:50.633Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-10T01:01:50.633Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-10T01:01:50.633Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-10T01:01:50.902Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-10T01:01:50.902Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-10T01:01:50.902Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-10T01:01:50.902Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-10T01:01:50.902Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-10T01:01:50.902Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-10T01:01:50.902Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-10T01:01:50.902Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-10T01:01:51.164Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-10T01:01:51.164Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-10T01:01:51.164Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-10T01:01:51.164Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-10T01:01:51.164Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-10T01:01:51.164Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-10T01:01:51.426Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-10T01:01:51.426Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-10T01:01:51.426Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-10T01:01:51.426Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-10T01:01:51.426Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-10T01:02:03.660Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-10T01:02:03.660Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-10T01:02:03.660Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-10T01:02:03.660Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-10T01:02:03.920Z] Building config-common [2021-04-10T01:02:03.920Z] + snapcraftctl build [2021-04-10T01:02:06.467Z] Building edgex-go [2021-04-10T01:02:07.410Z] + cd /root/parts/edgex-go/src [2021-04-10T01:02:07.410Z] + make build [2021-04-10T01:02:07.410Z] 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-10T01:02:07.671Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 [2021-04-10T01:02:07.671Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-10T01:02:07.671Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-10T01:02:07.932Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-10T01:02:12.161Z] 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-10T01:02:12.161Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-10T01:02:17.484Z] 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-10T01:02:18.878Z] 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-10T01:02:20.268Z] 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-10T01:02:20.840Z] 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-10T01:02:21.100Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-10T01:02:21.100Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-10T01:02:21.100Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-10T01:02:21.100Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-10T01:02:23.014Z] 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-10T01:02:23.014Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-10T01:02:23.276Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-10T01:02:25.193Z] 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-10T01:02:26.842Z] 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-10T01:02:27.791Z] 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-10T01:02:29.177Z] 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-10T01:02:29.177Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-10T01:02:30.561Z] 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-10T01:02:30.561Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-10T01:02:32.475Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-10T01:02:32.475Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-10T01:02:32.475Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-10T01:02:32.475Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-10T01:02:32.475Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-10T01:02:32.736Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-10T01:02:32.736Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-10T01:02:32.736Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-10T01:02:32.736Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-10T01:02:32.736Z] + 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-10T01:02:32.736Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-10T01:02:32.736Z] + 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-10T01:02:32.736Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-10T01:02:32.736Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-10T01:02:32.736Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-10T01:02:32.736Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-10T01:02:32.736Z] + 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-10T01:02:36.036Z] Building static-packages [2021-04-10T01:02:36.036Z] + snapcraftctl build [2021-04-10T01:02:38.582Z] Building version [2021-04-10T01:02:38.582Z] + snapcraftctl build [2021-04-10T01:02:41.128Z] Skipping stage go-build-helper (already ran) [2021-04-10T01:02:41.128Z] Staging app-service-config [2021-04-10T01:02:41.128Z] + snapcraftctl stage [2021-04-10T01:02:42.074Z] Staging config-common [2021-04-10T01:02:42.074Z] + snapcraftctl stage [2021-04-10T01:02:43.022Z] Staging edgex-go [2021-04-10T01:02:43.022Z] + snapcraftctl stage [2021-04-10T01:02:44.411Z] Staging static-packages [2021-04-10T01:02:44.411Z] + snapcraftctl stage [2021-04-10T01:02:45.354Z] Staging version [2021-04-10T01:02:45.354Z] + snapcraftctl stage [2021-04-10T01:02:46.299Z] Priming go-build-helper [2021-04-10T01:02:46.299Z] + snapcraftctl prime [2021-04-10T01:02:47.692Z] Priming app-service-config [2021-04-10T01:02:47.692Z] + snapcraftctl prime [2021-04-10T01:02:49.114Z] Priming config-common [2021-04-10T01:02:49.114Z] + snapcraftctl prime [2021-04-10T01:02:50.159Z] Priming edgex-go [2021-04-10T01:02:50.159Z] + snapcraftctl prime [2021-04-10T01:02:51.547Z] Priming static-packages [2021-04-10T01:02:51.547Z] + snapcraftctl prime [2021-04-10T01:02:54.091Z] Priming version [2021-04-10T01:02:54.091Z] + snapcraftctl prime [2021-04-10T01:02:54.662Z] 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-10T01:02:58.223Z] provisioning config files... [2021-04-10T01:02:58.261Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/97@tmp/config5450225290409964703tmp [Pipeline] { [Pipeline] sh [2021-04-10T01:02:58.754Z] + set +x [2021-04-10T01:02:58.754Z] + curl -s https://codecov.io/bash [2021-04-10T01:02:58.754Z] + bash -s -- [2021-04-10T01:02:59.474Z] [2021-04-10T01:02:59.474Z] _____ _ [2021-04-10T01:02:59.474Z] / ____| | | [2021-04-10T01:02:59.474Z] | | ___ __| | ___ ___ _____ __ [2021-04-10T01:02:59.474Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-10T01:02:59.474Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-10T01:02:59.474Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-10T01:02:59.474Z] Bash-20210309-2b87ace [2021-04-10T01:02:59.474Z] [2021-04-10T01:02:59.474Z] [2021-04-10T01:02:59.474Z] ==> git version 2.24.3 found [2021-04-10T01:02:59.928Z] ==> 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-10T01:02:59.928Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-10T01:02:59.928Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-10T01:02:59.928Z] ==> Jenkins CI detected. [2021-04-10T01:02:59.928Z] project root: . [2021-04-10T01:02:59.928Z] --> token set from env [2021-04-10T01:03:00.426Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-10T01:03:00.426Z] ==> Running gcov in . (disable via -X gcov) [2021-04-10T01:03:00.803Z] ==> Python coveragepy not found [2021-04-10T01:03:00.803Z] ==> Searching for coverage reports in: [2021-04-10T01:03:00.803Z] + . [2021-04-10T01:03:00.803Z] -> Found 1 reports [2021-04-10T01:03:00.803Z] ==> Detecting git/mercurial file structure [2021-04-10T01:03:00.803Z] ==> Reading reports [2021-04-10T01:03:00.803Z] + ./coverage.out bytes=697573 [2021-04-10T01:03:00.803Z] ==> Appending adjustments [2021-04-10T01:03:00.803Z] https://docs.codecov.io/docs/fixing-reports [2021-04-10T01:03:09.353Z] + Found adjustments [2021-04-10T01:03:09.353Z] ==> Gzipping contents [2021-04-10T01:03:09.639Z] 100K /tmp/codecov.KnTaWQ.gz [2021-04-10T01:03:09.639Z] ==> Uploading reports [2021-04-10T01:03:09.639Z] url: https://codecov.io [2021-04-10T01:03:09.639Z] query: branch=PR-2858&commit=84f790821fcf04c3787acd52c4ada12fcb6d9722&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F97%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-10T01:03:09.639Z] -> Pinging Codecov [2021-04-10T01:03:09.639Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=84f790821fcf04c3787acd52c4ada12fcb6d9722&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F97%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-10T01:03:09.913Z] -> Uploading to [2021-04-10T01:03:09.913Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-10/00271124DB129430A58F1EEE437C3FCB/84f790821fcf04c3787acd52c4ada12fcb6d9722/eadad162-909a-4d0a-83e2-d35527530406.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T010309Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6cd1cbcbd290fcf8712386b5ebbfd15e91ebb3ef6d095c1b901916909143dabf [2021-04-10T01:03:10.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T01:03:10.189Z] Dload Upload Total Spent Left Speed [2021-04-10T01:03:10.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99551 0 0 100 99551 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-04-10T01:03:10.780Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/84f790821fcf04c3787acd52c4ada12fcb6d9722 [Pipeline] } [2021-04-10T01:03:10.799Z] 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-10T01:03:12.792Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:03:14.714Z] ---> package-listing.sh [2021-04-10T01:03:14.714Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-10T01:03:14.714Z] ++ facter osfamily [2021-04-10T01:03:15.026Z] + OS_FAMILY=redhat [2021-04-10T01:03:15.026Z] + workspace=/w/workspace/edgex-go/97 [2021-04-10T01:03:15.026Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-10T01:03:15.026Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-10T01:03:15.026Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-10T01:03:15.026Z] + PACKAGES=/tmp/packages_start.txt [2021-04-10T01:03:15.026Z] + '[' /w/workspace/edgex-go/97 ']' [2021-04-10T01:03:15.026Z] + PACKAGES=/tmp/packages_end.txt [2021-04-10T01:03:15.026Z] + case "${OS_FAMILY}" in [2021-04-10T01:03:15.026Z] + rpm -qa [2021-04-10T01:03:15.026Z] + sort [2021-04-10T01:03:25.678Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-10T01:03:25.678Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-10T01:03:25.678Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-10T01:03:25.678Z] + '[' /w/workspace/edgex-go/97 ']' [2021-04-10T01:03:25.678Z] + mkdir -p /w/workspace/edgex-go/97/archives/ [2021-04-10T01:03:25.678Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/97/archives/ [Pipeline] echo [2021-04-10T01:03:25.732Z] 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/97/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-10T01:03:26.174Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-10T01:03:26.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T01:03:28.148Z] [2021-04-10T01:03:28.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-10T01:03:28.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T01:03:29.382Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-10T01:03:29.382Z] df20fa9351a1: Pulling fs layer [2021-04-10T01:03:29.382Z] 36b3adc4ff6f: Pulling fs layer [2021-04-10T01:03:29.382Z] 8ad3a11d3b57: Pulling fs layer [2021-04-10T01:03:29.382Z] 46f8f816bc3b: Pulling fs layer [2021-04-10T01:03:29.382Z] 93b61091891f: Pulling fs layer [2021-04-10T01:03:29.382Z] 93b9cdb0e59b: Pulling fs layer [2021-04-10T01:03:29.382Z] 5e14af77c1be: Pulling fs layer [2021-04-10T01:03:29.382Z] 01666e4c0597: Pulling fs layer [2021-04-10T01:03:29.382Z] aa168da1d23b: Pulling fs layer [2021-04-10T01:03:29.382Z] 46f8f816bc3b: Waiting [2021-04-10T01:03:29.382Z] 93b61091891f: Waiting [2021-04-10T01:03:29.382Z] 93b9cdb0e59b: Waiting [2021-04-10T01:03:29.382Z] 5e14af77c1be: Waiting [2021-04-10T01:03:29.382Z] 01666e4c0597: Waiting [2021-04-10T01:03:29.382Z] aa168da1d23b: Waiting [2021-04-10T01:03:29.382Z] 36b3adc4ff6f: Verifying Checksum [2021-04-10T01:03:29.382Z] 36b3adc4ff6f: Download complete [2021-04-10T01:03:29.678Z] 46f8f816bc3b: Verifying Checksum [2021-04-10T01:03:29.678Z] 46f8f816bc3b: Download complete [2021-04-10T01:03:29.964Z] df20fa9351a1: Download complete [2021-04-10T01:03:29.964Z] 93b9cdb0e59b: Verifying Checksum [2021-04-10T01:03:29.964Z] 93b9cdb0e59b: Download complete [2021-04-10T01:03:29.964Z] 5e14af77c1be: Verifying Checksum [2021-04-10T01:03:29.964Z] 5e14af77c1be: Download complete [2021-04-10T01:03:29.964Z] 93b61091891f: Verifying Checksum [2021-04-10T01:03:29.964Z] 93b61091891f: Download complete [2021-04-10T01:03:29.964Z] 01666e4c0597: Verifying Checksum [2021-04-10T01:03:29.964Z] 01666e4c0597: Download complete [2021-04-10T01:03:30.711Z] df20fa9351a1: Pull complete [2021-04-10T01:03:31.141Z] 36b3adc4ff6f: Pull complete [2021-04-10T01:03:31.823Z] 8ad3a11d3b57: Verifying Checksum [2021-04-10T01:03:31.823Z] 8ad3a11d3b57: Download complete [2021-04-10T01:03:35.690Z] 8ad3a11d3b57: Pull complete [2021-04-10T01:03:35.690Z] 46f8f816bc3b: Pull complete [2021-04-10T01:03:38.025Z] 93b61091891f: Pull complete [2021-04-10T01:03:39.158Z] 93b9cdb0e59b: Pull complete [2021-04-10T01:03:39.539Z] 5e14af77c1be: Pull complete [2021-04-10T01:03:39.811Z] aa168da1d23b: Verifying Checksum [2021-04-10T01:03:39.811Z] aa168da1d23b: Download complete [2021-04-10T01:03:40.520Z] 01666e4c0597: Pull complete [2021-04-10T01:03:59.501Z] aa168da1d23b: Pull complete [2021-04-10T01:03:59.501Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-10T01:03:59.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T01:03:59.501Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-10T01:04:00.489Z] prd-centos7-docker-4c-2g-33512 does not seem to be running inside a container [2021-04-10T01:04:00.630Z] $ 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/97/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/97 -v /w/workspace/edgex-go/97:/w/workspace/edgex-go/97:rw,z -v /w/workspace/edgex-go/97@tmp:/w/workspace/edgex-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-10T01:04:06.506Z] $ docker top 6431aa4def4ad6d4ef18b329584e45dc39ca9e22e2dc4b31b2bfefa4cf4490d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T01:04:08.116Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-10T01:04:08.929Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-10T01:04:10.053Z] + ls /var/log/sa-host [2021-04-10T01:04:10.053Z] + sadf -c /var/log/sa-host/sa10 [2021-04-10T01:04:10.053Z] file_magic: OK [2021-04-10T01:04:10.053Z] HZ: Using current value: 100 [2021-04-10T01:04:10.053Z] file_header: OK [2021-04-10T01:04:10.053Z] 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-10T01:04:10.053Z] Statistics: [2021-04-10T01:04:10.053Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-10T01:04:10.053Z] File successfully converted to sysstat format version 12.2.1 [2021-04-10T01:04:10.053Z] + sadf -c /var/log/sa-host/sa23 [2021-04-10T01:04:10.053Z] file_magic: OK [2021-04-10T01:04:10.053Z] HZ: Using current value: 100 [2021-04-10T01:04:10.053Z] file_header: OK [2021-04-10T01:04:10.053Z] 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-10T01:04:10.053Z] Statistics: [2021-04-10T01:04:10.053Z] Hnuu...uuuununununu... [2021-04-10T01:04:10.053Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-10T01:04:10.313Z] provisioning config files... [2021-04-10T01:04:10.350Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/97@tmp/config1681816954333431768tmp [Pipeline] { [Pipeline] echo [2021-04-10T01:04:10.510Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:04:11.826Z] ---> create-netrc.sh [Pipeline] } [2021-04-10T01:04:11.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-10T01:04:12.089Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:04:13.044Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-10T01:04:13.130Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:04:14.141Z] ---> sudo-logs.sh [2021-04-10T01:04:14.141Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-10T01:04:14.251Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:04:15.013Z] ---> job-cost.sh [2021-04-10T01:04:15.013Z] lf-activate-venv: SKIPPING [2021-04-10T01:04:15.013Z] DEBUG: total: 0.20999999344348907 [2021-04-10T01:04:15.013Z] INFO: Retrieving Stack Cost... [2021-04-10T01:04:15.895Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-10T01:04:17.767Z] INFO: Archiving Costs [Pipeline] echo [2021-04-10T01:04:17.802Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T01:04:19.033Z] ---> logs-deploy.sh [2021-04-10T01:04:19.033Z] lf-activate-venv: SKIPPING [2021-04-10T01:04:19.033Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/97 [2021-04-10T01:04:19.033Z] INFO: archiving workspace using pattern(s): [2021-04-10T01:04:22.092Z] Archives upload complete. [2021-04-10T01:04:22.092Z] INFO: archiving logs to Nexus [2021-04-10T01:04:23.758Z] ---> uname -a: [2021-04-10T01:04:23.758Z] Linux prd-centos7-docker-4c-2g-33512.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-10T01:04:23.758Z] [2021-04-10T01:04:23.758Z] [2021-04-10T01:04:23.758Z] ---> lscpu: [2021-04-10T01:04:23.758Z] Architecture: x86_64 [2021-04-10T01:04:23.758Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-10T01:04:23.758Z] Byte Order: Little Endian [2021-04-10T01:04:23.758Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-10T01:04:23.758Z] CPU(s): 4 [2021-04-10T01:04:23.758Z] On-line CPU(s) list: 0-3 [2021-04-10T01:04:23.758Z] Thread(s) per core: 1 [2021-04-10T01:04:23.758Z] Core(s) per socket: 1 [2021-04-10T01:04:23.758Z] Socket(s): 4 [2021-04-10T01:04:23.758Z] NUMA node(s): 1 [2021-04-10T01:04:23.758Z] Vendor ID: GenuineIntel [2021-04-10T01:04:23.758Z] CPU family: 6 [2021-04-10T01:04:23.758Z] Model: 44 [2021-04-10T01:04:23.758Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-10T01:04:23.758Z] Stepping: 1 [2021-04-10T01:04:23.759Z] CPU MHz: 2933.438 [2021-04-10T01:04:23.759Z] BogoMIPS: 5866.87 [2021-04-10T01:04:23.759Z] Virtualization: VT-x [2021-04-10T01:04:23.759Z] Hypervisor vendor: KVM [2021-04-10T01:04:23.759Z] Virtualization type: full [2021-04-10T01:04:23.759Z] L1d cache: 128 KiB [2021-04-10T01:04:23.759Z] L1i cache: 128 KiB [2021-04-10T01:04:23.759Z] L2 cache: 16 MiB [2021-04-10T01:04:23.759Z] L3 cache: 64 MiB [2021-04-10T01:04:23.759Z] NUMA node0 CPU(s): 0-3 [2021-04-10T01:04:23.759Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-10T01:04:23.759Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-10T01:04:23.759Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-10T01:04:23.759Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-10T01:04:23.759Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-10T01:04:23.759Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-10T01:04:23.759Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-10T01:04:23.759Z] Vulnerability Srbds: Not affected [2021-04-10T01:04:23.759Z] Vulnerability Tsx async abort: Not affected [2021-04-10T01:04:23.759Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-10T01:04:23.759Z] [2021-04-10T01:04:23.759Z]