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 db7925e05468a348a54e2ee7c85b6c50909b0e0e rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from db7925e05468a348a54e2ee7c85b6c50909b0e0e 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1419 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/105 [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/105 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 74c7c8d9f1b5b334d921ed4b4876d4705e38287a Checking out Revision 74c7c8d9f1b5b334d921ed4b4876d4705e38287a (PR-2858) > 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74c7c8d9f1b5b334d921ed4b4876d4705e38287a # timeout=10 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-22T08:32:12.718Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-22T08:32:12.804Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-22T08:32:12.832Z] ========================================================= [2021-04-22T08:32:12.832Z] EdgeX Global Pipelines Version Info [2021-04-22T08:32:12.832Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 [2021-04-22T08:32:15.147Z] ------------------- [2021-04-22T08:32:15.147Z] stable info: [2021-04-22T08:32:15.147Z] ------------------- [2021-04-22T08:32:15.147Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-22T08:32:15.148Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-22T08:32:15.148Z] Message: update stable to v1.0.186 [2021-04-22T08:32:16.108Z] ------------------- [2021-04-22T08:32:16.108Z] experimental info: [2021-04-22T08:32:16.108Z] ------------------- [2021-04-22T08:32:16.108Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-22T08:32:16.109Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-22T08:32:16.109Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-22T08:32:16.290Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-22T08:32:16.312Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-22T08:32:16.333Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-22T08:32:16.356Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-22T08:32:16.378Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-22T08:32:16.416Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-22T08:32:16.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-22T08:32:16.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-22T08:32:16.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-22T08:32:16.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-22T08:32:16.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-22T08:32:16.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-22T08:32:16.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-22T08:32:16.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-22T08:32:16.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-22T08:32:16.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-22T08:32:16.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-22T08:32:16.751Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-22T08:32:16.773Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-22T08:32:16.793Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-22T08:32:16.815Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-22T08:32:16.861Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-22T08:32:16.882Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-22T08:32:16.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-22T08:32:16.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-22T08:32:16.962Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74c7c8d9f1b5b334d921ed4b4876d4705e38287a [Pipeline] echo [2021-04-22T08:32:16.986Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74c7c8d [Pipeline] echo [2021-04-22T08:32:17.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T08:32:17.077Z] provisioning config files... [2021-04-22T08:32:17.123Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/105@tmp/config1902724394638861198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:32:17.473Z] ---> docker-login.sh [2021-04-22T08:32:17.473Z] nexus3.edgexfoundry.org:10001 [2021-04-22T08:32:18.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:32:18.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:32:18.089Z] Configure a credential helper to remove this warning. See [2021-04-22T08:32:18.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:32:18.089Z] [2021-04-22T08:32:18.089Z] Login Succeeded [2021-04-22T08:32:18.089Z] nexus3.edgexfoundry.org:10002 [2021-04-22T08:32:18.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:32:19.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:32:19.058Z] Configure a credential helper to remove this warning. See [2021-04-22T08:32:19.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:32:19.058Z] [2021-04-22T08:32:19.058Z] Login Succeeded [2021-04-22T08:32:19.058Z] nexus3.edgexfoundry.org:10003 [2021-04-22T08:32:19.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:32:19.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:32:19.681Z] Configure a credential helper to remove this warning. See [2021-04-22T08:32:19.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:32:19.681Z] [2021-04-22T08:32:19.681Z] Login Succeeded [2021-04-22T08:32:19.681Z] nexus3.edgexfoundry.org:10004 [2021-04-22T08:32:19.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:32:20.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:32:20.243Z] Configure a credential helper to remove this warning. See [2021-04-22T08:32:20.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:32:20.243Z] [2021-04-22T08:32:20.243Z] Login Succeeded [2021-04-22T08:32:20.243Z] docker.io [2021-04-22T08:32:20.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:32:20.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:32:20.516Z] Configure a credential helper to remove this warning. See [2021-04-22T08:32:20.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:32:20.516Z] [2021-04-22T08:32:20.516Z] Login Succeeded [2021-04-22T08:32:20.516Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T08:32:20.529Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T08:32:20.872Z] ++ 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-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/core-command/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/core-data/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-22T08:32:20.873Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-22T08:32:20.873Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-22T08:32:20.873Z] ++ cut -d/ -f2 [2021-04-22T08:32:20.873Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-22T08:32:20.984Z] 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-22T08:32:21.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:32:21.698Z] [2021-04-22T08:32:21.698Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:32:22.075Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:32:22.358Z] latest: Pulling from edgex-devops/git-semver [2021-04-22T08:32:22.358Z] 31603596830f: Pulling fs layer [2021-04-22T08:32:22.358Z] 2a8b12db71e7: Pulling fs layer [2021-04-22T08:32:22.359Z] 6ca5941a6612: Pulling fs layer [2021-04-22T08:32:22.359Z] ecc8261a40a4: Pulling fs layer [2021-04-22T08:32:22.359Z] ecc8261a40a4: Waiting [2021-04-22T08:32:22.359Z] 2a8b12db71e7: Verifying Checksum [2021-04-22T08:32:22.359Z] 2a8b12db71e7: Download complete [2021-04-22T08:32:22.680Z] 31603596830f: Verifying Checksum [2021-04-22T08:32:22.680Z] 31603596830f: Download complete [2021-04-22T08:32:22.968Z] ecc8261a40a4: Verifying Checksum [2021-04-22T08:32:22.968Z] ecc8261a40a4: Download complete [2021-04-22T08:32:22.968Z] 6ca5941a6612: Verifying Checksum [2021-04-22T08:32:22.968Z] 6ca5941a6612: Download complete [2021-04-22T08:32:23.264Z] 31603596830f: Pull complete [2021-04-22T08:32:23.562Z] 2a8b12db71e7: Pull complete [2021-04-22T08:32:25.639Z] 6ca5941a6612: Pull complete [2021-04-22T08:32:26.651Z] ecc8261a40a4: Pull complete [2021-04-22T08:32:26.651Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-22T08:32:26.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T08:32:26.651Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-22T08:32:26.828Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:32:26.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:32:29.953Z] $ docker top cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T08:32:30.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T08:32:30.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T08:32:31.661Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T08:32:31.674Z] $ docker exec cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent [2021-04-22T08:32:32.241Z] SSH_AUTH_SOCK=/tmp/ssh-h8k0nLPCzBNA/agent.11 [2021-04-22T08:32:32.241Z] SSH_AGENT_PID=16 [2021-04-22T08:32:32.269Z] Running ssh-add (command line suppressed) [2021-04-22T08:32:32.728Z] Identity added: /w/workspace/edgex-go/105@tmp/private_key_4710941701462807242.key (/w/workspace/edgex-go/105@tmp/private_key_4710941701462807242.key) [2021-04-22T08:32:32.975Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T08:32:33.318Z] + git tag --points-at HEAD [Pipeline] } [2021-04-22T08:32:33.348Z] $ docker exec --env ******** --env ******** cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent -k [2021-04-22T08:32:33.519Z] unset SSH_AUTH_SOCK; [2021-04-22T08:32:33.520Z] unset SSH_AGENT_PID; [2021-04-22T08:32:33.520Z] echo Agent pid 16 killed; [2021-04-22T08:32:33.599Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-22T08:32:33.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T08:32:33.642Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T08:32:34.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T08:32:34.077Z] $ docker exec cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent [2021-04-22T08:32:35.767Z] SSH_AUTH_SOCK=/tmp/ssh-Uq9LU06nWn0G/agent.44 [2021-04-22T08:32:35.767Z] SSH_AGENT_PID=49 [2021-04-22T08:32:35.785Z] Running ssh-add (command line suppressed) [2021-04-22T08:32:36.383Z] Identity added: /w/workspace/edgex-go/105@tmp/private_key_4291143691290758110.key (/w/workspace/edgex-go/105@tmp/private_key_4291143691290758110.key) [2021-04-22T08:32:36.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T08:32:37.110Z] + git semver init [2021-04-22T08:32:37.404Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T08:32:37.404Z] # $GIT_DIR = /w/workspace/edgex-go/105/.git [2021-04-22T08:32:37.404Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/105 [2021-04-22T08:32:37.404Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T08:32:37.404Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T08:32:37.404Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T08:32:37.404Z] # $SEMVER_BRANCH = PR-2858 [2021-04-22T08:32:37.404Z] # $SEMVER_TEMP = /tmp/semver-908879162 [2021-04-22T08:32:37.404Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-22T08:33:09.917Z] # '/tmp/semver-908879162' -> '/w/workspace/edgex-go/105/.semver' [2021-04-22T08:33:10.876Z] # -> Force: false [2021-04-22T08:33:10.876Z] # $SEMVER_DIR = /w/workspace/edgex-go/105/.semver [Pipeline] } [2021-04-22T08:33:10.895Z] $ docker exec --env ******** --env ******** cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent -k [2021-04-22T08:33:11.234Z] unset SSH_AUTH_SOCK; [2021-04-22T08:33:11.238Z] unset SSH_AGENT_PID; [2021-04-22T08:33:11.238Z] echo Agent pid 49 killed; [2021-04-22T08:33:11.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T08:33:12.065Z] + git semver [Pipeline] } [2021-04-22T08:33:12.089Z] $ docker stop --time=1 cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 [2021-04-22T08:33:14.152Z] $ docker rm -f cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T08:33:14.879Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-22T08:33:15.397Z] Stashed 1 file(s) [Pipeline] echo [2021-04-22T08:33:15.401Z] [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-22T08:33:15.950Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:33:16.275Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:33:16.586Z] + sudo service docker restart [2021-04-22T08:33:16.586Z] + true [2021-04-22T08:33:16.586Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-22T08:33:17.675Z] ========================================================= [2021-04-22T08:33:17.675Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-22T08:33:17.675Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:33:18.081Z] + 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-22T08:33:24.857Z] Sending build context to Docker daemon 329.7MB [2021-04-22T08:33:24.857Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T08:33:24.857Z] Step 2/6 : FROM ${BASE} [2021-04-22T08:33:24.857Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-22T08:33:24.857Z] 188c0c94c7c5: Pulling fs layer [2021-04-22T08:33:24.857Z] 0ef7d3d256c8: Pulling fs layer [2021-04-22T08:33:24.857Z] de9db76c5a1d: Pulling fs layer [2021-04-22T08:33:24.857Z] bca2f99d35d6: Pulling fs layer [2021-04-22T08:33:24.857Z] 93359f2a8cfa: Pulling fs layer [2021-04-22T08:33:24.857Z] 7c6f9722023f: Pulling fs layer [2021-04-22T08:33:24.857Z] a35cf1a2eb13: Pulling fs layer [2021-04-22T08:33:24.857Z] bca2f99d35d6: Waiting [2021-04-22T08:33:24.857Z] 93359f2a8cfa: Waiting [2021-04-22T08:33:24.857Z] 7c6f9722023f: Waiting [2021-04-22T08:33:24.857Z] a35cf1a2eb13: Waiting [2021-04-22T08:33:24.857Z] de9db76c5a1d: Verifying Checksum [2021-04-22T08:33:24.857Z] de9db76c5a1d: Download complete [2021-04-22T08:33:24.857Z] 0ef7d3d256c8: Download complete [2021-04-22T08:33:24.857Z] 93359f2a8cfa: Verifying Checksum [2021-04-22T08:33:24.857Z] 93359f2a8cfa: Download complete [2021-04-22T08:33:24.857Z] 7c6f9722023f: Verifying Checksum [2021-04-22T08:33:24.857Z] 7c6f9722023f: Download complete [2021-04-22T08:33:24.857Z] 188c0c94c7c5: Verifying Checksum [2021-04-22T08:33:24.857Z] 188c0c94c7c5: Download complete [2021-04-22T08:33:25.856Z] 188c0c94c7c5: Pull complete [2021-04-22T08:33:26.154Z] 0ef7d3d256c8: Pull complete [2021-04-22T08:33:26.453Z] de9db76c5a1d: Pull complete [2021-04-22T08:33:27.989Z] a35cf1a2eb13: Verifying Checksum [2021-04-22T08:33:27.989Z] a35cf1a2eb13: Download complete [2021-04-22T08:33:29.420Z] bca2f99d35d6: Verifying Checksum [2021-04-22T08:33:29.420Z] bca2f99d35d6: Download complete [2021-04-22T08:33:30.564Z] Still waiting to schedule task [2021-04-22T08:33:30.565Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1422’ [2021-04-22T08:33:41.937Z] bca2f99d35d6: Pull complete [2021-04-22T08:33:41.937Z] 93359f2a8cfa: Pull complete [2021-04-22T08:33:41.937Z] 7c6f9722023f: Pull complete [2021-04-22T08:33:49.240Z] a35cf1a2eb13: Pull complete [2021-04-22T08:33:49.240Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-22T08:33:49.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-22T08:33:49.240Z] ---> a62c8e92a672 [2021-04-22T08:33:49.240Z] 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-22T08:33:49.240Z] ---> Running in f2725082ca20 [2021-04-22T08:33:51.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:33:52.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:33:52.787Z] (1/12) Installing libmagic (5.38-r0) [2021-04-22T08:33:53.095Z] (2/12) Installing file (5.38-r0) [2021-04-22T08:33:53.095Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-22T08:33:53.095Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-22T08:34:01.363Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-22T08:34:01.363Z] (6/12) Installing patch (2.7.6-r6) [2021-04-22T08:34:01.632Z] (7/12) Installing build-base (0.5-r2) [2021-04-22T08:34:01.632Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-22T08:34:01.632Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-22T08:34:01.911Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-22T08:34:01.911Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-22T08:34:02.184Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-22T08:34:02.184Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:34:02.184Z] OK: 233 MiB in 51 packages [2021-04-22T08:34:08.018Z] Removing intermediate container f2725082ca20 [2021-04-22T08:34:08.018Z] ---> 5016dad1ce71 [2021-04-22T08:34:08.018Z] Step 4/6 : WORKDIR /edgex-go [2021-04-22T08:34:08.018Z] ---> Running in eaa72e28709b [2021-04-22T08:34:08.312Z] Removing intermediate container eaa72e28709b [2021-04-22T08:34:08.312Z] ---> f854757f2182 [2021-04-22T08:34:08.312Z] Step 5/6 : COPY go.mod . [2021-04-22T08:34:08.918Z] ---> a9c833ff7337 [2021-04-22T08:34:08.918Z] Step 6/6 : RUN go mod download [2021-04-22T08:34:08.918Z] ---> Running in 2a8b986d4f2f [2021-04-22T08:34:41.743Z] Removing intermediate container 2a8b986d4f2f [2021-04-22T08:34:41.743Z] ---> 0f739017da9e [2021-04-22T08:34:42.044Z] Successfully built 0f739017da9e [2021-04-22T08:34:42.044Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:34:42.852Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T08:34:43.446Z] . [Pipeline] withDockerContainer [2021-04-22T08:34:43.719Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:34:43.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:34:46.305Z] $ docker top 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:34:47.500Z] + go version [2021-04-22T08:34:47.767Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-22T08:34:47.875Z] $ docker stop --time=1 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 [2021-04-22T08:34:49.429Z] $ docker rm -f 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:34:50.082Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T08:34:50.082Z] . [Pipeline] withDockerContainer [2021-04-22T08:34:50.307Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:34:50.430Z] $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:34:52.237Z] $ docker top 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-22T08:34:52.655Z] ========================================================= [2021-04-22T08:34:52.655Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-22T08:34:52.655Z] ========================================================= [Pipeline] sh [2021-04-22T08:34:53.442Z] + make test [2021-04-22T08:34:53.442Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T08:35:15.924Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-22T08:35:55.749Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-22T08:36:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-22T08:36:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-22T08:36:08.727Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-22T08:36:14.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-22T08:36:14.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-22T08:36:14.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-22T08:36:14.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-22T08:36:16.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-22T08:36:18.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-22T08:36:22.567Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-22T08:36:22.567Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-22T08:36:22.567Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-22T08:36:24.796Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1426 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-22T08:36:24.813Z] Running in /w/workspace/edgex-go/105 [Pipeline] { [Pipeline] checkout [2021-04-22T08:36:28.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.453s coverage: 45.9% of statements [2021-04-22T08:36:28.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-22T08:36:28.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-22T08:36:28.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-22T08:36:28.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-22T08:36:28.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-22T08:36:28.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-22T08:36:28.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.322s coverage: 19.8% of statements [2021-04-22T08:36:28.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.330s coverage: 100.0% of statements [2021-04-22T08:36:31.520Z] using credential edgex-jenkins-ssh [2021-04-22T08:36:31.539Z] Cloning the remote Git repository [2021-04-22T08:36:32.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.413s coverage: 27.1% of statements [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-22T08:36:32.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-22T08:36:32.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.192s coverage: 100.0% of statements [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-22T08:36:32.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-22T08:36:31.603Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:36:31.755Z] > git init /w/workspace/edgex-go/105 # timeout=10 [2021-04-22T08:36:31.863Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:36:31.864Z] > git --version # timeout=10 [2021-04-22T08:36:31.882Z] > git --version # 'git version 2.17.1' [2021-04-22T08:36:31.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:36:31.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:36:33.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 71.3% of statements [2021-04-22T08:36:33.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-22T08:36:33.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-22T08:36:35.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 82.9% of statements [2021-04-22T08:36:35.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-22T08:36:35.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:36:35.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.227s coverage: 78.9% of statements [2021-04-22T08:36:35.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.739s coverage: 28.6% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.151s coverage: 100.0% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.289s coverage: 97.5% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-22T08:36:41.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-22T08:36:41.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.768s coverage: 93.0% of statements [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.193s coverage: 58.8% of statements [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.303s coverage: 0.9% of statements [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-22T08:36:47.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.261s coverage: 79.5% of statements [2021-04-22T08:36:47.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements [2021-04-22T08:36:47.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-04-22T08:36:48.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-04-22T08:36:51.352Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:36:51.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:36:51.396Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:36:51.431Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:36:51.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:36:51.444Z] > 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-22T08:36:52.313Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-22T08:36:53.770Z] Merge succeeded, producing 23231c15602d1b75d9ea93cc0b6af58e59af331a [2021-04-22T08:36:53.771Z] Checking out Revision 23231c15602d1b75d9ea93cc0b6af58e59af331a (PR-2858) [2021-04-22T08:36:52.335Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:36:52.352Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-22T08:36:52.682Z] > git remote # timeout=10 [2021-04-22T08:36:52.702Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T08:36:52.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:36:52.730Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-22T08:36:53.751Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T08:36:53.779Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:36:53.789Z] > git checkout -f 23231c15602d1b75d9ea93cc0b6af58e59af331a # timeout=10 [2021-04-22T08:36:58.259Z] Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" [2021-04-22T08:36:58.289Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T08:36:58.270Z] > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 [2021-04-22T08:36:59.751Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:37:00.185Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T08:37:00.539Z] + sudo service docker restart [2021-04-22T08:37:00.539Z] + true [2021-04-22T08:37:00.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.143s coverage: 94.4% of statements [2021-04-22T08:37:00.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T08:37:03.213Z] provisioning config files... [2021-04-22T08:37:03.262Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/105@tmp/config4311819670468679906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:37:03.651Z] ---> docker-login.sh [2021-04-22T08:37:03.651Z] nexus3.edgexfoundry.org:10001 [2021-04-22T08:37:04.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:37:04.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:37:04.910Z] Configure a credential helper to remove this warning. See [2021-04-22T08:37:04.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:37:04.910Z] [2021-04-22T08:37:04.910Z] Login Succeeded [2021-04-22T08:37:04.910Z] nexus3.edgexfoundry.org:10002 [2021-04-22T08:37:05.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:37:05.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:37:05.509Z] Configure a credential helper to remove this warning. See [2021-04-22T08:37:05.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:37:05.509Z] [2021-04-22T08:37:05.509Z] Login Succeeded [2021-04-22T08:37:05.509Z] nexus3.edgexfoundry.org:10003 [2021-04-22T08:37:06.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:37:06.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:37:06.109Z] Configure a credential helper to remove this warning. See [2021-04-22T08:37:06.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:37:06.109Z] [2021-04-22T08:37:06.109Z] Login Succeeded [2021-04-22T08:37:06.109Z] nexus3.edgexfoundry.org:10004 [2021-04-22T08:37:06.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.160s coverage: 81.9% of statements [2021-04-22T08:37:06.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-22T08:37:06.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:37:06.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:37:06.720Z] Configure a credential helper to remove this warning. See [2021-04-22T08:37:06.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:37:06.720Z] [2021-04-22T08:37:06.720Z] Login Succeeded [2021-04-22T08:37:06.720Z] docker.io [2021-04-22T08:37:07.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T08:37:07.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T08:37:07.596Z] Configure a credential helper to remove this warning. See [2021-04-22T08:37:07.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T08:37:07.596Z] [2021-04-22T08:37:07.596Z] Login Succeeded [2021-04-22T08:37:07.596Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T08:37:07.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-22T08:37:07.946Z] ========================================================= [2021-04-22T08:37:07.946Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-22T08:37:07.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:37:08.290Z] + 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-22T08:37:10.953Z] Sending build context to Docker daemon 167.4MB [2021-04-22T08:37:10.953Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T08:37:10.953Z] Step 2/6 : FROM ${BASE} [2021-04-22T08:37:10.953Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-22T08:37:10.953Z] 5f621e34cdf4: Pulling fs layer [2021-04-22T08:37:10.953Z] a4357932f1b6: Pulling fs layer [2021-04-22T08:37:10.953Z] 18c013af1878: Pulling fs layer [2021-04-22T08:37:10.953Z] 00ac8860ef70: Pulling fs layer [2021-04-22T08:37:10.953Z] 63d7cb157983: Pulling fs layer [2021-04-22T08:37:10.954Z] b116817d02f9: Pulling fs layer [2021-04-22T08:37:10.954Z] 745a02a5169b: Pulling fs layer [2021-04-22T08:37:10.954Z] 63d7cb157983: Waiting [2021-04-22T08:37:10.954Z] b116817d02f9: Waiting [2021-04-22T08:37:10.954Z] 745a02a5169b: Waiting [2021-04-22T08:37:10.954Z] 00ac8860ef70: Waiting [2021-04-22T08:37:10.954Z] 18c013af1878: Download complete [2021-04-22T08:37:10.954Z] a4357932f1b6: Verifying Checksum [2021-04-22T08:37:10.954Z] a4357932f1b6: Download complete [2021-04-22T08:37:10.954Z] 63d7cb157983: Download complete [2021-04-22T08:37:10.954Z] b116817d02f9: Verifying Checksum [2021-04-22T08:37:10.954Z] b116817d02f9: Download complete [2021-04-22T08:37:10.954Z] 5f621e34cdf4: Verifying Checksum [2021-04-22T08:37:10.954Z] 5f621e34cdf4: Download complete [2021-04-22T08:37:11.553Z] 5f621e34cdf4: Pull complete [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.330s coverage: 92.9% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 77.8% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.6% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.364s coverage: 64.4% of statements [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-22T08:37:12.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements [2021-04-22T08:37:12.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements [2021-04-22T08:37:12.162Z] a4357932f1b6: Pull complete [2021-04-22T08:37:12.764Z] 18c013af1878: Pull complete [2021-04-22T08:37:13.366Z] 745a02a5169b: Verifying Checksum [2021-04-22T08:37:13.366Z] 745a02a5169b: Download complete [2021-04-22T08:37:14.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.748s coverage: 69.0% of statements [2021-04-22T08:37:14.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-22T08:37:14.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-22T08:37:14.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-22T08:37:14.353Z] 00ac8860ef70: Verifying Checksum [2021-04-22T08:37:14.353Z] 00ac8860ef70: Download complete [2021-04-22T08:37:15.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 38.4% of statements [2021-04-22T08:37:15.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-22T08:37:15.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-22T08:37:15.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.104s coverage: 89.5% of statements [2021-04-22T08:37:15.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-22T08:37:15.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-04-22T08:37:19.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-22T08:37:19.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.188s coverage: 100.0% of statements [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-22T08:37:19.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.159s coverage: 100.0% of statements [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-22T08:37:19.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.114s coverage: 9.6% of statements [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-22T08:37:19.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.382s coverage: 88.6% of statements [2021-04-22T08:37:19.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-22T08:37:19.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:37:19.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-22T08:37:24.521Z] 00ac8860ef70: Pull complete [2021-04-22T08:37:24.522Z] 63d7cb157983: Pull complete [2021-04-22T08:37:24.522Z] b116817d02f9: Pull complete [2021-04-22T08:37:26.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.516s coverage: 28.7% of statements [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-22T08:37:26.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-22T08:37:26.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.419s coverage: 100.0% of statements [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-22T08:37:26.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.278s coverage: 64.6% of statements [2021-04-22T08:37:26.258Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-22T08:37:27.926Z] 745a02a5169b: Pull complete [2021-04-22T08:37:27.926Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-22T08:37:27.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-22T08:37:27.926Z] ---> b7e6874047d6 [2021-04-22T08:37:27.926Z] 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-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 95.6% of statements [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-22T08:37:28.324Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-04-22T08:37:28.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 28.1% of statements [2021-04-22T08:37:28.914Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements [2021-04-22T08:37:29.502Z] GO111MODULE=on go vet ./... [2021-04-22T08:37:32.273Z] ---> Running in 662676a1287b [2021-04-22T08:37:33.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:37:33.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:37:34.831Z] (1/12) Installing libmagic (5.38-r0) [2021-04-22T08:37:34.831Z] (2/12) Installing file (5.38-r0) [2021-04-22T08:37:35.102Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-22T08:37:35.102Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-22T08:37:39.450Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-22T08:37:39.450Z] (6/12) Installing patch (2.7.6-r6) [2021-04-22T08:37:39.450Z] (7/12) Installing build-base (0.5-r2) [2021-04-22T08:37:39.450Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-22T08:37:39.722Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-22T08:37:39.722Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-22T08:37:39.994Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-22T08:37:39.994Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-22T08:37:39.994Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:37:39.994Z] OK: 217 MiB in 51 packages [2021-04-22T08:37:44.309Z] Removing intermediate container 662676a1287b [2021-04-22T08:37:44.309Z] ---> 9f6681cf551f [2021-04-22T08:37:44.309Z] Step 4/6 : WORKDIR /edgex-go [2021-04-22T08:37:44.586Z] ---> Running in 17f67e1a7727 [2021-04-22T08:37:44.861Z] Removing intermediate container 17f67e1a7727 [2021-04-22T08:37:44.861Z] ---> f41e72f756c9 [2021-04-22T08:37:44.861Z] Step 5/6 : COPY go.mod . [2021-04-22T08:37:45.842Z] ---> 9b1c58b5777e [2021-04-22T08:37:45.842Z] Step 6/6 : RUN go mod download [2021-04-22T08:37:45.842Z] ---> Running in cdf76d9db938 [2021-04-22T08:38:12.634Z] Removing intermediate container cdf76d9db938 [2021-04-22T08:38:12.634Z] ---> ad8ec718ad5e [2021-04-22T08:38:12.634Z] Successfully built ad8ec718ad5e [2021-04-22T08:38:12.634Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:38:12.982Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T08:38:12.982Z] . [Pipeline] withDockerContainer [2021-04-22T08:38:13.244Z] prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container [2021-04-22T08:38:13.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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 ******** ci-base-image-arm64 cat [2021-04-22T08:38:15.165Z] $ docker top 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:38:16.201Z] + go version [2021-04-22T08:38:16.201Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-22T08:38:16.243Z] $ docker stop --time=1 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb [2021-04-22T08:38:18.306Z] $ docker rm -f 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:38:19.075Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T08:38:19.075Z] . [Pipeline] withDockerContainer [2021-04-22T08:38:19.384Z] prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container [2021-04-22T08:38:19.481Z] $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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 ******** ci-base-image-arm64 cat [2021-04-22T08:38:21.136Z] $ docker top 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-22T08:38:21.512Z] ========================================================= [2021-04-22T08:38:21.512Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-22T08:38:21.512Z] ========================================================= [Pipeline] sh [2021-04-22T08:38:22.175Z] + make test [2021-04-22T08:38:22.175Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T08:38:26.842Z] gofmt -l . [2021-04-22T08:38:26.842Z] [ "`gofmt -l .`" = "" ] [2021-04-22T08:38:26.842Z] ./bin/test-go-mod-tidy.sh [2021-04-22T08:38:27.481Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-22T08:38:29.593Z] + ls -al . [2021-04-22T08:38:29.593Z] total 812 [2021-04-22T08:38:29.593Z] drwxrwxr-x 10 1001 1001 4096 Apr 22 08:38 . [2021-04-22T08:38:29.593Z] drwxr-xr-x 4 root root 32 Apr 22 08:34 .. [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 11 Apr 22 08:32 .dockerignore [2021-04-22T08:38:29.593Z] drwxrwxr-x 8 1001 1001 179 Apr 22 08:32 .git [2021-04-22T08:38:29.593Z] drwxrwxr-x 3 1001 1001 125 Apr 22 08:32 .github [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 818 Apr 22 08:32 .gitignore [2021-04-22T08:38:29.593Z] drwx------ 3 1001 1001 60 Apr 22 08:33 .semver [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 166 Apr 22 08:32 .sonarcloud.properties [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:32 Attribution.txt [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:32 CONTRIBUTING.md [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 931 Apr 22 08:32 Dockerfile.build [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 863 Apr 22 08:32 Jenkinsfile [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:32 LICENSE [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:32 Makefile [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:32 README.md [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:32 SECURITY.md [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 5 Apr 22 08:33 VERSION [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:32 ZMQWindows.md [2021-04-22T08:38:29.593Z] drwxrwxr-x 2 1001 1001 117 Apr 22 08:32 bin [2021-04-22T08:38:29.593Z] drwxrwxr-x 14 1001 1001 4096 Apr 22 08:32 cmd [2021-04-22T08:38:29.593Z] -rw-r--r-- 1 root root 703598 Apr 22 08:37 coverage.out [2021-04-22T08:38:29.593Z] -rw-r--r-- 1 root root 1059 Apr 22 08:38 go.mod [2021-04-22T08:38:29.593Z] -rw-r--r-- 1 root root 22300 Apr 22 08:38 go.sum [2021-04-22T08:38:29.593Z] drwxrwxr-x 8 1001 1001 127 Apr 22 08:32 internal [2021-04-22T08:38:29.593Z] drwxrwxr-x 4 1001 1001 26 Apr 22 08:32 openapi [2021-04-22T08:38:29.593Z] drwxrwxr-x 4 1001 1001 71 Apr 22 08:32 snap [2021-04-22T08:38:29.593Z] -rw-rw-r-- 1 1001 1001 168 Apr 22 08:32 version.go [Pipeline] sh [2021-04-22T08:38:30.331Z] + '[' -e coverage.out ] [2021-04-22T08:38:30.332Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-22T08:38:31.215Z] Stashed 1 file(s) [Pipeline] sh [2021-04-22T08:38:32.287Z] + make build [2021-04-22T08:38:32.287Z] 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-22T08:38:37.761Z] 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-22T08:38:49.021Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-22T08:38:56.564Z] 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-22T08:38:59.994Z] 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-22T08:39:03.735Z] 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-22T08:39:04.723Z] 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-22T08:39:08.247Z] 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-22T08:39:10.961Z] 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-22T08:39:14.425Z] 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-22T08:39:17.409Z] 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-22T08:39:19.458Z] 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-22T08:39:22.166Z] 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-22T08:39:26.583Z] $ docker stop --time=1 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 [2021-04-22T08:39:28.996Z] $ docker rm -f 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:39:31.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:39:31.329Z] [2021-04-22T08:39:31.329Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:39:31.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:39:31.824Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-22T08:39:31.824Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-22T08:39:31.824Z] ca9280d653b3: Pulling fs layer [2021-04-22T08:39:31.824Z] 7e9c9ca2126c: Pulling fs layer [2021-04-22T08:39:32.197Z] cbdbe7a5bc2a: Download complete [2021-04-22T08:39:32.911Z] ca9280d653b3: Verifying Checksum [2021-04-22T08:39:32.911Z] ca9280d653b3: Download complete [2021-04-22T08:39:32.911Z] cbdbe7a5bc2a: Pull complete [2021-04-22T08:39:34.900Z] ca9280d653b3: Pull complete [2021-04-22T08:39:34.900Z] 7e9c9ca2126c: Download complete [2021-04-22T08:39:45.110Z] 7e9c9ca2126c: Pull complete [2021-04-22T08:39:45.110Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-22T08:39:45.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:39:45.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-22T08:39:45.835Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:39:45.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:39:46.158Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-22T08:39:48.864Z] $ docker top d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:39:49.433Z] + docker-compose build --help [2021-04-22T08:39:49.434Z] + grep parallel [2021-04-22T08:39:50.874Z] --parallel Build images in parallel. [Pipeline] } [2021-04-22T08:39:51.165Z] $ docker stop --time=1 d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b [2021-04-22T08:39:51.577Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-22T08:39:53.806Z] $ docker rm -f d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:39:54.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-22T08:39:54.561Z] . [Pipeline] withDockerContainer [2021-04-22T08:39:54.721Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:39:54.815Z] $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:39:56.196Z] $ docker top 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:39:57.352Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-22T08:39:59.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-22T08:39:59.913Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-22T08:39:59.977Z] Building docker-core-command-go ... [2021-04-22T08:39:59.978Z] Building docker-core-data-go ... [2021-04-22T08:39:59.978Z] Building docker-core-metadata-go ... [2021-04-22T08:39:59.978Z] Building docker-security-bootstrapper-go ... [2021-04-22T08:39:59.978Z] Building docker-security-proxy-setup-go ... [2021-04-22T08:39:59.978Z] Building docker-security-secretstore-setup-go ... [2021-04-22T08:39:59.978Z] Building docker-support-notifications-go ... [2021-04-22T08:39:59.978Z] Building docker-support-scheduler-go ... [2021-04-22T08:39:59.978Z] Building docker-sys-mgmt-agent-go ... [2021-04-22T08:39:59.978Z] Building docker-core-command-go [2021-04-22T08:39:59.978Z] Building docker-core-data-go [2021-04-22T08:39:59.978Z] Building docker-security-secretstore-setup-go [2021-04-22T08:39:59.978Z] Building docker-security-proxy-setup-go [2021-04-22T08:39:59.978Z] Building docker-core-metadata-go [2021-04-22T08:40:03.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-22T08:40:03.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-22T08:40:03.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-22T08:40:03.330Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-22T08:40:06.758Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-22T08:40:07.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-22T08:40:17.980Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-22T08:40:17.980Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-22T08:40:17.980Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-22T08:40:24.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.397s coverage: 45.9% of statements [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-22T08:40:24.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-22T08:40:24.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.212s coverage: 19.8% of statements [2021-04-22T08:40:24.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements [2021-04-22T08:40:33.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.595s coverage: 27.1% of statements [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-22T08:40:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-22T08:40:33.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.156s coverage: 100.0% of statements [2021-04-22T08:40:33.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-22T08:40:33.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements [2021-04-22T08:40:33.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-22T08:40:33.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-22T08:40:33.360Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.285s coverage: 71.3% of statements [2021-04-22T08:40:33.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-22T08:40:33.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-22T08:40:35.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.9% of statements [2021-04-22T08:40:35.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-22T08:40:35.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:40:35.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.225s coverage: 78.9% of statements [2021-04-22T08:40:35.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-22T08:40:47.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements [2021-04-22T08:40:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-22T08:40:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-22T08:40:47.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-22T08:40:47.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-22T08:40:47.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.184s coverage: 100.0% of statements [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-22T08:40:47.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.438s coverage: 86.7% of statements [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-22T08:40:47.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-22T08:40:47.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.246s coverage: 78.3% of statements [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-22T08:40:47.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-22T08:40:56.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 93.0% of statements [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-22T08:40:56.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.132s coverage: 58.8% of statements [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.269s coverage: 0.9% of statements [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-22T08:40:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.158s coverage: 94.1% of statements [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.174s coverage: 96.3% of statements [2021-04-22T08:40:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.183s coverage: 87.5% of statements [2021-04-22T08:41:08.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.185s coverage: 94.4% of statements [2021-04-22T08:41:08.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.173s coverage: 44.8% of statements [2021-04-22T08:41:15.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.590s coverage: 81.9% of statements [2021-04-22T08:41:15.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.197s coverage: 92.9% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.163s coverage: 75.5% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.194s coverage: 87.2% of statements [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 84.6% of statements [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.277s coverage: 91.6% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.715s coverage: 64.4% of statements [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-22T08:41:23.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-22T08:41:23.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-22T08:41:23.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:41:23.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:41:23.852Z] ---> 0f739017da9e [2021-04-22T08:41:23.852Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:41:23.852Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:41:23.852Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:41:23.852Z] ---> 0f739017da9e [2021-04-22T08:41:23.852Z] Step 3/21 : WORKDIR /edgex-go [2021-04-22T08:41:23.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:41:23.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:41:23.852Z] ---> 0f739017da9e [2021-04-22T08:41:23.852Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:41:23.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:41:23.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:41:23.852Z] ---> 0f739017da9e [2021-04-22T08:41:23.852Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:41:23.852Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:41:23.852Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:41:23.852Z] ---> 0f739017da9e [2021-04-22T08:41:23.852Z] Step 3/24 : WORKDIR /edgex-go [2021-04-22T08:41:23.852Z] ---> Running in fa31421b0dcb [2021-04-22T08:41:23.852Z] ---> Running in ad9671fcbcc4 [2021-04-22T08:41:23.852Z] ---> Running in 5515ce9104fe [2021-04-22T08:41:23.852Z] ---> Running in ffedcd5d0f0c [2021-04-22T08:41:23.852Z] ---> Running in 2f0a281a50bf [2021-04-22T08:41:23.852Z] Removing intermediate container fa31421b0dcb [2021-04-22T08:41:23.852Z] ---> 531923604b1b [2021-04-22T08:41:23.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:41:23.852Z] Removing intermediate container ad9671fcbcc4 [2021-04-22T08:41:23.852Z] ---> f960b2e4a7bf [2021-04-22T08:41:23.852Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:41:23.852Z] Removing intermediate container 5515ce9104fe [2021-04-22T08:41:23.852Z] ---> 03b0a540aa83 [2021-04-22T08:41:23.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:41:23.852Z] Removing intermediate container ffedcd5d0f0c [2021-04-22T08:41:23.852Z] ---> dba85e271039 [2021-04-22T08:41:23.852Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:41:23.852Z] Removing intermediate container 2f0a281a50bf [2021-04-22T08:41:23.852Z] ---> 11ed9d092404 [2021-04-22T08:41:23.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:41:23.852Z] ---> Running in 439d4b050eca [2021-04-22T08:41:23.852Z] ---> Running in 6465478be4b7 [2021-04-22T08:41:23.852Z] ---> Running in aff85c3ab10e [2021-04-22T08:41:23.852Z] ---> Running in 8b6334845411 [2021-04-22T08:41:23.852Z] ---> Running in f5e56ab2178a [2021-04-22T08:41:23.852Z] Removing intermediate container 439d4b050eca [2021-04-22T08:41:23.852Z] ---> 346584756bd9 [2021-04-22T08:41:23.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:41:23.852Z] Removing intermediate container 6465478be4b7 [2021-04-22T08:41:23.852Z] ---> 463ac990a08f [2021-04-22T08:41:23.852Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-22T08:41:23.852Z] ---> Running in 9a493f502d36 [2021-04-22T08:41:23.852Z] Removing intermediate container 8b6334845411 [2021-04-22T08:41:23.852Z] ---> 53242f4c64d5 [2021-04-22T08:41:23.852Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-22T08:41:23.852Z] Removing intermediate container f5e56ab2178a [2021-04-22T08:41:23.852Z] ---> 30dd5bc70e54 [2021-04-22T08:41:23.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:41:23.852Z] Removing intermediate container aff85c3ab10e [2021-04-22T08:41:23.852Z] ---> 36922b7d120a [2021-04-22T08:41:23.852Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-22T08:41:23.852Z] ---> Running in 9ed7b6a917cd [2021-04-22T08:41:23.852Z] ---> Running in 7e82d5a85f61 [2021-04-22T08:41:24.132Z] ---> Running in c871db258ed9 [2021-04-22T08:41:24.132Z] ---> Running in 661a96dbb959 [2021-04-22T08:41:24.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-04-22T08:41:24.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-04-22T08:41:25.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:25.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-04-22T08:41:25.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-04-22T08:41:25.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:25.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:25.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:25.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:26.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:26.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:26.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:41:27.332Z] OK: 233 MiB in 51 packages [2021-04-22T08:41:27.332Z] OK: 233 MiB in 51 packages [2021-04-22T08:41:27.332Z] OK: 233 MiB in 51 packages [2021-04-22T08:41:27.332Z] OK: 233 MiB in 51 packages [2021-04-22T08:41:27.606Z] OK: 233 MiB in 51 packages [2021-04-22T08:41:29.268Z] Removing intermediate container 9ed7b6a917cd [2021-04-22T08:41:29.268Z] ---> 7ca883b89858 [2021-04-22T08:41:29.268Z] Step 6/24 : COPY go.mod . [2021-04-22T08:41:29.268Z] Removing intermediate container 7e82d5a85f61 [2021-04-22T08:41:29.268Z] ---> 712cfb8226c5 [2021-04-22T08:41:29.268Z] Step 6/23 : COPY go.mod . [2021-04-22T08:41:29.555Z] Removing intermediate container 9a493f502d36 [2021-04-22T08:41:29.555Z] ---> beccba30f84d [2021-04-22T08:41:29.555Z] Step 6/23 : COPY go.mod . [2021-04-22T08:41:29.555Z] Removing intermediate container 661a96dbb959 [2021-04-22T08:41:29.555Z] ---> 0db6d07d0a58 [2021-04-22T08:41:29.555Z] Step 6/21 : COPY go.mod . [2021-04-22T08:41:29.831Z] Removing intermediate container c871db258ed9 [2021-04-22T08:41:29.831Z] ---> 2d5e54959da5 [2021-04-22T08:41:29.831Z] Step 6/23 : COPY go.mod . [2021-04-22T08:41:29.831Z] ---> 88c449a73b1e [2021-04-22T08:41:29.831Z] Step 7/24 : RUN go mod download [2021-04-22T08:41:29.831Z] ---> a8c43d11b1d6 [2021-04-22T08:41:29.831Z] Step 7/23 : RUN go mod download [2021-04-22T08:41:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 69.0% of statements [2021-04-22T08:41:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-22T08:41:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-22T08:41:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-22T08:41:30.105Z] ---> Running in 9fa3ebd107fa [2021-04-22T08:41:30.105Z] ---> Running in e8374a9a90be [2021-04-22T08:41:30.105Z] ---> ecd14a7b3754 [2021-04-22T08:41:30.105Z] Step 7/23 : RUN go mod download [2021-04-22T08:41:30.391Z] ---> 1132404d52fd [2021-04-22T08:41:30.391Z] Step 7/23 : RUN go mod download [2021-04-22T08:41:30.391Z] ---> d9455a3375f5 [2021-04-22T08:41:30.391Z] Step 7/21 : RUN go mod download [2021-04-22T08:41:30.391Z] ---> Running in d0a4d1d2b094 [2021-04-22T08:41:30.391Z] ---> Running in b112c3eede4d [2021-04-22T08:41:30.663Z] ---> Running in 29ed059b54a5 [2021-04-22T08:41:31.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.493s coverage: 38.4% of statements [2021-04-22T08:41:31.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-22T08:41:31.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-22T08:41:31.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-04-22T08:41:31.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-22T08:41:31.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-04-22T08:41:36.389Z] Removing intermediate container b112c3eede4d [2021-04-22T08:41:36.390Z] ---> 921cf7bceb21 [2021-04-22T08:41:36.390Z] Step 8/23 : COPY . . [2021-04-22T08:41:36.390Z] Removing intermediate container 9fa3ebd107fa [2021-04-22T08:41:36.390Z] ---> cd24fadd4f51 [2021-04-22T08:41:36.390Z] Step 8/24 : COPY . . [2021-04-22T08:41:36.390Z] Removing intermediate container 29ed059b54a5 [2021-04-22T08:41:36.390Z] ---> ebac5a2a8681 [2021-04-22T08:41:36.390Z] Step 8/21 : COPY . . [2021-04-22T08:41:36.390Z] Removing intermediate container e8374a9a90be [2021-04-22T08:41:36.390Z] ---> 080c03590adb [2021-04-22T08:41:36.390Z] Step 8/23 : COPY . . [2021-04-22T08:41:36.390Z] Removing intermediate container d0a4d1d2b094 [2021-04-22T08:41:36.390Z] ---> 719b2da12b63 [2021-04-22T08:41:36.390Z] Step 8/23 : COPY . . [2021-04-22T08:41:39.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-22T08:41:39.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-22T08:41:39.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-22T08:41:39.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.206s coverage: 9.6% of statements [2021-04-22T08:41:39.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-22T08:41:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 88.6% of statements [2021-04-22T08:41:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-22T08:41:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:41:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-22T08:41:46.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.457s coverage: 28.7% of statements [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-22T08:41:46.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-22T08:41:46.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.202s coverage: 100.0% of statements [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-22T08:41:46.592Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.148s coverage: 64.6% of statements [2021-04-22T08:41:46.592Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-22T08:41:46.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.451s coverage: 95.6% of statements [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-22T08:41:46.867Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-22T08:41:46.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-22T08:41:46.867Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-22T08:41:47.853Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-04-22T08:41:47.853Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-22T08:41:47.853Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-22T08:41:47.853Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-22T08:41:49.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-22T08:41:50.136Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-22T08:41:51.117Z] GO111MODULE=on go vet ./... [2021-04-22T08:43:28.059Z] gofmt -l . [2021-04-22T08:43:28.059Z] [ "`gofmt -l .`" = "" ] [2021-04-22T08:43:28.059Z] ./bin/test-go-mod-tidy.sh [2021-04-22T08:43:28.059Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-22T08:43:28.727Z] + ls -al . [2021-04-22T08:43:28.727Z] total 840 [2021-04-22T08:43:28.727Z] drwxrwxr-x 9 1001 1001 4096 Apr 22 08:43 . [2021-04-22T08:43:28.727Z] drwxr-xr-x 4 root root 4096 Apr 22 08:38 .. [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 11 Apr 22 08:36 .dockerignore [2021-04-22T08:43:28.727Z] drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 .git [2021-04-22T08:43:28.727Z] drwxrwxr-x 3 1001 1001 4096 Apr 22 08:36 .github [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 818 Apr 22 08:36 .gitignore [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 166 Apr 22 08:36 .sonarcloud.properties [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:36 Attribution.txt [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:36 CONTRIBUTING.md [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 931 Apr 22 08:36 Dockerfile.build [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 863 Apr 22 08:36 Jenkinsfile [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:36 LICENSE [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:36 Makefile [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:36 README.md [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:36 SECURITY.md [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 5 Apr 22 08:33 VERSION [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:36 ZMQWindows.md [2021-04-22T08:43:28.727Z] drwxrwxr-x 2 1001 1001 4096 Apr 22 08:36 bin [2021-04-22T08:43:28.727Z] drwxrwxr-x 14 1001 1001 4096 Apr 22 08:36 cmd [2021-04-22T08:43:28.727Z] -rw-r--r-- 1 root root 703598 Apr 22 08:41 coverage.out [2021-04-22T08:43:28.727Z] -rw-r--r-- 1 root root 1059 Apr 22 08:43 go.mod [2021-04-22T08:43:28.727Z] -rw-r--r-- 1 root root 22300 Apr 22 08:43 go.sum [2021-04-22T08:43:28.727Z] drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 internal [2021-04-22T08:43:28.727Z] drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 openapi [2021-04-22T08:43:28.727Z] drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 snap [2021-04-22T08:43:28.727Z] -rw-rw-r-- 1 1001 1001 168 Apr 22 08:36 version.go [Pipeline] sh [2021-04-22T08:43:29.387Z] + '[' -e coverage.out ] [2021-04-22T08:43:29.387Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-22T08:43:29.419Z] Warning: overwriting stash ‘coverage-report’ [2021-04-22T08:43:30.705Z] Stashed 1 file(s) [Pipeline] sh [2021-04-22T08:43:31.359Z] + make build [2021-04-22T08:43:31.359Z] 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-22T08:43:43.775Z] 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-22T08:43:59.598Z] ---> 516ef243b25e [2021-04-22T08:43:59.598Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-22T08:43:59.598Z] ---> aa1e2ff576ea [2021-04-22T08:43:59.598Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-22T08:43:59.598Z] ---> Running in 1edfdc33e5cf [2021-04-22T08:43:59.598Z] ---> Running in d269d6cb666e [2021-04-22T08:43:59.598Z] ---> 3b91d1b18921 [2021-04-22T08:43:59.598Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-22T08:43:59.598Z] ---> Running in 40471be3ac0b [2021-04-22T08:43:59.598Z] ---> 792a8f984b7a [2021-04-22T08:43:59.598Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-22T08:43:59.598Z] ---> Running in 5cfc4cfddf28 [2021-04-22T08:43:59.598Z] ---> e3cca7f0b727 [2021-04-22T08:43:59.598Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-22T08:43:59.598Z] ---> Running in 4534d6b8cf17 [2021-04-22T08:43:59.598Z] 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-22T08:43:59.598Z] 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-22T08:43:59.598Z] 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-22T08:43:59.598Z] 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-22T08:43:59.598Z] 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-22T08:44:10.574Z] 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-22T08:44:13.948Z] 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-22T08:44:20.661Z] 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-22T08:44:21.257Z] 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-22T08:44:26.655Z] 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-22T08:44:33.361Z] 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-22T08:44:37.684Z] 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-22T08:44:41.991Z] 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-22T08:44:46.303Z] 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-22T08:44:51.704Z] 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-22T08:44:59.988Z] $ docker stop --time=1 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 [2021-04-22T08:45:02.492Z] $ docker rm -f 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:45:04.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:45:04.624Z] [2021-04-22T08:45:04.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:45:04.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:45:05.253Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-22T08:45:05.253Z] 29e5d40040c1: Pulling fs layer [2021-04-22T08:45:05.253Z] 1ce36da41761: Pulling fs layer [2021-04-22T08:45:05.253Z] 25b303627fd3: Pulling fs layer [2021-04-22T08:45:05.253Z] 29e5d40040c1: Verifying Checksum [2021-04-22T08:45:05.253Z] 29e5d40040c1: Download complete [2021-04-22T08:45:05.849Z] 1ce36da41761: Verifying Checksum [2021-04-22T08:45:05.849Z] 1ce36da41761: Download complete [2021-04-22T08:45:05.849Z] 29e5d40040c1: Pull complete [2021-04-22T08:45:07.290Z] 1ce36da41761: Pull complete [2021-04-22T08:45:07.567Z] 25b303627fd3: Verifying Checksum [2021-04-22T08:45:07.567Z] 25b303627fd3: Download complete [2021-04-22T08:45:08.563Z] 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-22T08:45:08.564Z] 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-22T08:45:17.708Z] 25b303627fd3: Pull complete [2021-04-22T08:45:17.708Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-22T08:45:17.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:45:17.708Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-22T08:45:17.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container [2021-04-22T08:45:18.063Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-22T08:45:21.590Z] $ docker top 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:45:22.588Z] + docker-compose build --help [2021-04-22T08:45:22.588Z] + grep parallel [2021-04-22T08:45:24.975Z] Removing intermediate container d269d6cb666e [2021-04-22T08:45:24.975Z] ---> 07612693ecb3 [2021-04-22T08:45:24.975Z] [2021-04-22T08:45:24.975Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:45:24.975Z] 3.12: Pulling from library/alpine [2021-04-22T08:45:24.975Z] Removing intermediate container 1edfdc33e5cf [2021-04-22T08:45:24.975Z] ---> 0decae04b5eb [2021-04-22T08:45:24.975Z] [2021-04-22T08:45:24.975Z] Step 10/21 : FROM alpine:3.12 [2021-04-22T08:45:24.975Z] 3.12: Pulling from library/alpine [2021-04-22T08:45:24.975Z] Removing intermediate container 4534d6b8cf17 [2021-04-22T08:45:24.975Z] ---> aa85aea3ed9b [2021-04-22T08:45:24.975Z] [2021-04-22T08:45:24.975Z] Step 10/24 : FROM alpine:3.12 [2021-04-22T08:45:24.975Z] 3.12: Pulling from library/alpine [2021-04-22T08:45:25.267Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:45:25.267Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:45:25.722Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:45:25.722Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T08:45:25.722Z] ---> 13621d1b12d4 [2021-04-22T08:45:25.722Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-22T08:45:25.722Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T08:45:25.722Z] ---> 13621d1b12d4 [2021-04-22T08:45:25.722Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:45:25.722Z] Status: Image is up to date for alpine:3.12 [2021-04-22T08:45:25.722Z] ---> 13621d1b12d4 [2021-04-22T08:45:25.722Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-22T08:45:27.260Z] ---> Running in b831cde31e36 [2021-04-22T08:45:27.260Z] ---> Running in b8179d162cab [2021-04-22T08:45:27.260Z] ---> Running in 3e0ddeb19cf5 [2021-04-22T08:45:27.973Z] --parallel Build images in parallel. [Pipeline] } [2021-04-22T08:45:27.975Z] $ docker stop --time=1 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 [2021-04-22T08:45:28.410Z] Removing intermediate container 40471be3ac0b [2021-04-22T08:45:28.410Z] ---> 5b8a49456b5e [2021-04-22T08:45:28.410Z] [2021-04-22T08:45:28.410Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:45:28.410Z] ---> 13621d1b12d4 [2021-04-22T08:45:28.410Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:45:29.477Z] ---> Running in 2a8a5a779d8b [2021-04-22T08:45:29.963Z] $ docker rm -f 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:45:30.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-22T08:45:30.667Z] . [Pipeline] withDockerContainer [2021-04-22T08:45:30.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container [2021-04-22T08:45:31.010Z] $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:45:32.524Z] $ docker top d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:45:33.536Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-22T08:45:33.601Z] Removing intermediate container 5cfc4cfddf28 [2021-04-22T08:45:33.601Z] ---> e370d7eab623 [2021-04-22T08:45:33.601Z] [2021-04-22T08:45:33.601Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:45:33.601Z] ---> 13621d1b12d4 [2021-04-22T08:45:33.601Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:33.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-22T08:45:33.601Z] ---> Running in 1ee69470744d [2021-04-22T08:45:33.601Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-22T08:45:33.601Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:45:33.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:45:33.601Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-22T08:45:33.601Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-22T08:45:33.601Z] (4/4) Installing curl (7.76.1-r0) [2021-04-22T08:45:33.601Z] (4/6) Installing curl (7.76.1-r0) [2021-04-22T08:45:33.601Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:33.601Z] (6/6) Installing su-exec (0.2-r1) [2021-04-22T08:45:33.601Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:33.601Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:33.601Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:45:33.601Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:45:34.865Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:34.865Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:34.865Z] OK: 7 MiB in 20 packages [2021-04-22T08:45:34.865Z] OK: 7 MiB in 18 packages [2021-04-22T08:45:34.865Z] OK: 6 MiB in 15 packages [2021-04-22T08:45:34.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:34.865Z] Removing intermediate container 1ee69470744d [2021-04-22T08:45:34.865Z] ---> f6b52c275fb6 [2021-04-22T08:45:34.865Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-22T08:45:34.865Z] ---> Running in 55cc701e811f [2021-04-22T08:45:34.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:35.271Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:35.271Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:35.271Z] OK: 6 MiB in 15 packages [2021-04-22T08:45:35.978Z] Removing intermediate container 55cc701e811f [2021-04-22T08:45:35.978Z] ---> 74ed78fe43bc [2021-04-22T08:45:35.978Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-22T08:45:37.056Z] ---> Running in 3a793844e19d [2021-04-22T08:45:37.056Z] Removing intermediate container b831cde31e36 [2021-04-22T08:45:37.056Z] ---> 51087bbf5f15 [2021-04-22T08:45:37.056Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:45:37.056Z] Removing intermediate container b8179d162cab [2021-04-22T08:45:37.056Z] ---> 3d789c506be1 [2021-04-22T08:45:37.056Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:45:37.056Z] Removing intermediate container 3e0ddeb19cf5 [2021-04-22T08:45:37.056Z] ---> 48e07e9dd5e4 [2021-04-22T08:45:37.056Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:45:37.348Z] ---> Running in ce61f157653f [2021-04-22T08:45:37.348Z] ---> Running in 149ff97ae9f6 [2021-04-22T08:45:37.348Z] ---> Running in 973df65816fa [2021-04-22T08:45:37.644Z] Removing intermediate container 2a8a5a779d8b [2021-04-22T08:45:37.644Z] ---> 364335fc263e [2021-04-22T08:45:37.644Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:45:37.992Z] Removing intermediate container 3a793844e19d [2021-04-22T08:45:37.992Z] ---> 72c157dc9e77 [2021-04-22T08:45:37.992Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:45:37.992Z] Removing intermediate container ce61f157653f [2021-04-22T08:45:37.992Z] ---> ba86883c709f [2021-04-22T08:45:37.993Z] Step 13/24 : WORKDIR / [2021-04-22T08:45:37.993Z] Removing intermediate container 149ff97ae9f6 [2021-04-22T08:45:37.993Z] ---> 4a03e420b363 [2021-04-22T08:45:37.993Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-22T08:45:37.993Z] Removing intermediate container 973df65816fa [2021-04-22T08:45:37.993Z] ---> 072006fe2b73 [2021-04-22T08:45:37.993Z] Step 13/21 : WORKDIR /edgex [2021-04-22T08:45:37.993Z] ---> Running in aef4ba6bc579 [2021-04-22T08:45:37.993Z] ---> Running in 23a4c2138eeb [2021-04-22T08:45:38.323Z] ---> Running in b862b1b4ffa7 [2021-04-22T08:45:38.324Z] ---> Running in b7d0f41b12bc [2021-04-22T08:45:39.143Z] Building docker-core-command-go ... [2021-04-22T08:45:39.144Z] Building docker-core-data-go ... [2021-04-22T08:45:39.144Z] Building docker-core-metadata-go ... [2021-04-22T08:45:39.144Z] Building docker-security-bootstrapper-go ... [2021-04-22T08:45:39.144Z] Building docker-security-proxy-setup-go ... [2021-04-22T08:45:39.144Z] Building docker-security-secretstore-setup-go ... [2021-04-22T08:45:39.144Z] Building docker-support-notifications-go ... [2021-04-22T08:45:39.144Z] Building docker-support-scheduler-go ... [2021-04-22T08:45:39.144Z] Building docker-sys-mgmt-agent-go ... [2021-04-22T08:45:39.144Z] Building docker-core-data-go [2021-04-22T08:45:39.144Z] Building docker-support-scheduler-go [2021-04-22T08:45:39.144Z] Building docker-support-notifications-go [2021-04-22T08:45:39.144Z] Building docker-security-bootstrapper-go [2021-04-22T08:45:39.144Z] Building docker-core-command-go [2021-04-22T08:45:39.447Z] ---> Running in d8803ae4e09a [2021-04-22T08:45:39.447Z] Removing intermediate container b7d0f41b12bc [2021-04-22T08:45:39.447Z] ---> 053b019a8502 [2021-04-22T08:45:39.447Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:45:39.447Z] Removing intermediate container b862b1b4ffa7 [2021-04-22T08:45:39.447Z] ---> 5439736176c7 [2021-04-22T08:45:39.447Z] 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-22T08:45:39.827Z] Removing intermediate container aef4ba6bc579 [2021-04-22T08:45:39.827Z] ---> 7d55a2b76038 [2021-04-22T08:45:39.827Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-22T08:45:39.827Z] Removing intermediate container d8803ae4e09a [2021-04-22T08:45:39.827Z] ---> efeffec4a379 [2021-04-22T08:45:39.827Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-22T08:45:39.827Z] ---> Running in 5acdfb8ddc08 [2021-04-22T08:45:40.198Z] ---> Running in f929319eed3a [2021-04-22T08:45:41.228Z] Removing intermediate container 5acdfb8ddc08 [2021-04-22T08:45:41.228Z] ---> 08fdc61b9535 [2021-04-22T08:45:41.228Z] Step 15/23 : WORKDIR / [2021-04-22T08:45:41.228Z] ---> d4e208a75c9f [2021-04-22T08:45:41.228Z] 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-22T08:45:41.562Z] ---> Running in 6f12bf157c4d [2021-04-22T08:45:41.562Z] ---> 1ced92e29808 [2021-04-22T08:45:41.562Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-22T08:45:41.562Z] Removing intermediate container f929319eed3a [2021-04-22T08:45:41.562Z] ---> 9730aa2ec404 [2021-04-22T08:45:41.562Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:45:41.903Z] ---> Running in 962d7575cc30 [2021-04-22T08:45:42.620Z] Removing intermediate container 6f12bf157c4d [2021-04-22T08:45:42.620Z] ---> 2ea6159eca2d [2021-04-22T08:45:42.620Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:45:42.620Z] ---> 91f25000e263 [2021-04-22T08:45:42.620Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-22T08:45:42.945Z] Removing intermediate container 962d7575cc30 [2021-04-22T08:45:42.946Z] ---> bf2d723acae0 [2021-04-22T08:45:42.946Z] Step 15/23 : WORKDIR / [2021-04-22T08:45:43.296Z] Removing intermediate container 23a4c2138eeb [2021-04-22T08:45:43.296Z] ---> 90e1f6794e38 [2021-04-22T08:45:43.296Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-22T08:45:43.965Z] ---> Running in b86b945eda35 [2021-04-22T08:45:43.965Z] ---> Running in 0afe0158480f [2021-04-22T08:45:43.965Z] ---> 5aec711f3cbf [2021-04-22T08:45:43.965Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-22T08:45:44.575Z] ---> c7df631aeaad [2021-04-22T08:45:44.575Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-22T08:45:44.880Z] ---> 73e9af5bd75c [2021-04-22T08:45:44.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-22T08:45:44.880Z] Removing intermediate container 0afe0158480f [2021-04-22T08:45:44.880Z] ---> 5a49cb72db55 [2021-04-22T08:45:44.880Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:45:45.645Z] ---> 4025801064bd [2021-04-22T08:45:45.645Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-22T08:45:45.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:45.941Z] ---> Running in bf5b05c087d8 [2021-04-22T08:45:46.267Z] ---> eba4e13cb6db [2021-04-22T08:45:46.267Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-22T08:45:46.267Z] ---> 47c384d34e65 [2021-04-22T08:45:46.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-22T08:45:46.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:45:46.632Z] Removing intermediate container bf5b05c087d8 [2021-04-22T08:45:46.632Z] ---> 7dd572f6dce9 [2021-04-22T08:45:46.632Z] Step 18/21 : CMD ["--init=true"] [2021-04-22T08:45:46.632Z] ---> 1dc6b240a6fa [2021-04-22T08:45:46.632Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-22T08:45:46.941Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:45:47.269Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-22T08:45:47.269Z] ---> Running in dd3134c3127e [2021-04-22T08:45:47.269Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-22T08:45:47.269Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-22T08:45:47.651Z] ---> bb8641d20e72 [2021-04-22T08:45:47.651Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-22T08:45:47.651Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T08:45:47.651Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-22T08:45:48.057Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:45:48.057Z] ---> Running in 6122ea12b3d3 [2021-04-22T08:45:48.057Z] Removing intermediate container dd3134c3127e [2021-04-22T08:45:48.057Z] ---> ddf76cde095a [2021-04-22T08:45:48.057Z] Step 19/21 : LABEL arch=x86_64 [2021-04-22T08:45:48.057Z] OK: 8 MiB in 20 packages [2021-04-22T08:45:48.057Z] ---> 2e0bfaeb1244 [2021-04-22T08:45:48.057Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-22T08:45:48.423Z] ---> 0052b2f4a378 [2021-04-22T08:45:48.423Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-22T08:45:48.423Z] ---> Running in 6f36df872718 [2021-04-22T08:45:48.715Z] Removing intermediate container 6122ea12b3d3 [2021-04-22T08:45:48.715Z] ---> 104081cc4996 [2021-04-22T08:45:48.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:45:49.319Z] ---> Running in e7b6c377345f [2021-04-22T08:45:49.319Z] Removing intermediate container 6f36df872718 [2021-04-22T08:45:49.319Z] ---> 8249c913ff9a [2021-04-22T08:45:49.319Z] Step 20/21 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:45:49.319Z] ---> 715e757efbb9 [2021-04-22T08:45:49.319Z] 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-22T08:45:49.606Z] ---> 3b2d455c9c33 [2021-04-22T08:45:49.606Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-22T08:45:50.257Z] ---> Running in 49b3dbaa8d49 [2021-04-22T08:45:50.257Z] ---> Running in 9bcc7a9e49ee [2021-04-22T08:45:50.532Z] ---> Running in 8b94c82ab55a [2021-04-22T08:45:50.820Z] Removing intermediate container e7b6c377345f [2021-04-22T08:45:50.820Z] ---> e900f78b3e71 [2021-04-22T08:45:50.820Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:45:50.820Z] Removing intermediate container b86b945eda35 [2021-04-22T08:45:50.820Z] ---> ab35285ab6e4 [2021-04-22T08:45:50.820Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:45:51.185Z] Removing intermediate container 9bcc7a9e49ee [2021-04-22T08:45:51.185Z] ---> 04a42e324b87 [2021-04-22T08:45:51.185Z] Step 21/21 : LABEL version=0.0.0 [2021-04-22T08:45:51.185Z] ---> Running in 5e9fa750d35e [2021-04-22T08:45:51.185Z] ---> Running in a4b96fc07ed9 [2021-04-22T08:45:51.466Z] Removing intermediate container 8b94c82ab55a [2021-04-22T08:45:51.467Z] ---> b9231506e8e8 [2021-04-22T08:45:51.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:45:51.759Z] ---> Running in f2c61105be35 [2021-04-22T08:45:51.759Z] Removing intermediate container 5e9fa750d35e [2021-04-22T08:45:51.759Z] ---> 1687ca944fca [2021-04-22T08:45:51.759Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:45:51.759Z] ---> 9da8303daf78 [2021-04-22T08:45:51.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-22T08:45:52.348Z] Removing intermediate container a4b96fc07ed9 [2021-04-22T08:45:52.348Z] ---> a90ffccdcadf [2021-04-22T08:45:52.348Z] [2021-04-22T08:45:52.616Z] ---> Running in dee5ed01f379 [2021-04-22T08:45:53.316Z] Removing intermediate container f2c61105be35 [2021-04-22T08:45:53.316Z] ---> 9ae9ccf5d3ed [2021-04-22T08:45:53.316Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:45:53.622Z] Removing intermediate container dee5ed01f379 [2021-04-22T08:45:53.622Z] ---> 0c947a52fbb0 [2021-04-22T08:45:53.622Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:45:53.622Z] ---> d8e53ad83a01 [2021-04-22T08:45:53.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-22T08:45:53.622Z] ---> Running in 4e07f3dee6ae [2021-04-22T08:45:53.947Z] ---> Running in c5ddf522d1b2 [2021-04-22T08:45:54.240Z] Successfully built a90ffccdcadf [2021-04-22T08:45:54.240Z] Removing intermediate container 49b3dbaa8d49 [2021-04-22T08:45:54.240Z] ---> 2a173f854ff6 [2021-04-22T08:45:54.240Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-22T08:45:54.240Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-22T08:45:54.240Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-22T08:45:54.240Z] Removing intermediate container 4e07f3dee6ae [2021-04-22T08:45:54.240Z] ---> 66192c3ab5dd [2021-04-22T08:45:54.240Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:45:54.240Z] ---> f4654d661c14 [2021-04-22T08:45:54.240Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-22T08:45:54.525Z] ---> Running in d74cad240467 [2021-04-22T08:45:54.525Z] Removing intermediate container c5ddf522d1b2 [2021-04-22T08:45:54.525Z] ---> 01ff7d784bb9 [2021-04-22T08:45:54.525Z] [2021-04-22T08:45:54.525Z] ---> Running in f7f49ec1c189 [2021-04-22T08:45:54.525Z] ---> Running in 30e4c0d0fc13 [2021-04-22T08:45:55.158Z] Removing intermediate container d74cad240467 [2021-04-22T08:45:55.158Z] ---> 9c73783ef84e [2021-04-22T08:45:55.158Z] Step 22/24 : LABEL arch=x86_64 [2021-04-22T08:45:55.158Z] Successfully built 01ff7d784bb9 [2021-04-22T08:45:55.466Z] Removing intermediate container f7f49ec1c189 [2021-04-22T08:45:55.466Z] ---> 72408fe0e3a0 [2021-04-22T08:45:55.466Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:45:55.466Z] Successfully tagged docker-core-command-go:latest [2021-04-22T08:45:55.466Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-04-22T08:45:55.466Z] Removing intermediate container 30e4c0d0fc13 [2021-04-22T08:45:55.466Z] ---> 4bf004ef6257 [2021-04-22T08:45:55.466Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:45:55.851Z] ---> Running in 63574f02a5a0 [2021-04-22T08:45:55.851Z] ---> Running in 774dabcc9dc0 [2021-04-22T08:45:55.851Z] ---> Running in d62cf63e72a2 [2021-04-22T08:45:56.584Z] Removing intermediate container 63574f02a5a0 [2021-04-22T08:45:56.584Z] ---> d8328e56656b [2021-04-22T08:45:56.584Z] Step 23/24 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:45:57.271Z] ---> Running in 658ae7e70b9e [2021-04-22T08:45:57.271Z] Removing intermediate container 774dabcc9dc0 [2021-04-22T08:45:57.271Z] ---> 87729edd7bd1 [2021-04-22T08:45:57.271Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:45:57.271Z] Removing intermediate container d62cf63e72a2 [2021-04-22T08:45:57.271Z] ---> 51f9357bae22 [2021-04-22T08:45:57.271Z] [2021-04-22T08:45:58.357Z] ---> Running in a075d5dc4b05 [2021-04-22T08:45:59.962Z] Successfully built 51f9357bae22 [2021-04-22T08:45:59.962Z] Successfully tagged docker-core-metadata-go:latest [2021-04-22T08:45:59.962Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-04-22T08:45:59.962Z] Removing intermediate container 658ae7e70b9e [2021-04-22T08:45:59.962Z] ---> 12a71f078369 [2021-04-22T08:45:59.962Z] Step 24/24 : LABEL version=0.0.0 [2021-04-22T08:46:00.397Z] Removing intermediate container a075d5dc4b05 [2021-04-22T08:46:00.397Z] ---> 977e392d4920 [2021-04-22T08:46:00.397Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:46:00.397Z] ---> Running in a213b61e3298 [2021-04-22T08:46:01.038Z] ---> Running in f13cd1b0ef54 [2021-04-22T08:46:01.331Z] Removing intermediate container a213b61e3298 [2021-04-22T08:46:01.331Z] ---> f8d0e4681448 [2021-04-22T08:46:01.331Z] [2021-04-22T08:46:02.611Z] Removing intermediate container f13cd1b0ef54 [2021-04-22T08:46:02.611Z] ---> 303fa1aaf504 [2021-04-22T08:46:02.611Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:46:02.919Z] Successfully built f8d0e4681448 [2021-04-22T08:46:02.919Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-22T08:46:02.919Z] Building docker-sys-mgmt-agent-go [2021-04-22T08:46:04.904Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 6b3e62070624 [2021-04-22T08:46:07.482Z] Removing intermediate container 6b3e62070624 [2021-04-22T08:46:07.482Z] ---> e808b27f6480 [2021-04-22T08:46:07.482Z] [2021-04-22T08:46:10.816Z] Successfully built e808b27f6480 [2021-04-22T08:46:10.816Z] Successfully tagged docker-core-data-go:latest [2021-04-22T08:47:00.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:00.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:00.897Z] ---> ad8ec718ad5e [2021-04-22T08:47:00.897Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:47:00.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:00.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:00.897Z] ---> ad8ec718ad5e [2021-04-22T08:47:00.897Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:47:00.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:00.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:00.897Z] ---> ad8ec718ad5e [2021-04-22T08:47:00.897Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:47:00.897Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:00.897Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:00.897Z] ---> ad8ec718ad5e [2021-04-22T08:47:00.897Z] Step 3/31 : WORKDIR /edgex-go [2021-04-22T08:47:00.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:00.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:00.897Z] ---> ad8ec718ad5e [2021-04-22T08:47:00.897Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:47:00.897Z] ---> Running in 2d5a73e81f87 [2021-04-22T08:47:00.897Z] ---> Running in 9c4e7f4eec84 [2021-04-22T08:47:00.897Z] ---> Running in 4081c12764ce [2021-04-22T08:47:00.897Z] ---> Running in eb83cbcfe01a [2021-04-22T08:47:00.897Z] ---> Running in 5899b11fd7ee [2021-04-22T08:47:00.897Z] Removing intermediate container 9c4e7f4eec84 [2021-04-22T08:47:00.897Z] ---> a770e287e285 [2021-04-22T08:47:00.897Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:00.897Z] Removing intermediate container 4081c12764ce [2021-04-22T08:47:00.897Z] ---> c124cf1d1d77 [2021-04-22T08:47:00.898Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:00.898Z] Removing intermediate container 2d5a73e81f87 [2021-04-22T08:47:00.898Z] ---> 577d0f07470e [2021-04-22T08:47:00.898Z] Removing intermediate container 5899b11fd7ee [2021-04-22T08:47:00.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:00.898Z] ---> fed5fb7d1c4b [2021-04-22T08:47:00.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:00.898Z] Removing intermediate container eb83cbcfe01a [2021-04-22T08:47:00.898Z] ---> a6805f61f11e [2021-04-22T08:47:00.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:00.898Z] ---> Running in fb57a45a614a [2021-04-22T08:47:00.898Z] ---> Running in 3f10bc0ee0a8 [2021-04-22T08:47:00.898Z] ---> Running in f5651a2f045f [2021-04-22T08:47:00.898Z] ---> Running in b2e682f58481 [2021-04-22T08:47:00.898Z] ---> Running in 1bfed8a1a565 [2021-04-22T08:47:00.898Z] Removing intermediate container fb57a45a614a [2021-04-22T08:47:00.898Z] ---> e335d29bfbec [2021-04-22T08:47:00.898Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-22T08:47:00.898Z] ---> Running in 04ed476bce3d [2021-04-22T08:47:00.898Z] Removing intermediate container b2e682f58481 [2021-04-22T08:47:00.898Z] ---> e3353a2c14ae [2021-04-22T08:47:00.898Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-22T08:47:00.898Z] ---> Running in 6f784c779478 [2021-04-22T08:47:00.898Z] Removing intermediate container 1bfed8a1a565 [2021-04-22T08:47:00.898Z] ---> b7572263ead8 [2021-04-22T08:47:00.898Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:47:00.898Z] Removing intermediate container f5651a2f045f [2021-04-22T08:47:00.898Z] ---> 58c1963be33b [2021-04-22T08:47:00.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-22T08:47:00.898Z] Removing intermediate container 3f10bc0ee0a8 [2021-04-22T08:47:00.898Z] ---> 564cbd827d73 [2021-04-22T08:47:00.898Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-22T08:47:00.898Z] ---> Running in 3efb75fb1156 [2021-04-22T08:47:00.898Z] ---> Running in 076602d952aa [2021-04-22T08:47:00.898Z] ---> Running in 15022e617ca7 [2021-04-22T08:47:00.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:01.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:01.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:02.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:02.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:02.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:02.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:02.664Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:03.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:03.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:03.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:47:03.546Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:04.153Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:04.153Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:04.153Z] Removing intermediate container 04ed476bce3d [2021-04-22T08:47:04.153Z] ---> 2f929f8aef0b [2021-04-22T08:47:04.153Z] Step 6/22 : COPY go.mod . [2021-04-22T08:47:04.430Z] OK: 217 MiB in 51 packages [2021-04-22T08:47:05.417Z] ---> eb9b8c8378b2 [2021-04-22T08:47:05.417Z] Step 7/22 : RUN go mod download [2021-04-22T08:47:05.689Z] Removing intermediate container 6f784c779478 [2021-04-22T08:47:05.689Z] ---> 530236333829 [2021-04-22T08:47:05.689Z] Step 6/23 : COPY go.mod . [2021-04-22T08:47:05.689Z] ---> Running in 7a9109ac0a61 [2021-04-22T08:47:05.689Z] Removing intermediate container 15022e617ca7 [2021-04-22T08:47:05.689Z] ---> efc31824cc92 [2021-04-22T08:47:05.689Z] Step 6/31 : COPY go.mod . [2021-04-22T08:47:05.963Z] Removing intermediate container 076602d952aa [2021-04-22T08:47:05.963Z] ---> bb448c979d17 [2021-04-22T08:47:05.963Z] Step 6/23 : COPY go.mod . [2021-04-22T08:47:06.243Z] Removing intermediate container 3efb75fb1156 [2021-04-22T08:47:06.243Z] ---> 0c288e5f267d [2021-04-22T08:47:06.243Z] Step 6/22 : COPY go.mod . [2021-04-22T08:47:06.843Z] ---> 3542e7f612e3 [2021-04-22T08:47:06.843Z] Step 7/23 : RUN go mod download [2021-04-22T08:47:06.843Z] ---> Running in 003b6ba5efa4 [2021-04-22T08:47:06.843Z] ---> e3289490086a [2021-04-22T08:47:06.843Z] Step 7/31 : RUN go mod download [2021-04-22T08:47:07.446Z] ---> Running in dead7addf407 [2021-04-22T08:47:07.446Z] ---> 22ac787f66e5 [2021-04-22T08:47:07.446Z] Step 7/23 : RUN go mod download [2021-04-22T08:47:07.446Z] ---> 6ca856ee32c6 [2021-04-22T08:47:07.446Z] Step 7/22 : RUN go mod download [2021-04-22T08:47:07.724Z] ---> Running in 8973cb050e6f [2021-04-22T08:47:07.724Z] ---> Running in 5e863bcb5a90 [2021-04-22T08:47:10.368Z] Removing intermediate container 7a9109ac0a61 [2021-04-22T08:47:10.368Z] ---> 401aa1031de6 [2021-04-22T08:47:10.368Z] Step 8/22 : COPY . . [2021-04-22T08:47:11.377Z] Removing intermediate container 003b6ba5efa4 [2021-04-22T08:47:11.377Z] ---> b1b58c5fce93 [2021-04-22T08:47:11.377Z] Step 8/23 : COPY . . [2021-04-22T08:47:11.977Z] Removing intermediate container dead7addf407 [2021-04-22T08:47:11.977Z] ---> 82c8c78bf05a [2021-04-22T08:47:11.977Z] Step 8/31 : COPY . . [2021-04-22T08:47:13.432Z] Removing intermediate container 8973cb050e6f [2021-04-22T08:47:13.432Z] ---> aeafcc85d562 [2021-04-22T08:47:13.432Z] Step 8/23 : COPY . . [2021-04-22T08:47:13.709Z] Removing intermediate container 5e863bcb5a90 [2021-04-22T08:47:13.709Z] ---> 09288978f4dc [2021-04-22T08:47:13.709Z] Step 8/22 : COPY . . [2021-04-22T08:47:20.981Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:20.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:20.981Z] ---> 0f739017da9e [2021-04-22T08:47:20.981Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 11ed9d092404 [2021-04-22T08:47:20.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 30dd5bc70e54 [2021-04-22T08:47:20.981Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-22T08:47:20.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:20.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:20.981Z] ---> 0f739017da9e [2021-04-22T08:47:20.981Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 11ed9d092404 [2021-04-22T08:47:20.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 30dd5bc70e54 [2021-04-22T08:47:20.981Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-22T08:47:20.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:20.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:20.981Z] ---> 0f739017da9e [2021-04-22T08:47:20.981Z] Step 3/22 : WORKDIR /edgex-go [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 11ed9d092404 [2021-04-22T08:47:20.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:20.981Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:47:20.981Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:47:20.981Z] ---> 0f739017da9e [2021-04-22T08:47:20.981Z] Step 3/31 : WORKDIR /edgex-go [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 11ed9d092404 [2021-04-22T08:47:20.981Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 30dd5bc70e54 [2021-04-22T08:47:20.981Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 2d5e54959da5 [2021-04-22T08:47:20.981Z] Step 6/31 : COPY go.mod . [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 1132404d52fd [2021-04-22T08:47:20.981Z] Step 7/31 : RUN go mod download [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 921cf7bceb21 [2021-04-22T08:47:20.981Z] Step 8/31 : COPY . . [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 30dd5bc70e54 [2021-04-22T08:47:20.981Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 2d5e54959da5 [2021-04-22T08:47:20.981Z] Step 6/22 : COPY go.mod . [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 1132404d52fd [2021-04-22T08:47:20.981Z] Step 7/22 : RUN go mod download [2021-04-22T08:47:20.981Z] ---> Using cache [2021-04-22T08:47:20.981Z] ---> 921cf7bceb21 [2021-04-22T08:47:20.981Z] Step 8/22 : COPY . . [2021-04-22T08:47:20.982Z] ---> Using cache [2021-04-22T08:47:20.982Z] ---> aa1e2ff576ea [2021-04-22T08:47:20.982Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-22T08:47:20.982Z] ---> Using cache [2021-04-22T08:47:20.982Z] ---> aa1e2ff576ea [2021-04-22T08:47:20.982Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-22T08:47:20.982Z] ---> Running in d0ccf659a45b [2021-04-22T08:47:20.982Z] ---> Running in 0e1bbc51943f [2021-04-22T08:47:20.982Z] ---> Running in cbdac579617b [2021-04-22T08:47:20.982Z] ---> Running in 1bb6d6fa8392 [2021-04-22T08:47:24.044Z] 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-22T08:47:24.044Z] 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-22T08:47:24.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:47:24.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:47:24.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:47:24.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:47:24.957Z] OK: 233 MiB in 51 packages [2021-04-22T08:47:25.271Z] OK: 233 MiB in 51 packages [2021-04-22T08:47:28.135Z] Removing intermediate container d0ccf659a45b [2021-04-22T08:47:28.135Z] ---> 79548cd8d696 [2021-04-22T08:47:28.135Z] Step 6/23 : COPY go.mod . [2021-04-22T08:47:28.135Z] Removing intermediate container 0e1bbc51943f [2021-04-22T08:47:28.135Z] ---> 0bc845eb9d9a [2021-04-22T08:47:28.135Z] Step 6/22 : COPY go.mod . [2021-04-22T08:47:29.331Z] ---> 5dc230379d19 [2021-04-22T08:47:29.331Z] Step 7/23 : RUN go mod download [2021-04-22T08:47:29.656Z] ---> e9d18abc8197 [2021-04-22T08:47:29.656Z] Step 7/22 : RUN go mod download [2021-04-22T08:47:29.656Z] ---> Running in fe6bd15bdacb [2021-04-22T08:47:29.656Z] ---> Running in eeaabb06bc28 [2021-04-22T08:47:40.553Z] Removing intermediate container eeaabb06bc28 [2021-04-22T08:47:40.553Z] ---> 3c44ba4a3a2b [2021-04-22T08:47:40.553Z] Step 8/22 : COPY . . [2021-04-22T08:47:40.553Z] Removing intermediate container fe6bd15bdacb [2021-04-22T08:47:40.553Z] ---> 54f92c54bd6b [2021-04-22T08:47:40.553Z] Step 8/23 : COPY . . [2021-04-22T08:47:40.558Z] ---> 821a78f03b1c [2021-04-22T08:47:40.558Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-22T08:47:40.558Z] ---> 149506b9a171 [2021-04-22T08:47:40.558Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-22T08:47:40.558Z] ---> d4c40a8814ae [2021-04-22T08:47:40.558Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-22T08:47:40.558Z] ---> Running in 7a16e9cbe948 [2021-04-22T08:47:40.558Z] ---> bb068e7d6267 [2021-04-22T08:47:40.558Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-22T08:47:40.558Z] ---> a3cef88ae83d [2021-04-22T08:47:40.558Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-22T08:47:40.558Z] ---> Running in cf82fc093f95 [2021-04-22T08:47:40.558Z] ---> Running in 1bc827a8460e [2021-04-22T08:47:40.558Z] ---> Running in 92d6f02e8e15 [2021-04-22T08:47:40.558Z] ---> Running in 0a9d784dd8d2 [2021-04-22T08:47:41.156Z] 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-22T08:47:41.758Z] 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-22T08:47:41.759Z] 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-22T08:47:42.038Z] 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-22T08:47:42.315Z] 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-22T08:48:39.454Z] Removing intermediate container cbdac579617b [2021-04-22T08:48:39.778Z] ---> ef215f78bb3d [2021-04-22T08:48:39.778Z] [2021-04-22T08:48:39.778Z] Step 10/31 : FROM alpine:3.12 [2021-04-22T08:48:39.778Z] ---> 13621d1b12d4 [2021-04-22T08:48:39.778Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-22T08:48:43.560Z] ---> Running in be7802924f10 [2021-04-22T08:48:44.196Z] Removing intermediate container 1bb6d6fa8392 [2021-04-22T08:48:44.196Z] ---> c2d9ffcf96b2 [2021-04-22T08:48:44.196Z] [2021-04-22T08:48:44.196Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:48:44.196Z] ---> 13621d1b12d4 [2021-04-22T08:48:44.196Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:48:44.196Z] ---> Using cache [2021-04-22T08:48:44.196Z] ---> 364335fc263e [2021-04-22T08:48:44.196Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:48:44.196Z] ---> Using cache [2021-04-22T08:48:44.196Z] ---> 7d55a2b76038 [2021-04-22T08:48:44.196Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-22T08:48:44.474Z] Removing intermediate container be7802924f10 [2021-04-22T08:48:44.474Z] ---> 0fce64ca3ec4 [2021-04-22T08:48:44.474Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-22T08:48:44.769Z] ---> Running in 233ca23e71e1 [2021-04-22T08:48:44.769Z] ---> Running in 3955d421a7ef [2021-04-22T08:48:47.425Z] Removing intermediate container 233ca23e71e1 [2021-04-22T08:48:47.425Z] ---> 0c6849af1544 [2021-04-22T08:48:47.425Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:48:48.426Z] ---> Running in e6fe6190ac24 [2021-04-22T08:48:50.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:48:50.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:48:50.643Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:48:50.643Z] (2/2) Installing su-exec (0.2-r1) [2021-04-22T08:48:50.643Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:48:50.906Z] OK: 6 MiB in 16 packages [2021-04-22T08:48:51.172Z] Removing intermediate container e6fe6190ac24 [2021-04-22T08:48:51.172Z] ---> b7f18d4451db [2021-04-22T08:48:51.172Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:48:52.586Z] ---> 6c0b61624325 [2021-04-22T08:48:52.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-22T08:48:56.575Z] Removing intermediate container 3955d421a7ef [2021-04-22T08:48:56.575Z] ---> ec04ccf8fac4 [2021-04-22T08:48:56.575Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-22T08:48:57.338Z] ---> 5b937ec9f815 [2021-04-22T08:48:57.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-22T08:48:57.338Z] ---> Running in d51d79746fb2 [2021-04-22T08:48:58.487Z] ---> 1b7c1b67c3ec [2021-04-22T08:48:58.487Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-22T08:48:58.487Z] Removing intermediate container d51d79746fb2 [2021-04-22T08:48:58.487Z] ---> 157d904d68d8 [2021-04-22T08:48:58.487Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-22T08:48:58.487Z] ---> f75ad861081c [2021-04-22T08:48:58.487Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-22T08:48:58.487Z] ---> Running in c04a4df12f63 [2021-04-22T08:48:58.819Z] ---> Running in a1dc6407d402 [2021-04-22T08:48:58.819Z] ---> Running in a089c3284110 [2021-04-22T08:48:58.819Z] ---> d03890f5d4d5 [2021-04-22T08:48:58.819Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-22T08:48:59.460Z] ---> Running in 9e9e70fe7e00 [2021-04-22T08:48:59.756Z] Removing intermediate container a1dc6407d402 [2021-04-22T08:48:59.756Z] ---> 361e89467853 [2021-04-22T08:48:59.756Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-22T08:48:59.756Z] ---> Running in 55298e7a6596 [2021-04-22T08:49:00.086Z] Removing intermediate container 9e9e70fe7e00 [2021-04-22T08:49:00.086Z] ---> d4efe48ce3a3 [2021-04-22T08:49:00.086Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:49:00.477Z] ---> Running in 6e29cbec83a7 [2021-04-22T08:49:00.478Z] 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-22T08:49:00.789Z] 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-22T08:49:03.235Z] Removing intermediate container 6e29cbec83a7 [2021-04-22T08:49:03.235Z] ---> 1c4a6c898a5b [2021-04-22T08:49:03.235Z] Step 20/22 : LABEL arch=x86_64 [2021-04-22T08:49:03.775Z] ---> Running in 270e064a374d [2021-04-22T08:49:04.148Z] Removing intermediate container 270e064a374d [2021-04-22T08:49:04.148Z] ---> 54d0552a9f59 [2021-04-22T08:49:04.148Z] Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:49:04.540Z] ---> Running in 53f06af9f41d [2021-04-22T08:49:04.540Z] Removing intermediate container 55298e7a6596 [2021-04-22T08:49:04.540Z] ---> a93ce5d0c426 [2021-04-22T08:49:04.540Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-22T08:49:04.540Z] ---> Running in 2ae0bbea64db [2021-04-22T08:49:04.964Z] Removing intermediate container 53f06af9f41d [2021-04-22T08:49:04.964Z] ---> 933e7f1f5207 [2021-04-22T08:49:04.964Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:49:04.964Z] ---> Running in 2e9811f94def [2021-04-22T08:49:04.964Z] Removing intermediate container 2ae0bbea64db [2021-04-22T08:49:04.964Z] ---> d1b7897af47b [2021-04-22T08:49:04.964Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-22T08:49:05.679Z] Removing intermediate container 2e9811f94def [2021-04-22T08:49:05.679Z] ---> 53a41db6282e [2021-04-22T08:49:05.679Z] [2021-04-22T08:49:05.960Z] ---> 1873931f344b [2021-04-22T08:49:05.960Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-22T08:49:06.572Z] ---> Running in 58fc15bf2d5f [2021-04-22T08:49:06.868Z] Successfully built 53a41db6282e [2021-04-22T08:49:07.145Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-22T08:49:09.809Z]  Building docker-support-scheduler-go ... done Removing intermediate container 58fc15bf2d5f [2021-04-22T08:49:09.809Z] ---> f9a7d86dbb7b [2021-04-22T08:49:09.809Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:49:10.412Z] ---> 5c814125ff48 [2021-04-22T08:49:10.412Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-22T08:49:13.270Z] ---> 2e6161f138fe [2021-04-22T08:49:13.270Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-22T08:49:14.340Z] ---> fa6025c47332 [2021-04-22T08:49:14.340Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-22T08:49:15.441Z] ---> 4f3fcde25131 [2021-04-22T08:49:15.441Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-22T08:49:17.087Z] ---> 6045fda9c888 [2021-04-22T08:49:17.087Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-22T08:49:17.721Z] ---> Running in b861804b21f9 [2021-04-22T08:49:18.961Z] Removing intermediate container b861804b21f9 [2021-04-22T08:49:18.961Z] ---> 98c2437abe32 [2021-04-22T08:49:18.961Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-22T08:49:20.258Z] ---> 45c13c267262 [2021-04-22T08:49:20.258Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-22T08:49:20.258Z] ---> Running in f577faae839c [2021-04-22T08:49:23.932Z] Removing intermediate container f577faae839c [2021-04-22T08:49:23.932Z] ---> e1c4b556f341 [2021-04-22T08:49:23.932Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-22T08:49:24.704Z] ---> Running in 5990f8b60fdb [2021-04-22T08:49:26.093Z] Removing intermediate container 5990f8b60fdb [2021-04-22T08:49:26.093Z] ---> 00f726c3c538 [2021-04-22T08:49:26.093Z] Step 28/31 : CMD ["gate"] [2021-04-22T08:49:26.418Z] ---> Running in 1fa53eb36a8f [2021-04-22T08:49:27.519Z] Removing intermediate container 1fa53eb36a8f [2021-04-22T08:49:27.519Z] ---> 7dc242e0e9bb [2021-04-22T08:49:27.519Z] Step 29/31 : LABEL arch=x86_64 [2021-04-22T08:49:27.801Z] ---> Running in a1a5ecb358c3 [2021-04-22T08:49:28.431Z] Removing intermediate container a1a5ecb358c3 [2021-04-22T08:49:28.431Z] ---> 1d3c85598538 [2021-04-22T08:49:28.431Z] Step 30/31 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:49:28.744Z] ---> Running in 5d255244588d [2021-04-22T08:49:29.382Z] Removing intermediate container 5d255244588d [2021-04-22T08:49:29.383Z] ---> 5952fc3bbbc1 [2021-04-22T08:49:29.383Z] Step 31/31 : LABEL version=0.0.0 [2021-04-22T08:49:30.044Z] ---> Running in 6e5f011bc44a [2021-04-22T08:49:30.350Z] Removing intermediate container 6e5f011bc44a [2021-04-22T08:49:30.350Z] ---> 854aa04d5d47 [2021-04-22T08:49:30.350Z] [2021-04-22T08:49:30.994Z] Successfully built 854aa04d5d47 [2021-04-22T08:49:30.994Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-22T08:49:41.520Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a089c3284110 [2021-04-22T08:49:41.520Z] ---> 2b170ab575c1 [2021-04-22T08:49:41.520Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-22T08:49:41.801Z] ---> Running in b5a4a77c2aa6 [2021-04-22T08:49:42.073Z] Removing intermediate container c04a4df12f63 [2021-04-22T08:49:42.073Z] ---> 7b5f0b9b8bc0 [2021-04-22T08:49:42.073Z] [2021-04-22T08:49:42.073Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:49:42.073Z] ---> 13621d1b12d4 [2021-04-22T08:49:42.073Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-22T08:49:42.351Z] ---> Running in 670ae8f2de43 [2021-04-22T08:49:42.966Z] 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-22T08:49:42.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:49:43.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:49:43.538Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-22T08:49:43.538Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:49:43.538Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:49:43.538Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:49:43.538Z] OK: 6 MiB in 16 packages [2021-04-22T08:49:45.165Z] Removing intermediate container b5a4a77c2aa6 [2021-04-22T08:49:45.165Z] ---> c502dddf85d7 [2021-04-22T08:49:45.165Z] [2021-04-22T08:49:45.165Z] Step 11/23 : FROM docker:20.10.0 [2021-04-22T08:49:45.165Z] 20.10.0: Pulling from library/docker [2021-04-22T08:49:45.453Z] Removing intermediate container 670ae8f2de43 [2021-04-22T08:49:45.453Z] ---> fd5c59e9980a [2021-04-22T08:49:45.453Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:49:45.453Z] ---> Running in dafac19b3b12 [2021-04-22T08:49:46.058Z] Removing intermediate container dafac19b3b12 [2021-04-22T08:49:46.058Z] ---> 0437905ae1f5 [2021-04-22T08:49:46.058Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-22T08:49:46.339Z] ---> Running in 64b93e441958 [2021-04-22T08:49:46.623Z] Removing intermediate container 64b93e441958 [2021-04-22T08:49:46.623Z] ---> bc595f5866dd [2021-04-22T08:49:46.623Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:49:46.899Z] ---> Running in 9fe3c93f2873 [2021-04-22T08:49:47.502Z] Removing intermediate container 9fe3c93f2873 [2021-04-22T08:49:47.502Z] ---> 1a607d3232bb [2021-04-22T08:49:47.502Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:49:48.184Z] ---> 34d65dcf0ed9 [2021-04-22T08:49:48.184Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-22T08:49:49.640Z] ---> a9877c67edaf [2021-04-22T08:49:49.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-22T08:49:49.902Z] Removing intermediate container cf82fc093f95 [2021-04-22T08:49:49.903Z] ---> b4d7889d1434 [2021-04-22T08:49:49.903Z] [2021-04-22T08:49:49.903Z] Step 10/31 : FROM alpine:3.12 [2021-04-22T08:49:49.903Z] 3.12: Pulling from library/alpine [2021-04-22T08:49:50.507Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T08:49:50.507Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T08:49:50.507Z] ---> 9852663dfa18 [2021-04-22T08:49:50.508Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-22T08:49:50.843Z] ---> 28c19f2b4417 [2021-04-22T08:49:50.843Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-22T08:49:50.843Z] ---> Running in 046fa2bb108c [2021-04-22T08:49:51.138Z] Removing intermediate container 046fa2bb108c [2021-04-22T08:49:51.138Z] ---> a711d10e823a [2021-04-22T08:49:51.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:49:51.424Z] ---> Running in 550b6b6db898 [2021-04-22T08:49:51.507Z] ---> Running in c6bd66d4afe4 [2021-04-22T08:49:52.072Z] Removing intermediate container 550b6b6db898 [2021-04-22T08:49:52.072Z] ---> 6d69ee0a19ab [2021-04-22T08:49:52.072Z] Step 20/22 : LABEL arch=x86_64 [2021-04-22T08:49:52.072Z] ---> Running in 9da3bcdf46e9 [2021-04-22T08:49:52.511Z] Removing intermediate container c6bd66d4afe4 [2021-04-22T08:49:52.511Z] ---> 42e31f0f38b0 [2021-04-22T08:49:52.511Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-22T08:49:53.134Z] ---> Running in 506ea90a372c [2021-04-22T08:49:53.537Z] Removing intermediate container 9da3bcdf46e9 [2021-04-22T08:49:53.537Z] ---> a51203e5f60e [2021-04-22T08:49:53.537Z] Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:49:53.811Z] ---> Running in e97015850f61 [2021-04-22T08:49:54.434Z] Removing intermediate container e97015850f61 [2021-04-22T08:49:54.434Z] ---> 0e71dd061005 [2021-04-22T08:49:54.434Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:49:54.713Z] ---> Running in efe9824ecd39 [2021-04-22T08:49:55.347Z] Removing intermediate container efe9824ecd39 [2021-04-22T08:49:55.347Z] ---> 3c533ee4f3df [2021-04-22T08:49:55.347Z] [2021-04-22T08:49:55.619Z] Successfully built 3c533ee4f3df [2021-04-22T08:49:55.619Z] Successfully tagged docker-support-notifications-go:latest [2021-04-22T08:49:55.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:55.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:49:56.218Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-22T08:49:56.218Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-22T08:49:56.218Z] ---> aefe523efa57 [2021-04-22T08:49:56.218Z] 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-22T08:49:56.218Z] ---> Running in ba769dd57ebb [2021-04-22T08:49:56.396Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:49:56.396Z] (2/2) Installing su-exec (0.2-r1) [2021-04-22T08:49:56.396Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:49:56.396Z] OK: 5 MiB in 16 packages [2021-04-22T08:49:56.818Z] Removing intermediate container ba769dd57ebb [2021-04-22T08:49:56.818Z] ---> 0d8b5f89ff97 [2021-04-22T08:49:56.818Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-22T08:49:56.818Z] ---> Running in 69d1fffc4288 [2021-04-22T08:49:57.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T08:49:58.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T08:49:58.445Z] (1/39) Installing readline (8.0.4-r0) [2021-04-22T08:49:58.445Z] (2/39) Installing bash (5.0.17-r0) [2021-04-22T08:49:58.445Z] Executing bash-5.0.17-r0.post-install [2021-04-22T08:49:58.445Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:49:58.445Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-22T08:49:58.445Z] (5/39) Installing curl (7.76.1-r0) [2021-04-22T08:49:58.445Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-22T08:49:58.445Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-22T08:49:58.445Z] (8/39) Installing expat (2.2.9-r1) [2021-04-22T08:49:58.445Z] (9/39) Installing libffi (3.3-r2) [2021-04-22T08:49:58.445Z] (10/39) Installing gdbm (1.13-r1) [2021-04-22T08:49:58.445Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-22T08:49:58.445Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-22T08:49:58.445Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-22T08:49:59.808Z] Removing intermediate container 0a9d784dd8d2 [2021-04-22T08:49:59.808Z] ---> bea09e2e98d6 [2021-04-22T08:49:59.808Z] [2021-04-22T08:49:59.808Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:49:59.808Z] ---> 9852663dfa18 [2021-04-22T08:49:59.808Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:49:59.808Z] Removing intermediate container 7a16e9cbe948 [2021-04-22T08:49:59.808Z] ---> d7d362103f10 [2021-04-22T08:49:59.808Z] [2021-04-22T08:49:59.808Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:49:59.808Z] ---> 9852663dfa18 [2021-04-22T08:49:59.808Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-22T08:49:59.972Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-22T08:49:59.972Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-22T08:49:59.972Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-22T08:49:59.972Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-22T08:49:59.972Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-22T08:49:59.972Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-22T08:49:59.972Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-22T08:49:59.972Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-22T08:49:59.972Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-22T08:50:00.095Z] ---> Running in 137c43590a9a [2021-04-22T08:50:00.095Z] ---> Running in a2118380c170 [2021-04-22T08:50:00.272Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-22T08:50:00.272Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-22T08:50:00.272Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-22T08:50:00.272Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-22T08:50:00.272Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-22T08:50:00.272Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-22T08:50:00.272Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-22T08:50:00.272Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-22T08:50:00.272Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-22T08:50:00.272Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-22T08:50:00.401Z] Removing intermediate container 506ea90a372c [2021-04-22T08:50:00.401Z] ---> 8f60a4e1ef17 [2021-04-22T08:50:00.402Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-22T08:50:00.541Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-22T08:50:00.541Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-22T08:50:00.541Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-22T08:50:00.541Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-22T08:50:00.541Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-22T08:50:00.541Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-22T08:50:00.541Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-22T08:50:00.541Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T08:50:00.541Z] OK: 72 MiB in 59 packages [2021-04-22T08:50:00.998Z] ---> Running in f22f7affec87 [2021-04-22T08:50:01.975Z] Removing intermediate container f22f7affec87 [2021-04-22T08:50:01.975Z] ---> 1b4ee069c4b5 [2021-04-22T08:50:01.975Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-22T08:50:01.975Z] Removing intermediate container 92d6f02e8e15 [2021-04-22T08:50:01.975Z] ---> 311224792cc1 [2021-04-22T08:50:01.975Z] [2021-04-22T08:50:01.975Z] Step 10/22 : FROM alpine:3.12 [2021-04-22T08:50:01.975Z] ---> 9852663dfa18 [2021-04-22T08:50:01.975Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:50:02.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:02.254Z] ---> Running in 55ba622e9bca [2021-04-22T08:50:02.254Z] ---> Running in e9d4f177202d [2021-04-22T08:50:02.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:02.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:02.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:03.139Z] Removing intermediate container 55ba622e9bca [2021-04-22T08:50:03.139Z] ---> a8132dee3496 [2021-04-22T08:50:03.139Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-22T08:50:03.414Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:50:03.414Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:50:03.414Z] OK: 5 MiB in 15 packages [2021-04-22T08:50:03.414Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-22T08:50:03.414Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-22T08:50:03.414Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:50:03.414Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:50:03.414Z] ---> Running in fca985690f54 [2021-04-22T08:50:03.691Z] OK: 6 MiB in 16 packages [2021-04-22T08:50:03.964Z] Collecting docker-compose==1.23.2 [2021-04-22T08:50:03.964Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-22T08:50:03.964Z] Collecting docopt<0.7,>=0.6.1 [2021-04-22T08:50:03.964Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-22T08:50:03.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:04.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:04.546Z] Collecting texttable<0.10,>=0.9.0 [2021-04-22T08:50:04.546Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-22T08:50:05.251Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-22T08:50:05.252Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:50:05.252Z] OK: 5 MiB in 15 packages [2021-04-22T08:50:05.505Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-22T08:50:05.505Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-22T08:50:05.845Z] Removing intermediate container a2118380c170 [2021-04-22T08:50:05.845Z] ---> 552adac2da66 [2021-04-22T08:50:05.845Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:50:06.442Z] ---> Running in 1858fd303e2c [2021-04-22T08:50:06.490Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-22T08:50:06.490Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-22T08:50:06.490Z] Collecting cached-property<2,>=1.2.0 [2021-04-22T08:50:06.490Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-22T08:50:06.714Z] Removing intermediate container 137c43590a9a [2021-04-22T08:50:06.715Z] ---> 63f424a731dc [2021-04-22T08:50:06.715Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:50:06.775Z] Collecting jsonschema<3,>=2.5.1 [2021-04-22T08:50:06.776Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-22T08:50:06.990Z] ---> Running in d6323256796e [2021-04-22T08:50:06.991Z] Removing intermediate container 1858fd303e2c [2021-04-22T08:50:06.991Z] ---> 36225468602f [2021-04-22T08:50:06.991Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-22T08:50:07.052Z] Collecting docker<4.0,>=3.6.0 [2021-04-22T08:50:07.052Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-22T08:50:07.263Z] ---> Running in 072403c56459 [2021-04-22T08:50:07.263Z] Removing intermediate container fca985690f54 [2021-04-22T08:50:07.263Z] ---> 330f88b8c4d6 [2021-04-22T08:50:07.263Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-22T08:50:07.263Z] Removing intermediate container e9d4f177202d [2021-04-22T08:50:07.263Z] ---> 482eea72ea45 [2021-04-22T08:50:07.263Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:50:07.539Z] ---> Running in 73d99710124f [2021-04-22T08:50:07.539Z] Removing intermediate container d6323256796e [2021-04-22T08:50:07.539Z] ---> c08795f78244 [2021-04-22T08:50:07.539Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-22T08:50:07.663Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-22T08:50:07.663Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-22T08:50:07.814Z] ---> Running in 32251f544372 [2021-04-22T08:50:07.814Z] ---> Running in 56b53a9bcd61 [2021-04-22T08:50:07.988Z] Collecting PyYAML<4,>=3.10 [2021-04-22T08:50:07.988Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-22T08:50:08.089Z] Removing intermediate container 072403c56459 [2021-04-22T08:50:08.089Z] ---> bd1eb3b329ac [2021-04-22T08:50:08.089Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:50:08.363Z] ---> Running in 8d69b2d9e240 [2021-04-22T08:50:08.363Z] Removing intermediate container 73d99710124f [2021-04-22T08:50:08.363Z] ---> a5ab00ae0ea2 [2021-04-22T08:50:08.363Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-22T08:50:08.635Z] Removing intermediate container 32251f544372 [2021-04-22T08:50:08.635Z] ---> 346fbd4b78e0 [2021-04-22T08:50:08.635Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-22T08:50:08.635Z] Removing intermediate container 56b53a9bcd61 [2021-04-22T08:50:08.635Z] ---> 3013ac818e77 [2021-04-22T08:50:08.635Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:50:08.908Z] ---> Running in de04bc76436f [2021-04-22T08:50:08.908Z] ---> Running in 12517de4c940 [2021-04-22T08:50:08.908Z] Removing intermediate container 8d69b2d9e240 [2021-04-22T08:50:08.908Z] ---> 7f7ff5c67e64 [2021-04-22T08:50:08.908Z] Step 15/23 : WORKDIR / [2021-04-22T08:50:09.181Z] ---> Running in 72ea0ee561ec [2021-04-22T08:50:09.461Z] ---> 14250e282e3d [2021-04-22T08:50:09.461Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-22T08:50:09.461Z] Removing intermediate container de04bc76436f [2021-04-22T08:50:09.461Z] ---> fb54710783be [2021-04-22T08:50:09.461Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-22T08:50:09.498Z] 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-22T08:50:09.731Z] ---> Running in 3e07c43c9b37 [2021-04-22T08:50:09.731Z] ---> Running in ab0facf1310f [2021-04-22T08:50:09.731Z] Removing intermediate container 12517de4c940 [2021-04-22T08:50:09.731Z] ---> 53d0b49b4a34 [2021-04-22T08:50:09.731Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:50:09.768Z] Collecting docker-pycreds>=0.4.0 [2021-04-22T08:50:09.768Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-22T08:50:09.768Z] 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-22T08:50:09.768Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-22T08:50:09.768Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-22T08:50:10.004Z] Removing intermediate container 72ea0ee561ec [2021-04-22T08:50:10.004Z] ---> 8e4a4ffa22ca [2021-04-22T08:50:10.004Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:50:10.045Z] Collecting idna<2.8,>=2.5 [2021-04-22T08:50:10.045Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-22T08:50:10.045Z] 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-22T08:50:10.045Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-22T08:50:10.045Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-22T08:50:10.045Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-22T08:50:10.045Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-22T08:50:10.320Z] Installing collected packages: docopt, texttable, dockerpty, websocket-client, cached-property, jsonschema, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose [2021-04-22T08:50:10.320Z] Running setup.py install for docopt: started [2021-04-22T08:50:10.616Z] Removing intermediate container ab0facf1310f [2021-04-22T08:50:10.616Z] ---> 469dad08b65e [2021-04-22T08:50:10.616Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:50:11.045Z] ---> cee8b5f67a44 [2021-04-22T08:50:11.045Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-22T08:50:11.296Z] Running setup.py install for docopt: finished with status 'done' [2021-04-22T08:50:11.296Z] Running setup.py install for texttable: started [2021-04-22T08:50:11.372Z] ---> 3d691bf3a4e3 [2021-04-22T08:50:11.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-22T08:50:12.105Z] Running setup.py install for texttable: finished with status 'done' [2021-04-22T08:50:12.105Z] Running setup.py install for dockerpty: started [2021-04-22T08:50:12.439Z] ---> 46ef4b828d68 [2021-04-22T08:50:12.439Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-22T08:50:12.768Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-22T08:50:13.116Z] Attempting uninstall: urllib3 [2021-04-22T08:50:13.116Z] Found existing installation: urllib3 1.25.9 [2021-04-22T08:50:13.116Z] Uninstalling urllib3-1.25.9: [2021-04-22T08:50:13.116Z] Successfully uninstalled urllib3-1.25.9 [2021-04-22T08:50:13.391Z] Attempting uninstall: idna [2021-04-22T08:50:13.391Z] Found existing installation: idna 2.9 [2021-04-22T08:50:13.391Z] Uninstalling idna-2.9: [2021-04-22T08:50:13.661Z] Successfully uninstalled idna-2.9 [2021-04-22T08:50:13.954Z] Attempting uninstall: requests [2021-04-22T08:50:13.954Z] Found existing installation: requests 2.23.0 [2021-04-22T08:50:13.954Z] Uninstalling requests-2.23.0: [2021-04-22T08:50:13.954Z] Successfully uninstalled requests-2.23.0 [2021-04-22T08:50:14.001Z] ---> 8aa51cd4e78a [2021-04-22T08:50:14.001Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:14.272Z] Removing intermediate container 3e07c43c9b37 [2021-04-22T08:50:14.272Z] ---> 6e4c83bd3ad7 [2021-04-22T08:50:14.272Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:50:14.272Z] ---> 134a4fd484dc [2021-04-22T08:50:14.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:14.577Z] Running setup.py install for PyYAML: started [2021-04-22T08:50:14.867Z] ---> 6d0e62c92a7f [2021-04-22T08:50:14.867Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:15.144Z] ---> c5eb3e727a42 [2021-04-22T08:50:15.144Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-22T08:50:15.420Z] ---> Running in 2a6e4f85041e [2021-04-22T08:50:15.420Z] ---> 4a4a4a3b200c [2021-04-22T08:50:15.420Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-22T08:50:15.696Z] ---> 654adc950982 [2021-04-22T08:50:15.696Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-22T08:50:15.976Z] ---> Running in 839982d9034f [2021-04-22T08:50:15.991Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-22T08:50:16.247Z] ---> 76a1d6e82dd7 [2021-04-22T08:50:16.247Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-22T08:50:16.264Z] 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-22T08:50:16.519Z] Removing intermediate container 2a6e4f85041e [2021-04-22T08:50:16.519Z] ---> 525af1cb5f89 [2021-04-22T08:50:16.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:16.519Z] Removing intermediate container 1bc827a8460e [2021-04-22T08:50:16.519Z] ---> 74f025fcb779 [2021-04-22T08:50:16.519Z] [2021-04-22T08:50:16.519Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:50:16.519Z] ---> 9852663dfa18 [2021-04-22T08:50:16.519Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-22T08:50:17.115Z] ---> Running in e83d889412ef [2021-04-22T08:50:17.115Z] ---> Running in 473f5ea68dad [2021-04-22T08:50:17.115Z] ---> Running in 5cbc3486b597 [2021-04-22T08:50:17.115Z] Removing intermediate container 839982d9034f [2021-04-22T08:50:17.115Z] ---> 02ca11e5149a [2021-04-22T08:50:17.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:17.115Z] ---> c16db46c166f [2021-04-22T08:50:17.115Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-22T08:50:17.115Z] ---> Running in 3279da7d6955 [2021-04-22T08:50:17.729Z] Removing intermediate container e83d889412ef [2021-04-22T08:50:17.729Z] ---> 5b26d0f0b36c [2021-04-22T08:50:17.729Z] Removing intermediate container 473f5ea68dad [2021-04-22T08:50:17.730Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-22T08:50:17.730Z] ---> 98f21724f685 [2021-04-22T08:50:17.730Z] Step 20/22 : LABEL arch=arm64 [2021-04-22T08:50:17.730Z] Removing intermediate container 5cbc3486b597 [2021-04-22T08:50:17.730Z] ---> f0f2570410c8 [2021-04-22T08:50:17.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:18.004Z] Removing intermediate container 3279da7d6955 [2021-04-22T08:50:18.004Z] ---> 6c3e282de8c8 [2021-04-22T08:50:18.004Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:50:18.004Z] ---> Running in 3c2e696814d1 [2021-04-22T08:50:18.004Z] ---> Running in 1aed16e217a1 [2021-04-22T08:50:18.004Z] ---> Running in f64f7b9b2a49 [2021-04-22T08:50:18.004Z] ---> Running in 259b6d704ee7 [2021-04-22T08:50:18.279Z] ---> 1001b04e4802 [2021-04-22T08:50:18.279Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-22T08:50:18.552Z] Removing intermediate container 3c2e696814d1 [2021-04-22T08:50:18.552Z] ---> 9a619a38a73b [2021-04-22T08:50:18.552Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-22T08:50:18.552Z] Removing intermediate container 1aed16e217a1 [2021-04-22T08:50:18.552Z] ---> 5e728fb3916e [2021-04-22T08:50:18.552Z] Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:18.830Z] ---> Running in f6d6b793a754 [2021-04-22T08:50:18.830Z] ---> Running in 85780fb2b7d9 [2021-04-22T08:50:18.830Z] Removing intermediate container f64f7b9b2a49 [2021-04-22T08:50:18.830Z] ---> 8ead79f75bfe [2021-04-22T08:50:18.830Z] Removing intermediate container 259b6d704ee7 [2021-04-22T08:50:18.830Z] Step 20/22 : LABEL arch=arm64 ---> 974fab6cc434 [2021-04-22T08:50:18.830Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:18.830Z] [2021-04-22T08:50:19.109Z] ---> 83806680eabb [2021-04-22T08:50:19.109Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-22T08:50:19.109Z] ---> Running in 0df7892f92e2 [2021-04-22T08:50:19.109Z] ---> Running in 7b31265d9b58 [2021-04-22T08:50:19.384Z] Removing intermediate container f6d6b793a754 [2021-04-22T08:50:19.384Z] ---> 6d2fa34b0f34 [2021-04-22T08:50:19.384Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:50:19.657Z] Removing intermediate container 85780fb2b7d9 [2021-04-22T08:50:19.657Z] ---> 3cafffbdf4a3 [2021-04-22T08:50:19.657Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:50:19.657Z] ---> Running in 7d6f5a555372 [2021-04-22T08:50:19.929Z] ---> Running in dfa61f685e31 [2021-04-22T08:50:19.929Z] Removing intermediate container 0df7892f92e2 [2021-04-22T08:50:19.929Z] ---> fb68ea3bc20a [2021-04-22T08:50:19.929Z] Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:19.929Z] Removing intermediate container 7b31265d9b58 [2021-04-22T08:50:19.929Z] ---> 9ef91bb8d1c6 [2021-04-22T08:50:19.929Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:50:20.201Z] ---> Running in a1f833cfb9ae [2021-04-22T08:50:20.201Z] ---> Running in 74b75fd4f6da [2021-04-22T08:50:20.201Z] ---> 60dc300cc3ea [2021-04-22T08:50:20.201Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-22T08:50:20.796Z] ---> Running in f70cf00728ea [2021-04-22T08:50:20.796Z] Removing intermediate container dfa61f685e31 [2021-04-22T08:50:20.796Z] ---> 0ab417402993 [2021-04-22T08:50:20.796Z] [2021-04-22T08:50:21.075Z] Removing intermediate container a1f833cfb9ae [2021-04-22T08:50:21.075Z] ---> 38b3a643ad51 [2021-04-22T08:50:21.075Z] Step 22/22 : LABEL version=0.0.0 [2021-04-22T08:50:21.075Z] Successfully built 0ab417402993 [2021-04-22T08:50:21.348Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-22T08:50:21.348Z] Building docker-security-secretstore-setup-go [2021-04-22T08:50:21.348Z]  Building docker-support-notifications-go ... done Removing intermediate container 74b75fd4f6da [2021-04-22T08:50:21.348Z] ---> af68e62f9471 [2021-04-22T08:50:21.348Z] [2021-04-22T08:50:21.348Z] ---> Running in 486b55f46980 [2021-04-22T08:50:21.625Z] Removing intermediate container f70cf00728ea [2021-04-22T08:50:21.625Z] ---> e162e99e97c6 [2021-04-22T08:50:21.625Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-22T08:50:22.231Z] Successfully built af68e62f9471 [2021-04-22T08:50:22.231Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-22T08:50:22.231Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-22T08:50:22.231Z] Removing intermediate container 486b55f46980 [2021-04-22T08:50:22.231Z] ---> b16733c1aa8b [2021-04-22T08:50:22.231Z] [2021-04-22T08:50:22.507Z] ---> 48070cf73838 [2021-04-22T08:50:22.507Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-22T08:50:22.507Z] Removing intermediate container 7d6f5a555372 [2021-04-22T08:50:22.507Z] ---> c89f0947b993 [2021-04-22T08:50:22.787Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-22T08:50:22.787Z] Successfully built b16733c1aa8b [2021-04-22T08:50:22.787Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-22T08:50:22.787Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-22T08:50:23.057Z] ---> Running in 9a82fd98f47e [2021-04-22T08:50:23.057Z] ---> Running in f7e058888b69 [2021-04-22T08:50:24.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:25.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:50:26.078Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:50:26.078Z] Removing intermediate container f7e058888b69 [2021-04-22T08:50:26.078Z] ---> d2d62a265a45 [2021-04-22T08:50:26.078Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-22T08:50:26.078Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-22T08:50:26.078Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-22T08:50:26.351Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-22T08:50:26.624Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T08:50:26.624Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-22T08:50:26.624Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:50:26.910Z] OK: 8 MiB in 20 packages [2021-04-22T08:50:27.506Z] ---> Running in a06f99655b96 [2021-04-22T08:50:28.638Z] Removing intermediate container 69d1fffc4288 [2021-04-22T08:50:28.638Z] ---> 0e78a983c6af [2021-04-22T08:50:28.638Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-22T08:50:28.638Z] ---> Running in 4060bc36e03e [2021-04-22T08:50:28.638Z] Removing intermediate container 4060bc36e03e [2021-04-22T08:50:28.638Z] ---> 5796ec400801 [2021-04-22T08:50:28.638Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-22T08:50:28.638Z] ---> Running in 6b255af6d54f [2021-04-22T08:50:28.638Z] Removing intermediate container 6b255af6d54f [2021-04-22T08:50:28.638Z] ---> 9ac51e5b86ec [2021-04-22T08:50:28.638Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-22T08:50:29.268Z] ---> ad1cde5b611e [2021-04-22T08:50:29.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:29.478Z] Removing intermediate container a06f99655b96 [2021-04-22T08:50:29.478Z] ---> 24a3db2d547f [2021-04-22T08:50:29.478Z] Step 28/31 : CMD ["gate"] [2021-04-22T08:50:29.930Z] ---> ada6c277d2b7 [2021-04-22T08:50:29.930Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-22T08:50:30.075Z] Removing intermediate container 9a82fd98f47e [2021-04-22T08:50:30.075Z] ---> 956f1f6c5c54 [2021-04-22T08:50:30.075Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:50:30.261Z] ---> 5d5828bcab8a [2021-04-22T08:50:30.261Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-22T08:50:30.551Z] ---> Running in 28b4302a06fd [2021-04-22T08:50:30.676Z] ---> Running in 533b7160aa94 [2021-04-22T08:50:30.903Z] Removing intermediate container 28b4302a06fd [2021-04-22T08:50:30.903Z] ---> de85a0ad4cd5 [2021-04-22T08:50:30.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:30.903Z] ---> Running in ad23a19c6c15 [2021-04-22T08:50:30.955Z] ---> 03a3965bef3a [2021-04-22T08:50:30.955Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-22T08:50:31.227Z] Removing intermediate container 533b7160aa94 [2021-04-22T08:50:31.227Z] ---> 2328d1e7ae3e [2021-04-22T08:50:31.227Z] Step 29/31 : LABEL arch=arm64 [2021-04-22T08:50:31.267Z] Removing intermediate container ad23a19c6c15 [2021-04-22T08:50:31.267Z] ---> 6a45ddecb80c [2021-04-22T08:50:31.267Z] Step 21/23 : LABEL arch=x86_64 [2021-04-22T08:50:31.267Z] ---> Running in 4ab09127e78f [2021-04-22T08:50:31.822Z] ---> Running in e72ac843fa52 [2021-04-22T08:50:31.851Z] Removing intermediate container 4ab09127e78f [2021-04-22T08:50:31.851Z] ---> 40c3c96b9e2e [2021-04-22T08:50:31.851Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:32.415Z] ---> 225e3f25737b [2021-04-22T08:50:32.415Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-22T08:50:32.415Z] Removing intermediate container e72ac843fa52 [2021-04-22T08:50:32.415Z] ---> e5ffb187318b [2021-04-22T08:50:32.415Z] Step 30/31 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:33.018Z] ---> Running in 296ee5829e53 [2021-04-22T08:50:33.255Z] ---> Running in fc594e6ef116 [2021-04-22T08:50:33.255Z] Removing intermediate container fc594e6ef116 [2021-04-22T08:50:33.255Z] ---> 0341a5246086 [2021-04-22T08:50:33.255Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:50:33.255Z] ---> Running in cc60a5e5fe42 [2021-04-22T08:50:33.526Z] Removing intermediate container cc60a5e5fe42 [2021-04-22T08:50:33.526Z] ---> 96646c7bf15e [2021-04-22T08:50:33.526Z] [2021-04-22T08:50:33.639Z] ---> 76a3fc972514 [2021-04-22T08:50:33.639Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-22T08:50:33.792Z] Successfully built 96646c7bf15e [2021-04-22T08:50:33.792Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-22T08:50:34.419Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-22T08:50:34.466Z] $ docker stop --time=1 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac [2021-04-22T08:50:34.609Z] Removing intermediate container 296ee5829e53 [2021-04-22T08:50:34.609Z] ---> 2a48676074f7 [2021-04-22T08:50:34.609Z] Step 31/31 : LABEL version=0.0.0 [2021-04-22T08:50:34.609Z] ---> Running in 07d15f14b72d [2021-04-22T08:50:35.590Z] ---> Running in ed749f7b83e0 [2021-04-22T08:50:35.590Z] Removing intermediate container 07d15f14b72d [2021-04-22T08:50:35.590Z] ---> a3c779b0a705 [2021-04-22T08:50:35.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:50:36.565Z] ---> Running in b0911c81eeef [2021-04-22T08:50:37.180Z] Removing intermediate container ed749f7b83e0 [2021-04-22T08:50:37.180Z] ---> 7ac56d7ce531 [2021-04-22T08:50:37.180Z] [2021-04-22T08:50:37.387Z] $ docker rm -f 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac [2021-04-22T08:50:37.454Z] Removing intermediate container b0911c81eeef [2021-04-22T08:50:37.454Z] ---> 7139f2d3fa22 [2021-04-22T08:50:37.454Z] Step 21/23 : LABEL arch=arm64 [Pipeline] // withDockerContainer [2021-04-22T08:50:37.725Z] Successfully built 7ac56d7ce531 [2021-04-22T08:50:37.725Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-22T08:50:37.725Z]  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go [2021-04-22T08:50:37.725Z] ---> Running in 390c1b1fd3db [Pipeline] sh [2021-04-22T08:50:38.128Z] + docker images [2021-04-22T08:50:38.128Z] + grep docker [2021-04-22T08:50:38.323Z] Removing intermediate container 390c1b1fd3db [2021-04-22T08:50:38.323Z] ---> b6fabf2a01a7 [2021-04-22T08:50:38.323Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:50:38.323Z] ---> Running in ace1c0cf4cc9 [2021-04-22T08:50:38.922Z] Removing intermediate container ace1c0cf4cc9 [2021-04-22T08:50:38.922Z] ---> 69a5649bf7c8 [2021-04-22T08:50:38.922Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:50:38.922Z] ---> Running in 912d366cffc1 [2021-04-22T08:50:39.107Z] docker-sys-mgmt-agent-go latest 96646c7bf15e 5 seconds ago 312MB [2021-04-22T08:50:39.107Z] docker-support-notifications-go latest 3c533ee4f3df 44 seconds ago 18.2MB [2021-04-22T08:50:39.107Z] docker-security-bootstrapper-go latest 854aa04d5d47 About a minute ago 19.3MB [2021-04-22T08:50:39.107Z] docker-support-scheduler-go latest 53a41db6282e About a minute ago 17.7MB [2021-04-22T08:50:39.107Z] docker-core-data-go latest e808b27f6480 4 minutes ago 22.9MB [2021-04-22T08:50:39.107Z] docker-security-secretstore-setup-go latest f8d0e4681448 4 minutes ago 26.3MB [2021-04-22T08:50:39.107Z] docker-core-metadata-go latest 51f9357bae22 4 minutes ago 19.2MB [2021-04-22T08:50:39.107Z] docker-core-command-go latest 01ff7d784bb9 4 minutes ago 17.5MB [2021-04-22T08:50:39.107Z] docker-security-proxy-setup-go latest a90ffccdcadf 4 minutes ago 26MB [2021-04-22T08:50:39.107Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-04-22T08:50:39.514Z] Removing intermediate container 912d366cffc1 [2021-04-22T08:50:39.514Z] ---> f7c0b6514bd7 [2021-04-22T08:50:39.514Z] [Pipeline] node [2021-04-22T08:50:39.785Z] Successfully built f7c0b6514bd7 [2021-04-22T08:50:39.785Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-22T08:50:54.580Z] Still waiting to schedule task [2021-04-22T08:50:54.580Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-1428’ [2021-04-22T08:51:18.778Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:51:18.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:51:18.778Z] ---> ad8ec718ad5e [2021-04-22T08:51:18.778Z] Step 3/21 : WORKDIR /edgex-go [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> a6805f61f11e [2021-04-22T08:51:18.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> e3353a2c14ae [2021-04-22T08:51:18.778Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-22T08:51:18.778Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:51:18.778Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:51:18.778Z] ---> ad8ec718ad5e [2021-04-22T08:51:18.778Z] Step 3/24 : WORKDIR /edgex-go [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> a6805f61f11e [2021-04-22T08:51:18.778Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> e3353a2c14ae [2021-04-22T08:51:18.778Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-22T08:51:18.778Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:51:18.778Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:51:18.778Z] ---> ad8ec718ad5e [2021-04-22T08:51:18.778Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> a6805f61f11e [2021-04-22T08:51:18.778Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:51:18.778Z] ---> Using cache [2021-04-22T08:51:18.778Z] ---> e3353a2c14ae [2021-04-22T08:51:18.778Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-22T08:51:19.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-22T08:51:19.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-22T08:51:19.379Z] ---> ad8ec718ad5e [2021-04-22T08:51:19.379Z] Step 3/23 : WORKDIR /edgex-go [2021-04-22T08:51:19.379Z] ---> Using cache [2021-04-22T08:51:19.379Z] ---> a6805f61f11e [2021-04-22T08:51:19.379Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T08:51:19.380Z] ---> Using cache [2021-04-22T08:51:19.380Z] ---> e3353a2c14ae [2021-04-22T08:51:19.380Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-22T08:51:22.764Z] ---> Running in f9bb19c3c805 [2021-04-22T08:51:22.764Z] ---> Running in 84a1168ac624 [2021-04-22T08:51:22.764Z] ---> Running in 3befbda40941 [2021-04-22T08:51:22.764Z] ---> Running in 9d558defff17 [2021-04-22T08:51:24.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:24.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:24.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:24.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:25.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:25.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:25.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:25.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:51:25.931Z] OK: 217 MiB in 51 packages [2021-04-22T08:51:25.931Z] OK: 217 MiB in 51 packages [2021-04-22T08:51:26.216Z] OK: 217 MiB in 51 packages [2021-04-22T08:51:26.216Z] OK: 217 MiB in 51 packages [2021-04-22T08:51:27.219Z] Removing intermediate container f9bb19c3c805 [2021-04-22T08:51:27.219Z] ---> ffe6f62df74a [2021-04-22T08:51:27.219Z] Step 6/21 : COPY go.mod . [2021-04-22T08:51:27.824Z] Removing intermediate container 84a1168ac624 [2021-04-22T08:51:27.824Z] ---> 116cf40c0544 [2021-04-22T08:51:27.825Z] Step 6/23 : COPY go.mod . [2021-04-22T08:51:27.825Z] Removing intermediate container 3befbda40941 [2021-04-22T08:51:27.825Z] ---> 13f1bcd2ff69 [2021-04-22T08:51:27.825Z] Step 6/23 : COPY go.mod . [2021-04-22T08:51:28.103Z] Removing intermediate container 9d558defff17 [2021-04-22T08:51:28.103Z] ---> 65d239e3d0ff [2021-04-22T08:51:28.103Z] Step 6/24 : COPY go.mod . [2021-04-22T08:51:28.374Z] ---> 859e9be301da [2021-04-22T08:51:28.374Z] Step 7/21 : RUN go mod download [2021-04-22T08:51:28.374Z] ---> Running in b18499744645 [2021-04-22T08:51:28.648Z] ---> c378cb3ccbb2 [2021-04-22T08:51:28.648Z] Step 7/23 : RUN go mod download [2021-04-22T08:51:28.925Z] ---> ca88dc90974f [2021-04-22T08:51:28.925Z] Step 7/23 : RUN go mod download [2021-04-22T08:51:28.925Z] ---> Running in a358b216faa2 [2021-04-22T08:51:29.200Z] ---> cc4cdbab3ae4 [2021-04-22T08:51:29.200Z] Step 7/24 : RUN go mod download [2021-04-22T08:51:29.200Z] ---> Running in e32e604a0eb6 [2021-04-22T08:51:29.476Z] ---> Running in 99aa9a6ace84 [2021-04-22T08:51:32.133Z] Removing intermediate container b18499744645 [2021-04-22T08:51:32.133Z] ---> bc887b718d99 [2021-04-22T08:51:32.133Z] Step 8/21 : COPY . . [2021-04-22T08:51:33.113Z] Removing intermediate container a358b216faa2 [2021-04-22T08:51:33.113Z] ---> e9ca6bdcf188 [2021-04-22T08:51:33.113Z] Step 8/23 : COPY . . [2021-04-22T08:51:33.711Z] Removing intermediate container 99aa9a6ace84 [2021-04-22T08:51:33.711Z] Removing intermediate container e32e604a0eb6 [2021-04-22T08:51:33.711Z] ---> 07f2eadaf01f [2021-04-22T08:51:33.711Z] Step 8/23 : COPY . . [2021-04-22T08:51:33.711Z] ---> 9e4846cd405b [2021-04-22T08:51:33.711Z] Step 8/24 : COPY . . [2021-04-22T08:51:55.913Z] ---> 44feb787a639 [2021-04-22T08:51:55.913Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-22T08:51:55.913Z] ---> 802731c2a6e7 [2021-04-22T08:51:55.913Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-22T08:51:55.913Z] ---> e7f93102a261 [2021-04-22T08:51:55.913Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-22T08:51:55.913Z] ---> 1e790a39d45c [2021-04-22T08:51:55.913Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-22T08:51:55.913Z] ---> Running in 7815eb6b7b54 [2021-04-22T08:51:55.913Z] ---> Running in 072981f6d73b [2021-04-22T08:51:55.913Z] ---> Running in 34777027b545 [2021-04-22T08:51:55.913Z] ---> Running in 69535b82064c [2021-04-22T08:51:56.901Z] 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-22T08:51:56.901Z] 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-22T08:51:56.901Z] 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-22T08:51:57.176Z] 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-22T08:53:10.560Z] Running on prd-ubuntu18.04-docker-8c-8g-1429 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-22T08:53:10.592Z] Running in /w/workspace/edgex-go/105 [Pipeline] { [Pipeline] checkout [2021-04-22T08:53:12.974Z] using credential edgex-jenkins-ssh [2021-04-22T08:53:12.990Z] Cloning the remote Git repository [2021-04-22T08:53:13.020Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:53:13.086Z] > git init /w/workspace/edgex-go/105 # timeout=10 [2021-04-22T08:53:13.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:53:13.114Z] > git --version # timeout=10 [2021-04-22T08:53:13.119Z] > git --version # 'git version 2.17.1' [2021-04-22T08:53:13.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:53:13.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:53:19.181Z] 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-22T08:53:19.181Z] 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-22T08:53:20.185Z] Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-22T08:53:19.529Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:53:19.541Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T08:53:19.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-22T08:53:19.571Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-22T08:53:19.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:53:19.576Z] > 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-22T08:53:20.211Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:53:20.215Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-22T08:53:20.352Z] > git remote # timeout=10 [2021-04-22T08:53:20.359Z] > git config --get remote.origin.url # timeout=10 [2021-04-22T08:53:20.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T08:53:20.368Z] > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 [2021-04-22T08:53:20.666Z] Merge succeeded, producing d1bf4757c47fccef863400aed7233043e51d2dab [2021-04-22T08:53:20.666Z] Checking out Revision d1bf4757c47fccef863400aed7233043e51d2dab (PR-2858) [2021-04-22T08:53:20.677Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-22T08:53:20.686Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T08:53:20.690Z] > git checkout -f d1bf4757c47fccef863400aed7233043e51d2dab # timeout=10 [2021-04-22T08:53:24.313Z] Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" [2021-04-22T08:53:24.328Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:53:24.335Z] > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 [2021-04-22T08:53:25.526Z] + echo snap-build.sh [2021-04-22T08:53:25.526Z] snap-build.sh [2021-04-22T08:53:25.526Z] + SNAP_BASE_DIR=. [2021-04-22T08:53:25.526Z] + '[' '!' -z /w/workspace/edgex-go/105 ']' [2021-04-22T08:53:25.526Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/105 [2021-04-22T08:53:25.526Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/105]' [2021-04-22T08:53:25.526Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/105] [2021-04-22T08:53:25.526Z] + cd /w/workspace/edgex-go/105 [2021-04-22T08:53:25.526Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-22T08:53:25.526Z] Reading package lists... [2021-04-22T08:53:25.787Z] Building dependency tree... [2021-04-22T08:53:25.787Z] Reading state information... [2021-04-22T08:53:25.787Z] The following packages were automatically installed and are no longer required: [2021-04-22T08:53:25.787Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-22T08:53:25.787Z] uidmap xdelta3 [2021-04-22T08:53:25.787Z] Use 'sudo apt autoremove' to remove them. [2021-04-22T08:53:25.787Z] The following packages will be REMOVED: [2021-04-22T08:53:25.787Z] lxd* lxd-client* [2021-04-22T08:53:26.358Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-22T08:53:26.358Z] After this operation, 31.7 MB disk space will be freed. [2021-04-22T08:53:27.403Z] (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-22T08:53:27.403Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:53:28.345Z] Removing lxd dnsmasq configuration [2021-04-22T08:53:28.345Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:53:28.607Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-22T08:53:29.347Z] Removing intermediate container 34777027b545 [2021-04-22T08:53:29.347Z] ---> f67559b101d4 [2021-04-22T08:53:29.347Z] [2021-04-22T08:53:29.347Z] Step 10/24 : FROM alpine:3.12 [2021-04-22T08:53:29.347Z] ---> 9852663dfa18 [2021-04-22T08:53:29.347Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-22T08:53:29.348Z] Removing intermediate container 7815eb6b7b54 [2021-04-22T08:53:29.348Z] ---> af244b03e1b0 [2021-04-22T08:53:29.348Z] [2021-04-22T08:53:29.348Z] Step 10/21 : FROM alpine:3.12 [2021-04-22T08:53:29.348Z] ---> 9852663dfa18 [2021-04-22T08:53:29.348Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-22T08:53:29.348Z] Removing intermediate container 69535b82064c [2021-04-22T08:53:29.348Z] ---> 052aa54a3317 [2021-04-22T08:53:29.348Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-22T08:53:29.348Z] ---> Running in c296d2218ada [2021-04-22T08:53:29.348Z] ---> Running in e7e0c80febaf [2021-04-22T08:53:29.348Z] ---> Running in b29a28225c82 [2021-04-22T08:53:29.550Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-22T08:53:29.550Z] (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-22T08:53:29.550Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-22T08:53:30.960Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-22T08:53:31.221Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-22T08:53:31.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:31.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:31.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:31.328Z] 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-22T08:53:31.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:31.599Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-22T08:53:31.870Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:53:31.870Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-22T08:53:31.870Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-22T08:53:31.870Z] (4/6) Installing curl (7.76.1-r0) [2021-04-22T08:53:31.870Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-22T08:53:31.870Z] (6/6) Installing su-exec (0.2-r1) [2021-04-22T08:53:31.870Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:53:31.870Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:53:31.870Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:53:31.870Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-22T08:53:31.870Z] (4/4) Installing curl (7.76.1-r0) [2021-04-22T08:53:31.870Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T08:53:31.870Z] Executing ca-certificates-20191127-r4.trigger [2021-04-22T08:53:32.145Z] OK: 7 MiB in 20 packages [2021-04-22T08:53:32.145Z] OK: 7 MiB in 18 packages [2021-04-22T08:53:33.135Z] + sudo snap remove --purge lxd [2021-04-22T08:53:33.135Z] snap "lxd" is not installed [2021-04-22T08:53:33.135Z] + sudo groupadd --force --system lxd [2021-04-22T08:53:33.135Z] ++ whoami [2021-04-22T08:53:33.135Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-22T08:53:33.135Z] + newgrp - lxd [2021-04-22T08:53:33.135Z] + sudo snap install lxd [2021-04-22T08:53:34.794Z] Removing intermediate container e7e0c80febaf [2021-04-22T08:53:34.794Z] ---> 854eec58b455 [2021-04-22T08:53:34.794Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:53:35.068Z] Removing intermediate container c296d2218ada [2021-04-22T08:53:35.069Z] ---> 72563ffc6126 [2021-04-22T08:53:35.069Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-22T08:53:35.346Z] ---> Running in 559ea16beee7 [2021-04-22T08:53:35.346Z] Removing intermediate container b29a28225c82 [2021-04-22T08:53:35.346Z] ---> 47cf02c4413d [2021-04-22T08:53:35.346Z] [2021-04-22T08:53:35.346Z] Step 11/23 : FROM docker:20.10.0 [2021-04-22T08:53:35.346Z] 20.10.0: Pulling from library/docker [2021-04-22T08:53:35.619Z] ---> Running in 0c84132b1210 [2021-04-22T08:53:36.216Z] Removing intermediate container 559ea16beee7 [2021-04-22T08:53:36.216Z] ---> b11308cd835a [2021-04-22T08:53:36.216Z] Step 13/24 : WORKDIR / [2021-04-22T08:53:36.811Z] Removing intermediate container 0c84132b1210 [2021-04-22T08:53:36.811Z] ---> 82b670922f21 [2021-04-22T08:53:36.811Z] Step 13/21 : WORKDIR /edgex [2021-04-22T08:53:37.083Z] ---> Running in 2e3e26753779 [2021-04-22T08:53:37.355Z] ---> Running in e3c58e40b562 [2021-04-22T08:53:37.628Z] Removing intermediate container 072981f6d73b [2021-04-22T08:53:37.628Z] ---> 9b1f170fd609 [2021-04-22T08:53:37.628Z] [2021-04-22T08:53:37.628Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T08:53:37.628Z] ---> 9852663dfa18 [2021-04-22T08:53:37.628Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-22T08:53:37.628Z] ---> Using cache [2021-04-22T08:53:37.628Z] ---> 482eea72ea45 [2021-04-22T08:53:37.628Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-22T08:53:37.628Z] ---> Using cache [2021-04-22T08:53:37.628Z] ---> 346fbd4b78e0 [2021-04-22T08:53:37.628Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-22T08:53:38.228Z] Removing intermediate container 2e3e26753779 [2021-04-22T08:53:38.228Z] ---> 9cd597d972fc [2021-04-22T08:53:38.228Z] 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-22T08:53:38.505Z] ---> Running in bd101c904323 [2021-04-22T08:53:38.505Z] Removing intermediate container e3c58e40b562 [2021-04-22T08:53:38.505Z] ---> f4d24e5a4153 [2021-04-22T08:53:38.505Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-22T08:53:39.103Z] Removing intermediate container bd101c904323 [2021-04-22T08:53:39.103Z] ---> 1e84ce07747e [2021-04-22T08:53:39.103Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-22T08:53:39.103Z] ---> fbb925882fb6 [2021-04-22T08:53:39.103Z] 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-22T08:53:39.103Z] ---> Running in 386c7bb2525c [2021-04-22T08:53:39.380Z] ---> 75f9af620fea [2021-04-22T08:53:39.380Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-22T08:53:39.980Z] Removing intermediate container 386c7bb2525c [2021-04-22T08:53:39.980Z] ---> f027ce5ac131 [2021-04-22T08:53:39.980Z] Step 15/23 : WORKDIR / [2021-04-22T08:53:40.576Z] ---> Running in cca5b35f37c5 [2021-04-22T08:53:40.576Z] ---> 2d89e68d60e6 [2021-04-22T08:53:40.576Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-22T08:53:41.175Z] ---> d7359ee9d76e [2021-04-22T08:53:41.175Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-22T08:53:41.448Z] Removing intermediate container cca5b35f37c5 [2021-04-22T08:53:41.448Z] ---> b2bf4bba96a9 [2021-04-22T08:53:41.448Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-22T08:53:42.045Z] ---> 914b09e0f965 [2021-04-22T08:53:42.045Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-22T08:53:43.155Z] 2021-04-22T08:53:40Z INFO Waiting for automatic snapd restart... [2021-04-22T08:53:43.485Z] ---> 4e41ce9bc2ec [2021-04-22T08:53:43.485Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-22T08:53:43.769Z] ---> 10b49f53d41a [2021-04-22T08:53:43.769Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-22T08:53:43.769Z] ---> b3d2ae10d6f2 [2021-04-22T08:53:43.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-22T08:53:44.041Z] ---> Running in e8926ab3f4f3 [2021-04-22T08:53:45.032Z] Removing intermediate container e8926ab3f4f3 [2021-04-22T08:53:45.032Z] ---> a09888ad6673 [2021-04-22T08:53:45.032Z] Step 18/21 : CMD ["--init=true"] [2021-04-22T08:53:46.011Z] ---> 42233bbb49be [2021-04-22T08:53:46.011Z] ---> 02c0c5172a70 [2021-04-22T08:53:46.011Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-22T08:53:46.011Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-22T08:53:46.011Z] ---> Running in d8bcf4e0247a [2021-04-22T08:53:46.990Z] Removing intermediate container d8bcf4e0247a [2021-04-22T08:53:46.990Z] ---> 2c661ba3cc72 [2021-04-22T08:53:46.990Z] Step 19/21 : LABEL arch=arm64 [2021-04-22T08:53:46.990Z] ---> 9407f95d67d1 [2021-04-22T08:53:46.990Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-22T08:53:46.990Z] ---> 7f82b0b201e1 [2021-04-22T08:53:46.990Z] 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-22T08:53:46.990Z] ---> Running in 397c84435b03 [2021-04-22T08:53:47.265Z] ---> Running in 8bbf33288268 [2021-04-22T08:53:47.265Z] ---> Running in 5f8619505605 [2021-04-22T08:53:47.862Z] Removing intermediate container 397c84435b03 [2021-04-22T08:53:47.862Z] ---> 6156e28b781d [2021-04-22T08:53:47.862Z] Step 20/21 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:53:47.862Z] Removing intermediate container 5f8619505605 [2021-04-22T08:53:47.862Z] ---> a1c97e06162e [2021-04-22T08:53:47.862Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:53:47.862Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-22T08:53:47.862Z] ---> Running in a2fdef6c4bf0 [2021-04-22T08:53:47.862Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-22T08:53:47.862Z] ---> eeaf43b92773 [2021-04-22T08:53:47.862Z] 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-22T08:53:48.137Z] ---> Running in 084797fe5d00 [2021-04-22T08:53:48.137Z] ---> Running in a53ab7ae70ef [2021-04-22T08:53:48.729Z] Removing intermediate container a2fdef6c4bf0 [2021-04-22T08:53:48.729Z] ---> 4a5e0a8eff22 [2021-04-22T08:53:48.729Z] Step 21/21 : LABEL version=0.0.0 [2021-04-22T08:53:48.729Z] Removing intermediate container 084797fe5d00 [2021-04-22T08:53:48.729Z] ---> b3ec850375d0 [2021-04-22T08:53:48.729Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:53:48.729Z] Removing intermediate container a53ab7ae70ef [2021-04-22T08:53:48.729Z] ---> adf8411a8cf8 [2021-04-22T08:53:48.729Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-22T08:53:48.729Z] ---> Running in 5ba8613b4b33 [2021-04-22T08:53:49.001Z] ---> Running in 6f7a67add3c2 [2021-04-22T08:53:49.001Z] ---> Running in d93184a66ed2 [2021-04-22T08:53:49.595Z] Removing intermediate container 5ba8613b4b33 [2021-04-22T08:53:49.595Z] ---> f06b4369b88a [2021-04-22T08:53:49.595Z] [2021-04-22T08:53:49.595Z] Removing intermediate container 6f7a67add3c2 [2021-04-22T08:53:49.595Z] ---> 7e1bfe45b35f [2021-04-22T08:53:49.595Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:53:49.870Z] ---> Running in 062068381fe2 [2021-04-22T08:53:50.145Z] Successfully built f06b4369b88a [2021-04-22T08:53:50.145Z] Removing intermediate container 8bbf33288268 [2021-04-22T08:53:50.145Z] ---> f89f0ea8eb0d [2021-04-22T08:53:50.145Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-22T08:53:50.145Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-22T08:53:50.423Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 681f322a02a7 [2021-04-22T08:53:50.423Z] Removing intermediate container 062068381fe2 [2021-04-22T08:53:50.423Z] ---> 721354da54ae [2021-04-22T08:53:50.423Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:53:50.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:50.710Z] ---> Running in a0db76d06474 [2021-04-22T08:53:50.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T08:53:50.983Z] Removing intermediate container 681f322a02a7 [2021-04-22T08:53:50.983Z] ---> 6efe862794e8 [2021-04-22T08:53:50.983Z] Step 22/24 : LABEL arch=arm64 [2021-04-22T08:53:50.983Z] ---> Running in 74964af21911 [2021-04-22T08:53:51.257Z] Removing intermediate container a0db76d06474 [2021-04-22T08:53:51.257Z] ---> 2869a7cbbb70 [2021-04-22T08:53:51.257Z] [2021-04-22T08:53:51.540Z] (1/39) Installing readline (8.0.4-r0) [2021-04-22T08:53:51.540Z] (2/39) Installing bash (5.0.17-r0) [2021-04-22T08:53:51.540Z] Executing bash-5.0.17-r0.post-install [2021-04-22T08:53:51.540Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-22T08:53:51.540Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-22T08:53:51.540Z] (5/39) Installing curl (7.76.1-r0) [2021-04-22T08:53:51.540Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-22T08:53:51.540Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-22T08:53:51.540Z] (8/39) Installing expat (2.2.9-r1) [2021-04-22T08:53:51.540Z] (9/39) Installing libffi (3.3-r2) [2021-04-22T08:53:51.540Z] (10/39) Installing gdbm (1.13-r1) [2021-04-22T08:53:51.540Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-22T08:53:51.540Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-22T08:53:51.540Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-22T08:53:51.540Z] Removing intermediate container 74964af21911 [2021-04-22T08:53:51.540Z] ---> 4891d65f5655 [2021-04-22T08:53:51.540Z] Step 23/24 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:53:51.813Z] Successfully built 2869a7cbbb70 [2021-04-22T08:53:51.813Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-22T08:53:52.086Z]  Building docker-core-metadata-go ... done  ---> Running in e25dfa922f67 [2021-04-22T08:53:52.681Z] Removing intermediate container e25dfa922f67 [2021-04-22T08:53:52.681Z] ---> 2d842547d7b8 [2021-04-22T08:53:52.681Z] Step 24/24 : LABEL version=0.0.0 [2021-04-22T08:53:52.952Z] ---> Running in 6a9da89c3516 [2021-04-22T08:53:53.196Z] lxd 4.13 from Canonical* installed [2021-04-22T08:53:53.196Z] + sudo lxd init --auto [2021-04-22T08:53:53.545Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-22T08:53:53.545Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-22T08:53:53.545Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-22T08:53:53.545Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-22T08:53:53.545Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-22T08:53:53.545Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-22T08:53:53.545Z] Removing intermediate container 6a9da89c3516 [2021-04-22T08:53:53.545Z] ---> cf7b5daed01c [2021-04-22T08:53:53.545Z] [2021-04-22T08:53:53.545Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-22T08:53:53.816Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-22T08:53:53.816Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-22T08:53:53.816Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-22T08:53:53.816Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-22T08:53:53.816Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-22T08:53:53.816Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-22T08:53:53.816Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-22T08:53:53.816Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-22T08:53:53.816Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-22T08:53:53.816Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-22T08:53:53.816Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-22T08:53:53.816Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-22T08:53:54.090Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-22T08:53:54.090Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-22T08:53:54.090Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-22T08:53:54.090Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-22T08:53:54.090Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-22T08:53:54.090Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-22T08:53:54.090Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-22T08:53:54.090Z] Successfully built cf7b5daed01c [2021-04-22T08:53:54.090Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-22T08:53:54.090Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-22T08:53:54.365Z] OK: 72 MiB in 59 packages [2021-04-22T08:53:57.735Z] Collecting docker-compose==1.23.2 [2021-04-22T08:53:57.735Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-22T08:53:59.158Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-22T08:53:59.158Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-22T08:53:59.428Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-22T08:53:59.428Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-22T08:54:01.389Z] Collecting texttable<0.10,>=0.9.0 [2021-04-22T08:54:01.389Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-22T08:54:02.812Z] 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-22T08:54:03.229Z] + sudo snap install --classic snapcraft [2021-04-22T08:54:03.777Z] Collecting PyYAML<4,>=3.10 [2021-04-22T08:54:03.777Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-22T08:54:07.158Z] Collecting jsonschema<3,>=2.5.1 [2021-04-22T08:54:07.158Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-22T08:54:07.429Z] Collecting docker<4.0,>=3.6.0 [2021-04-22T08:54:07.429Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-22T08:54:08.020Z] Collecting cached-property<2,>=1.2.0 [2021-04-22T08:54:08.020Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-22T08:54:08.289Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-22T08:54:08.289Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-22T08:54:08.880Z] Collecting docopt<0.7,>=0.6.1 [2021-04-22T08:54:08.880Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-22T08:54:10.842Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-22T08:54:10.843Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-22T08:54:11.114Z] 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-22T08:54:11.384Z] Collecting idna<2.8,>=2.5 [2021-04-22T08:54:11.384Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-22T08:54:11.384Z] 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-22T08:54:11.425Z] snapcraft 4.6.2 from Canonical* installed [2021-04-22T08:54:11.426Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-22T08:54:11.426Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-22T08:54:11.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T08:54:11.426Z] Dload Upload Total Spent Left Speed [2021-04-22T08:54:11.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4180 0 --:--:-- --:--:-- --:--:-- 4180 [2021-04-22T08:54:11.426Z] 100 3325k 100 3325k 0 0 9060k 0 --:--:-- --:--:-- --:--:-- 9060k [2021-04-22T08:54:11.426Z] ./yq_linux_amd64 [2021-04-22T08:54:11.426Z] + sudo snapcraft prime --use-lxd [2021-04-22T08:54:11.656Z] Collecting docker-pycreds>=0.4.0 [2021-04-22T08:54:11.656Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-22T08:54:11.656Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-22T08:54:11.656Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-22T08:54:11.656Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-22T08:54:11.656Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-22T08:54:12.626Z] Installing collected packages: urllib3, idna, requests, dockerpty, texttable, PyYAML, jsonschema, docker-pycreds, websocket-client, docker, cached-property, docopt, docker-compose [2021-04-22T08:54:12.626Z] Attempting uninstall: urllib3 [2021-04-22T08:54:12.626Z] Found existing installation: urllib3 1.25.9 [2021-04-22T08:54:12.626Z] Uninstalling urllib3-1.25.9: [2021-04-22T08:54:12.626Z] Successfully uninstalled urllib3-1.25.9 [2021-04-22T08:54:12.814Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-22T08:54:12.814Z] 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-22T08:54:12.814Z] - README.md [2021-04-22T08:54:12.814Z] [2021-04-22T08:54:12.814Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-22T08:54:13.221Z] Attempting uninstall: idna [2021-04-22T08:54:13.221Z] Found existing installation: idna 2.9 [2021-04-22T08:54:13.221Z] Uninstalling idna-2.9: [2021-04-22T08:54:13.221Z] Successfully uninstalled idna-2.9 [2021-04-22T08:54:13.759Z] Launching a container. [2021-04-22T08:54:13.817Z] Attempting uninstall: requests [2021-04-22T08:54:13.817Z] Found existing installation: requests 2.23.0 [2021-04-22T08:54:13.817Z] Uninstalling requests-2.23.0: [2021-04-22T08:54:14.086Z] Successfully uninstalled requests-2.23.0 [2021-04-22T08:54:14.359Z] Running setup.py install for dockerpty: started [2021-04-22T08:54:16.323Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-22T08:54:16.323Z] Running setup.py install for texttable: started [2021-04-22T08:54:17.795Z] Running setup.py install for texttable: finished with status 'done' [2021-04-22T08:54:17.795Z] Running setup.py install for PyYAML: started [2021-04-22T08:54:20.434Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-22T08:54:21.412Z] Running setup.py install for docopt: started [2021-04-22T08:54:23.374Z] Running setup.py install for docopt: finished with status 'done' [2021-04-22T08:54:23.972Z] 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-22T08:54:26.021Z] Waiting for container to be ready [2021-04-22T08:54:26.596Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-22T08:54:26.596Z] [2021-04-22T08:54:30.806Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-22T08:54:30.806Z] Waiting for network to be ready... [2021-04-22T08:54:31.389Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-22T08:54:31.389Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-22T08:54:31.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-22T08:54:31.652Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-22T08:54:31.913Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-22T08:54:31.913Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-22T08:54:32.174Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-22T08:54:32.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-22T08:54:32.174Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-22T08:54:32.174Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-22T08:54:32.174Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-22T08:54:32.174Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-22T08:54:32.174Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-22T08:54:32.174Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-22T08:54:32.174Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-22T08:54:32.174Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-22T08:54:32.174Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-22T08:54:32.174Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-22T08:54:32.228Z] Removing intermediate container d93184a66ed2 [2021-04-22T08:54:32.228Z] ---> 88fc444ad043 [2021-04-22T08:54:32.228Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-22T08:54:32.228Z] ---> Running in 10157a2c1e19 [2021-04-22T08:54:32.436Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-22T08:54:32.436Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-22T08:54:32.500Z] Removing intermediate container 10157a2c1e19 [2021-04-22T08:54:32.500Z] ---> 88442a75fe88 [2021-04-22T08:54:32.500Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-22T08:54:32.500Z] ---> Running in 72e198016693 [2021-04-22T08:54:32.697Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-22T08:54:32.697Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-22T08:54:32.697Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-22T08:54:32.697Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-22T08:54:32.697Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-22T08:54:32.697Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-22T08:54:32.697Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-22T08:54:33.092Z] Removing intermediate container 72e198016693 [2021-04-22T08:54:33.092Z] ---> 418253cf2e83 [2021-04-22T08:54:33.092Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-22T08:54:34.076Z] ---> bb512c8e9b8d [2021-04-22T08:54:34.076Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-22T08:54:35.052Z] ---> d9ab3badf419 [2021-04-22T08:54:35.052Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-22T08:54:36.028Z] ---> 4f62f2146107 [2021-04-22T08:54:36.028Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-22T08:54:36.028Z] ---> Running in 338e8ccd5425 [2021-04-22T08:54:36.623Z] Removing intermediate container 338e8ccd5425 [2021-04-22T08:54:36.623Z] ---> fc65fab3682e [2021-04-22T08:54:36.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T08:54:36.623Z] ---> Running in 8d0f82ff3033 [2021-04-22T08:54:36.909Z] Fetched 24.4 MB in 6s (4155 kB/s) [2021-04-22T08:54:37.215Z] Removing intermediate container 8d0f82ff3033 [2021-04-22T08:54:37.215Z] ---> cfcb738debeb [2021-04-22T08:54:37.215Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T08:54:37.215Z] ---> Running in 0f5686849578 [2021-04-22T08:54:37.806Z] Removing intermediate container 0f5686849578 [2021-04-22T08:54:37.806Z] ---> bd438bcae848 [2021-04-22T08:54:37.806Z] Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a [2021-04-22T08:54:37.806Z] ---> Running in 624b17ba1e6e [2021-04-22T08:54:38.297Z] Reading package lists... [2021-04-22T08:54:38.297Z] Reading package lists... [2021-04-22T08:54:38.400Z] Removing intermediate container 624b17ba1e6e [2021-04-22T08:54:38.400Z] ---> 30e7534aec0c [2021-04-22T08:54:38.400Z] Step 23/23 : LABEL version=0.0.0 [2021-04-22T08:54:38.400Z] ---> Running in 17d037ee7bd2 [2021-04-22T08:54:38.559Z] Building dependency tree... [2021-04-22T08:54:38.559Z] Reading state information... [2021-04-22T08:54:38.559Z] The following additional packages will be installed: [2021-04-22T08:54:38.559Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-22T08:54:38.559Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-22T08:54:38.559Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-22T08:54:38.559Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-22T08:54:38.559Z] Suggested packages: [2021-04-22T08:54:38.559Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-22T08:54:38.559Z] Recommended packages: [2021-04-22T08:54:38.559Z] gnupg libsasl2-modules [2021-04-22T08:54:38.559Z] The following NEW packages will be installed: [2021-04-22T08:54:38.559Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-22T08:54:38.559Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-22T08:54:38.559Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-22T08:54:38.559Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-22T08:54:38.559Z] The following packages will be upgraded: [2021-04-22T08:54:38.559Z] gpg gpg-agent gpgconf libudev1 [2021-04-22T08:54:38.820Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-22T08:54:38.820Z] Need to get 3529 kB of archives. [2021-04-22T08:54:38.820Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-22T08:54:38.820Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-22T08:54:38.820Z] Get:2 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-22T08:54:38.990Z] Removing intermediate container 17d037ee7bd2 [2021-04-22T08:54:38.990Z] ---> a64dd96901b1 [2021-04-22T08:54:38.990Z] [2021-04-22T08:54:39.094Z] 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-22T08:54:39.094Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-22T08:54:39.094Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-22T08:54:39.094Z] 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-22T08:54:39.263Z] Successfully built a64dd96901b1 [2021-04-22T08:54:39.263Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-22T08:54:39.665Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-22T08:54:39.665Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-22T08:54:39.665Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-22T08:54:39.665Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-22T08:54:39.665Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-22T08:54:39.665Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-22T08:54:39.665Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-22T08:54:39.665Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-22T08:54:39.665Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-22T08:54:39.665Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-22T08:54:39.665Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-22T08:54:39.665Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-22T08:54:39.665Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-22T08:54:39.665Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-22T08:54:39.665Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-22T08:54:39.665Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-22T08:54:39.867Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-22T08:54:39.843Z] $ docker stop --time=1 d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 [2021-04-22T08:54:39.925Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:54:39.925Z] Fetched 3529 kB in 1s (3457 kB/s) [2021-04-22T08:54:39.925Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-22T08:54:39.925Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:54:39.925Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:54:39.925Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-22T08:54:40.187Z] Selecting previously unselected package udev. [2021-04-22T08:54:40.187Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-22T08:54:40.187Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:54:40.187Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-22T08:54:40.449Z] Selecting previously unselected package libfuse2:amd64. [2021-04-22T08:54:40.449Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-22T08:54:40.449Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-22T08:54:40.449Z] Selecting previously unselected package fuse. [2021-04-22T08:54:40.449Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-22T08:54:40.716Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-22T08:54:40.716Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:54:40.716Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:54:40.716Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:54:40.716Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:54:40.977Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:54:40.977Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:54:40.977Z] Selecting previously unselected package libksba8:amd64. [2021-04-22T08:54:40.977Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-22T08:54:40.977Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-22T08:54:41.238Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-22T08:54:41.238Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.238Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.238Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-22T08:54:41.238Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.238Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.238Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-22T08:54:41.238Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.238Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.499Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-22T08:54:41.499Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.499Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.499Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-22T08:54:41.499Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.499Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.499Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-22T08:54:41.499Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.499Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.760Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-22T08:54:41.760Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.760Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.760Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-22T08:54:41.760Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:41.760Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:41.789Z] $ docker rm -f d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 [2021-04-22T08:54:42.021Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-22T08:54:42.021Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-22T08:54:42.021Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:42.021Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-22T08:54:42.021Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-22T08:54:42.021Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:54:42.021Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-22T08:54:42.021Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-22T08:54:42.021Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:54:42.021Z] Selecting previously unselected package libldap-common. [2021-04-22T08:54:42.021Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T08:54:42.282Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:54:42.282Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-22T08:54:42.282Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-22T08:54:42.282Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:54:42.282Z] Selecting previously unselected package dirmngr. [2021-04-22T08:54:42.282Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:54:42.282Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-22T08:54:42.410Z] + docker images [2021-04-22T08:54:42.410Z] + grep docker [2021-04-22T08:54:42.542Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:54:42.543Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-22T08:54:42.543Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-22T08:54:42.543Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:54:42.543Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-22T08:54:42.543Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-22T08:54:42.681Z] docker-sys-mgmt-agent-go-arm64 latest a64dd96901b1 4 seconds ago 299MB [2021-04-22T08:54:42.681Z] docker-security-secretstore-setup-go-arm64 latest cf7b5daed01c 49 seconds ago 24.9MB [2021-04-22T08:54:42.681Z] docker-core-metadata-go-arm64 latest 2869a7cbbb70 52 seconds ago 18.1MB [2021-04-22T08:54:42.681Z] docker-security-proxy-setup-go-arm64 latest f06b4369b88a 53 seconds ago 24.6MB [2021-04-22T08:54:42.681Z] docker-core-data-go-arm64 latest f7c0b6514bd7 4 minutes ago 21.6MB [2021-04-22T08:54:42.681Z] docker-security-bootstrapper-go-arm64 latest 7ac56d7ce531 4 minutes ago 18.1MB [2021-04-22T08:54:42.681Z] docker-support-scheduler-go-arm64 latest b16733c1aa8b 4 minutes ago 16.6MB [2021-04-22T08:54:42.681Z] docker-core-command-go-arm64 latest af68e62f9471 4 minutes ago 16.5MB [2021-04-22T08:54:42.681Z] docker-support-notifications-go-arm64 latest 0ab417402993 4 minutes ago 17.2MB [2021-04-22T08:54:42.681Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-22T08:54:42.803Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:42.803Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-22T08:54:42.803Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:54:42.803Z] Setting up udev (237-3ubuntu10.46) ... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:54:43.339Z] ---> job-cost.sh [2021-04-22T08:54:43.339Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qECt [2021-04-22T08:54:43.374Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-22T08:54:43.634Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:43.895Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-22T08:54:43.895Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-22T08:54:43.895Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-22T08:54:43.895Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:43.895Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:43.895Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:43.895Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:43.895Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:44.170Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:44.170Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-22T08:54:44.170Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-22T08:54:44.170Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-22T08:54:44.170Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:54:44.741Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-22T08:54:44.741Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-22T08:54:44.741Z] This means they are not meant to be enabled using systemctl. [2021-04-22T08:54:44.741Z] Possible reasons for having this kind of units are: [2021-04-22T08:54:44.741Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-22T08:54:44.741Z] .wants/ or .requires/ directory. [2021-04-22T08:54:44.741Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-22T08:54:44.741Z] a requirement dependency on it. [2021-04-22T08:54:44.741Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-22T08:54:44.741Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-22T08:54:44.741Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-22T08:54:44.741Z] instance name specified. [2021-04-22T08:54:45.315Z] Reading package lists... [2021-04-22T08:54:45.315Z] Building dependency tree... [2021-04-22T08:54:45.315Z] Reading state information... [2021-04-22T08:54:45.577Z] The following additional packages will be installed: [2021-04-22T08:54:45.577Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-22T08:54:45.577Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-22T08:54:45.577Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-22T08:54:45.577Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-22T08:54:45.577Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-22T08:54:45.577Z] Suggested packages: [2021-04-22T08:54:45.577Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-22T08:54:45.577Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-22T08:54:45.577Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-22T08:54:45.577Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-22T08:54:45.577Z] systemd-container policykit-1 [2021-04-22T08:54:45.577Z] Recommended packages: [2021-04-22T08:54:45.577Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-22T08:54:45.577Z] The following NEW packages will be installed: [2021-04-22T08:54:45.577Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-22T08:54:45.577Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-22T08:54:45.577Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-22T08:54:45.577Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-22T08:54:45.577Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-22T08:54:45.577Z] The following packages will be upgraded: [2021-04-22T08:54:45.577Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-22T08:54:45.838Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-22T08:54:45.838Z] Need to get 35.2 MB of archives. [2021-04-22T08:54:45.838Z] After this operation, 141 MB of additional disk space will be used. [2021-04-22T08:54:45.838Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-22T08:54:45.838Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-22T08:54:46.409Z] 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-22T08:54:46.409Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-22T08:54:46.409Z] 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-22T08:54:46.409Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-22T08:54:46.671Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-22T08:54:46.671Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-22T08:54:46.671Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-22T08:54:46.671Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-22T08:54:46.671Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-22T08:54:46.671Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-22T08:54:46.671Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-22T08:54:46.671Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-22T08:54:46.671Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-22T08:54:46.671Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-22T08:54:46.671Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-22T08:54:46.671Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-22T08:54:46.671Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-22T08:54:46.671Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-22T08:54:46.671Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-22T08:54:46.671Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-22T08:54:46.671Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-22T08:54:46.671Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-22T08:54:46.932Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-22T08:54:46.932Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-22T08:54:46.932Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-22T08:54:46.932Z] 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-22T08:54:46.932Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-22T08:54:46.932Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-22T08:54:47.877Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:54:47.877Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2021-04-22T08:54:47.877Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:54:47.877Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:54:48.139Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:54:48.717Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:54:48.981Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:54:48.981Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-22T08:54:49.243Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:54:49.243Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-22T08:54:49.243Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-22T08:54:49.243Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-22T08:54:49.505Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-22T08:54:49.505Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-22T08:54:49.505Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-22T08:54:49.767Z] Setting up apt (1.6.13) ... [2021-04-22T08:54:49.767Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-22T08:54:50.338Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-22T08:54:50.599Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-22T08:54:50.599Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-22T08:54:50.599Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-22T08:54:50.861Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-22T08:54:50.861Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:54:50.861Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:50.861Z] Selecting previously unselected package libexpat1:amd64. [2021-04-22T08:54:50.861Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-22T08:54:50.861Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-22T08:54:51.122Z] Selecting previously unselected package python3.6-minimal. [2021-04-22T08:54:51.122Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:54:51.122Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:51.383Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-22T08:54:51.383Z] Checking for services that may need to be restarted...done. [2021-04-22T08:54:51.383Z] Checking for services that may need to be restarted...done. [2021-04-22T08:54:51.644Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:51.644Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-22T08:54:51.644Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:52.216Z] Selecting previously unselected package python3-minimal. [2021-04-22T08:54:52.216Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-22T08:54:52.216Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:54:52.216Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-22T08:54:52.216Z] Selecting previously unselected package mime-support. [2021-04-22T08:54:52.216Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-22T08:54:52.216Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-22T08:54:52.478Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-22T08:54:52.478Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-22T08:54:52.478Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-22T08:54:52.478Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-22T08:54:52.478Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:54:52.478Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:52.739Z] Selecting previously unselected package python3.6. [2021-04-22T08:54:52.739Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-22T08:54:52.739Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:52.739Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-22T08:54:52.739Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:54:53.000Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-22T08:54:53.000Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-22T08:54:53.262Z] Selecting previously unselected package python3. [2021-04-22T08:54:53.262Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-22T08:54:53.262Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-22T08:54:53.262Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-22T08:54:53.262Z] Selecting previously unselected package multiarch-support. [2021-04-22T08:54:53.262Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:54:53.262Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-22T08:54:53.262Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-22T08:54:53.523Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-22T08:54:53.523Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-22T08:54:53.523Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-22T08:54:53.523Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-22T08:54:53.523Z] Selecting previously unselected package libbsd0:amd64. [2021-04-22T08:54:53.523Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-22T08:54:53.523Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-22T08:54:53.784Z] Selecting previously unselected package sudo. [2021-04-22T08:54:53.784Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-22T08:54:53.784Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-22T08:54:53.784Z] Selecting previously unselected package apparmor. [2021-04-22T08:54:53.784Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-22T08:54:53.784Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-22T08:54:54.046Z] Selecting previously unselected package libedit2:amd64. [2021-04-22T08:54:54.046Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-22T08:54:54.046Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-22T08:54:54.994Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-22T08:54:54.994Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:54:54.994Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:54.994Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-22T08:54:54.994Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:54:54.994Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:54.994Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-22T08:54:54.994Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-22T08:54:54.994Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-22T08:54:55.256Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-22T08:54:55.256Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:54:55.256Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:55.256Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-22T08:54:55.256Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-22T08:54:55.256Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:55.256Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-22T08:54:55.256Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-22T08:54:55.256Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-22T08:54:55.521Z] Selecting previously unselected package openssh-client. [2021-04-22T08:54:55.521Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-22T08:54:55.521Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-22T08:54:55.783Z] Selecting previously unselected package squashfs-tools. [2021-04-22T08:54:55.783Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-22T08:54:55.783Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-22T08:54:55.783Z] Selecting previously unselected package snapd. [2021-04-22T08:54:55.783Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-22T08:54:55.783Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-22T08:54:58.335Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-22T08:54:58.335Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-22T08:54:58.335Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-22T08:54:58.335Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-22T08:54:58.335Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-22T08:54:58.335Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:58.335Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:54:58.335Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-22T08:54:58.335Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-22T08:54:59.278Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-22T08:54:59.278Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-22T08:54:59.278Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-22T08:54:59.278Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:54:59.278Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:54:59.278Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-22T08:55:00.221Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-22T08:55:00.221Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:55:00.221Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-22T08:55:00.221Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-22T08:55:00.221Z] running python rtupdate hooks for python3.6... [2021-04-22T08:55:00.221Z] running python post-rtupdate hooks for python3.6... [2021-04-22T08:55:00.221Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-22T08:55:01.609Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-22T08:55:01.871Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-22T08:55:01.871Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-22T08:55:02.132Z] Setting up snapd (2.48.3+18.04) ... [2021-04-22T08:55:02.705Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-22T08:55:02.966Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-22T08:55:02.966Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-22T08:55:03.227Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-22T08:55:03.489Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-22T08:55:03.489Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-22T08:55:03.751Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-22T08:55:04.014Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-22T08:55:04.275Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-22T08:55:04.275Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-22T08:55:04.537Z] /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-22T08:55:04.537Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-22T08:55:04.537Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-22T08:55:05.928Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:55:05.928Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:55:05.928Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:55:07.578Z] Reading package lists... [2021-04-22T08:55:07.841Z] Reading package lists... [2021-04-22T08:55:08.102Z] Building dependency tree... [2021-04-22T08:55:08.102Z] Reading state information... [2021-04-22T08:55:08.102Z] Calculating upgrade... [2021-04-22T08:55:08.366Z] The following packages will be upgraded: [2021-04-22T08:55:08.366Z] advancecomp base-files bash binutils binutils-common [2021-04-22T08:55:08.366Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-22T08:55:08.366Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-22T08:55:08.366Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-22T08:55:08.366Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-22T08:55:08.366Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-22T08:55:08.366Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-22T08:55:08.366Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-22T08:55:08.366Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-22T08:55:08.366Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-22T08:55:08.366Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-22T08:55:08.366Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-22T08:55:08.366Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-22T08:55:08.366Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-22T08:55:08.366Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-22T08:55:08.366Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:55:08.366Z] Need to get 64.0 MB of archives. [2021-04-22T08:55:08.366Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-22T08:55:08.366Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-22T08:55:08.366Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-22T08:55:08.366Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-22T08:55:08.366Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-22T08:55:08.367Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-22T08:55:08.367Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-22T08:55:08.367Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-22T08:55:08.367Z] 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-22T08:55:08.367Z] 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-22T08:55:08.367Z] 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-22T08:55:08.367Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-22T08:55:08.367Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-22T08:55:08.367Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-22T08:55:08.367Z] 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-22T08:55:08.367Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-22T08:55:08.367Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-22T08:55:08.631Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-22T08:55:08.631Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-22T08:55:08.631Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-22T08:55:08.631Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-22T08:55:08.631Z] 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-22T08:55:08.631Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-22T08:55:08.631Z] 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-22T08:55:08.631Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-22T08:55:08.631Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-22T08:55:08.631Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-22T08:55:08.631Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-22T08:55:08.631Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-22T08:55:08.631Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-22T08:55:08.631Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-22T08:55:08.631Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-22T08:55:08.631Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-22T08:55:08.631Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-22T08:55:08.631Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-22T08:55:08.631Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-22T08:55:08.631Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-22T08:55:08.631Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-22T08:55:08.631Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-22T08:55:08.631Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-22T08:55:08.631Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-22T08:55:08.631Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-22T08:55:08.631Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-22T08:55:08.631Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-22T08:55:08.631Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-22T08:55:08.631Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-22T08:55:08.631Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-22T08:55:08.896Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-22T08:55:08.896Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-22T08:55:08.896Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-22T08:55:08.896Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-22T08:55:08.896Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-22T08:55:08.896Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-22T08:55:08.896Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-22T08:55:08.896Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-22T08:55:08.896Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-22T08:55:08.896Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-22T08:55:08.896Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-22T08:55:09.164Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-22T08:55:09.164Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-22T08:55:09.164Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-22T08:55:09.164Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-22T08:55:09.164Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-22T08:55:09.427Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-22T08:55:09.427Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-22T08:55:09.427Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-22T08:55:09.427Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-22T08:55:09.427Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-22T08:55:09.427Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-22T08:55:09.427Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-22T08:55:09.427Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-22T08:55:09.427Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-22T08:55:09.427Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-22T08:55:09.427Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-22T08:55:09.427Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-22T08:55:09.427Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-22T08:55:09.427Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-22T08:55:09.427Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-22T08:55:09.689Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-22T08:55:09.689Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-22T08:55:09.689Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-22T08:55:09.689Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-22T08:55:09.689Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-22T08:55:09.689Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-22T08:55:09.689Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-22T08:55:09.689Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-22T08:55:09.689Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-22T08:55:09.689Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-22T08:55:09.689Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-22T08:55:09.689Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-22T08:55:09.689Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-22T08:55:09.689Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-22T08:55:09.689Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-22T08:55:09.689Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-22T08:55:09.689Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-22T08:55:09.689Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-22T08:55:09.950Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-22T08:55:09.950Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-22T08:55:09.950Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-22T08:55:09.950Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-22T08:55:09.950Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-22T08:55:09.951Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-22T08:55:10.212Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:55:10.212Z] Fetched 64.0 MB in 2s (39.3 MB/s) [2021-04-22T08:55:10.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:10.212Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:55:10.212Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:55:10.785Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:55:10.785Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:55:11.047Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-22T08:55:11.047Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-22T08:55:11.996Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:11.996Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:11.996Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:11.996Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:11.996Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.260Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:12.260Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.260Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:12.260Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.524Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:12.524Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.524Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:12.524Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.786Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:12.786Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:12.786Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:55:12.786Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:12.786Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-22T08:55:13.048Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:13.048Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:55:13.048Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:13.048Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:13.309Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:13.309Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:13.570Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:13.570Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-22T08:55:13.570Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:13.831Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:55:13.831Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:55:13.831Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:55:14.406Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-22T08:55:14.667Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-22T08:55:14.667Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-22T08:55:14.667Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-22T08:55:14.667Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-22T08:55:14.667Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-22T08:55:14.928Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-22T08:55:14.928Z] Installing new version of config file /etc/issue ... [2021-04-22T08:55:14.928Z] Installing new version of config file /etc/issue.net ... [2021-04-22T08:55:15.190Z] Installing new version of config file /etc/lsb-release ... [2021-04-22T08:55:15.190Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-22T08:55:15.451Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-22T08:55:15.451Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-22T08:55:15.451Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-22T08:55:15.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:15.711Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-22T08:55:15.711Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-22T08:55:15.711Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-22T08:55:15.972Z] 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-22T08:55:15.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:15.972Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:15.972Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:15.972Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:16.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:16.242Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-22T08:55:16.242Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-22T08:55:16.242Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-22T08:55:16.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:16.509Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-22T08:55:16.509Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:55:16.770Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-22T08:55:17.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:17.036Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:55:17.036Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:55:17.036Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:55:17.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:17.297Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:55:17.297Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:55:17.297Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-22T08:55:17.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:17.297Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-22T08:55:17.558Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-22T08:55:17.558Z] Setting up grep (3.1-2build1) ... [2021-04-22T08:55:17.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:17.558Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-22T08:55:17.558Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-22T08:55:17.820Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-22T08:55:17.820Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:17.820Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:55:18.081Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:55:18.081Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-22T08:55:18.081Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:18.081Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:55:18.081Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:55:18.654Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:55:18.915Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:55:18.915Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-22T08:55:18.915Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:55:19.488Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-22T08:55:19.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:19.488Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-22T08:55:19.488Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-22T08:55:20.431Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-22T08:55:20.692Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-22T08:55:20.692Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-22T08:55:20.692Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-22T08:55:20.692Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-22T08:55:20.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:20.692Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-22T08:55:21.012Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-22T08:55:21.012Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-22T08:55:21.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:21.012Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:21.012Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:21.297Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:21.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:21.297Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:21.297Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:21.297Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:21.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:21.297Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:21.562Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:21.562Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:21.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:21.562Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:21.562Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:21.827Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:21.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:21.827Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:55:21.827Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:55:22.092Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:55:22.092Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:55:22.092Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:55:22.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:22.092Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-22T08:55:22.282Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T08:55:22.358Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:55:22.358Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:55:22.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:22.358Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:22.358Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:22.635Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:22.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:22.635Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:22.635Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:22.900Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:22.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:22.900Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:22.900Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:23.486Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:23.751Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-22T08:55:24.012Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-22T08:55:24.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:24.274Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-22T08:55:24.274Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-22T08:55:24.535Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:55:24.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-22T08:55:24.535Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-22T08:55:24.535Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-22T08:55:24.796Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-22T08:55:24.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:24.796Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-22T08:55:24.796Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-22T08:55:25.057Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-22T08:55:25.319Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:25.319Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-22T08:55:25.319Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-22T08:55:25.319Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-22T08:55:25.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:25.580Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-22T08:55:25.580Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-22T08:55:25.580Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-22T08:55:25.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:25.841Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:55:25.841Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:55:25.841Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:55:26.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:26.102Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:55:26.102Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:55:26.102Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:55:26.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:26.366Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-22T08:55:26.366Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:55:26.627Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:55:26.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:26.898Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-22T08:55:26.898Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-22T08:55:26.898Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-22T08:55:27.162Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-22T08:55:27.162Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:55:27.162Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:55:27.162Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:55:27.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:27.423Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-22T08:55:27.423Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-22T08:55:27.423Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-22T08:55:27.684Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:27.684Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-22T08:55:27.684Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-22T08:55:27.945Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-22T08:55:28.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:28.211Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-22T08:55:28.211Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-22T08:55:28.211Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-22T08:55:28.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:28.211Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-22T08:55:28.472Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-22T08:55:28.472Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-22T08:55:28.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:28.472Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-22T08:55:28.733Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-22T08:55:28.994Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-22T08:55:29.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:29.256Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-22T08:55:29.256Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-22T08:55:29.256Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-22T08:55:29.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:29.519Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-22T08:55:29.519Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-22T08:55:29.519Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-22T08:55:29.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:29.783Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-22T08:55:29.783Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-22T08:55:29.783Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-22T08:55:29.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:29.783Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-22T08:55:29.783Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-22T08:55:30.043Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-22T08:55:30.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:30.043Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-22T08:55:30.306Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-22T08:55:30.306Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-22T08:55:30.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:30.306Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-22T08:55:30.306Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-22T08:55:30.566Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-22T08:55:30.566Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:30.566Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-22T08:55:30.566Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-22T08:55:31.137Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-22T08:55:31.398Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:31.398Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-22T08:55:31.398Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-22T08:55:31.398Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-22T08:55:31.660Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-22T08:55:31.660Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-22T08:55:31.660Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-22T08:55:31.660Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-22T08:55:31.925Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-22T08:55:31.925Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-22T08:55:31.925Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-22T08:55:31.925Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-22T08:55:31.925Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-22T08:55:32.186Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-22T08:55:32.186Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-22T08:55:32.447Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-22T08:55:32.447Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-22T08:55:32.707Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-22T08:55:32.707Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-22T08:55:32.707Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-22T08:55:32.707Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-22T08:55:32.968Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-22T08:55:32.968Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-22T08:55:32.968Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-22T08:55:32.968Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-22T08:55:32.968Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-22T08:55:33.229Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-22T08:55:33.229Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-22T08:55:33.229Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-22T08:55:33.229Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-22T08:55:33.229Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-22T08:55:33.489Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-22T08:55:33.489Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-22T08:55:34.432Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-22T08:55:34.432Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-22T08:55:34.432Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-22T08:55:34.432Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-22T08:55:34.693Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:55:34.693Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:55:34.953Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:55:34.953Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:55:35.213Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:55:35.213Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:55:35.213Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-22T08:55:35.213Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-22T08:55:35.474Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:35.474Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:35.474Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:35.474Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:35.737Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:35.737Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:35.737Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:35.998Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:36.944Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:36.944Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:37.886Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:37.886Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:38.827Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:38.827Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:39.088Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:39.088Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:40.032Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-22T08:55:40.032Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-22T08:55:40.293Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:55:40.293Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:55:40.293Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-22T08:55:40.293Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:55:40.554Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-22T08:55:40.554Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-22T08:55:40.814Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-22T08:55:40.814Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-22T08:55:40.814Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:55:40.814Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:55:41.074Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-22T08:55:41.074Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-22T08:55:41.074Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-22T08:55:41.074Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-22T08:55:41.074Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:41.336Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-22T08:55:41.336Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:41.336Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:41.336Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:41.336Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-22T08:55:41.336Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-22T08:55:41.336Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-22T08:55:41.909Z] [2021-04-22T08:55:41.909Z] Current default time zone: 'Etc/UTC' [2021-04-22T08:55:41.909Z] Local time is now: Thu Apr 22 08:55:41 UTC 2021. [2021-04-22T08:55:41.909Z] Universal Time is now: Thu Apr 22 08:55:41 UTC 2021. [2021-04-22T08:55:41.909Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-22T08:55:41.909Z] [2021-04-22T08:55:41.909Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-22T08:55:41.909Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:41.909Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-22T08:55:41.909Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-22T08:55:41.909Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-22T08:55:41.909Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-22T08:55:41.909Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-22T08:55:41.909Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-22T08:55:41.909Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-22T08:55:42.169Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-22T08:55:42.169Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:42.169Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-22T08:55:42.430Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:42.430Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:55:42.430Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:42.430Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-22T08:55:42.430Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-22T08:55:42.430Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-22T08:55:42.430Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-22T08:55:42.430Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-22T08:55:42.702Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-22T08:55:42.702Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:55:42.702Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-22T08:55:44.617Z] Updating certificates in /etc/ssl/certs... [2021-04-22T08:55:45.189Z] 23 added, 27 removed; done. [2021-04-22T08:55:45.189Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-22T08:55:45.189Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-22T08:55:45.189Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-22T08:55:45.189Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-22T08:55:45.189Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-22T08:55:45.456Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:55:45.456Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.456Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-22T08:55:45.717Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:55:45.717Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:55:45.717Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-22T08:55:45.717Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-22T08:55:45.717Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.717Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-22T08:55:45.978Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:55:45.978Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-22T08:55:45.978Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-22T08:55:45.978Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:55:45.978Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-22T08:55:46.239Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-22T08:55:46.239Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-22T08:55:46.239Z] Updating certificates in /etc/ssl/certs... [2021-04-22T08:55:46.810Z] 0 added, 0 removed; done. [2021-04-22T08:55:46.810Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-22T08:55:46.810Z] done. [2021-04-22T08:55:47.751Z] Reading package lists... [2021-04-22T08:55:47.751Z] Building dependency tree... [2021-04-22T08:55:47.751Z] Reading state information... [2021-04-22T08:55:48.012Z] The following NEW packages will be installed: [2021-04-22T08:55:48.012Z] apt-transport-https [2021-04-22T08:55:48.012Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:55:48.012Z] Need to get 1692 B of archives. [2021-04-22T08:55:48.012Z] After this operation, 154 kB of additional disk space will be used. [2021-04-22T08:55:48.012Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-22T08:55:48.273Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:55:48.273Z] Fetched 1692 B in 0s (8478 B/s) [2021-04-22T08:55:48.273Z] Selecting previously unselected package apt-transport-https. [2021-04-22T08:55:48.273Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-22T08:55:48.273Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-22T08:55:48.273Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-22T08:55:48.534Z] Setting up apt-transport-https (1.6.13) ... [2021-04-22T08:55:48.796Z] Waiting for network to be ready... [2021-04-22T08:55:55.386Z] 2021-04-22T08:55:52Z INFO Waiting for automatic snapd restart... [2021-04-22T08:55:55.386Z] snapd 2.49.2 from Canonical* installed [2021-04-22T08:55:56.771Z] "snapd" switched to the "latest/stable" channel [2021-04-22T08:55:56.771Z] [2021-04-22T08:56:02.065Z] core18 20210309 from Canonical* installed [2021-04-22T08:56:02.065Z] "core18" switched to the "latest/stable" channel [2021-04-22T08:56:02.065Z] [2021-04-22T08:56:07.356Z] snapcraft 4.6.2 from Canonical* installed [2021-04-22T08:56:07.357Z] "snapcraft" switched to the "latest/stable" channel [2021-04-22T08:56:07.357Z] [2021-04-22T08:56:11.562Z] 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-22T08:56:11.562Z] - README.md [2021-04-22T08:56:11.562Z] [2021-04-22T08:56:11.562Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-22T08:56:18.154Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:56:18.154Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:56:18.154Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:56:18.154Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:56:19.541Z] Reading package lists... [2021-04-22T08:56:19.802Z] 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-22T08:56:26.558Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:56:26.558Z] Reading package lists... [2021-04-22T08:56:26.558Z] Building dependency tree... [2021-04-22T08:56:26.558Z] Reading state information... [2021-04-22T08:56:26.558Z] Suggested packages: [2021-04-22T08:56:26.558Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-22T08:56:26.558Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-22T08:56:26.558Z] Recommended packages: [2021-04-22T08:56:26.558Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-22T08:56:26.558Z] The following NEW packages will be installed: [2021-04-22T08:56:26.558Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-22T08:56:26.558Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-22T08:56:26.558Z] pkg-config zip [2021-04-22T08:56:26.558Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-22T08:56:26.558Z] Need to get 7663 kB of archives. [2021-04-22T08:56:26.558Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-22T08:56:26.558Z] 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-22T08:56:26.558Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-22T08:56:26.819Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-22T08:56:26.819Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-22T08:56:26.819Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-22T08:56:26.819Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-22T08:56:27.081Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-22T08:56:27.081Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-22T08:56:27.081Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-22T08:56:27.081Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-22T08:56:27.081Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-22T08:56:27.081Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-22T08:56:27.342Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-22T08:56:27.342Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-22T08:56:27.342Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-22T08:56:27.603Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-22T08:56:27.603Z] Fetched 7663 kB in 1s (6727 kB/s) [2021-04-22T08:56:27.864Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-22T08:56:27.864Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-22T08:56:27.864Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-22T08:56:27.864Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-22T08:56:27.864Z] Selecting previously unselected package libpsl5:amd64. [2021-04-22T08:56:27.864Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-22T08:56:28.125Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-22T08:56:28.125Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-22T08:56:28.125Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-22T08:56:28.125Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-22T08:56:28.125Z] Selecting previously unselected package librtmp1:amd64. [2021-04-22T08:56:28.125Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-22T08:56:28.125Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-22T08:56:28.125Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-22T08:56:28.125Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-22T08:56:28.387Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-22T08:56:28.387Z] Selecting previously unselected package liberror-perl. [2021-04-22T08:56:28.387Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-22T08:56:28.387Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-22T08:56:28.387Z] Selecting previously unselected package git-man. [2021-04-22T08:56:28.387Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-22T08:56:28.387Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:56:28.649Z] Selecting previously unselected package git. [2021-04-22T08:56:28.649Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-22T08:56:28.649Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:56:29.592Z] Selecting previously unselected package libnorm1:amd64. [2021-04-22T08:56:29.592Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-22T08:56:29.592Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-22T08:56:29.592Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-22T08:56:29.592Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-22T08:56:29.592Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-22T08:56:29.592Z] Selecting previously unselected package libsodium23:amd64. [2021-04-22T08:56:29.592Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-22T08:56:29.592Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-22T08:56:29.853Z] Selecting previously unselected package libzmq5:amd64. [2021-04-22T08:56:29.853Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-22T08:56:29.853Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:56:29.853Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-22T08:56:29.853Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-22T08:56:29.853Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:56:30.114Z] Selecting previously unselected package pkg-config. [2021-04-22T08:56:30.114Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-22T08:56:30.114Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-22T08:56:30.114Z] Selecting previously unselected package zip. [2021-04-22T08:56:30.114Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-22T08:56:30.114Z] Unpacking zip (3.0-11build1) ... [2021-04-22T08:56:30.114Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-22T08:56:30.114Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:56:30.114Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-22T08:56:30.375Z] Setting up liberror-perl (0.17025-1) ... [2021-04-22T08:56:30.375Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-22T08:56:30.375Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-22T08:56:30.375Z] No schema files found: doing nothing. [2021-04-22T08:56:30.375Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-22T08:56:30.375Z] Setting up zip (3.0-11build1) ... [2021-04-22T08:56:30.375Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-22T08:56:30.375Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-22T08:56:30.375Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-22T08:56:30.375Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:56:30.375Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-22T08:56:30.375Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-22T08:56:30.636Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-22T08:56:30.636Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-22T08:56:37.232Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:56:37.492Z] git set to automatically installed. [2021-04-22T08:56:37.492Z] git-man set to automatically installed. [2021-04-22T08:56:37.492Z] libcurl3-gnutls set to automatically installed. [2021-04-22T08:56:37.492Z] liberror-perl set to automatically installed. [2021-04-22T08:56:37.492Z] libglib2.0-0 set to automatically installed. [2021-04-22T08:56:37.492Z] libnghttp2-14 set to automatically installed. [2021-04-22T08:56:37.492Z] libnorm1 set to automatically installed. [2021-04-22T08:56:37.492Z] libpgm-5.2-0 set to automatically installed. [2021-04-22T08:56:37.492Z] libpsl5 set to automatically installed. [2021-04-22T08:56:37.492Z] librtmp1 set to automatically installed. [2021-04-22T08:56:37.492Z] libsodium23 set to automatically installed. [2021-04-22T08:56:37.492Z] libzmq3-dev set to automatically installed. [2021-04-22T08:56:37.492Z] libzmq5 set to automatically installed. [2021-04-22T08:56:37.492Z] pkg-config set to automatically installed. [2021-04-22T08:56:37.492Z] zip set to automatically installed. [2021-04-22T08:56:39.403Z] snapd is not logged in, snap install commands will use sudo [2021-04-22T08:56:45.987Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:56:45.987Z] snap "core18" has no updates available [2021-04-22T08:56:46.563Z] snapd is not logged in, snap install commands will use sudo [2021-04-22T08:56:53.145Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-22T08:56:58.994Z] lf-activate-venv(): INFO: Adding /tmp/venv-qECt/bin to PATH [2021-04-22T08:56:58.994Z] INFO: No Stack... [2021-04-22T08:56:58.994Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-22T08:56:58.994Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T08:56:59.328Z] + cut -d, -f6 [2021-04-22T08:56:59.329Z] + cat /w/workspace/edgex-go/105/archives/cost.csv [Pipeline] lock [2021-04-22T08:56:59.446Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] [2021-04-22T08:56:59.457Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] did not exist. Created. [2021-04-22T08:56:59.458Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T08:56:59.814Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-22T08:57:00.082Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T08:57:00.095Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-22T08:57:08.068Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-22T08:57:08.069Z] Pulling go-build-helper [2021-04-22T08:57:08.069Z] + snapcraftctl pull [2021-04-22T08:57:09.454Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-22T08:57:09.454Z] Skipping pull go-build-helper (already ran) [2021-04-22T08:57:09.454Z] Building go-build-helper [2021-04-22T08:57:09.454Z] + snapcraftctl build [2021-04-22T08:57:12.004Z] Staging go-build-helper [2021-04-22T08:57:12.004Z] + snapcraftctl stage [2021-04-22T08:57:26.916Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-22T08:57:26.916Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-22T08:57:26.916Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-22T08:57:26.916Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-22T08:57:26.916Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-22T08:57:26.916Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-22T08:57:26.916Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-22T08:57:26.916Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-22T08:57:26.916Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-22T08:57:26.916Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-22T08:57:26.916Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-22T08:57:26.916Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-22T08:57:26.916Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-22T08:57:26.916Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-22T08:57:26.916Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-22T08:57:26.916Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-22T08:57:26.916Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-22T08:57:26.916Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-22T08:57:26.916Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-22T08:57:26.916Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-22T08:57:26.916Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-22T08:57:26.916Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-22T08:57:26.916Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-22T08:57:26.916Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-22T08:57:26.916Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-22T08:57:26.916Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-22T08:57:26.916Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-22T08:57:26.916Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-22T08:57:26.916Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-22T08:57:26.916Z] Fetched 224 kB in 0s (0 B/s) [2021-04-22T08:57:26.916Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-22T08:57:26.916Z] Fetched 157 kB in 0s (0 B/s) [2021-04-22T08:57:26.916Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-22T08:57:26.916Z] Fetched 221 kB in 0s (0 B/s) [2021-04-22T08:57:26.916Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-22T08:57:26.916Z] Fetched 143 kB in 0s (0 B/s) [2021-04-22T08:57:26.916Z] Pulling app-service-config [2021-04-22T08:57:26.916Z] + snapcraftctl pull [2021-04-22T08:57:26.916Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-22T08:57:26.916Z] Pulling config-common [2021-04-22T08:57:26.916Z] + snapcraftctl pull [2021-04-22T08:57:31.128Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:57:31.128Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:57:31.128Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:57:31.128Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:31.128Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-22T08:57:31.128Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:31.128Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-22T08:57:31.128Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:31.128Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-22T08:57:31.128Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:31.128Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-22T08:57:31.128Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:31.128Z] Pulling edgex-go [2021-04-22T08:57:31.128Z] + snapcraftctl pull [2021-04-22T08:57:53.102Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-22T08:57:53.102Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-22T08:57:53.102Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-22T08:57:53.102Z] Fetched 0 B in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-22T08:57:53.102Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-22T08:57:53.102Z] Fetched 279 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-22T08:57:53.102Z] Fetched 122 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-22T08:57:53.102Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-22T08:57:53.102Z] Fetched 8848 B in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-22T08:57:53.102Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-22T08:57:53.102Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-22T08:57:53.102Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-22T08:57:53.102Z] Fetched 219 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-22T08:57:53.102Z] Fetched 154 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-22T08:57:53.102Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-22T08:57:53.102Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-22T08:57:53.102Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-22T08:57:53.102Z] Fetched 499 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-22T08:57:53.102Z] Fetched 111 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-22T08:57:53.102Z] Fetched 240 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-22T08:57:53.102Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-22T08:57:53.102Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-22T08:57:53.102Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-22T08:57:53.102Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-22T08:57:53.102Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-22T08:57:53.102Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-22T08:57:53.102Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-22T08:57:53.102Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-22T08:57:53.102Z] Fetched 8720 B in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-22T08:57:53.102Z] Fetched 137 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-22T08:57:53.102Z] Fetched 119 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-22T08:57:53.102Z] Fetched 110 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-22T08:57:53.102Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-22T08:57:53.102Z] Fetched 645 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-22T08:57:53.102Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-22T08:57:53.102Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-22T08:57:53.102Z] Fetched 368 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-22T08:57:53.102Z] Fetched 187 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-22T08:57:53.102Z] Fetched 175 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-22T08:57:53.102Z] Fetched 206 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-22T08:57:53.102Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-22T08:57:53.102Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-22T08:57:53.102Z] Fetched 159 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-22T08:57:53.102Z] Fetched 107 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-22T08:57:53.102Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-22T08:57:53.102Z] Pulling static-packages [2021-04-22T08:57:53.102Z] + snapcraftctl pull [2021-04-22T08:57:54.486Z] Pulling version [2021-04-22T08:57:54.486Z] + cd /root/project [2021-04-22T08:57:54.486Z] + [ -f VERSION ] [2021-04-22T08:57:54.486Z] + PROJECT_VERSION=local-dev [2021-04-22T08:57:54.486Z] + git rev-parse --short HEAD [2021-04-22T08:57:54.486Z] + GIT_REVISION=d1bf4757 [2021-04-22T08:57:54.486Z] + snapcraftctl set-version local-dev [2021-04-22T08:57:55.427Z] Skipping build go-build-helper (already ran) [2021-04-22T08:57:55.427Z] Building app-service-config [2021-04-22T08:57:55.427Z] + make build [2021-04-22T08:57:55.427Z] 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-22T08:57:57.349Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-22T08:57:57.349Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-22T08:57:57.349Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-22T08:57:57.349Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-22T08:57:57.610Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-22T08:57:57.610Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-22T08:57:57.610Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-22T08:57:57.610Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-22T08:57:57.873Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-22T08:57:57.873Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-22T08:57:57.873Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-22T08:57:57.873Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-22T08:57:57.873Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-22T08:57:57.873Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-22T08:57:58.134Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-22T08:57:58.134Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-22T08:57:58.395Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-22T08:57:58.395Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-22T08:57:58.656Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-22T08:57:58.656Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-22T08:57:58.917Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-22T08:57:58.917Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-22T08:57:58.917Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-22T08:57:58.917Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-22T08:57:58.917Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-22T08:57:59.178Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-22T08:57:59.178Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-22T08:57:59.178Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-22T08:57:59.178Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-22T08:57:59.178Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-22T08:57:59.178Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-22T08:57:59.178Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-22T08:57:59.178Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-22T08:57:59.178Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-22T08:57:59.178Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-22T08:57:59.178Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-22T08:57:59.178Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-22T08:57:59.178Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-22T08:57:59.178Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-22T08:57:59.178Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-22T08:57:59.178Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-22T08:57:59.178Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-22T08:57:59.178Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-22T08:57:59.439Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-22T08:57:59.439Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-22T08:58:09.443Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-22T08:58:09.443Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-22T08:58:09.443Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-22T08:58:09.443Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-22T08:58:11.356Z] Building config-common [2021-04-22T08:58:11.356Z] + snapcraftctl build [2021-04-22T08:58:13.905Z] Building edgex-go [2021-04-22T08:58:14.848Z] + cd /root/parts/edgex-go/src [2021-04-22T08:58:14.848Z] + make build [2021-04-22T08:58:14.848Z] 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-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-22T08:58:15.791Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-22T08:58:15.791Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-22T08:58:15.791Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-22T08:58:15.791Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-22T08:58:15.791Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-22T08:58:15.791Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-22T08:58:16.065Z] go: downloading golang.org/x/text v0.3.2 [2021-04-22T08:58:22.673Z] 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-22T08:58:22.673Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-22T08:58:27.984Z] 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-22T08:58:29.376Z] 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-22T08:58:31.292Z] 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-22T08:58:31.882Z] 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-22T08:58:31.882Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-22T08:58:32.156Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-22T08:58:32.156Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-22T08:58:32.156Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-22T08:58:34.141Z] 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-22T08:58:34.141Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-22T08:58:34.141Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-22T08:58:36.058Z] 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-22T08:58:37.443Z] 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-22T08:58:38.828Z] 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-22T08:58:40.212Z] 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-22T08:58:40.212Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-22T08:58:41.597Z] 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-22T08:58:41.597Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-22T08:58:44.148Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-22T08:58:44.148Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-22T08:58:44.148Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-22T08:58:44.148Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-22T08:58:44.148Z] + 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-22T08:58:44.148Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-22T08:58:44.148Z] + 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-22T08:58:44.148Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-22T08:58:44.148Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-22T08:58:44.148Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-22T08:58:44.148Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-22T08:58:44.148Z] + 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-22T08:58:47.448Z] Building static-packages [2021-04-22T08:58:47.448Z] + snapcraftctl build [2021-04-22T08:58:49.995Z] Building version [2021-04-22T08:58:49.995Z] + snapcraftctl build [2021-04-22T08:58:52.543Z] Skipping stage go-build-helper (already ran) [2021-04-22T08:58:52.543Z] Staging app-service-config [2021-04-22T08:58:52.543Z] + snapcraftctl stage [2021-04-22T08:58:53.934Z] Staging config-common [2021-04-22T08:58:53.934Z] + snapcraftctl stage [2021-04-22T08:58:54.885Z] Staging edgex-go [2021-04-22T08:58:54.885Z] + snapcraftctl stage [2021-04-22T08:58:56.273Z] Staging static-packages [2021-04-22T08:58:56.273Z] + snapcraftctl stage [2021-04-22T08:58:57.657Z] Staging version [2021-04-22T08:58:57.657Z] + snapcraftctl stage [2021-04-22T08:58:58.888Z] Priming go-build-helper [2021-04-22T08:58:58.888Z] + snapcraftctl prime [2021-04-22T08:58:59.832Z] Priming app-service-config [2021-04-22T08:58:59.832Z] + snapcraftctl prime [2021-04-22T08:59:01.219Z] Priming config-common [2021-04-22T08:59:01.219Z] + snapcraftctl prime [2021-04-22T08:59:02.164Z] Priming edgex-go [2021-04-22T08:59:02.164Z] + snapcraftctl prime [2021-04-22T08:59:03.549Z] Priming static-packages [2021-04-22T08:59:03.549Z] + snapcraftctl prime [2021-04-22T08:59:06.098Z] Priming version [2021-04-22T08:59:06.098Z] + snapcraftctl prime [2021-04-22T08:59:07.479Z] 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-22T08:59:10.218Z] provisioning config files... [2021-04-22T08:59:10.236Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/105@tmp/config5926222961172337161tmp [Pipeline] { [Pipeline] sh [2021-04-22T08:59:10.646Z] + set +x [2021-04-22T08:59:10.646Z] + bash -s -- [2021-04-22T08:59:10.646Z] + curl -s https://codecov.io/bash [2021-04-22T08:59:11.231Z] [2021-04-22T08:59:11.231Z] _____ _ [2021-04-22T08:59:11.231Z] / ____| | | [2021-04-22T08:59:11.231Z] | | ___ __| | ___ ___ _____ __ [2021-04-22T08:59:11.231Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-22T08:59:11.231Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-22T08:59:11.231Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-22T08:59:11.231Z] Bash-1.0.2 [2021-04-22T08:59:11.231Z] [2021-04-22T08:59:11.231Z] [2021-04-22T08:59:11.231Z] ==> git version 2.24.3 found [2021-04-22T08:59:11.231Z] ==> 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-22T08:59:11.231Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-22T08:59:11.231Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-22T08:59:11.231Z] ==> Jenkins CI detected. [2021-04-22T08:59:11.231Z] project root: . [2021-04-22T08:59:11.231Z] --> token set from env [2021-04-22T08:59:11.231Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-22T08:59:11.231Z] ==> Running gcov in . (disable via -X gcov) [2021-04-22T08:59:11.530Z] ==> Python coveragepy not found [2021-04-22T08:59:11.530Z] ==> Searching for coverage reports in: [2021-04-22T08:59:11.530Z] + . [2021-04-22T08:59:11.530Z] -> Found 1 reports [2021-04-22T08:59:11.530Z] ==> Detecting git/mercurial file structure [2021-04-22T08:59:11.530Z] ==> Reading reports [2021-04-22T08:59:11.799Z] + ./coverage.out bytes=703598 [2021-04-22T08:59:11.799Z] ==> Appending adjustments [2021-04-22T08:59:11.799Z] https://docs.codecov.io/docs/fixing-reports [2021-04-22T08:59:20.087Z] + Found adjustments [2021-04-22T08:59:20.087Z] ==> Gzipping contents [2021-04-22T08:59:20.087Z] 100K /tmp/codecov.lGMaSw.gz [2021-04-22T08:59:20.087Z] ==> Uploading reports [2021-04-22T08:59:20.087Z] url: https://codecov.io [2021-04-22T08:59:20.087Z] query: branch=PR-2858&commit=74c7c8d9f1b5b334d921ed4b4876d4705e38287a&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-22T08:59:20.087Z] -> Pinging Codecov [2021-04-22T08:59:20.087Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=74c7c8d9f1b5b334d921ed4b4876d4705e38287a&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-22T08:59:20.087Z] -> Uploading to [2021-04-22T08:59:20.087Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-22/00271124DB129430A58F1EEE437C3FCB/74c7c8d9f1b5b334d921ed4b4876d4705e38287a/295d36a9-494c-47e0-9085-a1f7e5ae8333.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T085919Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbee013fabb8cc587516cb73171366b0574fc79de6c442dce65927c72ed2bfd3 [2021-04-22T08:59:20.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T08:59:20.087Z] Dload Upload Total Spent Left Speed [2021-04-22T08:59:20.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 186k --:--:-- --:--:-- --:--:-- 186k [2021-04-22T08:59:20.350Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/74c7c8d9f1b5b334d921ed4b4876d4705e38287a [Pipeline] } [2021-04-22T08:59:20.362Z] 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-22T08:59:21.447Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T08:59:22.761Z] ---> package-listing.sh [2021-04-22T08:59:22.762Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-22T08:59:22.762Z] ++ facter osfamily [2021-04-22T08:59:23.029Z] + OS_FAMILY=redhat [2021-04-22T08:59:23.029Z] + workspace=/w/workspace/edgex-go/105 [2021-04-22T08:59:23.029Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-22T08:59:23.029Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-22T08:59:23.029Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-22T08:59:23.029Z] + PACKAGES=/tmp/packages_start.txt [2021-04-22T08:59:23.029Z] + '[' /w/workspace/edgex-go/105 ']' [2021-04-22T08:59:23.030Z] + PACKAGES=/tmp/packages_end.txt [2021-04-22T08:59:23.030Z] + case "${OS_FAMILY}" in [2021-04-22T08:59:23.030Z] + rpm -qa [2021-04-22T08:59:23.030Z] + sort [2021-04-22T08:59:31.363Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-22T08:59:31.363Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-22T08:59:31.363Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-22T08:59:31.363Z] + '[' /w/workspace/edgex-go/105 ']' [2021-04-22T08:59:31.363Z] + mkdir -p /w/workspace/edgex-go/105/archives/ [2021-04-22T08:59:31.363Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/105/archives/ [Pipeline] echo [2021-04-22T08:59:31.378Z] 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/105/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-22T08:59:31.681Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:59:32.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:59:32.526Z] [2021-04-22T08:59:32.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-22T08:59:32.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:59:32.847Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-22T08:59:32.847Z] df20fa9351a1: Pulling fs layer [2021-04-22T08:59:32.847Z] 36b3adc4ff6f: Pulling fs layer [2021-04-22T08:59:32.847Z] 8ad3a11d3b57: Pulling fs layer [2021-04-22T08:59:32.847Z] 46f8f816bc3b: Pulling fs layer [2021-04-22T08:59:32.847Z] 93b61091891f: Pulling fs layer [2021-04-22T08:59:32.847Z] 93b9cdb0e59b: Pulling fs layer [2021-04-22T08:59:32.847Z] 5e14af77c1be: Pulling fs layer [2021-04-22T08:59:32.847Z] 01666e4c0597: Pulling fs layer [2021-04-22T08:59:32.847Z] aa168da1d23b: Pulling fs layer [2021-04-22T08:59:32.847Z] 93b9cdb0e59b: Waiting [2021-04-22T08:59:32.847Z] 01666e4c0597: Waiting [2021-04-22T08:59:32.847Z] aa168da1d23b: Waiting [2021-04-22T08:59:32.847Z] 5e14af77c1be: Waiting [2021-04-22T08:59:32.847Z] 46f8f816bc3b: Waiting [2021-04-22T08:59:32.847Z] 93b61091891f: Waiting [2021-04-22T08:59:33.118Z] 36b3adc4ff6f: Verifying Checksum [2021-04-22T08:59:33.118Z] 36b3adc4ff6f: Download complete [2021-04-22T08:59:33.118Z] 46f8f816bc3b: Download complete [2021-04-22T08:59:33.118Z] df20fa9351a1: Verifying Checksum [2021-04-22T08:59:33.118Z] df20fa9351a1: Download complete [2021-04-22T08:59:33.118Z] 93b9cdb0e59b: Verifying Checksum [2021-04-22T08:59:33.118Z] 93b9cdb0e59b: Download complete [2021-04-22T08:59:33.118Z] 5e14af77c1be: Verifying Checksum [2021-04-22T08:59:33.118Z] 5e14af77c1be: Download complete [2021-04-22T08:59:33.118Z] 01666e4c0597: Verifying Checksum [2021-04-22T08:59:33.118Z] 01666e4c0597: Download complete [2021-04-22T08:59:33.399Z] 93b61091891f: Verifying Checksum [2021-04-22T08:59:33.399Z] 93b61091891f: Download complete [2021-04-22T08:59:33.399Z] 8ad3a11d3b57: Verifying Checksum [2021-04-22T08:59:33.399Z] 8ad3a11d3b57: Download complete [2021-04-22T08:59:33.680Z] df20fa9351a1: Pull complete [2021-04-22T08:59:33.953Z] 36b3adc4ff6f: Pull complete [2021-04-22T08:59:35.943Z] 8ad3a11d3b57: Pull complete [2021-04-22T08:59:36.209Z] aa168da1d23b: Verifying Checksum [2021-04-22T08:59:36.209Z] aa168da1d23b: Download complete [2021-04-22T08:59:36.476Z] 46f8f816bc3b: Pull complete [2021-04-22T08:59:37.476Z] 93b61091891f: Pull complete [2021-04-22T08:59:38.092Z] 93b9cdb0e59b: Pull complete [2021-04-22T08:59:38.374Z] 5e14af77c1be: Pull complete [2021-04-22T08:59:38.656Z] 01666e4c0597: Pull complete [2021-04-22T08:59:53.885Z] aa168da1d23b: Pull complete [2021-04-22T08:59:53.885Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-22T08:59:53.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T08:59:53.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-22T08:59:54.717Z] prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container [2021-04-22T08:59:54.870Z] $ 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/105/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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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-22T08:59:58.461Z] $ docker top 0a1a13ec4220ce652bd1c73c7ab573f94e99507cd0c5c0a8bb2f4cd6ebecfb56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T08:59:59.014Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-22T08:59:59.721Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-22T09:00:00.037Z] + ls /var/log/sa-host [2021-04-22T09:00:00.037Z] + sadf -c /var/log/sa-host/sa22 [2021-04-22T09:00:00.037Z] file_magic: OK [2021-04-22T09:00:00.037Z] HZ: Using current value: 100 [2021-04-22T09:00:00.037Z] file_header: OK [2021-04-22T09:00:00.037Z] 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-22T09:00:00.037Z] Statistics: [2021-04-22T09:00:00.037Z] 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... [2021-04-22T09:00:00.037Z] File successfully converted to sysstat format version 12.2.1 [2021-04-22T09:00:00.037Z] + sadf -c /var/log/sa-host/sa23 [2021-04-22T09:00:00.037Z] file_magic: OK [2021-04-22T09:00:00.037Z] HZ: Using current value: 100 [2021-04-22T09:00:00.037Z] file_header: OK [2021-04-22T09:00:00.037Z] 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-22T09:00:00.037Z] Statistics: [2021-04-22T09:00:00.037Z] Hnuu...uuuununununu... [2021-04-22T09:00:00.037Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-22T09:00:00.590Z] provisioning config files... [2021-04-22T09:00:00.606Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/105@tmp/config5164680973345997660tmp [Pipeline] { [Pipeline] echo [2021-04-22T09:00:00.637Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:00:00.973Z] ---> create-netrc.sh [Pipeline] } [2021-04-22T09:00:01.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-22T09:00:01.092Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:00:01.704Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-22T09:00:01.742Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:00:02.555Z] ---> sudo-logs.sh [2021-04-22T09:00:02.555Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-22T09:00:02.635Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:00:02.998Z] ---> job-cost.sh [2021-04-22T09:00:02.998Z] lf-activate-venv: SKIPPING [2021-04-22T09:00:02.998Z] DEBUG: total: 0.20999999344348907 [2021-04-22T09:00:02.998Z] INFO: Retrieving Stack Cost... [2021-04-22T09:00:06.413Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T09:00:06.996Z] INFO: Archiving Costs [Pipeline] echo [2021-04-22T09:00:07.015Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:00:07.346Z] ---> logs-deploy.sh [2021-04-22T09:00:07.346Z] lf-activate-venv: SKIPPING [2021-04-22T09:00:07.346Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/105 [2021-04-22T09:00:07.346Z] INFO: archiving workspace using pattern(s): [2021-04-22T09:00:10.074Z] Archives upload complete. [2021-04-22T09:00:10.351Z] INFO: archiving logs to Nexus [2021-04-22T09:00:12.098Z] ---> uname -a: [2021-04-22T09:00:12.098Z] Linux prd-centos7-docker-4c-2g-1419.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-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] ---> lscpu: [2021-04-22T09:00:12.098Z] Architecture: x86_64 [2021-04-22T09:00:12.098Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-22T09:00:12.098Z] Byte Order: Little Endian [2021-04-22T09:00:12.098Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-22T09:00:12.098Z] CPU(s): 4 [2021-04-22T09:00:12.098Z] On-line CPU(s) list: 0-3 [2021-04-22T09:00:12.098Z] Thread(s) per core: 1 [2021-04-22T09:00:12.098Z] Core(s) per socket: 1 [2021-04-22T09:00:12.098Z] Socket(s): 4 [2021-04-22T09:00:12.098Z] NUMA node(s): 1 [2021-04-22T09:00:12.098Z] Vendor ID: GenuineIntel [2021-04-22T09:00:12.098Z] CPU family: 6 [2021-04-22T09:00:12.098Z] Model: 44 [2021-04-22T09:00:12.098Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-22T09:00:12.098Z] Stepping: 1 [2021-04-22T09:00:12.098Z] CPU MHz: 2933.438 [2021-04-22T09:00:12.098Z] BogoMIPS: 5866.87 [2021-04-22T09:00:12.098Z] Virtualization: VT-x [2021-04-22T09:00:12.098Z] Hypervisor vendor: KVM [2021-04-22T09:00:12.098Z] Virtualization type: full [2021-04-22T09:00:12.098Z] L1d cache: 128 KiB [2021-04-22T09:00:12.098Z] L1i cache: 128 KiB [2021-04-22T09:00:12.098Z] L2 cache: 16 MiB [2021-04-22T09:00:12.098Z] L3 cache: 64 MiB [2021-04-22T09:00:12.098Z] NUMA node0 CPU(s): 0-3 [2021-04-22T09:00:12.098Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-22T09:00:12.098Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-22T09:00:12.098Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-22T09:00:12.098Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-22T09:00:12.098Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-22T09:00:12.098Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-22T09:00:12.098Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-22T09:00:12.098Z] Vulnerability Srbds: Not affected [2021-04-22T09:00:12.098Z] Vulnerability Tsx async abort: Not affected [2021-04-22T09:00:12.098Z] 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-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] ---> nproc: [2021-04-22T09:00:12.098Z] 4 [2021-04-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z] ---> df -h: [2021-04-22T09:00:12.098Z] Filesystem Size Used Available Use% Mounted on [2021-04-22T09:00:12.098Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-22T09:00:12.098Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-22T09:00:12.098Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-22T09:00:12.098Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/105@tmp [2021-04-22T09:00:12.098Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/105 [2021-04-22T09:00:12.098Z] [2021-04-22T09:00:12.098Z]