Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e75227e261945ad25a87a260968361d7077a8ca+e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 (a1b0f495627901cce8dbc62cc2c52eeb3822b8f8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31284 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca Merge succeeded, producing aca0c17ec78aec788cb68042ffc19fad0af9a16a Checking out Revision aca0c17ec78aec788cb68042ffc19fad0af9a16a (PR-3293) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # 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 e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aca0c17ec78aec788cb68042ffc19fad0af9a16a # timeout=10 Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" > git rev-list --no-walk 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T00:30:05.079Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T00:30:05.309Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T00:30:05.404Z] ========================================================= [2021-03-25T00:30:05.405Z] EdgeX Global Pipelines Version Info [2021-03-25T00:30:05.405Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:30:06.978Z] ------------------- [2021-03-25T00:30:06.978Z] stable info: [2021-03-25T00:30:06.978Z] ------------------- [2021-03-25T00:30:06.978Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T00:30:06.978Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T00:30:06.978Z] Message: update stable to v1.0.186 [2021-03-25T00:30:07.922Z] ------------------- [2021-03-25T00:30:07.922Z] experimental info: [2021-03-25T00:30:07.922Z] ------------------- [2021-03-25T00:30:07.922Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T00:30:07.922Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T00:30:07.922Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T00:30:08.196Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-25T00:30:08.283Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-25T00:30:08.385Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T00:30:08.472Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T00:30:08.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T00:30:08.642Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T00:30:08.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T00:30:08.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-25T00:30:08.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-25T00:30:08.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-25T00:30:09.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T00:30:09.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T00:30:09.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T00:30:09.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T00:30:09.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T00:30:09.504Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T00:30:09.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T00:30:09.678Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T00:30:09.830Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T00:30:09.961Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T00:30:10.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-25T00:30:10.273Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T00:30:10.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3293 [Pipeline] echo [2021-03-25T00:30:10.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3293 [Pipeline] echo [2021-03-25T00:30:10.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3293 [Pipeline] echo [2021-03-25T00:30:10.647Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aca0c17ec78aec788cb68042ffc19fad0af9a16a [Pipeline] echo [2021-03-25T00:30:10.776Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aca0c17 [Pipeline] echo [2021-03-25T00:30:10.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T00:30:11.075Z] provisioning config files... [2021-03-25T00:30:11.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8926285961946957033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:30:11.480Z] ---> docker-login.sh [2021-03-25T00:30:11.480Z] nexus3.edgexfoundry.org:10001 [2021-03-25T00:30:11.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:30:11.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:30:11.744Z] Configure a credential helper to remove this warning. See [2021-03-25T00:30:11.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:30:11.744Z] [2021-03-25T00:30:11.744Z] Login Succeeded [2021-03-25T00:30:11.744Z] nexus3.edgexfoundry.org:10002 [2021-03-25T00:30:12.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:30:12.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:30:12.011Z] Configure a credential helper to remove this warning. See [2021-03-25T00:30:12.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:30:12.011Z] [2021-03-25T00:30:12.011Z] Login Succeeded [2021-03-25T00:30:12.011Z] nexus3.edgexfoundry.org:10003 [2021-03-25T00:30:12.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:30:12.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:30:12.274Z] Configure a credential helper to remove this warning. See [2021-03-25T00:30:12.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:30:12.274Z] [2021-03-25T00:30:12.274Z] Login Succeeded [2021-03-25T00:30:12.274Z] nexus3.edgexfoundry.org:10004 [2021-03-25T00:30:12.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:30:12.274Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:30:12.274Z] Configure a credential helper to remove this warning. See [2021-03-25T00:30:12.274Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:30:12.274Z] [2021-03-25T00:30:12.274Z] Login Succeeded [2021-03-25T00:30:12.274Z] docker.io [2021-03-25T00:30:12.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:30:12.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:30:12.799Z] Configure a credential helper to remove this warning. See [2021-03-25T00:30:12.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:30:12.799Z] [2021-03-25T00:30:12.799Z] Login Succeeded [2021-03-25T00:30:12.799Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T00:30:12.810Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T00:30:13.327Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/core-command/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/core-data/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-25T00:30:13.327Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:30:13.327Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-25T00:30:13.327Z] ++ cut -d/ -f2 [2021-03-25T00:30:13.327Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-25T00:30:13.417Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:30:14.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:30:14.986Z] [2021-03-25T00:30:14.986Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:30:15.338Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:30:15.338Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T00:30:15.338Z] 31603596830f: Pulling fs layer [2021-03-25T00:30:15.338Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T00:30:15.338Z] 6ca5941a6612: Pulling fs layer [2021-03-25T00:30:15.338Z] ecc8261a40a4: Pulling fs layer [2021-03-25T00:30:15.338Z] ecc8261a40a4: Waiting [2021-03-25T00:30:15.338Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T00:30:15.338Z] 2a8b12db71e7: Download complete [2021-03-25T00:30:15.338Z] 31603596830f: Verifying Checksum [2021-03-25T00:30:15.338Z] 31603596830f: Download complete [2021-03-25T00:30:15.604Z] ecc8261a40a4: Verifying Checksum [2021-03-25T00:30:15.604Z] ecc8261a40a4: Download complete [2021-03-25T00:30:15.604Z] 6ca5941a6612: Verifying Checksum [2021-03-25T00:30:15.604Z] 6ca5941a6612: Download complete [2021-03-25T00:30:15.604Z] 31603596830f: Pull complete [2021-03-25T00:30:15.868Z] 2a8b12db71e7: Pull complete [2021-03-25T00:30:16.817Z] 6ca5941a6612: Pull complete [2021-03-25T00:30:16.817Z] ecc8261a40a4: Pull complete [2021-03-25T00:30:16.817Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T00:30:16.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:30:16.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T00:30:16.916Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:30:16.965Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T00:30:19.668Z] $ docker top 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T00:30:19.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T00:30:19.978Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T00:30:20.230Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T00:30:20.235Z] $ docker exec 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 ssh-agent [2021-03-25T00:30:20.418Z] SSH_AUTH_SOCK=/tmp/ssh-Kf8vtJFYrEEd/agent.12 [2021-03-25T00:30:20.418Z] SSH_AGENT_PID=17 [2021-03-25T00:30:20.431Z] Running ssh-add (command line suppressed) [2021-03-25T00:30:20.553Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8509227180047723498.key (/w/workspace/edgex-go/4@tmp/private_key_8509227180047723498.key) [2021-03-25T00:30:20.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T00:30:20.943Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T00:30:20.966Z] $ docker exec --env ******** --env ******** 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 ssh-agent -k [2021-03-25T00:30:21.107Z] unset SSH_AUTH_SOCK; [2021-03-25T00:30:21.108Z] unset SSH_AGENT_PID; [2021-03-25T00:30:21.108Z] echo Agent pid 17 killed; [2021-03-25T00:30:21.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T00:30:21.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T00:30:21.341Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T00:30:21.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T00:30:21.529Z] $ docker exec 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 ssh-agent [2021-03-25T00:30:21.714Z] SSH_AUTH_SOCK=/tmp/ssh-pj9uTr31Yk2i/agent.45 [2021-03-25T00:30:21.714Z] SSH_AGENT_PID=50 [2021-03-25T00:30:21.721Z] Running ssh-add (command line suppressed) [2021-03-25T00:30:21.849Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2965997052746980364.key (/w/workspace/edgex-go/4@tmp/private_key_2965997052746980364.key) [2021-03-25T00:30:21.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T00:30:22.239Z] + git semver init [2021-03-25T00:30:22.239Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T00:30:22.239Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-25T00:30:22.239Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-25T00:30:22.239Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T00:30:22.239Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T00:30:22.239Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T00:30:22.239Z] # $SEMVER_BRANCH = PR-3293 [2021-03-25T00:30:22.239Z] # $SEMVER_TEMP = /tmp/semver-815560702 [2021-03-25T00:30:22.239Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-25T00:30:40.407Z] # '/tmp/semver-815560702' -> '/w/workspace/edgex-go/4/.semver' [2021-03-25T00:30:40.407Z] # -> Force: false [2021-03-25T00:30:40.407Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-25T00:30:40.422Z] $ docker exec --env ******** --env ******** 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 ssh-agent -k [2021-03-25T00:30:40.767Z] unset SSH_AUTH_SOCK; [2021-03-25T00:30:40.768Z] unset SSH_AGENT_PID; [2021-03-25T00:30:40.768Z] echo Agent pid 50 killed; [2021-03-25T00:30:40.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T00:30:41.396Z] + git semver [Pipeline] } [2021-03-25T00:30:41.418Z] $ docker stop --time=1 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 [2021-03-25T00:30:43.003Z] $ docker rm -f 99497fd96db3d76e4dde54a99932d795cd7e2ef72911cb28731bac921a41b148 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:30:43.596Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T00:30:44.210Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T00:30:44.217Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T00:30:45.212Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:30:45.517Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:30:45.820Z] + sudo service docker restart [2021-03-25T00:30:45.820Z] + true [2021-03-25T00:30:45.820Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-25T00:30:46.427Z] ========================================================= [2021-03-25T00:30:46.427Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T00:30:46.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:30:46.775Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-25T00:30:50.096Z] Sending build context to Docker daemon 328.9MB [2021-03-25T00:30:50.096Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T00:30:50.096Z] Step 2/6 : FROM ${BASE} [2021-03-25T00:30:50.361Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T00:30:50.361Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T00:30:50.361Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T00:30:50.361Z] de9db76c5a1d: Pulling fs layer [2021-03-25T00:30:50.361Z] bca2f99d35d6: Pulling fs layer [2021-03-25T00:30:50.361Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T00:30:50.361Z] 7c6f9722023f: Pulling fs layer [2021-03-25T00:30:50.361Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T00:30:50.361Z] 93359f2a8cfa: Waiting [2021-03-25T00:30:50.361Z] 7c6f9722023f: Waiting [2021-03-25T00:30:50.361Z] bca2f99d35d6: Waiting [2021-03-25T00:30:50.361Z] a35cf1a2eb13: Waiting [2021-03-25T00:30:50.361Z] de9db76c5a1d: Verifying Checksum [2021-03-25T00:30:50.361Z] de9db76c5a1d: Download complete [2021-03-25T00:30:50.361Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T00:30:50.361Z] 0ef7d3d256c8: Download complete [2021-03-25T00:30:50.361Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T00:30:50.361Z] 93359f2a8cfa: Download complete [2021-03-25T00:30:50.361Z] 7c6f9722023f: Verifying Checksum [2021-03-25T00:30:50.361Z] 7c6f9722023f: Download complete [2021-03-25T00:30:50.361Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T00:30:50.361Z] 188c0c94c7c5: Download complete [2021-03-25T00:30:50.939Z] 188c0c94c7c5: Pull complete [2021-03-25T00:30:50.939Z] 0ef7d3d256c8: Pull complete [2021-03-25T00:30:51.210Z] de9db76c5a1d: Pull complete [2021-03-25T00:30:52.613Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T00:30:52.613Z] a35cf1a2eb13: Download complete [2021-03-25T00:30:52.877Z] bca2f99d35d6: Verifying Checksum [2021-03-25T00:30:52.877Z] bca2f99d35d6: Download complete [2021-03-25T00:30:58.203Z] bca2f99d35d6: Pull complete [2021-03-25T00:30:58.203Z] 93359f2a8cfa: Pull complete [2021-03-25T00:30:58.468Z] 7c6f9722023f: Pull complete [2021-03-25T00:30:59.686Z] Still waiting to schedule task [2021-03-25T00:30:59.686Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T00:31:05.091Z] a35cf1a2eb13: Pull complete [2021-03-25T00:31:05.091Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T00:31:05.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T00:31:05.091Z] ---> a62c8e92a672 [2021-03-25T00:31:05.091Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-25T00:31:05.091Z] ---> Running in 195d8f22642e [2021-03-25T00:31:05.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:31:05.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:31:05.928Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T00:31:06.509Z] (2/12) Installing file (5.38-r0) [2021-03-25T00:31:06.509Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T00:31:06.509Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T00:31:10.729Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T00:31:11.304Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T00:31:11.304Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T00:31:11.304Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T00:31:11.304Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T00:31:11.567Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T00:31:11.567Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T00:31:11.567Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T00:31:11.829Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:31:11.829Z] OK: 233 MiB in 51 packages [2021-03-25T00:31:15.148Z] Removing intermediate container 195d8f22642e [2021-03-25T00:31:15.148Z] ---> 6c3ff55e0d4d [2021-03-25T00:31:15.148Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T00:31:15.148Z] ---> Running in 9591450e4779 [2021-03-25T00:31:15.148Z] Removing intermediate container 9591450e4779 [2021-03-25T00:31:15.148Z] ---> 486057c82474 [2021-03-25T00:31:15.148Z] Step 5/6 : COPY go.mod . [2021-03-25T00:31:15.148Z] ---> aac896c61c84 [2021-03-25T00:31:15.148Z] Step 6/6 : RUN go mod download [2021-03-25T00:31:15.411Z] ---> Running in d1c643e69c12 [2021-03-25T00:31:37.420Z] Removing intermediate container d1c643e69c12 [2021-03-25T00:31:37.420Z] ---> 82df4cf1f230 [2021-03-25T00:31:37.420Z] Successfully built 82df4cf1f230 [2021-03-25T00:31:37.420Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:31:37.738Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T00:31:37.738Z] . [Pipeline] withDockerContainer [2021-03-25T00:31:37.843Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:31:37.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T00:31:38.675Z] $ docker top 751074c8461f7dcd6dee689c326dff6a301f2284cb61ee9236bec74003c90df8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:31:39.203Z] + go version [2021-03-25T00:31:39.203Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T00:31:39.218Z] $ docker stop --time=1 751074c8461f7dcd6dee689c326dff6a301f2284cb61ee9236bec74003c90df8 [2021-03-25T00:31:40.593Z] $ docker rm -f 751074c8461f7dcd6dee689c326dff6a301f2284cb61ee9236bec74003c90df8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:31:41.477Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T00:31:41.477Z] . [Pipeline] withDockerContainer [2021-03-25T00:31:41.586Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:31:41.631Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T00:31:42.343Z] $ docker top d381ce66dab002833f5a13ef0f002d28befe1c73a078cac3bf0754d800312029 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T00:31:42.535Z] ========================================================= [2021-03-25T00:31:42.535Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T00:31:42.535Z] ========================================================= [Pipeline] sh [2021-03-25T00:31:42.825Z] + make test [2021-03-25T00:31:42.825Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T00:31:51.280Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T00:32:09.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T00:32:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T00:32:14.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T00:32:14.084Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T00:32:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T00:32:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T00:32:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T00:32:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T00:32:17.017Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T00:32:17.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T00:32:19.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T00:32:19.882Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T00:32:19.882Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T00:32:23.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T00:32:23.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T00:32:23.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-03-25T00:32:23.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-03-25T00:32:25.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T00:32:25.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T00:32:25.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T00:32:25.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T00:32:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T00:32:26.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.161s coverage: 82.9% of statements [2021-03-25T00:32:26.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T00:32:26.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:32:26.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-03-25T00:32:26.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.425s coverage: 28.6% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T00:32:29.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T00:32:29.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T00:32:32.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-03-25T00:32:32.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-03-25T00:32:32.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-03-25T00:32:44.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-03-25T00:32:44.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-25T00:32:47.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 82.6% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 64.4% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.315s coverage: 69.0% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T00:32:55.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.146s coverage: 87.1% of statements [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:32:55.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T00:32:56.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.858s coverage: 29.1% of statements [2021-03-25T00:32:56.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T00:32:56.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T00:32:56.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T00:32:56.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T00:32:56.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T00:32:56.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-03-25T00:32:56.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T00:32:56.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-03-25T00:32:56.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T00:32:56.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T00:32:56.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T00:32:56.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T00:32:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.089s coverage: 94.0% of statements [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T00:32:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T00:32:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T00:32:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T00:32:57.473Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-25T00:32:57.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T00:32:57.473Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T00:32:57.473Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-03-25T00:32:57.473Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-03-25T00:32:58.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-25T00:32:58.306Z] GO111MODULE=on go vet ./... [2021-03-25T00:33:23.517Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31289 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-25T00:33:23.573Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-25T00:33:28.615Z] using credential edgex-jenkins-ssh [2021-03-25T00:33:28.689Z] Cloning the remote Git repository [2021-03-25T00:33:28.746Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:33:28.869Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-25T00:33:28.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:33:28.962Z] > git --version # timeout=10 [2021-03-25T00:33:28.976Z] > git --version # 'git version 2.17.1' [2021-03-25T00:33:28.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:33:29.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:33:30.553Z] gofmt -l . [2021-03-25T00:33:30.553Z] [ "`gofmt -l .`" = "" ] [2021-03-25T00:33:30.553Z] ./bin/test-go-mod-tidy.sh [2021-03-25T00:33:30.553Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T00:33:30.859Z] + ls -al . [2021-03-25T00:33:30.859Z] total 776 [2021-03-25T00:33:30.859Z] drwxrwxr-x 10 1001 1001 4096 Mar 25 00:33 . [2021-03-25T00:33:30.859Z] drwxr-xr-x 4 root root 28 Mar 25 00:31 .. [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 00:30 .dockerignore [2021-03-25T00:33:30.859Z] drwxrwxr-x 8 1001 1001 179 Mar 25 00:30 .git [2021-03-25T00:33:30.859Z] drwxrwxr-x 3 1001 1001 125 Mar 25 00:30 .github [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 00:30 .gitignore [2021-03-25T00:33:30.859Z] drwx------ 3 1001 1001 60 Mar 25 00:30 .semver [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 00:30 .sonarcloud.properties [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 00:30 Attribution.txt [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 00:30 CONTRIBUTING.md [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 00:30 Dockerfile.build [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 00:30 Jenkinsfile [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 00:30 LICENSE [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 00:30 Makefile [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 00:30 README.md [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 00:30 SECURITY.md [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 00:30 VERSION [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 00:30 ZMQWindows.md [2021-03-25T00:33:30.859Z] drwxrwxr-x 2 1001 1001 117 Mar 25 00:30 bin [2021-03-25T00:33:30.859Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 00:30 cmd [2021-03-25T00:33:30.859Z] -rw-r--r-- 1 root root 666600 Mar 25 00:32 coverage.out [2021-03-25T00:33:30.859Z] -rw-r--r-- 1 root root 1056 Mar 25 00:33 go.mod [2021-03-25T00:33:30.859Z] -rw-r--r-- 1 root root 22211 Mar 25 00:33 go.sum [2021-03-25T00:33:30.859Z] drwxrwxr-x 8 1001 1001 127 Mar 25 00:30 internal [2021-03-25T00:33:30.859Z] drwxrwxr-x 4 1001 1001 26 Mar 25 00:30 openapi [2021-03-25T00:33:30.859Z] drwxrwxr-x 4 1001 1001 71 Mar 25 00:30 snap [2021-03-25T00:33:30.859Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 00:30 version.go [Pipeline] sh [2021-03-25T00:33:31.161Z] + '[' -e coverage.out ] [2021-03-25T00:33:31.161Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T00:33:31.376Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T00:33:31.671Z] + make build [2021-03-25T00:33:31.671Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T00:33:36.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T00:33:45.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T00:33:45.839Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:33:45.855Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:33:46.555Z] Merging remotes/origin/master commit e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-25T00:33:46.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T00:33:47.249Z] Merge succeeded, producing ae747110195a800d981d27140b8df2b776646ae2 [2021-03-25T00:33:47.250Z] Checking out Revision ae747110195a800d981d27140b8df2b776646ae2 (PR-3293) [2021-03-25T00:33:45.884Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:33:45.927Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:33:45.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:33:45.941Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T00:33:46.591Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:33:46.610Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-25T00:33:46.930Z] > git remote # timeout=10 [2021-03-25T00:33:46.953Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T00:33:46.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:33:46.991Z] > git merge e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [2021-03-25T00:33:47.246Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T00:33:47.272Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:33:47.291Z] > git checkout -f ae747110195a800d981d27140b8df2b776646ae2 # timeout=10 [2021-03-25T00:33:48.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T00:33:48.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T00:33:50.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T00:33:51.846Z] Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" [2021-03-25T00:33:51.871Z] > git rev-list --no-walk 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-03-25T00:33:52.430Z] 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 [Pipeline] sh [2021-03-25T00:33:53.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T00:33:53.687Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:33:54.102Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:33:54.442Z] + true [2021-03-25T00:33:54.443Z] + sudo service docker restart [2021-03-25T00:33:54.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T00:33:55.730Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T00:33:57.167Z] provisioning config files... [2021-03-25T00:33:57.219Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5509327339056895862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:33:57.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T00:33:57.658Z] ---> docker-login.sh [2021-03-25T00:33:57.658Z] nexus3.edgexfoundry.org:10001 [2021-03-25T00:33:58.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:33:58.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:33:58.929Z] Configure a credential helper to remove this warning. See [2021-03-25T00:33:58.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:33:58.929Z] [2021-03-25T00:33:58.929Z] Login Succeeded [2021-03-25T00:33:58.929Z] nexus3.edgexfoundry.org:10002 [2021-03-25T00:33:59.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-03-25T00:33:59.470Z] $ docker stop --time=1 d381ce66dab002833f5a13ef0f002d28befe1c73a078cac3bf0754d800312029 [2021-03-25T00:33:59.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:33:59.479Z] Configure a credential helper to remove this warning. See [2021-03-25T00:33:59.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:33:59.479Z] [2021-03-25T00:33:59.479Z] Login Succeeded [2021-03-25T00:33:59.479Z] nexus3.edgexfoundry.org:10003 [2021-03-25T00:33:59.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:34:00.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:34:00.031Z] Configure a credential helper to remove this warning. See [2021-03-25T00:34:00.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:34:00.031Z] [2021-03-25T00:34:00.031Z] Login Succeeded [2021-03-25T00:34:00.031Z] nexus3.edgexfoundry.org:10004 [2021-03-25T00:34:00.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:34:00.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:34:00.580Z] Configure a credential helper to remove this warning. See [2021-03-25T00:34:00.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:34:00.580Z] [2021-03-25T00:34:00.580Z] Login Succeeded [2021-03-25T00:34:00.580Z] docker.io [2021-03-25T00:34:00.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:34:01.144Z] $ docker rm -f d381ce66dab002833f5a13ef0f002d28befe1c73a078cac3bf0754d800312029 [2021-03-25T00:34:01.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:34:01.451Z] Configure a credential helper to remove this warning. See [2021-03-25T00:34:01.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:34:01.451Z] [2021-03-25T00:34:01.451Z] Login Succeeded [2021-03-25T00:34:01.451Z] ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-25T00:34:01.716Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-03-25T00:34:04.775Z] ========================================================= [2021-03-25T00:34:04.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T00:34:04.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:34:05.159Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-25T00:34:05.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:34:05.191Z] [2021-03-25T00:34:05.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:34:05.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:34:05.542Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-25T00:34:05.542Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-25T00:34:05.542Z] ca9280d653b3: Pulling fs layer [2021-03-25T00:34:05.542Z] 7e9c9ca2126c: Pulling fs layer [2021-03-25T00:34:05.807Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-25T00:34:05.807Z] cbdbe7a5bc2a: Download complete [2021-03-25T00:34:06.071Z] cbdbe7a5bc2a: Pull complete [2021-03-25T00:34:06.333Z] ca9280d653b3: Verifying Checksum [2021-03-25T00:34:06.333Z] ca9280d653b3: Download complete [2021-03-25T00:34:07.287Z] 7e9c9ca2126c: Download complete [2021-03-25T00:34:07.550Z] ca9280d653b3: Pull complete [2021-03-25T00:34:07.799Z] Sending build context to Docker daemon 166.9MB [2021-03-25T00:34:07.800Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T00:34:07.800Z] Step 2/6 : FROM ${BASE} [2021-03-25T00:34:07.800Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T00:34:07.800Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T00:34:07.800Z] a4357932f1b6: Pulling fs layer [2021-03-25T00:34:07.800Z] 18c013af1878: Pulling fs layer [2021-03-25T00:34:07.800Z] 00ac8860ef70: Pulling fs layer [2021-03-25T00:34:07.800Z] 63d7cb157983: Pulling fs layer [2021-03-25T00:34:07.800Z] b116817d02f9: Pulling fs layer [2021-03-25T00:34:07.800Z] 745a02a5169b: Pulling fs layer [2021-03-25T00:34:07.800Z] 63d7cb157983: Waiting [2021-03-25T00:34:07.800Z] b116817d02f9: Waiting [2021-03-25T00:34:07.800Z] 00ac8860ef70: Waiting [2021-03-25T00:34:07.800Z] 745a02a5169b: Waiting [2021-03-25T00:34:07.800Z] 18c013af1878: Verifying Checksum [2021-03-25T00:34:07.800Z] 18c013af1878: Download complete [2021-03-25T00:34:07.800Z] a4357932f1b6: Verifying Checksum [2021-03-25T00:34:07.800Z] a4357932f1b6: Download complete [2021-03-25T00:34:07.800Z] 63d7cb157983: Verifying Checksum [2021-03-25T00:34:07.800Z] 63d7cb157983: Download complete [2021-03-25T00:34:07.800Z] b116817d02f9: Verifying Checksum [2021-03-25T00:34:07.800Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T00:34:07.800Z] 5f621e34cdf4: Download complete [2021-03-25T00:34:08.399Z] 5f621e34cdf4: Pull complete [2021-03-25T00:34:09.004Z] a4357932f1b6: Pull complete [2021-03-25T00:34:09.292Z] 18c013af1878: Pull complete [2021-03-25T00:34:09.887Z] 745a02a5169b: Verifying Checksum [2021-03-25T00:34:11.329Z] 00ac8860ef70: Verifying Checksum [2021-03-25T00:34:11.329Z] 00ac8860ef70: Download complete [2021-03-25T00:34:15.735Z] 7e9c9ca2126c: Pull complete [2021-03-25T00:34:15.735Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-25T00:34:15.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:34:15.735Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-25T00:34:15.861Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:34:15.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T00:34:16.837Z] $ docker top 9a3d84e72747db215a40eee4398406a612506571be253bdab6ab35da2bc17d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:34:17.357Z] + docker-compose build --help [2021-03-25T00:34:17.357Z] + grep parallel [2021-03-25T00:34:18.302Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T00:34:18.578Z] $ docker stop --time=1 9a3d84e72747db215a40eee4398406a612506571be253bdab6ab35da2bc17d5a [2021-03-25T00:34:19.940Z] $ docker rm -f 9a3d84e72747db215a40eee4398406a612506571be253bdab6ab35da2bc17d5a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:34:20.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:34:20.593Z] . [Pipeline] withDockerContainer [2021-03-25T00:34:20.704Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:34:20.746Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T00:34:21.414Z] $ docker top 46a515b73ccdbb938093e1abe1d69c72e370af34c4cdb7f92023c67455bed105 -eo pid,comm [2021-03-25T00:34:21.514Z] 00ac8860ef70: Pull complete [2021-03-25T00:34:21.514Z] 63d7cb157983: Pull complete [Pipeline] { [Pipeline] sh [2021-03-25T00:34:21.792Z] b116817d02f9: Pull complete [2021-03-25T00:34:21.927Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T00:34:22.873Z] Building docker-core-command-go ... [2021-03-25T00:34:22.873Z] Building docker-core-data-go ... [2021-03-25T00:34:22.873Z] Building docker-core-metadata-go ... [2021-03-25T00:34:22.873Z] Building docker-security-bootstrapper-go ... [2021-03-25T00:34:22.873Z] Building docker-security-proxy-setup-go ... [2021-03-25T00:34:22.873Z] Building docker-security-secretstore-setup-go ... [2021-03-25T00:34:22.873Z] Building docker-support-notifications-go ... [2021-03-25T00:34:22.873Z] Building docker-support-scheduler-go ... [2021-03-25T00:34:22.873Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T00:34:22.873Z] Building docker-support-notifications-go [2021-03-25T00:34:22.873Z] Building docker-security-proxy-setup-go [2021-03-25T00:34:22.873Z] Building docker-core-data-go [2021-03-25T00:34:22.873Z] Building docker-support-scheduler-go [2021-03-25T00:34:22.873Z] Building docker-security-secretstore-setup-go [2021-03-25T00:34:25.214Z] 745a02a5169b: Pull complete [2021-03-25T00:34:25.214Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T00:34:25.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T00:34:25.214Z] ---> b7e6874047d6 [2021-03-25T00:34:25.214Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-25T00:34:29.542Z] ---> Running in 232eec8b4fb9 [2021-03-25T00:34:30.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:34:31.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:34:32.091Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T00:34:32.685Z] (2/12) Installing file (5.38-r0) [2021-03-25T00:34:32.685Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T00:34:32.685Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T00:34:45.079Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T00:34:45.080Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T00:34:45.080Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T00:34:45.080Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T00:34:45.080Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T00:34:45.080Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T00:34:45.080Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T00:34:45.080Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T00:34:45.080Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:34:45.080Z] OK: 217 MiB in 51 packages [2021-03-25T00:34:48.472Z] Removing intermediate container 232eec8b4fb9 [2021-03-25T00:34:48.472Z] ---> 76db62697f58 [2021-03-25T00:34:48.472Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T00:34:48.472Z] ---> Running in 4ef4ceeded36 [2021-03-25T00:34:48.747Z] Removing intermediate container 4ef4ceeded36 [2021-03-25T00:34:48.747Z] ---> 088d19166b00 [2021-03-25T00:34:48.747Z] Step 5/6 : COPY go.mod . [2021-03-25T00:34:49.341Z] ---> 3ee53cfc3b15 [2021-03-25T00:34:49.341Z] Step 6/6 : RUN go mod download [2021-03-25T00:34:49.623Z] ---> Running in 584e707c8b67 [2021-03-25T00:35:01.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:01.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:35:01.722Z] ---> 82df4cf1f230 [2021-03-25T00:35:01.722Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:35:01.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:01.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:35:01.722Z] ---> 82df4cf1f230 [2021-03-25T00:35:01.722Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:35:01.722Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:01.722Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:35:01.722Z] ---> 82df4cf1f230 [2021-03-25T00:35:01.722Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T00:35:01.722Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:01.722Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:35:01.722Z] ---> 82df4cf1f230 [2021-03-25T00:35:01.722Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:35:01.722Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:01.722Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:35:01.722Z] ---> 82df4cf1f230 [2021-03-25T00:35:01.722Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T00:35:01.722Z] ---> Running in ce27011af77b [2021-03-25T00:35:01.722Z] ---> Running in b48a901c5ea1 [2021-03-25T00:35:01.722Z] ---> Running in bd16154f2f56 [2021-03-25T00:35:01.722Z] ---> Running in e8f3d793c7ac [2021-03-25T00:35:01.722Z] ---> Running in 850333d14796 [2021-03-25T00:35:01.722Z] Removing intermediate container b48a901c5ea1 [2021-03-25T00:35:01.722Z] ---> 88b2acc1567e [2021-03-25T00:35:01.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:35:01.722Z] Removing intermediate container 850333d14796 [2021-03-25T00:35:01.722Z] ---> 586bf309d70a [2021-03-25T00:35:01.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:35:01.722Z] Removing intermediate container bd16154f2f56 [2021-03-25T00:35:01.722Z] ---> 76908707ce73 [2021-03-25T00:35:01.722Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:35:01.722Z] Removing intermediate container ce27011af77b [2021-03-25T00:35:01.722Z] ---> c79b3f2a49e8 [2021-03-25T00:35:01.722Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:35:01.722Z] Removing intermediate container e8f3d793c7ac [2021-03-25T00:35:01.722Z] ---> a3e2d0de1a89 [2021-03-25T00:35:01.722Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:35:01.722Z] ---> Running in caa86340b295 [2021-03-25T00:35:01.722Z] ---> Running in dbd343c0b871 [2021-03-25T00:35:01.722Z] ---> Running in b79a1a6799d7 [2021-03-25T00:35:01.722Z] ---> Running in b1a7b1c3e922 [2021-03-25T00:35:01.722Z] ---> Running in a47cc00e2e37 [2021-03-25T00:35:01.722Z] Removing intermediate container b79a1a6799d7 [2021-03-25T00:35:01.722Z] ---> db8dd56280e5 [2021-03-25T00:35:01.722Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T00:35:01.722Z] Removing intermediate container dbd343c0b871 [2021-03-25T00:35:01.722Z] ---> d149c3794e32 [2021-03-25T00:35:01.722Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T00:35:01.722Z] Removing intermediate container caa86340b295 [2021-03-25T00:35:01.722Z] ---> 3e2e532c4882 [2021-03-25T00:35:01.722Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T00:35:01.722Z] ---> Running in b87be8767c74 [2021-03-25T00:35:01.722Z] ---> Running in f031a524808e [2021-03-25T00:35:01.722Z] ---> Running in 3562e55d79d6 [2021-03-25T00:35:01.722Z] Removing intermediate container b1a7b1c3e922 [2021-03-25T00:35:01.722Z] ---> 377d91288057 [2021-03-25T00:35:01.722Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T00:35:01.722Z] Removing intermediate container a47cc00e2e37 [2021-03-25T00:35:01.722Z] ---> daa9cd173cec [2021-03-25T00:35:01.722Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T00:35:01.722Z] ---> Running in 0c3951cfda9d [2021-03-25T00:35:01.722Z] ---> Running in a43c4da4c8ce [2021-03-25T00:35:01.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:01.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:02.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:02.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:02.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:35:02.510Z] OK: 233 MiB in 51 packages [2021-03-25T00:35:02.776Z] OK: 233 MiB in 51 packages [2021-03-25T00:35:02.776Z] OK: 233 MiB in 51 packages [2021-03-25T00:35:03.045Z] OK: 233 MiB in 51 packages [2021-03-25T00:35:03.045Z] OK: 233 MiB in 51 packages [2021-03-25T00:35:03.621Z] Removing intermediate container b87be8767c74 [2021-03-25T00:35:03.621Z] ---> 048a7cb0c485 [2021-03-25T00:35:03.621Z] Step 6/24 : COPY go.mod . [2021-03-25T00:35:03.621Z] Removing intermediate container f031a524808e [2021-03-25T00:35:03.621Z] ---> d2e963c949ca [2021-03-25T00:35:03.621Z] Step 6/22 : COPY go.mod . [2021-03-25T00:35:03.621Z] Removing intermediate container 3562e55d79d6 [2021-03-25T00:35:03.621Z] ---> b023dba64c55 [2021-03-25T00:35:03.621Z] Step 6/22 : COPY go.mod . [2021-03-25T00:35:03.884Z] ---> e66d767943ba [2021-03-25T00:35:03.884Z] Step 7/24 : RUN go mod download [2021-03-25T00:35:03.884Z] ---> 45d4d22f1309 [2021-03-25T00:35:03.884Z] Step 7/22 : RUN go mod download [2021-03-25T00:35:04.164Z] ---> Running in 3ed5bbddc219 [2021-03-25T00:35:04.164Z] ---> Running in 591bd971ea40 [2021-03-25T00:35:04.164Z] Removing intermediate container 0c3951cfda9d [2021-03-25T00:35:04.164Z] ---> a46da954e44b [2021-03-25T00:35:04.164Z] Step 6/21 : COPY go.mod . [2021-03-25T00:35:04.164Z] ---> 1afb15cd9169 [2021-03-25T00:35:04.164Z] Step 7/22 : RUN go mod download [2021-03-25T00:35:04.424Z] Removing intermediate container a43c4da4c8ce [2021-03-25T00:35:04.424Z] ---> 9011289c45cb [2021-03-25T00:35:04.424Z] Step 6/23 : COPY go.mod . [2021-03-25T00:35:04.697Z] ---> Running in 902aadbd9e02 [2021-03-25T00:35:04.697Z] ---> 2245d9c36c0e [2021-03-25T00:35:04.697Z] Step 7/21 : RUN go mod download [2021-03-25T00:35:04.960Z] ---> 92adf8d305c7 [2021-03-25T00:35:04.960Z] Step 7/23 : RUN go mod download [2021-03-25T00:35:04.960Z] ---> Running in 3d499b2c5612 [2021-03-25T00:35:05.225Z] ---> Running in 02d89bf5a9dc [2021-03-25T00:35:07.169Z] Removing intermediate container 902aadbd9e02 [2021-03-25T00:35:07.169Z] ---> 19103ff16251 [2021-03-25T00:35:07.169Z] Step 8/22 : COPY . . [2021-03-25T00:35:08.135Z] Removing intermediate container 3d499b2c5612 [2021-03-25T00:35:08.135Z] ---> 8fb424a59b03 [2021-03-25T00:35:08.135Z] Step 8/21 : COPY . . [2021-03-25T00:35:09.116Z] Removing intermediate container 02d89bf5a9dc [2021-03-25T00:35:09.116Z] ---> 6df528758955 [2021-03-25T00:35:09.116Z] Step 8/23 : COPY . . [2021-03-25T00:35:10.520Z] Removing intermediate container 3ed5bbddc219 [2021-03-25T00:35:10.520Z] ---> 356ba1bb4177 [2021-03-25T00:35:10.520Z] Step 8/24 : COPY . . [2021-03-25T00:35:11.094Z] Removing intermediate container 591bd971ea40 [2021-03-25T00:35:11.094Z] ---> 526924724e82 [2021-03-25T00:35:11.094Z] Step 8/22 : COPY . . [2021-03-25T00:35:16.407Z] Removing intermediate container 584e707c8b67 [2021-03-25T00:35:16.407Z] ---> d6efa4c471bc [2021-03-25T00:35:16.407Z] Successfully built d6efa4c471bc [2021-03-25T00:35:16.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:16.754Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T00:35:16.754Z] . [Pipeline] withDockerContainer [2021-03-25T00:35:16.999Z] prd-ubuntu18.04-docker-arm64-4c-16g-31289 does not seem to be running inside a container [2021-03-25T00:35:17.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T00:35:18.630Z] $ docker top 81bfdb156d00e44afd97e88ca8874860ed3001c0fd0800a7f747335d6645fee0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:35:19.644Z] + go version [2021-03-25T00:35:19.644Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T00:35:19.701Z] $ docker stop --time=1 81bfdb156d00e44afd97e88ca8874860ed3001c0fd0800a7f747335d6645fee0 [2021-03-25T00:35:21.645Z] $ docker rm -f 81bfdb156d00e44afd97e88ca8874860ed3001c0fd0800a7f747335d6645fee0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:22.730Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T00:35:22.730Z] . [Pipeline] withDockerContainer [2021-03-25T00:35:23.023Z] prd-ubuntu18.04-docker-arm64-4c-16g-31289 does not seem to be running inside a container [2021-03-25T00:35:23.161Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T00:35:24.644Z] $ docker top 7ad02f6dbf5fe72329cd1840643c9542e1e52abc00cb319dcbb88b5843d1396b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T00:35:24.997Z] ========================================================= [2021-03-25T00:35:24.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T00:35:24.997Z] ========================================================= [Pipeline] sh [2021-03-25T00:35:25.636Z] + make test [2021-03-25T00:35:25.636Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T00:35:50.042Z] ---> a3a09033f899 [2021-03-25T00:35:50.042Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T00:35:50.042Z] ---> Running in d39e3e47affb [2021-03-25T00:35:50.042Z] ---> 69ed36e12459 [2021-03-25T00:35:50.042Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T00:35:50.042Z] ---> 5908274fa4a9 [2021-03-25T00:35:50.042Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T00:35:50.042Z] ---> 85e5271525fe [2021-03-25T00:35:50.042Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T00:35:50.042Z] ---> 58fca301c322 [2021-03-25T00:35:50.042Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T00:35:50.042Z] ---> Running in cbb9456f8146 [2021-03-25T00:35:50.042Z] ---> Running in 2862d5290d8f [2021-03-25T00:35:50.042Z] ---> Running in 0abfe818a68b [2021-03-25T00:35:50.042Z] ---> Running in f2794c670b47 [2021-03-25T00:35:50.042Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T00:35:50.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T00:35:50.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T00:35:50.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T00:35:50.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T00:35:52.527Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T00:36:17.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T00:36:17.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T00:36:29.475Z] Removing intermediate container 2862d5290d8f [2021-03-25T00:36:29.475Z] ---> d7724a53302b [2021-03-25T00:36:29.475Z] [2021-03-25T00:36:29.475Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T00:36:29.475Z] 3.12: Pulling from library/alpine [2021-03-25T00:36:29.737Z] Removing intermediate container f2794c670b47 [2021-03-25T00:36:29.737Z] ---> 209cf924cad8 [2021-03-25T00:36:29.737Z] [2021-03-25T00:36:29.737Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T00:36:29.737Z] Removing intermediate container d39e3e47affb [2021-03-25T00:36:29.737Z] ---> ffb41cacdf02 [2021-03-25T00:36:29.737Z] [2021-03-25T00:36:29.737Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:36:29.737Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:36:29.737Z] 3.12: Pulling from library/alpine [2021-03-25T00:36:29.737Z] 3.12: Pulling from library/alpine [2021-03-25T00:36:29.737Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:36:29.737Z] Status: Image is up to date for alpine:3.12 [2021-03-25T00:36:29.737Z] ---> 88dd2752d2ea [2021-03-25T00:36:29.737Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T00:36:29.737Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:36:29.737Z] Status: Image is up to date for alpine:3.12 [2021-03-25T00:36:29.737Z] ---> 88dd2752d2ea [2021-03-25T00:36:29.737Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T00:36:29.737Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T00:36:29.737Z] ---> 88dd2752d2ea [2021-03-25T00:36:29.737Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T00:36:30.006Z] ---> Running in a7cd38a05919 [2021-03-25T00:36:30.006Z] ---> Running in 53bb2f1ffac3 [2021-03-25T00:36:30.006Z] ---> Running in 67866dd7904c [2021-03-25T00:36:30.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:30.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:30.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:31.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:31.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:31.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:31.243Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T00:36:31.243Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:36:31.243Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T00:36:31.243Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T00:36:31.243Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T00:36:31.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:31.243Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:36:31.243Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:36:31.243Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T00:36:31.506Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T00:36:31.506Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T00:36:31.506Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:36:31.506Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T00:36:31.506Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:31.506Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:36:31.506Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:36:31.506Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:31.506Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:36:31.506Z] OK: 7 MiB in 18 packages [2021-03-25T00:36:31.506Z] OK: 7 MiB in 20 packages [2021-03-25T00:36:31.506Z] OK: 6 MiB in 16 packages [2021-03-25T00:36:35.732Z] Removing intermediate container 0abfe818a68b [2021-03-25T00:36:35.733Z] ---> 2d64688785e6 [2021-03-25T00:36:35.733Z] [2021-03-25T00:36:35.733Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:36:35.733Z] ---> 88dd2752d2ea [2021-03-25T00:36:35.733Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:36:35.733Z] Removing intermediate container cbb9456f8146 [2021-03-25T00:36:35.733Z] ---> 01ad4fcb0bef [2021-03-25T00:36:35.733Z] [2021-03-25T00:36:35.733Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:36:35.733Z] ---> 88dd2752d2ea [2021-03-25T00:36:35.733Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T00:36:35.733Z] ---> Running in 2893ba65b612 [2021-03-25T00:36:35.733Z] ---> Running in 52c3fb4e39ab [2021-03-25T00:36:37.124Z] Removing intermediate container 2893ba65b612 [2021-03-25T00:36:37.124Z] ---> 834480e9fe4f [2021-03-25T00:36:37.124Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T00:36:37.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:37.124Z] Removing intermediate container 53bb2f1ffac3 [2021-03-25T00:36:37.124Z] ---> b1927964323c [2021-03-25T00:36:37.124Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:36:37.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:37.124Z] Removing intermediate container 67866dd7904c [2021-03-25T00:36:37.124Z] ---> a482f39244ed [2021-03-25T00:36:37.124Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:36:37.124Z] ---> Running in bf3c5277bca9 [2021-03-25T00:36:37.124Z] Removing intermediate container a7cd38a05919 [2021-03-25T00:36:37.124Z] ---> fcb2ab19f53b [2021-03-25T00:36:37.124Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:36:37.387Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:36:37.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:37.387Z] OK: 6 MiB in 15 packages [2021-03-25T00:36:37.387Z] ---> Running in c1b71bd40e5a [2021-03-25T00:36:37.387Z] ---> Running in ff75dc0a6c62 [2021-03-25T00:36:37.387Z] ---> Running in e332486d7082 [2021-03-25T00:36:37.387Z] Removing intermediate container bf3c5277bca9 [2021-03-25T00:36:37.387Z] ---> 4b9fe7c50bb2 [2021-03-25T00:36:37.387Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T00:36:37.651Z] Removing intermediate container c1b71bd40e5a [2021-03-25T00:36:37.651Z] ---> 29ab8624f90e [2021-03-25T00:36:37.651Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T00:36:37.651Z] ---> Running in b5dbb9c122ec [2021-03-25T00:36:37.914Z] Removing intermediate container ff75dc0a6c62 [2021-03-25T00:36:37.914Z] ---> 4fb3a202f155 [2021-03-25T00:36:37.914Z] Step 13/24 : WORKDIR / [2021-03-25T00:36:37.914Z] ---> Running in 8716dcf0bb84 [2021-03-25T00:36:37.914Z] Removing intermediate container e332486d7082 [2021-03-25T00:36:37.914Z] ---> d3d0a5b4ecb1 [2021-03-25T00:36:37.914Z] Step 13/21 : WORKDIR /edgex [2021-03-25T00:36:38.175Z] ---> Running in c625ca105517 [2021-03-25T00:36:38.175Z] ---> Running in 5a084bd13fda [2021-03-25T00:36:38.175Z] Removing intermediate container b5dbb9c122ec [2021-03-25T00:36:38.175Z] ---> a191a4dcea56 [2021-03-25T00:36:38.175Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:38.175Z] Removing intermediate container 8716dcf0bb84 [2021-03-25T00:36:38.175Z] ---> b015315632ed [2021-03-25T00:36:38.175Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:36:38.444Z] ---> Running in 70dac283c0ab [2021-03-25T00:36:38.444Z] Removing intermediate container 52c3fb4e39ab [2021-03-25T00:36:38.444Z] ---> 9360288f5611 [2021-03-25T00:36:38.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:36:38.444Z] Removing intermediate container c625ca105517 [2021-03-25T00:36:38.444Z] ---> 338833f0c6b2 [2021-03-25T00:36:38.444Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-25T00:36:38.444Z] ---> Running in 28cc24957270 [2021-03-25T00:36:38.709Z] Removing intermediate container 5a084bd13fda [2021-03-25T00:36:38.709Z] ---> 530386424c71 [2021-03-25T00:36:38.709Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T00:36:38.709Z] ---> Running in 96626f836b8c [2021-03-25T00:36:38.974Z] Removing intermediate container 28cc24957270 [2021-03-25T00:36:38.974Z] ---> 968453792254 [2021-03-25T00:36:38.974Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:36:38.974Z] ---> 67feeba4dad7 [2021-03-25T00:36:38.974Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-25T00:36:39.237Z] Removing intermediate container 96626f836b8c [2021-03-25T00:36:39.237Z] ---> 13d7043717d6 [2021-03-25T00:36:39.237Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T00:36:39.237Z] ---> 16950e76c02c [2021-03-25T00:36:39.237Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T00:36:39.237Z] ---> Running in 78cb273b53d9 [2021-03-25T00:36:39.502Z] ---> 5098fd62e45f [2021-03-25T00:36:39.502Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T00:36:39.502Z] ---> 3e1aef3e9c8d [2021-03-25T00:36:39.502Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T00:36:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T00:36:40.457Z] Removing intermediate container 78cb273b53d9 [2021-03-25T00:36:40.457Z] ---> 80a89bf8ea22 [2021-03-25T00:36:40.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:36:40.457Z] ---> Running in 4ac66cda0d93 [2021-03-25T00:36:40.457Z] ---> 3c9176bad0fa [2021-03-25T00:36:40.457Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T00:36:40.457Z] ---> 04f35aac80fa [2021-03-25T00:36:40.457Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T00:36:40.457Z] ---> cf90f29bed9e [2021-03-25T00:36:40.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T00:36:40.723Z] Removing intermediate container 4ac66cda0d93 [2021-03-25T00:36:40.723Z] ---> bb290ed26051 [2021-03-25T00:36:40.723Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:36:40.723Z] Removing intermediate container 70dac283c0ab [2021-03-25T00:36:40.723Z] ---> 486a14793363 [2021-03-25T00:36:40.723Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T00:36:40.987Z] ---> Running in 8486ff229d75 [2021-03-25T00:36:40.987Z] ---> 629a09aec9bb [2021-03-25T00:36:40.987Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T00:36:41.259Z] ---> 7649a906fb09 [2021-03-25T00:36:41.259Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T00:36:41.259Z] ---> Running in 2a1a97f66606 [2021-03-25T00:36:41.259Z] ---> 6b93335e5e1a [2021-03-25T00:36:41.259Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T00:36:41.524Z] ---> 512267d3c0e3 [2021-03-25T00:36:41.524Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T00:36:41.794Z] ---> Running in 99cc1e21f877 [2021-03-25T00:36:41.794Z] Removing intermediate container 2a1a97f66606 [2021-03-25T00:36:41.794Z] ---> 9d36df7ea8fb [2021-03-25T00:36:41.794Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:36:41.794Z] ---> Running in c4cb635655ad [2021-03-25T00:36:41.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:41.794Z] ---> 7731a2d74eda [2021-03-25T00:36:41.794Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T00:36:42.056Z] Removing intermediate container 99cc1e21f877 [2021-03-25T00:36:42.056Z] ---> ec3790abe7da [2021-03-25T00:36:42.056Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T00:36:42.056Z] ---> 3970e994a2cb [2021-03-25T00:36:42.056Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T00:36:42.056Z] ---> Running in 7c7e39f0d00d [2021-03-25T00:36:42.056Z] Removing intermediate container c4cb635655ad [2021-03-25T00:36:42.056Z] ---> 609e67ec13b5 [2021-03-25T00:36:42.056Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T00:36:42.317Z] ---> Running in 756eb6515cb9 [2021-03-25T00:36:42.581Z] ---> 77837a6d1f3b [2021-03-25T00:36:42.581Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T00:36:42.581Z] Removing intermediate container 7c7e39f0d00d [2021-03-25T00:36:42.581Z] ---> 854ee6b41706 [2021-03-25T00:36:42.581Z] Step 19/21 : LABEL arch=x86_64 [2021-03-25T00:36:42.845Z] ---> 7251ced8c4e5 [2021-03-25T00:36:42.845Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-25T00:36:42.845Z] ---> Running in 2444c1629f76 [2021-03-25T00:36:42.845Z] Removing intermediate container 756eb6515cb9 [2021-03-25T00:36:42.845Z] ---> 60322e22181f [2021-03-25T00:36:42.845Z] Step 21/22 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:36:42.845Z] ---> Running in 3d79a65a40ed [2021-03-25T00:36:42.845Z] ---> Running in 17e66747d7b9 [2021-03-25T00:36:43.108Z] ---> Running in 016c8e3d9835 [2021-03-25T00:36:43.108Z] Removing intermediate container 2444c1629f76 [2021-03-25T00:36:43.108Z] ---> 0b57b0094320 [2021-03-25T00:36:43.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:36:43.380Z] Removing intermediate container 3d79a65a40ed [2021-03-25T00:36:43.380Z] ---> 759af4c2f5fd [2021-03-25T00:36:43.380Z] Step 20/21 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:36:43.380Z] Removing intermediate container 016c8e3d9835 [2021-03-25T00:36:43.380Z] ---> fa5b1b336574 [2021-03-25T00:36:43.380Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:36:43.380Z] ---> Running in 8d144376960e [2021-03-25T00:36:43.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:43.380Z] ---> Running in 5715f98de085 [2021-03-25T00:36:43.643Z] ---> Running in c05abee4e443 [2021-03-25T00:36:43.643Z] Removing intermediate container 8d144376960e [2021-03-25T00:36:43.643Z] ---> ec069e9c36dc [2021-03-25T00:36:43.643Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T00:36:43.643Z] ---> Running in fd6ffcf21e43 [2021-03-25T00:36:43.909Z] Removing intermediate container 5715f98de085 [2021-03-25T00:36:43.910Z] ---> 14d00af50e5d [2021-03-25T00:36:43.910Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T00:36:43.910Z] Removing intermediate container c05abee4e443 [2021-03-25T00:36:43.910Z] ---> 58b22101a088 [2021-03-25T00:36:43.910Z] [2021-03-25T00:36:44.177Z] ---> Running in ba02721db9d5 [2021-03-25T00:36:44.177Z] Successfully built 58b22101a088 [2021-03-25T00:36:44.177Z] Successfully tagged docker-support-notifications-go:latest [2021-03-25T00:36:44.177Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-25T00:36:44.177Z] Removing intermediate container fd6ffcf21e43 [2021-03-25T00:36:44.177Z] ---> f6855a6394ea [2021-03-25T00:36:44.177Z] Step 21/22 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:36:44.439Z] ---> Running in 4bcff513ebba [2021-03-25T00:36:44.439Z] Removing intermediate container ba02721db9d5 [2021-03-25T00:36:44.439Z] ---> 60ea23e4b460 [2021-03-25T00:36:44.439Z] [2021-03-25T00:36:44.439Z] Removing intermediate container 17e66747d7b9 [2021-03-25T00:36:44.439Z] ---> dd1a02f0cc30 [2021-03-25T00:36:44.439Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T00:36:44.706Z] Successfully built 60ea23e4b460 [2021-03-25T00:36:44.706Z] ---> Running in 10e7473a575a [2021-03-25T00:36:44.706Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-25T00:36:44.706Z] Building docker-sys-mgmt-agent-go [2021-03-25T00:36:44.706Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4bcff513ebba [2021-03-25T00:36:44.706Z] ---> 568386e134f2 [2021-03-25T00:36:44.706Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:36:44.706Z] ---> Running in c79cc2f9c5bf [2021-03-25T00:36:44.971Z] Removing intermediate container 10e7473a575a [2021-03-25T00:36:44.971Z] ---> 605ebf2a824d [2021-03-25T00:36:44.971Z] Step 22/24 : LABEL arch=x86_64 [2021-03-25T00:36:44.971Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:36:45.559Z] ---> Running in d5e41c8b9b48 [2021-03-25T00:36:45.559Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T00:36:45.822Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T00:36:46.084Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T00:36:48.018Z] Removing intermediate container c79cc2f9c5bf [2021-03-25T00:36:48.018Z] ---> 67853dbc2579 [2021-03-25T00:36:48.018Z] [2021-03-25T00:36:48.018Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T00:36:48.595Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T00:36:48.595Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:49.170Z] Successfully built 67853dbc2579 [2021-03-25T00:36:49.435Z] OK: 8 MiB in 20 packages [2021-03-25T00:36:49.435Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-25T00:36:49.435Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-25T00:36:49.435Z] Removing intermediate container d5e41c8b9b48 [2021-03-25T00:36:49.435Z] ---> 027748a12f4c [2021-03-25T00:36:49.435Z] Step 23/24 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:36:49.698Z] ---> Running in 6edeada2f2af [2021-03-25T00:36:49.984Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T00:36:55.012Z] Removing intermediate container 6edeada2f2af [2021-03-25T00:36:55.012Z] ---> 71bbffaee8a4 [2021-03-25T00:36:55.012Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T00:36:55.012Z] Removing intermediate container 8486ff229d75 [2021-03-25T00:36:55.012Z] ---> 0f1b3e2c1196 [2021-03-25T00:36:55.012Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:36:55.403Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T00:36:55.403Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T00:36:56.423Z] ---> Running in 0ef7071da250 [2021-03-25T00:36:58.358Z] ---> 36c8bddfe924 [2021-03-25T00:36:58.358Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T00:36:58.358Z] Removing intermediate container 0ef7071da250 [2021-03-25T00:36:58.358Z] ---> c15c91bb4062 [2021-03-25T00:36:58.358Z] [2021-03-25T00:36:58.949Z] Successfully built c15c91bb4062 [2021-03-25T00:36:59.536Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-25T00:36:59.536Z] Building docker-core-command-go [2021-03-25T00:36:59.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T00:36:59.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T00:36:59.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T00:36:59.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T00:37:01.475Z]  Building docker-security-secretstore-setup-go ... done  ---> 8196deee77e3 [2021-03-25T00:37:01.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T00:37:02.901Z] ---> 90453f029ef0 [2021-03-25T00:37:02.901Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T00:37:03.128Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T00:37:03.128Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T00:37:03.166Z] ---> Running in 4762aa7d1ee8 [2021-03-25T00:37:04.116Z] Removing intermediate container 4762aa7d1ee8 [2021-03-25T00:37:04.116Z] ---> d5d0cdbd68bd [2021-03-25T00:37:04.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:37:04.694Z] ---> Running in 370eac099630 [2021-03-25T00:37:07.350Z] Removing intermediate container 370eac099630 [2021-03-25T00:37:07.350Z] ---> 763d28a3b3c1 [2021-03-25T00:37:07.350Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:37:07.350Z] ---> Running in 446e1f4ceb33 [2021-03-25T00:37:08.760Z] Removing intermediate container 446e1f4ceb33 [2021-03-25T00:37:08.760Z] ---> 784d5b6f0835 [2021-03-25T00:37:08.760Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:37:09.354Z] ---> Running in cbb891dc0185 [2021-03-25T00:37:09.683Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:37:09.684Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:37:09.684Z] ---> 82df4cf1f230 [2021-03-25T00:37:09.684Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T00:37:09.684Z] ---> Using cache [2021-03-25T00:37:09.684Z] ---> a3e2d0de1a89 [2021-03-25T00:37:09.684Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:37:09.950Z] ---> Using cache [2021-03-25T00:37:09.950Z] ---> daa9cd173cec [2021-03-25T00:37:09.950Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T00:37:09.950Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:37:09.951Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:37:09.951Z] ---> 82df4cf1f230 [2021-03-25T00:37:09.951Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T00:37:09.951Z] ---> Using cache [2021-03-25T00:37:09.951Z] ---> a3e2d0de1a89 [2021-03-25T00:37:09.951Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:37:09.951Z] ---> Using cache [2021-03-25T00:37:09.951Z] ---> daa9cd173cec [2021-03-25T00:37:09.951Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T00:37:10.215Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:37:10.215Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:37:10.215Z] ---> 82df4cf1f230 [2021-03-25T00:37:10.215Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:37:10.215Z] ---> Using cache [2021-03-25T00:37:10.215Z] ---> a3e2d0de1a89 [2021-03-25T00:37:10.215Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:37:10.215Z] ---> Using cache [2021-03-25T00:37:10.215Z] ---> daa9cd173cec [2021-03-25T00:37:10.215Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:37:11.430Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T00:37:11.430Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T00:37:11.430Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T00:37:11.609Z] ---> Running in 5a23a5676a62 [2021-03-25T00:37:11.609Z] ---> Running in 9a42851eb71f [2021-03-25T00:37:11.609Z] ---> Running in 73eb7fe9bf5c [2021-03-25T00:37:11.609Z] Removing intermediate container cbb891dc0185 [2021-03-25T00:37:11.609Z] ---> 58d6802f91d0 [2021-03-25T00:37:11.609Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:37:11.609Z] ---> Running in b7e37e4fa962 [2021-03-25T00:37:12.191Z] Removing intermediate container b7e37e4fa962 [2021-03-25T00:37:12.191Z] ---> 1ead9e7959df [2021-03-25T00:37:12.191Z] [2021-03-25T00:37:12.455Z] Successfully built 1ead9e7959df [2021-03-25T00:37:12.455Z] Successfully tagged docker-core-data-go:latest [2021-03-25T00:37:12.455Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:12.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:12.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:13.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:13.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:13.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:14.140Z] OK: 233 MiB in 51 packages [2021-03-25T00:37:14.406Z] OK: 233 MiB in 51 packages [2021-03-25T00:37:14.406Z] OK: 233 MiB in 51 packages [2021-03-25T00:37:16.981Z] Removing intermediate container 73eb7fe9bf5c [2021-03-25T00:37:16.981Z] ---> 56df28aca5e9 [2021-03-25T00:37:16.981Z] Step 6/23 : COPY go.mod . [2021-03-25T00:37:17.929Z] Removing intermediate container 5a23a5676a62 [2021-03-25T00:37:17.929Z] ---> 84881d8a1aed [2021-03-25T00:37:17.929Z] Step 6/26 : COPY go.mod . [2021-03-25T00:37:18.521Z] Removing intermediate container 9a42851eb71f [2021-03-25T00:37:18.521Z] ---> 10a33d8780b7 [2021-03-25T00:37:18.521Z] Step 6/31 : COPY go.mod . [2021-03-25T00:37:19.098Z] ---> 847935be1b68 [2021-03-25T00:37:19.098Z] Step 7/23 : RUN go mod download [2021-03-25T00:37:19.098Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:37:19.098Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:37:19.670Z] ---> 82df4cf1f230 [2021-03-25T00:37:19.670Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:37:19.670Z] ---> Using cache [2021-03-25T00:37:19.670Z] ---> a3e2d0de1a89 [2021-03-25T00:37:19.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:37:19.670Z] ---> Using cache [2021-03-25T00:37:19.670Z] ---> daa9cd173cec [2021-03-25T00:37:19.670Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:37:19.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.367s coverage: 45.9% of statements [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T00:37:19.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T00:37:19.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements [2021-03-25T00:37:19.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.232s coverage: 100.0% of statements [2021-03-25T00:37:20.244Z] ---> Using cache [2021-03-25T00:37:20.244Z] ---> 10a33d8780b7 [2021-03-25T00:37:20.244Z] Step 6/23 : COPY go.mod . [2021-03-25T00:37:20.244Z] ---> Using cache [2021-03-25T00:37:20.244Z] ---> 089909e64b27 [2021-03-25T00:37:20.244Z] Step 7/23 : RUN go mod download [2021-03-25T00:37:20.244Z] ---> b6bcf49bcc29 [2021-03-25T00:37:20.244Z] Step 7/26 : RUN go mod download [2021-03-25T00:37:20.244Z] ---> Running in c7999c033e00 [2021-03-25T00:37:20.244Z] ---> 089909e64b27 [2021-03-25T00:37:20.244Z] Step 7/31 : RUN go mod download [2021-03-25T00:37:20.244Z] ---> Running in 73bf3958784a [2021-03-25T00:37:20.244Z] ---> Running in 79b734c3030a [2021-03-25T00:37:20.506Z] ---> Running in 9b9adc9360c1 [2021-03-25T00:37:22.469Z] Removing intermediate container 79b734c3030a [2021-03-25T00:37:22.469Z] ---> 6ef77f32c1bb [2021-03-25T00:37:22.469Z] Step 8/23 : COPY . . [2021-03-25T00:37:22.469Z] Removing intermediate container c7999c033e00 [2021-03-25T00:37:22.469Z] ---> 9258c655a92d [2021-03-25T00:37:22.469Z] Step 8/23 : COPY . . [2021-03-25T00:37:22.736Z] Removing intermediate container 9b9adc9360c1 [2021-03-25T00:37:22.736Z] ---> 6fe63e0e2383 [2021-03-25T00:37:22.736Z] Step 8/31 : COPY . . [2021-03-25T00:37:22.736Z] Removing intermediate container 73bf3958784a [2021-03-25T00:37:22.736Z] ---> dc4816d51d9a [2021-03-25T00:37:22.736Z] Step 8/26 : COPY . . [2021-03-25T00:37:26.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.603s coverage: 27.1% of statements [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T00:37:26.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T00:37:26.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T00:37:26.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T00:37:27.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.359s coverage: 71.3% of statements [2021-03-25T00:37:27.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T00:37:27.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T00:37:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.515s coverage: 82.9% of statements [2021-03-25T00:37:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T00:37:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:37:29.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements [2021-03-25T00:37:29.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.203s coverage: 28.6% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T00:37:42.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T00:37:42.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.184s coverage: 92.8% of statements [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T00:37:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-03-25T00:37:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.107s coverage: 87.5% of statements [2021-03-25T00:37:54.949Z] ---> aa0d6d87971d [2021-03-25T00:37:54.949Z] ---> ca3e15cd9ccf [2021-03-25T00:37:54.949Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T00:37:54.949Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T00:37:54.949Z] ---> bc098b83c6a4 [2021-03-25T00:37:54.949Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T00:37:54.949Z] ---> Running in 97e23914b6a9 [2021-03-25T00:37:54.949Z] ---> Running in f523a3eccf90 [2021-03-25T00:37:54.949Z] ---> 4d855e4b1a46 [2021-03-25T00:37:54.949Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T00:37:54.949Z] ---> Running in 78008197ded2 [2021-03-25T00:37:54.949Z] ---> Running in ae8881d9e23c [2021-03-25T00:37:55.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T00:37:55.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T00:37:55.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T00:37:55.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T00:38:01.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2021-03-25T00:38:01.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-25T00:38:08.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.518s coverage: 82.6% of statements [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.8% of statements [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.198s coverage: 91.6% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 64.4% of statements [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T00:38:18.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T00:38:18.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-25T00:38:19.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 91.3% of statements [2021-03-25T00:38:19.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-03-25T00:38:19.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-25T00:38:21.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-25T00:38:24.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.947s coverage: 69.0% of statements [2021-03-25T00:38:24.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T00:38:24.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T00:38:24.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T00:38:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.508s coverage: 38.4% of statements [2021-03-25T00:38:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T00:38:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T00:38:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-03-25T00:38:26.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T00:38:26.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-03-25T00:38:33.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.530s coverage: 47.0% of statements [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T00:38:33.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T00:38:33.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T00:38:33.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T00:38:34.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements [2021-03-25T00:38:34.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T00:38:34.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:38:34.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T00:38:34.876Z] Removing intermediate container 78008197ded2 [2021-03-25T00:38:34.876Z] ---> 92cbd26d61cc [2021-03-25T00:38:34.876Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T00:38:34.876Z] Removing intermediate container ae8881d9e23c [2021-03-25T00:38:34.876Z] ---> a896a71ea40e [2021-03-25T00:38:34.876Z] [2021-03-25T00:38:34.876Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T00:38:34.876Z] ---> 88dd2752d2ea [2021-03-25T00:38:34.876Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T00:38:34.876Z] Removing intermediate container f523a3eccf90 [2021-03-25T00:38:34.876Z] ---> 2b8532e73d73 [2021-03-25T00:38:34.876Z] [2021-03-25T00:38:34.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:38:34.876Z] ---> 88dd2752d2ea [2021-03-25T00:38:34.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:38:34.876Z] ---> Using cache [2021-03-25T00:38:34.876Z] ---> 9360288f5611 [2021-03-25T00:38:34.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:38:34.876Z] ---> Using cache [2021-03-25T00:38:34.876Z] ---> 13d7043717d6 [2021-03-25T00:38:34.876Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T00:38:34.876Z] ---> Running in 61645fe68e71 [2021-03-25T00:38:34.876Z] ---> Running in 80e9b77bca42 [2021-03-25T00:38:34.876Z] ---> Running in ebfa31397183 [2021-03-25T00:38:34.876Z] Removing intermediate container ebfa31397183 [2021-03-25T00:38:34.876Z] ---> 7dec5e888942 [2021-03-25T00:38:34.876Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:38:34.876Z] Removing intermediate container 80e9b77bca42 [2021-03-25T00:38:34.876Z] ---> c5bd1b7154f1 [2021-03-25T00:38:34.876Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T00:38:34.876Z] ---> Running in 1a345b510ac6 [2021-03-25T00:38:34.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T00:38:34.876Z] ---> Running in 5cc293244e9a [2021-03-25T00:38:34.876Z] Removing intermediate container 1a345b510ac6 [2021-03-25T00:38:34.876Z] ---> 194c15bb14d9 [2021-03-25T00:38:34.876Z] Step 15/23 : WORKDIR / [2021-03-25T00:38:34.876Z] Removing intermediate container 97e23914b6a9 [2021-03-25T00:38:34.876Z] ---> 92c3409235ec [2021-03-25T00:38:34.876Z] [2021-03-25T00:38:34.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:38:34.876Z] ---> 88dd2752d2ea [2021-03-25T00:38:34.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:38:34.876Z] ---> Using cache [2021-03-25T00:38:34.876Z] ---> 9360288f5611 [2021-03-25T00:38:34.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:38:34.876Z] ---> Using cache [2021-03-25T00:38:34.876Z] ---> 13d7043717d6 [2021-03-25T00:38:34.876Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T00:38:34.876Z] ---> Running in 26b60660f740 [2021-03-25T00:38:34.876Z] ---> Running in c9bc034ae392 [2021-03-25T00:38:34.876Z] Removing intermediate container 26b60660f740 [2021-03-25T00:38:34.876Z] ---> f0a37e6e3ab9 [2021-03-25T00:38:34.876Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:34.876Z] Removing intermediate container c9bc034ae392 [2021-03-25T00:38:34.876Z] ---> 93addd66f5ba [2021-03-25T00:38:34.876Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:38:34.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:34.877Z] Removing intermediate container 61645fe68e71 [2021-03-25T00:38:34.877Z] ---> 89a65813cd9e [2021-03-25T00:38:34.877Z] [2021-03-25T00:38:34.877Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T00:38:34.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:34.877Z] ---> Running in 56043ef571d1 [2021-03-25T00:38:34.877Z] 20.10.0: Pulling from library/docker [2021-03-25T00:38:34.877Z] ---> 456818928aa8 [2021-03-25T00:38:34.877Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T00:38:34.877Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:38:34.877Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T00:38:34.877Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:38:34.877Z] OK: 6 MiB in 16 packages [2021-03-25T00:38:34.877Z] Removing intermediate container 56043ef571d1 [2021-03-25T00:38:34.877Z] ---> 716633721975 [2021-03-25T00:38:34.877Z] Step 15/23 : WORKDIR / [2021-03-25T00:38:34.877Z] ---> Running in 6a1dfa76c0be [2021-03-25T00:38:34.877Z] ---> a12f0497a512 [2021-03-25T00:38:34.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:35.139Z] Removing intermediate container 6a1dfa76c0be [2021-03-25T00:38:35.139Z] ---> 3c729b0cfebb [2021-03-25T00:38:35.139Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:35.403Z] ---> 32955f67c851 [2021-03-25T00:38:35.403Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T00:38:35.403Z] Removing intermediate container 5cc293244e9a [2021-03-25T00:38:35.403Z] ---> a79c43062889 [2021-03-25T00:38:35.403Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T00:38:35.669Z] ---> Running in 766e0b5a354d [2021-03-25T00:38:35.669Z] ---> Running in 9238a2830ca8 [2021-03-25T00:38:35.669Z] ---> 6a19419dc59b [2021-03-25T00:38:35.669Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T00:38:35.933Z] Removing intermediate container 766e0b5a354d [2021-03-25T00:38:35.933Z] ---> 89e34dcec11c [2021-03-25T00:38:35.933Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T00:38:35.933Z] Removing intermediate container 9238a2830ca8 [2021-03-25T00:38:35.933Z] ---> d0e64bc93ba4 [2021-03-25T00:38:35.933Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:35.933Z] ---> Running in 2e50762f952e [2021-03-25T00:38:36.199Z] ---> Running in 3fefa3607b31 [2021-03-25T00:38:36.463Z] Removing intermediate container 2e50762f952e [2021-03-25T00:38:36.463Z] ---> ce6e1565ee3c [2021-03-25T00:38:36.463Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T00:38:36.463Z] Removing intermediate container 3fefa3607b31 [2021-03-25T00:38:36.463Z] ---> f56c5ad52e8c [2021-03-25T00:38:36.463Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:38:36.463Z] ---> 37b6e804f08d [2021-03-25T00:38:36.463Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:36.463Z] ---> Running in ec7d95d3123c [2021-03-25T00:38:36.463Z] ---> Running in 0944b08150d9 [2021-03-25T00:38:36.728Z] Removing intermediate container 0944b08150d9 [2021-03-25T00:38:36.728Z] ---> cf9b3dc5a968 [2021-03-25T00:38:36.728Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:38:36.990Z] ---> cf17cd5cf36a [2021-03-25T00:38:36.990Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T00:38:37.577Z] ---> Running in 18aa8a649a52 [2021-03-25T00:38:37.577Z] ---> Running in 6ed5aec19b1c [2021-03-25T00:38:37.577Z] Removing intermediate container 18aa8a649a52 [2021-03-25T00:38:37.577Z] ---> adeb9204e82a [2021-03-25T00:38:37.577Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:38:37.841Z] ---> Running in 1e058f52d23d [2021-03-25T00:38:37.841Z] Removing intermediate container 6ed5aec19b1c [2021-03-25T00:38:37.841Z] ---> 6a738c3ab7ed [2021-03-25T00:38:37.841Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:38.105Z] ---> Running in 478114d853be [2021-03-25T00:38:38.105Z] Removing intermediate container ec7d95d3123c [2021-03-25T00:38:38.105Z] ---> 259450045775 [2021-03-25T00:38:38.105Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T00:38:38.105Z] Removing intermediate container 1e058f52d23d [2021-03-25T00:38:38.105Z] ---> 72d4b5ce3695 [2021-03-25T00:38:38.105Z] [2021-03-25T00:38:38.105Z] ---> Running in d403ca72d63b [2021-03-25T00:38:38.371Z] Removing intermediate container 478114d853be [2021-03-25T00:38:38.371Z] ---> c30006ba8150 [2021-03-25T00:38:38.371Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:38:38.371Z] Successfully built 72d4b5ce3695 [2021-03-25T00:38:38.371Z] Successfully tagged docker-core-command-go:latest [2021-03-25T00:38:38.646Z]  Building docker-core-command-go ... done  ---> Running in 100fbdd2950b [2021-03-25T00:38:38.646Z] Removing intermediate container d403ca72d63b [2021-03-25T00:38:38.646Z] ---> 932668e2cbc3 [2021-03-25T00:38:38.646Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T00:38:38.914Z] Removing intermediate container 100fbdd2950b [2021-03-25T00:38:38.914Z] ---> a2149fe64f7e [2021-03-25T00:38:38.914Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:38:39.177Z] ---> Running in 22a12507efd8 [2021-03-25T00:38:39.177Z] ---> e7eb3fe099e0 [2021-03-25T00:38:39.177Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T00:38:39.177Z] ---> Running in 68e63220f387 [2021-03-25T00:38:39.442Z] Removing intermediate container 22a12507efd8 [2021-03-25T00:38:39.442Z] ---> e5d8994d2dc0 [2021-03-25T00:38:39.442Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:38:39.708Z] ---> Running in 35d37f97e7ef [2021-03-25T00:38:39.708Z] Removing intermediate container 35d37f97e7ef [2021-03-25T00:38:39.708Z] ---> 67fc34405710 [2021-03-25T00:38:39.708Z] [2021-03-25T00:38:39.972Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T00:38:39.972Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T00:38:39.972Z] ---> aefe523efa57 [2021-03-25T00:38:39.972Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T00:38:39.972Z] ---> Running in 0988fd852bba [2021-03-25T00:38:39.972Z] Successfully built 67fc34405710 [2021-03-25T00:38:39.972Z] Successfully tagged docker-core-metadata-go:latest [2021-03-25T00:38:40.548Z]  Building docker-core-metadata-go ... done Removing intermediate container 68e63220f387 [2021-03-25T00:38:40.548Z] ---> 24cb4ab1fbcf [2021-03-25T00:38:40.548Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:40.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:40.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:40.810Z] ---> f5f8b62078d1 [2021-03-25T00:38:40.810Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T00:38:40.810Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T00:38:40.810Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T00:38:40.810Z] Executing bash-5.0.17-r0.post-install [2021-03-25T00:38:40.810Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:38:40.810Z] OK: 12 MiB in 22 packages [2021-03-25T00:38:41.756Z] ---> 6ca2d560b5e8 [2021-03-25T00:38:41.756Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T00:38:41.756Z] Removing intermediate container 0988fd852bba [2021-03-25T00:38:41.756Z] ---> 397a79af2d8b [2021-03-25T00:38:41.756Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T00:38:41.756Z] ---> Running in 0873e5642ae9 [2021-03-25T00:38:41.756Z] ---> 5521ca12db2b [2021-03-25T00:38:41.756Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T00:38:42.024Z] Removing intermediate container 0873e5642ae9 [2021-03-25T00:38:42.024Z] ---> 9e658899c0de [2021-03-25T00:38:42.024Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T00:38:42.024Z] ---> Running in 686ceb024652 [2021-03-25T00:38:42.025Z] ---> cf1ac024f20c [2021-03-25T00:38:42.025Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T00:38:42.025Z] Removing intermediate container 686ceb024652 [2021-03-25T00:38:42.025Z] ---> 26a92eb150a6 [2021-03-25T00:38:42.025Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T00:38:42.287Z] ---> Running in 61d35f4e9d1b [2021-03-25T00:38:42.287Z] ---> 1bacd93f12fc [2021-03-25T00:38:42.287Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T00:38:42.287Z] Removing intermediate container 61d35f4e9d1b [2021-03-25T00:38:42.287Z] ---> 279d72c3be8d [2021-03-25T00:38:42.287Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T00:38:42.548Z] ---> Running in 8f11d5751fd9 [2021-03-25T00:38:42.821Z] Removing intermediate container 8f11d5751fd9 [2021-03-25T00:38:42.821Z] ---> eb8d0b8ede50 [2021-03-25T00:38:42.821Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T00:38:42.821Z] ---> 7004aa6f5946 [2021-03-25T00:38:42.821Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:43.096Z] ---> a07446ca1dc7 [2021-03-25T00:38:43.096Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T00:38:43.096Z] ---> Running in 7e5dbc26284f [2021-03-25T00:38:43.359Z] ---> 224708fd0139 [2021-03-25T00:38:43.359Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T00:38:43.622Z] ---> c74c76aea666 [2021-03-25T00:38:43.622Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T00:38:43.622Z] ---> Running in 8396d33de6bf [2021-03-25T00:38:44.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:44.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.675s coverage: 29.1% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.263s coverage: 94.0% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T00:38:44.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-25T00:38:44.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-25T00:38:44.463Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T00:38:44.463Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T00:38:44.463Z] Removing intermediate container 7e5dbc26284f [2021-03-25T00:38:44.463Z] ---> 4d18ef26165c [2021-03-25T00:38:44.463Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T00:38:44.463Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T00:38:44.463Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T00:38:44.463Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T00:38:44.463Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T00:38:44.463Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T00:38:44.728Z] ---> Running in 570ba863cb90 [2021-03-25T00:38:45.292Z] GO111MODULE=on go vet ./... [2021-03-25T00:38:47.282Z] Removing intermediate container 570ba863cb90 [2021-03-25T00:38:47.282Z] ---> 76c994954185 [2021-03-25T00:38:47.282Z] Step 28/31 : CMD ["gate"] [2021-03-25T00:38:48.229Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T00:38:48.229Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T00:38:48.229Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T00:38:48.229Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T00:38:48.229Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T00:38:48.229Z] ---> Running in 1b5b6095bc90 [2021-03-25T00:38:48.229Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T00:38:48.229Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T00:38:48.229Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T00:38:48.229Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T00:38:48.229Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T00:38:48.491Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T00:38:48.491Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T00:38:48.491Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T00:38:48.491Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T00:38:49.441Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T00:38:49.441Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T00:38:49.441Z] Removing intermediate container 1b5b6095bc90 [2021-03-25T00:38:49.441Z] ---> f3fc1b3a69ce [2021-03-25T00:38:49.441Z] Step 29/31 : LABEL arch=x86_64 [2021-03-25T00:38:49.441Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T00:38:49.441Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T00:38:49.441Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T00:38:49.441Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T00:38:49.703Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T00:38:49.703Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T00:38:49.703Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T00:38:49.703Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T00:38:49.966Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T00:38:49.966Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T00:38:50.229Z] ---> Running in 086510fdd413 [2021-03-25T00:38:50.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:38:50.229Z] OK: 71 MiB in 55 packages [2021-03-25T00:38:50.803Z] Removing intermediate container 086510fdd413 [2021-03-25T00:38:50.803Z] ---> a013443bfca6 [2021-03-25T00:38:50.803Z] Step 30/31 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:38:51.066Z] ---> Running in 6560c4b77fb3 [2021-03-25T00:38:51.333Z] Removing intermediate container 6560c4b77fb3 [2021-03-25T00:38:51.333Z] ---> 1bb82b5880ba [2021-03-25T00:38:51.333Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T00:38:53.264Z] ---> Running in 83ef7ae4605c [2021-03-25T00:38:56.578Z] Removing intermediate container 83ef7ae4605c [2021-03-25T00:38:56.578Z] ---> e269d51aa64c [2021-03-25T00:38:56.578Z] [2021-03-25T00:38:56.578Z] Removing intermediate container 8396d33de6bf [2021-03-25T00:38:56.578Z] ---> b6cda4e8916b [2021-03-25T00:38:56.578Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T00:38:56.578Z] ---> Running in 2437a5e883d6 [2021-03-25T00:38:56.578Z] Successfully built e269d51aa64c [2021-03-25T00:38:56.578Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-25T00:38:57.522Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-25T00:38:57.783Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T00:38:57.783Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T00:38:57.783Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T00:38:58.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T00:38:58.354Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T00:38:58.927Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T00:38:58.927Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T00:38:58.927Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T00:38:58.927Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T00:38:59.874Z] Collecting PyYAML<4,>=3.10 [2021-03-25T00:38:59.874Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T00:39:00.446Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T00:39:00.446Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T00:39:00.446Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-25T00:39:00.707Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T00:39:00.707Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T00:39:00.968Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T00:39:00.968Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T00:39:00.968Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T00:39:00.968Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T00:39:01.229Z] Collecting idna<2.8,>=2.5 [2021-03-25T00:39:01.229Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T00:39:01.229Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-25T00:39:01.229Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T00:39:01.490Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T00:39:01.490Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-25T00:39:01.490Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T00:39:01.490Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T00:39:01.490Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T00:39:01.490Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T00:39:01.490Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T00:39:01.490Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T00:39:01.751Z] Installing collected packages: docopt, dockerpty, jsonschema, texttable, PyYAML, websocket-client, idna, urllib3, requests, cached-property, docker-pycreds, docker, docker-compose [2021-03-25T00:39:01.751Z] Running setup.py install for docopt: started [2021-03-25T00:39:02.336Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T00:39:02.336Z] Running setup.py install for dockerpty: started [2021-03-25T00:39:02.597Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T00:39:02.859Z] Running setup.py install for texttable: started [2021-03-25T00:39:03.122Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T00:39:03.122Z] Running setup.py install for PyYAML: started [2021-03-25T00:39:03.696Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T00:39:03.957Z] Attempting uninstall: idna [2021-03-25T00:39:03.957Z] Found existing installation: idna 2.9 [2021-03-25T00:39:03.957Z] Uninstalling idna-2.9: [2021-03-25T00:39:03.957Z] Successfully uninstalled idna-2.9 [2021-03-25T00:39:04.218Z] Attempting uninstall: urllib3 [2021-03-25T00:39:04.218Z] Found existing installation: urllib3 1.25.9 [2021-03-25T00:39:04.218Z] Uninstalling urllib3-1.25.9: [2021-03-25T00:39:04.218Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T00:39:04.480Z] Attempting uninstall: requests [2021-03-25T00:39:04.480Z] Found existing installation: requests 2.23.0 [2021-03-25T00:39:04.480Z] Uninstalling requests-2.23.0: [2021-03-25T00:39:04.480Z] Successfully uninstalled requests-2.23.0 [2021-03-25T00:39:05.424Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-25T00:39:08.729Z] Removing intermediate container 2437a5e883d6 [2021-03-25T00:39:08.729Z] ---> 9bcd49856184 [2021-03-25T00:39:08.729Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T00:39:08.729Z] ---> Running in c9b82ecb47f4 [2021-03-25T00:39:08.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:09.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:09.255Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:39:09.255Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T00:39:09.255Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T00:39:09.255Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:09.255Z] OK: 72 MiB in 58 packages [2021-03-25T00:39:09.830Z] Removing intermediate container c9b82ecb47f4 [2021-03-25T00:39:09.830Z] ---> 2405801692c9 [2021-03-25T00:39:09.830Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T00:39:09.830Z] ---> Running in 30e2ad43bb53 [2021-03-25T00:39:10.092Z] Removing intermediate container 30e2ad43bb53 [2021-03-25T00:39:10.092Z] ---> 606517eaac1a [2021-03-25T00:39:10.092Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:39:10.092Z] ---> Running in 7a3f7641db9b [2021-03-25T00:39:10.354Z] Removing intermediate container 7a3f7641db9b [2021-03-25T00:39:10.355Z] ---> 0c7a30e89257 [2021-03-25T00:39:10.355Z] Step 24/26 : LABEL arch=x86_64 [2021-03-25T00:39:10.355Z] ---> Running in 717cef7ba5cd [2021-03-25T00:39:10.355Z] Removing intermediate container 717cef7ba5cd [2021-03-25T00:39:10.355Z] ---> 973dd000c4f8 [2021-03-25T00:39:10.355Z] Step 25/26 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:39:10.617Z] ---> Running in 936c3ef31a94 [2021-03-25T00:39:10.617Z] Removing intermediate container 936c3ef31a94 [2021-03-25T00:39:10.617Z] ---> dad8b08e7d57 [2021-03-25T00:39:10.617Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T00:39:10.880Z] ---> Running in 0643e3eb8109 [2021-03-25T00:39:10.880Z] Removing intermediate container 0643e3eb8109 [2021-03-25T00:39:10.880Z] ---> cd554370ccf3 [2021-03-25T00:39:10.880Z] [2021-03-25T00:39:11.143Z] Successfully built cd554370ccf3 [2021-03-25T00:39:11.143Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-25T00:39:11.417Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-25T00:39:11.423Z] $ docker stop --time=1 46a515b73ccdbb938093e1abe1d69c72e370af34c4cdb7f92023c67455bed105 [2021-03-25T00:39:12.997Z] $ docker rm -f 46a515b73ccdbb938093e1abe1d69c72e370af34c4cdb7f92023c67455bed105 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:39:13.517Z] + docker images [2021-03-25T00:39:13.517Z] + grep docker [2021-03-25T00:39:13.779Z] docker-sys-mgmt-agent-go latest cd554370ccf3 3 seconds ago 313MB [2021-03-25T00:39:13.779Z] docker-security-bootstrapper-go latest e269d51aa64c 18 seconds ago 18.8MB [2021-03-25T00:39:13.779Z] docker-core-metadata-go latest 67fc34405710 34 seconds ago 19.1MB [2021-03-25T00:39:13.779Z] docker-core-command-go latest 72d4b5ce3695 36 seconds ago 17.3MB [2021-03-25T00:39:13.779Z] docker-core-data-go latest 1ead9e7959df 2 minutes ago 22.6MB [2021-03-25T00:39:13.779Z] docker-security-secretstore-setup-go latest c15c91bb4062 2 minutes ago 25MB [2021-03-25T00:39:13.779Z] docker-security-proxy-setup-go latest 60ea23e4b460 2 minutes ago 24.7MB [2021-03-25T00:39:13.779Z] docker-support-scheduler-go latest 67853dbc2579 2 minutes ago 17.3MB [2021-03-25T00:39:13.779Z] docker-support-notifications-go latest 58b22101a088 2 minutes ago 17.9MB [2021-03-25T00:39:13.779Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-25T00:39:29.547Z] Still waiting to schedule task [2021-03-25T00:39:29.547Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-25T00:40:07.172Z] gofmt -l . [2021-03-25T00:40:09.148Z] [ "`gofmt -l .`" = "" ] [2021-03-25T00:40:12.528Z] ./bin/test-go-mod-tidy.sh [2021-03-25T00:40:12.810Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T00:40:15.443Z] + ls -al . [2021-03-25T00:40:15.443Z] total 804 [2021-03-25T00:40:15.443Z] drwxrwxr-x 9 1001 1001 4096 Mar 25 00:40 . [2021-03-25T00:40:15.443Z] drwxr-xr-x 4 root root 4096 Mar 25 00:35 .. [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 00:33 .dockerignore [2021-03-25T00:40:15.443Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 00:33 .git [2021-03-25T00:40:15.443Z] drwxrwxr-x 3 1001 1001 4096 Mar 25 00:33 .github [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 00:33 .gitignore [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 00:33 .sonarcloud.properties [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 00:33 Attribution.txt [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 00:33 CONTRIBUTING.md [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 00:33 Dockerfile.build [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 00:33 Jenkinsfile [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 00:33 LICENSE [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 00:33 Makefile [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 00:33 README.md [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 00:33 SECURITY.md [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 00:30 VERSION [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 00:33 ZMQWindows.md [2021-03-25T00:40:15.443Z] drwxrwxr-x 2 1001 1001 4096 Mar 25 00:33 bin [2021-03-25T00:40:15.443Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 00:33 cmd [2021-03-25T00:40:15.443Z] -rw-r--r-- 1 root root 666600 Mar 25 00:38 coverage.out [2021-03-25T00:40:15.443Z] -rw-r--r-- 1 root root 1056 Mar 25 00:40 go.mod [2021-03-25T00:40:15.443Z] -rw-r--r-- 1 root root 22211 Mar 25 00:40 go.sum [2021-03-25T00:40:15.443Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 00:33 internal [2021-03-25T00:40:15.443Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 00:33 openapi [2021-03-25T00:40:15.443Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 00:33 snap [2021-03-25T00:40:15.443Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 00:33 version.go [Pipeline] sh [2021-03-25T00:40:16.106Z] + '[' -e coverage.out ] [2021-03-25T00:40:16.106Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T00:40:16.182Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T00:40:17.375Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T00:40:18.054Z] + make build [2021-03-25T00:40:18.054Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T00:40:18.093Z] Running on prd-ubuntu18.04-docker-8c-8g-31292 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-25T00:40:18.149Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-25T00:40:20.186Z] using credential edgex-jenkins-ssh [2021-03-25T00:40:20.244Z] Cloning the remote Git repository [2021-03-25T00:40:20.264Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:40:20.327Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-25T00:40:20.360Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:40:20.360Z] > git --version # timeout=10 [2021-03-25T00:40:20.373Z] > git --version # 'git version 2.17.1' [2021-03-25T00:40:20.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:40:20.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:40:29.144Z] Merging remotes/origin/master commit e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-25T00:40:29.361Z] Merge succeeded, producing 3734e43cd44ffb1cb7441489fa0c9ac5c3c2ece0 [2021-03-25T00:40:29.362Z] Checking out Revision 3734e43cd44ffb1cb7441489fa0c9ac5c3c2ece0 (PR-3293) [2021-03-25T00:40:28.638Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:40:28.643Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:40:28.651Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:40:28.667Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:40:28.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:40:28.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T00:40:29.151Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:40:29.155Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-25T00:40:29.253Z] > git remote # timeout=10 [2021-03-25T00:40:29.258Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T00:40:29.269Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:40:29.272Z] > git merge e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [2021-03-25T00:40:29.357Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T00:40:29.365Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:40:29.367Z] > git checkout -f 3734e43cd44ffb1cb7441489fa0c9ac5c3c2ece0 # timeout=10 [2021-03-25T00:40:30.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T00:40:32.955Z] Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" [2021-03-25T00:40:32.957Z] > git rev-list --no-walk 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:40:34.281Z] + echo snap-build.sh [2021-03-25T00:40:34.281Z] snap-build.sh [2021-03-25T00:40:34.281Z] + SNAP_BASE_DIR=. [2021-03-25T00:40:34.281Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-25T00:40:34.281Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-25T00:40:34.281Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-25T00:40:34.281Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-25T00:40:34.281Z] + cd /w/workspace/edgex-go/4 [2021-03-25T00:40:34.281Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-25T00:40:34.281Z] Reading package lists... [2021-03-25T00:40:34.281Z] Building dependency tree... [2021-03-25T00:40:34.281Z] Reading state information... [2021-03-25T00:40:34.542Z] The following packages were automatically installed and are no longer required: [2021-03-25T00:40:34.542Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-25T00:40:34.542Z] uidmap xdelta3 [2021-03-25T00:40:34.542Z] Use 'sudo apt autoremove' to remove them. [2021-03-25T00:40:34.542Z] The following packages will be REMOVED: [2021-03-25T00:40:34.542Z] lxd* lxd-client* [2021-03-25T00:40:35.112Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-25T00:40:35.112Z] After this operation, 31.7 MB disk space will be freed. [2021-03-25T00:40:36.151Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-25T00:40:36.151Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:40:37.090Z] Removing lxd dnsmasq configuration [2021-03-25T00:40:37.090Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:40:37.350Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-25T00:40:37.921Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-25T00:40:38.181Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-25T00:40:38.181Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:40:39.563Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-25T00:40:39.830Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-25T00:40:41.222Z] + sudo snap remove --purge lxd [2021-03-25T00:40:41.222Z] snap "lxd" is not installed [2021-03-25T00:40:41.222Z] + sudo groupadd --force --system lxd [2021-03-25T00:40:41.222Z] ++ whoami [2021-03-25T00:40:41.222Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-25T00:40:41.222Z] + newgrp - lxd [2021-03-25T00:40:41.222Z] + sudo snap install lxd [2021-03-25T00:40:49.357Z] 2021-03-25T00:40:47Z INFO Waiting for automatic snapd restart... [2021-03-25T00:40:57.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T00:41:01.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T00:41:07.484Z] lxd 4.12 from Canonical* installed [2021-03-25T00:41:07.484Z] + sudo lxd init --auto [2021-03-25T00:41:08.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T00:41:09.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T00:41:14.078Z] + sudo snap install --classic snapcraft [2021-03-25T00:41:14.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T00:41:21.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T00:41:26.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T00:41:28.975Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T00:41:28.975Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-25T00:41:28.975Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-25T00:41:28.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T00:41:28.975Z] Dload Upload Total Spent Left Speed [2021-03-25T00:41:28.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 4976 [2021-03-25T00:41:28.975Z] 100 3325k 100 3325k 0 0 8291k 0 --:--:-- --:--:-- --:--:-- 8291k [2021-03-25T00:41:28.975Z] ./yq_linux_amd64 [2021-03-25T00:41:28.975Z] + sudo snapcraft prime --use-lxd [2021-03-25T00:41:28.975Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-25T00:41:28.975Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-25T00:41:28.975Z] - README.md [2021-03-25T00:41:28.975Z] [2021-03-25T00:41:28.975Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T00:41:29.544Z] Launching a container. [2021-03-25T00:41:31.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T00:41:35.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T00:41:39.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T00:41:41.767Z] Waiting for container to be ready [2021-03-25T00:41:41.767Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-25T00:41:41.767Z] [2021-03-25T00:41:44.320Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-25T00:41:44.889Z] Waiting for network to be ready... [2021-03-25T00:41:45.150Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-25T00:41:45.411Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-25T00:41:45.673Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-25T00:41:45.673Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-25T00:41:45.936Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-25T00:41:45.937Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-25T00:41:46.199Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-25T00:41:46.199Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-25T00:41:46.199Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-25T00:41:46.199Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-25T00:41:46.199Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-25T00:41:46.199Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-25T00:41:46.199Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-25T00:41:46.199Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-25T00:41:46.199Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-25T00:41:46.199Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-25T00:41:46.199Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-25T00:41:46.199Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-25T00:41:46.459Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-25T00:41:46.720Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-25T00:41:46.720Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-25T00:41:46.720Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-25T00:41:46.720Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-25T00:41:46.720Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-25T00:41:46.720Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-25T00:41:46.720Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-25T00:41:46.980Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [Pipeline] } [2021-03-25T00:41:50.033Z] $ docker stop --time=1 7ad02f6dbf5fe72329cd1840643c9542e1e52abc00cb319dcbb88b5843d1396b [2021-03-25T00:41:50.276Z] Fetched 24.2 MB in 5s (4553 kB/s) [2021-03-25T00:41:51.658Z] Reading package lists... [2021-03-25T00:41:51.659Z] Reading package lists... [2021-03-25T00:41:51.659Z] Building dependency tree... [2021-03-25T00:41:51.659Z] Reading state information... [2021-03-25T00:41:51.919Z] The following additional packages will be installed: [2021-03-25T00:41:51.919Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T00:41:51.919Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T00:41:51.919Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T00:41:51.919Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-25T00:41:51.919Z] Suggested packages: [2021-03-25T00:41:51.919Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-25T00:41:51.919Z] Recommended packages: [2021-03-25T00:41:51.919Z] gnupg libsasl2-modules [2021-03-25T00:41:51.919Z] The following NEW packages will be installed: [2021-03-25T00:41:51.919Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T00:41:51.919Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T00:41:51.919Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T00:41:51.919Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-25T00:41:51.919Z] The following packages will be upgraded: [2021-03-25T00:41:51.919Z] gpg gpg-agent gpgconf libudev1 [2021-03-25T00:41:52.178Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-25T00:41:52.178Z] Need to get 3530 kB of archives. [2021-03-25T00:41:52.178Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-25T00:41:52.179Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-25T00:41:52.179Z] 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-03-25T00:41:52.518Z] $ docker rm -f 7ad02f6dbf5fe72329cd1840643c9542e1e52abc00cb319dcbb88b5843d1396b [2021-03-25T00:41:52.438Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-25T00:41:52.438Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-25T00:41:52.438Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-25T00:41:52.438Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-25T00:41:53.031Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-25T00:41:53.031Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-25T00:41:53.031Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-25T00:41:53.031Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-25T00:41:53.031Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-25T00:41:53.031Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-25T00:41:53.031Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-25T00:41:53.031Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-25T00:41:53.031Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-25T00:41:53.031Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-25T00:41:53.031Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-25T00:41:53.031Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-25T00:41:53.031Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-25T00:41:53.031Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-25T00:41:53.031Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-25T00:41:53.031Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-25T00:41:53.292Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:41:53.292Z] Fetched 3530 kB in 1s (3143 kB/s) [2021-03-25T00:41:53.292Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T00:41:53.292Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:41:53.292Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:41:53.292Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-25T00:41:53.552Z] Selecting previously unselected package udev. [2021-03-25T00:41:53.552Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T00:41:53.552Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:41:53.552Z] Unpacking udev (237-3ubuntu10.45) ... [Pipeline] // withDockerContainer [2021-03-25T00:41:53.815Z] Selecting previously unselected package libfuse2:amd64. [2021-03-25T00:41:53.815Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T00:41:53.815Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T00:41:53.815Z] Selecting previously unselected package fuse. [2021-03-25T00:41:53.815Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T00:41:53.815Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-25T00:41:53.815Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:41:53.815Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-25T00:41:54.081Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:41:54.081Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:41:54.081Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:41:54.081Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:41:54.342Z] Selecting previously unselected package libksba8:amd64. [2021-03-25T00:41:54.342Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-25T00:41:54.342Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-25T00:41:54.342Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-25T00:41:54.342Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.342Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.342Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-25T00:41:54.342Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.342Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:41:54.602Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-25T00:41:54.602Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.602Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.602Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-25T00:41:54.602Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.602Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.602Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-25T00:41:54.603Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.603Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.603Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-25T00:41:54.603Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.603Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.826Z] [2021-03-25T00:41:54.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-25T00:41:54.862Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-25T00:41:54.862Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.862Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:54.862Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-25T00:41:54.862Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:54.862Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] sh [2021-03-25T00:41:55.122Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-25T00:41:55.122Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:41:55.122Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:55.122Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-25T00:41:55.122Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T00:41:55.122Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:41:55.122Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-25T00:41:55.122Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T00:41:55.122Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:41:55.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:41:55.382Z] Selecting previously unselected package libldap-common. [2021-03-25T00:41:55.382Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-25T00:41:55.382Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:41:55.382Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-25T00:41:55.382Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-25T00:41:55.382Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:41:55.491Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-25T00:41:55.492Z] 29e5d40040c1: Pulling fs layer [2021-03-25T00:41:55.492Z] 1ce36da41761: Pulling fs layer [2021-03-25T00:41:55.492Z] 25b303627fd3: Pulling fs layer [2021-03-25T00:41:55.648Z] Selecting previously unselected package dirmngr. [2021-03-25T00:41:55.649Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:41:55.649Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T00:41:55.649Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:41:55.649Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-25T00:41:55.649Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T00:41:55.763Z] 29e5d40040c1: Verifying Checksum [2021-03-25T00:41:55.763Z] 29e5d40040c1: Download complete [2021-03-25T00:41:55.908Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:41:55.909Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:41:55.909Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-25T00:41:55.909Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:55.909Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-25T00:41:55.909Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:41:55.909Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-25T00:41:56.364Z] 29e5d40040c1: Pull complete [2021-03-25T00:41:56.364Z] 1ce36da41761: Download complete [2021-03-25T00:41:56.479Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-25T00:41:56.479Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.479Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-25T00:41:56.479Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-25T00:41:56.479Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-25T00:41:56.479Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.479Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:41:56.739Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:41:56.739Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T00:41:56.739Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:41:57.308Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-25T00:41:57.308Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-25T00:41:57.308Z] This means they are not meant to be enabled using systemctl. [2021-03-25T00:41:57.308Z] Possible reasons for having this kind of units are: [2021-03-25T00:41:57.308Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-25T00:41:57.308Z] .wants/ or .requires/ directory. [2021-03-25T00:41:57.308Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-25T00:41:57.308Z] a requirement dependency on it. [2021-03-25T00:41:57.308Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-25T00:41:57.308Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-25T00:41:57.308Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-25T00:41:57.308Z] instance name specified. [2021-03-25T00:41:57.568Z] Reading package lists... [2021-03-25T00:41:57.568Z] Building dependency tree... [2021-03-25T00:41:57.568Z] Reading state information... [2021-03-25T00:41:57.803Z] 1ce36da41761: Pull complete [2021-03-25T00:41:57.803Z] 25b303627fd3: Verifying Checksum [2021-03-25T00:41:57.804Z] 25b303627fd3: Download complete [2021-03-25T00:41:57.827Z] The following additional packages will be installed: [2021-03-25T00:41:57.827Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-25T00:41:57.827Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-25T00:41:57.827Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-25T00:41:57.827Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-25T00:41:57.827Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-25T00:41:57.827Z] Suggested packages: [2021-03-25T00:41:57.827Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-25T00:41:57.827Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-25T00:41:57.827Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-25T00:41:57.827Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-25T00:41:57.827Z] systemd-container policykit-1 [2021-03-25T00:41:57.827Z] Recommended packages: [2021-03-25T00:41:57.827Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-25T00:41:57.827Z] The following NEW packages will be installed: [2021-03-25T00:41:57.827Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-25T00:41:57.827Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-25T00:41:57.827Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-25T00:41:57.827Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-25T00:41:57.827Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-25T00:41:57.827Z] The following packages will be upgraded: [2021-03-25T00:41:57.827Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-25T00:41:58.086Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-25T00:41:58.086Z] Need to get 35.2 MB of archives. [2021-03-25T00:41:58.086Z] After this operation, 141 MB of additional disk space will be used. [2021-03-25T00:41:58.086Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-25T00:41:58.086Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-25T00:41:58.656Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-25T00:41:58.656Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-25T00:41:58.656Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-25T00:41:58.656Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-25T00:41:58.656Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-25T00:41:58.656Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-25T00:41:58.656Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-25T00:41:58.656Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-25T00:41:58.656Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-25T00:41:58.656Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-25T00:41:58.656Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-25T00:41:58.916Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-25T00:41:58.916Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-25T00:41:58.916Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-25T00:41:58.916Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-25T00:41:58.916Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-25T00:41:58.916Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-25T00:41:58.916Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-25T00:41:58.916Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-25T00:41:58.917Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-25T00:41:58.917Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-25T00:41:58.917Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-25T00:41:58.917Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-25T00:41:58.917Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-25T00:41:58.917Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-25T00:41:58.917Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-25T00:41:59.176Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-25T00:41:59.176Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-25T00:42:00.629Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:42:00.629Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-03-25T00:42:00.629Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:42:00.629Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:42:00.629Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:42:01.200Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:42:01.201Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:42:01.201Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-25T00:42:01.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:42:01.464Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T00:42:01.464Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T00:42:01.724Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-25T00:42:01.724Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:42:01.724Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T00:42:01.724Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T00:42:02.295Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-25T00:42:02.295Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-25T00:42:02.556Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-25T00:42:02.816Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-25T00:42:02.816Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T00:42:03.076Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T00:42:03.076Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-25T00:42:03.076Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:42:03.076Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:03.336Z] Selecting previously unselected package libexpat1:amd64. [2021-03-25T00:42:03.336Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-25T00:42:03.336Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T00:42:03.336Z] Selecting previously unselected package python3.6-minimal. [2021-03-25T00:42:03.336Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:42:03.336Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:03.597Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T00:42:03.857Z] Checking for services that may need to be restarted...done. [2021-03-25T00:42:03.857Z] Checking for services that may need to be restarted...done. [2021-03-25T00:42:03.857Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:03.857Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T00:42:03.857Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:04.425Z] Selecting previously unselected package python3-minimal. [2021-03-25T00:42:04.425Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-25T00:42:04.425Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:42:04.425Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-25T00:42:04.685Z] Selecting previously unselected package mime-support. [2021-03-25T00:42:04.685Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-25T00:42:04.685Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-25T00:42:04.685Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-25T00:42:04.685Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-25T00:42:04.685Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T00:42:04.685Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-25T00:42:04.685Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:42:04.947Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:05.207Z] Selecting previously unselected package python3.6. [2021-03-25T00:42:05.207Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:42:05.207Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:05.207Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-25T00:42:05.207Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:42:05.207Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T00:42:05.207Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-25T00:42:05.466Z] Selecting previously unselected package python3. [2021-03-25T00:42:05.466Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-25T00:42:05.466Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:42:05.466Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-25T00:42:05.726Z] Selecting previously unselected package multiarch-support. [2021-03-25T00:42:05.726Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:05.726Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T00:42:05.726Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T00:42:05.726Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-25T00:42:05.726Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-25T00:42:05.726Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-25T00:42:05.726Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T00:42:05.991Z] Selecting previously unselected package libbsd0:amd64. [2021-03-25T00:42:05.992Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-25T00:42:05.992Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T00:42:05.992Z] Selecting previously unselected package sudo. [2021-03-25T00:42:05.992Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:05.992Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T00:42:06.259Z] Selecting previously unselected package apparmor. [2021-03-25T00:42:06.259Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T00:42:06.259Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-25T00:42:06.259Z] Selecting previously unselected package libedit2:amd64. [2021-03-25T00:42:06.259Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-25T00:42:06.259Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T00:42:06.518Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-25T00:42:06.518Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:42:06.518Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:06.518Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-25T00:42:06.518Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:42:06.518Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:06.777Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-25T00:42:06.777Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-25T00:42:06.777Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T00:42:06.777Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-25T00:42:06.777Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:42:06.777Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:06.778Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-25T00:42:06.778Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:42:07.037Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:07.037Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-25T00:42:07.037Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-25T00:42:07.037Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T00:42:07.298Z] Selecting previously unselected package openssh-client. [2021-03-25T00:42:07.298Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-25T00:42:07.298Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T00:42:07.560Z] Selecting previously unselected package squashfs-tools. [2021-03-25T00:42:07.560Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-25T00:42:07.560Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T00:42:07.560Z] Selecting previously unselected package snapd. [2021-03-25T00:42:07.560Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-25T00:42:07.560Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-25T00:42:07.983Z] 25b303627fd3: Pull complete [2021-03-25T00:42:07.983Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-25T00:42:07.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:42:07.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-25T00:42:08.237Z] prd-ubuntu18.04-docker-arm64-4c-16g-31289 does not seem to be running inside a container [2021-03-25T00:42:08.457Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T00:42:10.100Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T00:42:10.100Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T00:42:10.100Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-25T00:42:10.100Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T00:42:10.100Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T00:42:10.100Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:10.100Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:42:10.100Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-25T00:42:10.100Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-25T00:42:11.044Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T00:42:11.044Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T00:42:11.044Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T00:42:11.044Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:11.044Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:11.044Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:42:11.841Z] $ docker top 55a5f050c9f07565624c3322d6ed436233fc9280813d4c296ba3b1a1de555cb4 -eo pid,comm [2021-03-25T00:42:11.984Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T00:42:11.984Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:11.984Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T00:42:11.984Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-25T00:42:11.984Z] running python rtupdate hooks for python3.6... [2021-03-25T00:42:11.984Z] running python post-rtupdate hooks for python3.6... [2021-03-25T00:42:11.984Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] { [Pipeline] sh [2021-03-25T00:42:12.733Z] + + grepdocker-compose parallel build --help [2021-03-25T00:42:12.733Z] [2021-03-25T00:42:13.369Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-25T00:42:13.636Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:42:13.636Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T00:42:13.909Z] Setting up snapd (2.48.3+18.04) ... [2021-03-25T00:42:14.174Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-25T00:42:14.435Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-25T00:42:14.695Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-25T00:42:14.964Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-25T00:42:14.964Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T00:42:14.964Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T00:42:15.234Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-25T00:42:15.495Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-25T00:42:15.756Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-25T00:42:15.756Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-25T00:42:16.017Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-25T00:42:16.017Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:42:16.017Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T00:42:16.966Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T00:42:16.966Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T00:42:16.966Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T00:42:17.033Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T00:42:17.455Z] $ docker stop --time=1 55a5f050c9f07565624c3322d6ed436233fc9280813d4c296ba3b1a1de555cb4 [2021-03-25T00:42:18.167Z] Reading package lists... [2021-03-25T00:42:18.428Z] Reading package lists... [2021-03-25T00:42:18.688Z] Building dependency tree... [2021-03-25T00:42:18.688Z] Reading state information... [2021-03-25T00:42:18.688Z] Calculating upgrade... [2021-03-25T00:42:18.949Z] The following packages will be upgraded: [2021-03-25T00:42:18.949Z] advancecomp base-files bash binutils binutils-common [2021-03-25T00:42:18.949Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-25T00:42:18.949Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-25T00:42:18.949Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-25T00:42:18.949Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-25T00:42:18.949Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-25T00:42:18.949Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-25T00:42:18.949Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-25T00:42:18.949Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-25T00:42:18.949Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-25T00:42:18.949Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-25T00:42:18.949Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-25T00:42:18.949Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-25T00:42:18.949Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-25T00:42:18.949Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-25T00:42:18.949Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:42:18.949Z] Need to get 63.8 MB of archives. [2021-03-25T00:42:18.949Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-25T00:42:18.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-25T00:42:19.209Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-25T00:42:19.209Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-25T00:42:19.209Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-25T00:42:19.209Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-25T00:42:19.209Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-25T00:42:19.209Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-25T00:42:19.209Z] 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-03-25T00:42:19.209Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-25T00:42:19.209Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-25T00:42:19.209Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-25T00:42:19.209Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-25T00:42:19.209Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-25T00:42:19.209Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-25T00:42:19.209Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-25T00:42:19.209Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-25T00:42:19.209Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-25T00:42:19.404Z] $ docker rm -f 55a5f050c9f07565624c3322d6ed436233fc9280813d4c296ba3b1a1de555cb4 [2021-03-25T00:42:19.470Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-25T00:42:19.470Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-25T00:42:19.470Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-25T00:42:19.470Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-25T00:42:19.470Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-25T00:42:19.470Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-25T00:42:19.470Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-25T00:42:19.470Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-25T00:42:19.470Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-25T00:42:19.470Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-25T00:42:19.470Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-25T00:42:19.470Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-25T00:42:19.470Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-25T00:42:19.470Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-25T00:42:19.470Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-25T00:42:19.470Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-25T00:42:19.470Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-25T00:42:19.470Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-25T00:42:19.470Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-25T00:42:19.470Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-25T00:42:19.470Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-25T00:42:19.470Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-25T00:42:19.470Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-25T00:42:19.470Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-25T00:42:19.470Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-25T00:42:19.470Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-25T00:42:19.470Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-25T00:42:19.470Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-25T00:42:19.470Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-25T00:42:19.470Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-25T00:42:19.470Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-25T00:42:19.470Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-25T00:42:19.470Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-25T00:42:19.470Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-03-25T00:42:19.732Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-25T00:42:19.732Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-25T00:42:19.732Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-25T00:42:19.732Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:42:19.997Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-25T00:42:19.997Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-25T00:42:19.997Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-25T00:42:19.997Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-25T00:42:19.997Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-25T00:42:20.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:42:20.101Z] . [Pipeline] withDockerContainer [2021-03-25T00:42:20.257Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-25T00:42:20.257Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-25T00:42:20.257Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-25T00:42:20.257Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-25T00:42:20.257Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-25T00:42:20.257Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-25T00:42:20.257Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-25T00:42:20.257Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-25T00:42:20.386Z] prd-ubuntu18.04-docker-arm64-4c-16g-31289 does not seem to be running inside a container [2021-03-25T00:42:20.599Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T00:42:20.517Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-25T00:42:20.518Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-25T00:42:20.518Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-25T00:42:20.518Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-25T00:42:20.518Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-25T00:42:20.518Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-25T00:42:20.518Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-25T00:42:20.518Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-25T00:42:20.518Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-25T00:42:20.518Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-25T00:42:20.518Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-25T00:42:20.518Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-25T00:42:20.518Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-25T00:42:20.518Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-25T00:42:20.518Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-25T00:42:20.779Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-25T00:42:20.779Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-25T00:42:20.779Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-25T00:42:20.779Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-25T00:42:20.779Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-25T00:42:20.779Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-25T00:42:20.779Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-25T00:42:20.779Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-25T00:42:20.779Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-25T00:42:20.779Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-25T00:42:20.779Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-25T00:42:20.779Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-25T00:42:21.047Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-25T00:42:21.047Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-25T00:42:21.047Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-25T00:42:21.047Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-25T00:42:21.047Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:42:21.306Z] Fetched 63.8 MB in 2s (31.0 MB/s) [2021-03-25T00:42:21.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:21.306Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:21.306Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:42:22.067Z] $ docker top 9c4c78293f3a2d45d6730fc248402788ceee8c7c7dfad6bedcfe5dfb0b42f5ad -eo pid,comm [2021-03-25T00:42:22.244Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:22.244Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:42:22.244Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-25T00:42:22.244Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [Pipeline] { [Pipeline] sh [2021-03-25T00:42:23.003Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T00:42:23.181Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.181Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.181Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.181Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.442Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.442Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.442Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.442Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.702Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.702Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.702Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.702Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.962Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:23.962Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:23.962Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:24.221Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:42:24.221Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:24.221Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-25T00:42:24.221Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:24.221Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:42:24.221Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:24.221Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:24.481Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:24.481Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:24.744Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:24.744Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:42:24.744Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:25.005Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:42:25.005Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:25.264Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:42:25.525Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T00:42:25.785Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:42:25.785Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-25T00:42:25.785Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-25T00:42:25.785Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-25T00:42:26.044Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-25T00:42:26.044Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-25T00:42:26.304Z] Installing new version of config file /etc/issue ... [2021-03-25T00:42:26.304Z] Installing new version of config file /etc/issue.net ... [2021-03-25T00:42:26.304Z] Installing new version of config file /etc/lsb-release ... [2021-03-25T00:42:26.304Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-25T00:42:26.564Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-25T00:42:26.564Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-25T00:42:26.564Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-25T00:42:26.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:26.564Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-25T00:42:26.823Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-25T00:42:26.823Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-25T00:42:27.082Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-25T00:42:27.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:27.082Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:27.082Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:27.082Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:27.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:27.343Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-25T00:42:27.343Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-25T00:42:27.343Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-25T00:42:27.343Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:27.343Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-25T00:42:27.602Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:42:27.862Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-25T00:42:27.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:27.863Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:42:27.863Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:42:27.863Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:42:28.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:28.122Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:42:28.122Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:42:28.122Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-25T00:42:28.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:28.381Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-25T00:42:28.381Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-25T00:42:28.381Z] Setting up grep (3.1-2build1) ... [2021-03-25T00:42:28.528Z] Building docker-core-command-go ... [2021-03-25T00:42:28.528Z] Building docker-core-data-go ... [2021-03-25T00:42:28.528Z] Building docker-core-metadata-go ... [2021-03-25T00:42:28.528Z] Building docker-security-bootstrapper-go ... [2021-03-25T00:42:28.528Z] Building docker-security-proxy-setup-go ... [2021-03-25T00:42:28.528Z] Building docker-security-secretstore-setup-go ... [2021-03-25T00:42:28.528Z] Building docker-support-notifications-go ... [2021-03-25T00:42:28.528Z] Building docker-support-scheduler-go ... [2021-03-25T00:42:28.528Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T00:42:28.528Z] Building docker-security-proxy-setup-go [2021-03-25T00:42:28.528Z] Building docker-security-secretstore-setup-go [2021-03-25T00:42:28.528Z] Building docker-support-scheduler-go [2021-03-25T00:42:28.528Z] Building docker-core-metadata-go [2021-03-25T00:42:28.528Z] Building docker-core-command-go [2021-03-25T00:42:28.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:28.640Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T00:42:28.640Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T00:42:28.640Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-25T00:42:28.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:28.901Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:42:28.901Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:42:28.901Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-25T00:42:28.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:28.901Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:42:28.901Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:42:29.471Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:42:29.471Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:42:29.731Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:42:29.731Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:42:30.301Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-25T00:42:30.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:30.301Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-25T00:42:30.301Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:42:31.683Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T00:42:31.683Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T00:42:31.683Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T00:42:31.683Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T00:42:31.683Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T00:42:31.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:31.683Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-25T00:42:31.683Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-25T00:42:31.942Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-25T00:42:31.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:31.942Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:31.942Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:31.942Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:32.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:32.210Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:32.210Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:32.210Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:32.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:32.210Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:32.210Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:32.470Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:32.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:32.470Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:32.470Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:32.470Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:32.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:32.729Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:42:32.729Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:42:32.729Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:42:32.729Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:42:32.987Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:42:32.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:32.987Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:42:32.987Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:42:32.987Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:42:33.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:33.246Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:33.246Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:33.246Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:33.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:33.246Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:33.246Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:33.506Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:33.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:33.506Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:33.765Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:34.025Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:34.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-25T00:42:34.544Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-25T00:42:34.804Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:34.804Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:42:34.804Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:42:35.068Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:42:35.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:42:35.068Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-25T00:42:35.068Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:42:35.328Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-25T00:42:35.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:35.328Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-25T00:42:35.328Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-25T00:42:35.587Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-25T00:42:35.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:35.847Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-25T00:42:35.847Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T00:42:35.847Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-25T00:42:35.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:35.847Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-25T00:42:35.847Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T00:42:36.106Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-25T00:42:36.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:36.106Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:42:36.106Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:42:36.365Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:42:36.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:36.625Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:42:36.625Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:42:36.625Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:42:36.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:36.886Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:42:36.886Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:42:37.145Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:42:37.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:37.145Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:42:37.145Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:42:37.405Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:42:37.405Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:42:37.405Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:42:37.405Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:42:37.405Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:42:37.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:37.664Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-25T00:42:37.665Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-25T00:42:37.665Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-25T00:42:37.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:37.926Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-25T00:42:37.926Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:42:37.926Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:42:38.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:38.186Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:42:38.186Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:42:38.446Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:42:38.446Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:38.446Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-25T00:42:38.446Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-25T00:42:38.706Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-25T00:42:38.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:38.706Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T00:42:38.706Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T00:42:38.970Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-25T00:42:39.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:39.240Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:42:39.240Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:42:39.240Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-25T00:42:39.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:39.501Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-25T00:42:39.501Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-25T00:42:39.761Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-25T00:42:39.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:39.761Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-25T00:42:39.761Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-25T00:42:39.761Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-25T00:42:40.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:40.028Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-25T00:42:40.028Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-25T00:42:40.028Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-25T00:42:40.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:40.028Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-25T00:42:40.288Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-25T00:42:40.288Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-25T00:42:40.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:40.549Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T00:42:40.549Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-25T00:42:40.549Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-25T00:42:40.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:42:40.549Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-25T00:42:40.809Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-25T00:42:40.809Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-25T00:42:41.069Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-25T00:42:41.069Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T00:42:41.069Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T00:42:41.069Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T00:42:41.069Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T00:42:41.329Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T00:42:41.329Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T00:42:41.589Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-25T00:42:41.589Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-25T00:42:41.850Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T00:42:41.850Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-25T00:42:41.850Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T00:42:41.850Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-25T00:42:41.850Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-25T00:42:42.117Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-25T00:42:42.117Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-25T00:42:42.117Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-25T00:42:42.117Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-25T00:42:42.380Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-25T00:42:42.380Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-25T00:42:42.380Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-25T00:42:42.380Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-25T00:42:42.380Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-25T00:42:42.650Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-25T00:42:42.650Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-25T00:42:43.594Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-25T00:42:43.594Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-25T00:42:43.594Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-25T00:42:43.594Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-25T00:42:43.854Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:42:43.854Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:42:44.134Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:42:44.134Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:42:44.406Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:42:44.406Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:42:44.406Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:42:44.406Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:42:44.671Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:44.671Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:44.671Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:44.671Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:45.145Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:45.433Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:45.433Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:45.433Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:46.408Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:46.408Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:47.512Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:47.512Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:48.090Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:48.090Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:48.659Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:48.659Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:49.597Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:42:49.597Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:42:49.597Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:42:49.597Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:42:49.597Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T00:42:49.597Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:42:49.857Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T00:42:49.857Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:42:50.118Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-25T00:42:50.118Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-25T00:42:50.118Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:42:50.118Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:42:50.378Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:42:50.378Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:42:50.378Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-25T00:42:50.378Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-25T00:42:50.638Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:50.638Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:42:50.638Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:50.638Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:50.638Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:50.905Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-25T00:42:50.905Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-25T00:42:50.905Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-25T00:42:50.905Z] [2021-03-25T00:42:50.905Z] Current default time zone: 'Etc/UTC' [2021-03-25T00:42:50.905Z] Local time is now: Thu Mar 25 00:42:50 UTC 2021. [2021-03-25T00:42:50.905Z] Universal Time is now: Thu Mar 25 00:42:50 UTC 2021. [2021-03-25T00:42:50.905Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-25T00:42:50.905Z] [2021-03-25T00:42:50.905Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-25T00:42:50.905Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:50.905Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-25T00:42:51.165Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:42:51.165Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-25T00:42:51.165Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-25T00:42:51.165Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-25T00:42:51.165Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-25T00:42:51.165Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-25T00:42:51.165Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T00:42:51.165Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:51.165Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-25T00:42:51.425Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:51.425Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:42:51.425Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:51.691Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-25T00:42:51.691Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-25T00:42:51.691Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-25T00:42:51.691Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T00:42:51.691Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-25T00:42:51.691Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-25T00:42:51.691Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:42:51.951Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-25T00:42:53.331Z] Updating certificates in /etc/ssl/certs... [2021-03-25T00:42:53.902Z] 23 added, 27 removed; done. [2021-03-25T00:42:53.902Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T00:42:53.902Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:42:53.902Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-25T00:42:53.902Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-25T00:42:54.162Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-25T00:42:54.162Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.162Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:42:54.162Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.162Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.162Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.162Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.422Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.422Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-25T00:42:54.422Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:42:54.422Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:42:54.422Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-25T00:42:54.422Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:42:54.422Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.682Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:42:54.682Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:42:54.682Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-25T00:42:54.682Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:42:54.682Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:42:54.682Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T00:42:54.941Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-25T00:42:54.941Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-25T00:42:54.941Z] Updating certificates in /etc/ssl/certs... [2021-03-25T00:42:55.510Z] 0 added, 0 removed; done. [2021-03-25T00:42:55.510Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-25T00:42:55.510Z] done. [2021-03-25T00:42:55.769Z] Reading package lists... [2021-03-25T00:42:56.029Z] Building dependency tree... [2021-03-25T00:42:56.029Z] Reading state information... [2021-03-25T00:42:56.029Z] The following NEW packages will be installed: [2021-03-25T00:42:56.029Z] apt-transport-https [2021-03-25T00:42:56.289Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:42:56.289Z] Need to get 1696 B of archives. [2021-03-25T00:42:56.289Z] After this operation, 153 kB of additional disk space will be used. [2021-03-25T00:42:56.289Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-25T00:42:56.548Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:42:56.548Z] Fetched 1696 B in 0s (8608 B/s) [2021-03-25T00:42:56.548Z] Selecting previously unselected package apt-transport-https. [2021-03-25T00:42:56.548Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-25T00:42:56.548Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-25T00:42:56.548Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T00:42:56.548Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T00:42:56.808Z] Waiting for network to be ready... [2021-03-25T00:43:03.382Z] 2021-03-25T00:43:00Z INFO Waiting for automatic snapd restart... [2021-03-25T00:43:03.641Z] snapd 2.49.1 from Canonical* installed [2021-03-25T00:43:05.018Z] "snapd" switched to the "latest/stable" channel [2021-03-25T00:43:05.019Z] [2021-03-25T00:43:08.313Z] core18 20210128 from Canonical* installed [2021-03-25T00:43:08.572Z] "core18" switched to the "latest/stable" channel [2021-03-25T00:43:08.572Z] [2021-03-25T00:43:13.864Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T00:43:13.864Z] "snapcraft" switched to the "latest/stable" channel [2021-03-25T00:43:13.864Z] [2021-03-25T00:43:16.416Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-25T00:43:16.416Z] - README.md [2021-03-25T00:43:16.416Z] [2021-03-25T00:43:16.416Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T00:43:22.983Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:43:22.983Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T00:43:23.242Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T00:43:23.242Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T00:43:24.620Z] Reading package lists... [2021-03-25T00:43:24.620Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-25T00:43:31.202Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:43:31.202Z] Reading package lists... [2021-03-25T00:43:31.202Z] Building dependency tree... [2021-03-25T00:43:31.202Z] Reading state information... [2021-03-25T00:43:31.202Z] Suggested packages: [2021-03-25T00:43:31.202Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-25T00:43:31.202Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-25T00:43:31.202Z] Recommended packages: [2021-03-25T00:43:31.202Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-25T00:43:31.202Z] The following NEW packages will be installed: [2021-03-25T00:43:31.202Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-25T00:43:31.202Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-25T00:43:31.202Z] pkg-config zip [2021-03-25T00:43:31.202Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:43:31.202Z] Need to get 7657 kB of archives. [2021-03-25T00:43:31.202Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-25T00:43:31.202Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-25T00:43:31.202Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-25T00:43:31.462Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-25T00:43:31.462Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-25T00:43:31.722Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-25T00:43:31.722Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-25T00:43:31.722Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-25T00:43:31.722Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-25T00:43:31.722Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-25T00:43:31.722Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-25T00:43:31.982Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-25T00:43:31.982Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-25T00:43:31.982Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-25T00:43:32.242Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-25T00:43:32.242Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-25T00:43:32.242Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:43:32.242Z] Fetched 7657 kB in 1s (7287 kB/s) [2021-03-25T00:43:32.501Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-25T00:43:32.501Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-25T00:43:32.501Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-25T00:43:32.501Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T00:43:32.761Z] Selecting previously unselected package libpsl5:amd64. [2021-03-25T00:43:32.761Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-25T00:43:32.761Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T00:43:32.761Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-25T00:43:32.761Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-25T00:43:32.761Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T00:43:33.020Z] Selecting previously unselected package librtmp1:amd64. [2021-03-25T00:43:33.020Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-25T00:43:33.020Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T00:43:33.020Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-25T00:43:33.020Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-25T00:43:33.020Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T00:43:33.020Z] Selecting previously unselected package liberror-perl. [2021-03-25T00:43:33.020Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-25T00:43:33.020Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-25T00:43:33.279Z] Selecting previously unselected package git-man. [2021-03-25T00:43:33.279Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-25T00:43:33.279Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:43:33.279Z] Selecting previously unselected package git. [2021-03-25T00:43:33.279Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-25T00:43:33.279Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:43:34.216Z] Selecting previously unselected package libnorm1:amd64. [2021-03-25T00:43:34.216Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-25T00:43:34.216Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T00:43:34.216Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-25T00:43:34.216Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-25T00:43:34.216Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T00:43:34.475Z] Selecting previously unselected package libsodium23:amd64. [2021-03-25T00:43:34.475Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-25T00:43:34.475Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-25T00:43:34.475Z] Selecting previously unselected package libzmq5:amd64. [2021-03-25T00:43:34.475Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T00:43:34.475Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:43:34.735Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-25T00:43:34.735Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T00:43:34.735Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:43:34.735Z] Selecting previously unselected package pkg-config. [2021-03-25T00:43:34.735Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-25T00:43:34.735Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T00:43:34.995Z] Selecting previously unselected package zip. [2021-03-25T00:43:34.996Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-25T00:43:34.996Z] Unpacking zip (3.0-11build1) ... [2021-03-25T00:43:34.996Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T00:43:34.996Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:43:34.996Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T00:43:34.996Z] Setting up liberror-perl (0.17025-1) ... [2021-03-25T00:43:34.996Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T00:43:35.255Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T00:43:35.255Z] No schema files found: doing nothing. [2021-03-25T00:43:35.255Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T00:43:35.255Z] Setting up zip (3.0-11build1) ... [2021-03-25T00:43:35.255Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T00:43:35.255Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-25T00:43:35.255Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T00:43:35.255Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:43:35.255Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T00:43:35.255Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:43:35.255Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:43:35.515Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:43:36.509Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:43:36.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:43:36.509Z] ---> d6efa4c471bc [2021-03-25T00:43:36.509Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:43:37.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:43:37.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:43:37.515Z] ---> d6efa4c471bc [2021-03-25T00:43:37.515Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:43:37.515Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:43:37.515Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:43:37.515Z] ---> d6efa4c471bc [2021-03-25T00:43:37.515Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T00:43:37.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:43:37.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:43:37.515Z] ---> d6efa4c471bc [2021-03-25T00:43:37.515Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:43:37.515Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:43:37.515Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:43:37.515Z] ---> d6efa4c471bc [2021-03-25T00:43:37.515Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T00:43:40.899Z] ---> Running in 0b177977c374 [2021-03-25T00:43:40.899Z] ---> Running in c80dc10eab0f [2021-03-25T00:43:40.899Z] ---> Running in a7bfba5423fd [2021-03-25T00:43:40.899Z] ---> Running in 5e6d8b8b8661 [2021-03-25T00:43:40.899Z] ---> Running in 1a7d2dde3674 [2021-03-25T00:43:41.504Z] Removing intermediate container a7bfba5423fd [2021-03-25T00:43:41.504Z] ---> 397756aa863a [2021-03-25T00:43:41.504Z] Removing intermediate container 1a7d2dde3674 [2021-03-25T00:43:41.504Z] ---> c25328c880a3 [2021-03-25T00:43:41.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:43:41.504Z] [2021-03-25T00:43:41.504Z] Removing intermediate container c80dc10eab0f [2021-03-25T00:43:41.504Z] ---> 892df7e9e28b [2021-03-25T00:43:41.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:43:41.504Z] Removing intermediate container 0b177977c374 [2021-03-25T00:43:41.504Z] ---> 77c4a1d50c9b [2021-03-25T00:43:41.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:43:41.776Z] Removing intermediate container 5e6d8b8b8661 [2021-03-25T00:43:41.776Z] ---> 6eae4245c21d [2021-03-25T00:43:41.776Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:43:41.776Z] ---> Running in 7d0b60fe1e08 [2021-03-25T00:43:41.776Z] ---> Running in c7256eff9a77 [2021-03-25T00:43:41.776Z] ---> Running in dc0f52efc894 [2021-03-25T00:43:42.049Z] ---> Running in 33f2dc39ceea [2021-03-25T00:43:42.049Z] ---> Running in b10e2841c303 [2021-03-25T00:43:42.086Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:43:42.350Z] git set to automatically installed. [2021-03-25T00:43:42.350Z] git-man set to automatically installed. [2021-03-25T00:43:42.350Z] libcurl3-gnutls set to automatically installed. [2021-03-25T00:43:42.350Z] liberror-perl set to automatically installed. [2021-03-25T00:43:42.350Z] libglib2.0-0 set to automatically installed. [2021-03-25T00:43:42.350Z] libnghttp2-14 set to automatically installed. [2021-03-25T00:43:42.350Z] libnorm1 set to automatically installed. [2021-03-25T00:43:42.350Z] libpgm-5.2-0 set to automatically installed. [2021-03-25T00:43:42.350Z] libpsl5 set to automatically installed. [2021-03-25T00:43:42.350Z] librtmp1 set to automatically installed. [2021-03-25T00:43:42.350Z] libsodium23 set to automatically installed. [2021-03-25T00:43:42.350Z] libzmq3-dev set to automatically installed. [2021-03-25T00:43:42.350Z] libzmq5 set to automatically installed. [2021-03-25T00:43:42.350Z] pkg-config set to automatically installed. [2021-03-25T00:43:42.350Z] zip set to automatically installed. [2021-03-25T00:43:43.730Z] snapd is not logged in, snap install commands will use sudo [2021-03-25T00:43:45.468Z] Removing intermediate container c7256eff9a77 [2021-03-25T00:43:45.468Z] ---> 9e66dc5ed8db [2021-03-25T00:43:45.468Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T00:43:45.739Z] Removing intermediate container 7d0b60fe1e08 [2021-03-25T00:43:45.740Z] ---> 10ed0dfe8729 [2021-03-25T00:43:45.740Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T00:43:45.740Z] ---> Running in 703af184a651 [2021-03-25T00:43:46.012Z] Removing intermediate container dc0f52efc894 [2021-03-25T00:43:46.012Z] ---> eaeeed5d00f7 [2021-03-25T00:43:46.012Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:43:46.012Z] ---> Running in 74f9d5337822 [2021-03-25T00:43:46.290Z] ---> Running in 73a8c4b9e9d9 [2021-03-25T00:43:46.570Z] Removing intermediate container 33f2dc39ceea [2021-03-25T00:43:46.570Z] ---> 2e71ce9618b2 [2021-03-25T00:43:46.570Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:43:46.570Z] Removing intermediate container b10e2841c303 [2021-03-25T00:43:46.570Z] ---> 9107d6645cd2 [2021-03-25T00:43:46.570Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T00:43:46.854Z] ---> Running in 2fb51900754b [2021-03-25T00:43:46.854Z] ---> Running in 57faaa6d82c0 [2021-03-25T00:43:47.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:48.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:49.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:49.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:49.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:43:49.782Z] OK: 217 MiB in 51 packages [2021-03-25T00:43:50.056Z] OK: 217 MiB in 51 packages [2021-03-25T00:43:50.305Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:43:50.334Z] OK: 217 MiB in 51 packages [2021-03-25T00:43:50.334Z] OK: 217 MiB in 51 packages [2021-03-25T00:43:50.874Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-25T00:43:50.874Z] (try again later) [2021-03-25T00:43:50.875Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-25T00:43:51.134Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [2021-03-25T00:43:51.317Z] Removing intermediate container 703af184a651 [2021-03-25T00:43:51.317Z] ---> d183ce9a082c [2021-03-25T00:43:51.317Z] Step 6/24 : COPY go.mod . [2021-03-25T00:43:51.317Z] OK: 217 MiB in 51 packages [2021-03-25T00:43:51.603Z] Removing intermediate container 74f9d5337822 [2021-03-25T00:43:51.603Z] ---> e68f0679bc8d [2021-03-25T00:43:51.603Z] Step 6/22 : COPY go.mod . [2021-03-25T00:43:51.880Z] Removing intermediate container 2fb51900754b [2021-03-25T00:43:51.880Z] ---> a372430f46f0 [2021-03-25T00:43:51.880Z] Step 6/23 : COPY go.mod . [2021-03-25T00:43:52.157Z] Removing intermediate container 73a8c4b9e9d9 [2021-03-25T00:43:52.157Z] ---> 20cdf690b873 [2021-03-25T00:43:52.157Z] Step 6/23 : COPY go.mod . [2021-03-25T00:43:52.433Z] ---> 1ff19f0d2d51 [2021-03-25T00:43:52.433Z] Step 7/24 : RUN go mod download [Pipeline] } [2021-03-25T00:43:52.710Z] ---> Running in 143bbebb3556 [2021-03-25T00:43:52.710Z] ---> dba86f32950c [2021-03-25T00:43:52.710Z] Step 7/22 : RUN go mod download [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-25T00:43:52.986Z] ---> Running in 2063e4edab9d [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-25T00:43:53.259Z] ---> a615ca754b45 [2021-03-25T00:43:53.259Z] Step 7/23 : RUN go mod download [2021-03-25T00:43:53.259Z] Removing intermediate container 57faaa6d82c0 [2021-03-25T00:43:53.259Z] ---> 7ed459544d72 [2021-03-25T00:43:53.259Z] Step 6/21 : COPY go.mod . [Pipeline] // stage [Pipeline] } [2021-03-25T00:43:53.360Z] Failed in branch amd64 [2021-03-25T00:43:53.529Z] ---> faad5d3b45fa [2021-03-25T00:43:53.530Z] Step 7/23 : RUN go mod download [2021-03-25T00:43:53.530Z] ---> Running in b2fe242c7f3e [2021-03-25T00:43:53.805Z] ---> Running in cee2736d2faa [2021-03-25T00:43:54.400Z] ---> 70a5108f0af3 [2021-03-25T00:43:54.400Z] Step 7/21 : RUN go mod download [2021-03-25T00:43:54.671Z] ---> Running in cecf53570d8b [2021-03-25T00:43:56.664Z] Removing intermediate container 143bbebb3556 [2021-03-25T00:43:56.664Z] ---> 2cb988fe2ada [2021-03-25T00:43:56.664Z] Step 8/24 : COPY . . [2021-03-25T00:43:57.646Z] Removing intermediate container 2063e4edab9d [2021-03-25T00:43:57.646Z] ---> 382d0142c8b5 [2021-03-25T00:43:57.646Z] Step 8/22 : COPY . . [2021-03-25T00:43:58.628Z] Removing intermediate container cee2736d2faa [2021-03-25T00:43:58.628Z] ---> f38864630f95 [2021-03-25T00:43:58.628Z] Step 8/23 : COPY . . [2021-03-25T00:43:58.919Z] Removing intermediate container b2fe242c7f3e [2021-03-25T00:43:58.919Z] ---> b70072d9b1ae [2021-03-25T00:43:58.920Z] Step 8/23 : COPY . . [2021-03-25T00:43:59.196Z] Removing intermediate container cecf53570d8b [2021-03-25T00:43:59.196Z] ---> f2d7b0604e59 [2021-03-25T00:43:59.196Z] Step 8/21 : COPY . . [2021-03-25T00:44:21.349Z] ---> 8325cdb07f55 [2021-03-25T00:44:21.349Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T00:44:21.349Z] ---> Running in cd1c384e34c6 [2021-03-25T00:44:21.349Z] ---> b4cf4967e738 [2021-03-25T00:44:21.349Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T00:44:21.349Z] ---> a4401c7a4110 [2021-03-25T00:44:21.349Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T00:44:21.349Z] ---> 999af9572bfc [2021-03-25T00:44:21.349Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T00:44:21.349Z] ---> ab5655c81647 [2021-03-25T00:44:21.349Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T00:44:21.349Z] ---> Running in 67e27eb41da7 [2021-03-25T00:44:21.349Z] ---> Running in eefc5db4eb14 [2021-03-25T00:44:21.349Z] ---> Running in 4d837e368ab0 [2021-03-25T00:44:21.349Z] ---> Running in a339bd78fd0a [2021-03-25T00:44:22.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T00:44:22.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T00:44:23.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T00:44:23.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T00:44:23.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T00:46:00.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T00:46:00.512Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T00:46:18.837Z] Removing intermediate container cd1c384e34c6 [2021-03-25T00:46:18.837Z] ---> 995a5e6bdb1b [2021-03-25T00:46:18.837Z] [2021-03-25T00:46:18.837Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T00:46:18.837Z] 3.12: Pulling from library/alpine [2021-03-25T00:46:18.837Z] Removing intermediate container eefc5db4eb14 [2021-03-25T00:46:18.837Z] ---> c748062451ff [2021-03-25T00:46:18.837Z] [2021-03-25T00:46:18.837Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T00:46:18.837Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:46:18.837Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T00:46:18.837Z] ---> d10569e2745f [2021-03-25T00:46:18.837Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T00:46:18.837Z] 3.12: Pulling from library/alpine [2021-03-25T00:46:18.837Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:46:18.837Z] Status: Image is up to date for alpine:3.12 [2021-03-25T00:46:18.837Z] ---> d10569e2745f [2021-03-25T00:46:18.837Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T00:46:18.837Z] ---> Running in 7c36c487a2ba [2021-03-25T00:46:18.837Z] ---> Running in 5976b1f1c2da [2021-03-25T00:46:20.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:20.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:21.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:21.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:22.302Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T00:46:22.302Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T00:46:22.302Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:46:22.302Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:46:22.302Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T00:46:22.302Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T00:46:22.302Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T00:46:22.302Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T00:46:22.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:46:22.302Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:46:22.302Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:46:22.302Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T00:46:22.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:46:22.302Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:46:22.682Z] OK: 7 MiB in 18 packages [2021-03-25T00:46:22.682Z] OK: 7 MiB in 20 packages [2021-03-25T00:46:26.140Z] Removing intermediate container 5976b1f1c2da [2021-03-25T00:46:26.140Z] ---> ceb13b3f5a2b [2021-03-25T00:46:26.140Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:46:26.140Z] Removing intermediate container 7c36c487a2ba [2021-03-25T00:46:26.140Z] ---> 5211eb5c68b3 [2021-03-25T00:46:26.140Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:46:26.414Z] ---> Running in 40f0ea82da74 [2021-03-25T00:46:26.414Z] ---> Running in f7a913c7b81e [2021-03-25T00:46:27.393Z] Removing intermediate container 40f0ea82da74 [2021-03-25T00:46:27.393Z] ---> dd481f0ac798 [2021-03-25T00:46:27.393Z] Step 13/21 : WORKDIR /edgex [2021-03-25T00:46:27.672Z] Removing intermediate container f7a913c7b81e [2021-03-25T00:46:27.672Z] ---> 2bc2662d1ec0 [2021-03-25T00:46:27.672Z] Step 13/24 : WORKDIR / [2021-03-25T00:46:27.672Z] ---> Running in 40d5e31d2fad [2021-03-25T00:46:27.945Z] ---> Running in 2884e1a6b30d [2021-03-25T00:46:29.385Z] Removing intermediate container 40d5e31d2fad [2021-03-25T00:46:29.385Z] ---> dcf74ca70b7e [2021-03-25T00:46:29.385Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.tomlRemoving intermediate container 2884e1a6b30d [2021-03-25T00:46:29.385Z] [2021-03-25T00:46:29.385Z] ---> 1dda6f3c250a [2021-03-25T00:46:29.385Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-25T00:46:31.363Z] ---> bff04a0674fa [2021-03-25T00:46:31.363Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T00:46:31.637Z] ---> 32b866cd0f19 [2021-03-25T00:46:31.637Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-25T00:46:33.672Z] ---> 1180d438939e [2021-03-25T00:46:33.672Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T00:46:33.947Z] ---> 19a53717cfef [2021-03-25T00:46:33.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T00:46:34.236Z] Removing intermediate container a339bd78fd0a [2021-03-25T00:46:34.236Z] ---> ff4033f453f6 [2021-03-25T00:46:34.236Z] [2021-03-25T00:46:34.236Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:46:34.236Z] ---> d10569e2745f [2021-03-25T00:46:34.236Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:46:34.846Z] Removing intermediate container 67e27eb41da7 [2021-03-25T00:46:34.846Z] ---> 19c6dff0d745 [2021-03-25T00:46:34.846Z] [2021-03-25T00:46:34.846Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:46:34.846Z] ---> d10569e2745f [2021-03-25T00:46:34.846Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:46:35.154Z] ---> Running in 772f2bdd380f [2021-03-25T00:46:35.154Z] ---> Running in 9536da54671c [2021-03-25T00:46:35.749Z] ---> 246d7a1a5b9c [2021-03-25T00:46:35.749Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T00:46:36.021Z] ---> b133ce827b91 [2021-03-25T00:46:36.021Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T00:46:36.298Z] ---> Running in 6654ec776f46 [2021-03-25T00:46:37.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:37.278Z] Removing intermediate container 6654ec776f46 [2021-03-25T00:46:37.278Z] ---> 86271448ab9e [2021-03-25T00:46:37.278Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T00:46:37.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:37.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:37.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:37.832Z] ---> 615d56fe3f1d [2021-03-25T00:46:37.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T00:46:37.832Z] ---> Running in a9271e7e50fa [2021-03-25T00:46:37.832Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:46:37.832Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:46:37.832Z] OK: 5 MiB in 15 packages [2021-03-25T00:46:38.433Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:46:38.433Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:46:38.433Z] OK: 5 MiB in 15 packages [2021-03-25T00:46:39.038Z] Removing intermediate container a9271e7e50fa [2021-03-25T00:46:39.038Z] ---> 388573ddfe76 [2021-03-25T00:46:39.038Z] Step 19/21 : LABEL arch=arm64 [2021-03-25T00:46:39.628Z] ---> Running in 6238fed6886d [2021-03-25T00:46:39.628Z] ---> 2a9de5f9f622 [2021-03-25T00:46:39.628Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T00:46:40.221Z] Removing intermediate container 4d837e368ab0 [2021-03-25T00:46:40.221Z] ---> 8e72da9bb9c0 [2021-03-25T00:46:40.221Z] [2021-03-25T00:46:40.221Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:46:40.221Z] ---> d10569e2745f [2021-03-25T00:46:40.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:46:40.493Z] Removing intermediate container 6238fed6886d [2021-03-25T00:46:40.493Z] ---> bb32dbcc50c5 [2021-03-25T00:46:40.493Z] Step 20/21 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:46:40.493Z] ---> Running in 44b848540f7b [2021-03-25T00:46:40.493Z] Removing intermediate container 9536da54671c [2021-03-25T00:46:40.493Z] ---> 76ed07839f3d [2021-03-25T00:46:40.493Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:46:40.767Z] Removing intermediate container 772f2bdd380f [2021-03-25T00:46:40.767Z] ---> 2bbdc6b2fcfe [2021-03-25T00:46:40.767Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:46:40.767Z] ---> Running in 6dafd5960e39 [2021-03-25T00:46:40.767Z] ---> Running in 8a61f591c7a5 [2021-03-25T00:46:40.767Z] ---> 64f4b1340f53 [2021-03-25T00:46:40.767Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-25T00:46:41.043Z] ---> Running in 5173457d3d2e [2021-03-25T00:46:41.043Z] ---> Running in 75d7cdee7c64 [2021-03-25T00:46:41.646Z] Removing intermediate container 6dafd5960e39 [2021-03-25T00:46:41.646Z] ---> 6f608e178a20 [2021-03-25T00:46:41.646Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T00:46:41.646Z] Removing intermediate container 8a61f591c7a5 [2021-03-25T00:46:41.646Z] ---> ce4a65ad612d [2021-03-25T00:46:41.646Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T00:46:41.920Z] ---> Running in 7961b701cf60 [2021-03-25T00:46:41.921Z] Removing intermediate container 5173457d3d2e [2021-03-25T00:46:41.921Z] ---> 89ee4d71fad8 [2021-03-25T00:46:41.921Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T00:46:41.921Z] ---> Running in b20801057b8b [2021-03-25T00:46:42.193Z] ---> Running in 9c53d4295a35 [2021-03-25T00:46:42.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:42.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:46:42.464Z] Removing intermediate container 7961b701cf60 [2021-03-25T00:46:42.464Z] ---> 0a20c25d8ffc [2021-03-25T00:46:42.464Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:46:42.742Z] Removing intermediate container b20801057b8b [2021-03-25T00:46:42.742Z] ---> 59c262dbb362 [2021-03-25T00:46:42.742Z] [2021-03-25T00:46:42.742Z] ---> Running in eef83e20c93c [2021-03-25T00:46:42.742Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:46:42.742Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:46:42.742Z] Removing intermediate container 9c53d4295a35 [2021-03-25T00:46:42.742Z] ---> f1463991bf84 [2021-03-25T00:46:42.742Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:46:43.024Z] OK: 5 MiB in 15 packages [2021-03-25T00:46:43.024Z] ---> Running in 68264965d636 [2021-03-25T00:46:43.300Z] Successfully built 59c262dbb362 [2021-03-25T00:46:43.578Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-25T00:46:43.578Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-25T00:46:43.856Z] Removing intermediate container eef83e20c93c [2021-03-25T00:46:43.856Z] ---> 44d4beca99c0 [2021-03-25T00:46:43.856Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:46:43.856Z] Removing intermediate container 68264965d636 [2021-03-25T00:46:43.856Z] ---> 653f29aea2da [2021-03-25T00:46:43.856Z] Step 15/23 : WORKDIR / [2021-03-25T00:46:44.130Z] ---> Running in d3f79d7d80ab [2021-03-25T00:46:44.130Z] Removing intermediate container 75d7cdee7c64 [2021-03-25T00:46:44.130Z] ---> b168e3f3a05e [2021-03-25T00:46:44.130Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T00:46:44.407Z] ---> Running in f91b4191c46c [2021-03-25T00:46:44.681Z] Removing intermediate container 44b848540f7b [2021-03-25T00:46:44.681Z] ---> 2b789c0d8ce7 [2021-03-25T00:46:44.681Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:46:44.681Z] ---> Running in 96615eb15b07 [2021-03-25T00:46:44.954Z] Removing intermediate container d3f79d7d80ab [2021-03-25T00:46:44.954Z] ---> 1bf07558519b [2021-03-25T00:46:44.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:46:44.954Z] ---> 3e5f1657a2c3 [2021-03-25T00:46:44.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T00:46:45.228Z] Removing intermediate container f91b4191c46c [2021-03-25T00:46:45.228Z] ---> b33e4b01a4a2 [2021-03-25T00:46:45.228Z] Step 22/24 : LABEL arch=arm64 [2021-03-25T00:46:45.834Z] Removing intermediate container 96615eb15b07 [2021-03-25T00:46:45.834Z] ---> 3991188abe50 [2021-03-25T00:46:45.834Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T00:46:46.448Z] ---> Running in 347528946eea [2021-03-25T00:46:47.431Z] ---> Running in 395089e2a73a [2021-03-25T00:46:47.431Z] ---> 732d00713943 [2021-03-25T00:46:47.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T00:46:47.706Z] ---> afbab634e2fe [2021-03-25T00:46:47.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T00:46:47.706Z] Removing intermediate container 347528946eea [2021-03-25T00:46:47.706Z] ---> fe413164ccbc [2021-03-25T00:46:47.706Z] Step 23/24 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:46:47.985Z] ---> Running in 40b99b8fc99e [2021-03-25T00:46:48.982Z] Removing intermediate container 395089e2a73a [2021-03-25T00:46:48.982Z] ---> 2c2156c2dc17 [2021-03-25T00:46:48.982Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:46:49.586Z] Removing intermediate container 40b99b8fc99e [2021-03-25T00:46:49.586Z] ---> dd15ff9b55c2 [2021-03-25T00:46:49.586Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T00:46:49.860Z] ---> 6369a3de488e [2021-03-25T00:46:49.860Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T00:46:49.860Z] ---> Running in 4e4059ac1bc0 [2021-03-25T00:46:50.136Z] ---> c0b397935080 [2021-03-25T00:46:50.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T00:46:50.136Z] ---> Running in 5bd4859931e8 [2021-03-25T00:46:50.136Z] ---> Running in 4cab0a29e9b7 [2021-03-25T00:46:50.413Z] Removing intermediate container 4e4059ac1bc0 [2021-03-25T00:46:50.413Z] ---> 36396a133794 [2021-03-25T00:46:50.413Z] Step 15/23 : WORKDIR / [2021-03-25T00:46:50.697Z] ---> Running in aff938cb045a [2021-03-25T00:46:50.979Z] Removing intermediate container 5bd4859931e8 [2021-03-25T00:46:50.979Z] ---> e95c30c87bf6 [2021-03-25T00:46:50.979Z] [2021-03-25T00:46:50.979Z] Removing intermediate container 4cab0a29e9b7 [2021-03-25T00:46:50.979Z] ---> 7a0033a7f83a [2021-03-25T00:46:50.979Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:46:51.253Z] ---> d7cd962e999b [2021-03-25T00:46:51.253Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T00:46:51.253Z] ---> Running in 1f1ace2aef1c [2021-03-25T00:46:51.533Z] ---> Running in e199da91e6eb [2021-03-25T00:46:51.533Z] Successfully built e95c30c87bf6 [2021-03-25T00:46:51.533Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-25T00:46:51.533Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-25T00:46:51.533Z] Removing intermediate container aff938cb045a [2021-03-25T00:46:51.533Z] ---> 1c012f3f6567 [2021-03-25T00:46:51.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:46:52.153Z] Removing intermediate container 1f1ace2aef1c [2021-03-25T00:46:52.153Z] ---> 83516859b4c6 [2021-03-25T00:46:52.153Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T00:46:52.153Z] Removing intermediate container e199da91e6eb [2021-03-25T00:46:52.153Z] ---> 5924dd2948dc [2021-03-25T00:46:52.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:46:52.429Z] ---> Running in 4c97cfbbe97c [2021-03-25T00:46:52.429Z] ---> Running in cb0a2fa7c343 [2021-03-25T00:46:52.703Z] ---> 594433b71464 [2021-03-25T00:46:52.703Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T00:46:52.976Z] Removing intermediate container 4c97cfbbe97c [2021-03-25T00:46:52.976Z] ---> 3ff23f640b97 [2021-03-25T00:46:52.976Z] Step 21/22 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:46:53.251Z] Removing intermediate container cb0a2fa7c343 [2021-03-25T00:46:53.251Z] ---> 84c30cd11959 [2021-03-25T00:46:53.251Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:46:53.251Z] ---> Running in b67ce485d370 [2021-03-25T00:46:53.528Z] ---> Running in 0f576eaef17f [2021-03-25T00:46:54.522Z] Removing intermediate container b67ce485d370 [2021-03-25T00:46:54.522Z] ---> 61aa9f3cc59e [2021-03-25T00:46:54.522Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:46:55.122Z] Removing intermediate container 0f576eaef17f [2021-03-25T00:46:55.122Z] ---> 6bc9525c4c49 [2021-03-25T00:46:55.122Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:46:55.122Z] ---> fde880f88554 [2021-03-25T00:46:55.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T00:46:55.405Z] ---> Running in 1d2d72df0315 [2021-03-25T00:46:55.688Z] ---> Running in 774dd08cdb3c [2021-03-25T00:46:56.289Z] Removing intermediate container 1d2d72df0315 [2021-03-25T00:46:56.290Z] ---> ccfd7d8fd83f [2021-03-25T00:46:56.290Z] [2021-03-25T00:46:56.895Z] Successfully built ccfd7d8fd83f [2021-03-25T00:46:57.167Z] ---> 19c44a6e4976 [2021-03-25T00:46:57.167Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T00:46:57.167Z] Removing intermediate container 774dd08cdb3c [2021-03-25T00:46:57.167Z] ---> 2aed27082a87 [2021-03-25T00:46:57.167Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:46:57.167Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-25T00:46:57.167Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-25T00:46:57.772Z] ---> Running in 10a77c0cb7be [2021-03-25T00:46:57.772Z] ---> Running in 956be39706cc [2021-03-25T00:46:58.377Z] Removing intermediate container 10a77c0cb7be [2021-03-25T00:46:58.377Z] ---> f6f6d0f24e6e [2021-03-25T00:46:58.377Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:46:58.377Z] Removing intermediate container 956be39706cc [2021-03-25T00:46:58.377Z] ---> 6040d6bc6bc1 [2021-03-25T00:46:58.377Z] [2021-03-25T00:46:58.652Z] ---> Running in 987d5804da47 [2021-03-25T00:46:58.926Z] Successfully built 6040d6bc6bc1 [2021-03-25T00:46:58.926Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-25T00:46:58.926Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-25T00:46:59.201Z] Removing intermediate container 987d5804da47 [2021-03-25T00:46:59.201Z] ---> f456ff9901a5 [2021-03-25T00:46:59.201Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:46:59.473Z] ---> Running in ae1d4793b0ef [2021-03-25T00:47:00.075Z] Removing intermediate container ae1d4793b0ef [2021-03-25T00:47:00.075Z] ---> 334994808b0f [2021-03-25T00:47:00.075Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:47:00.348Z] ---> Running in f29f68e2b946 [2021-03-25T00:47:00.943Z] Removing intermediate container f29f68e2b946 [2021-03-25T00:47:00.943Z] ---> 7292814ad800 [2021-03-25T00:47:00.943Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:47:01.218Z] ---> Running in 6e7b0eb456d9 [2021-03-25T00:47:02.197Z] Removing intermediate container 6e7b0eb456d9 [2021-03-25T00:47:02.197Z] ---> e653d5c8b134 [2021-03-25T00:47:02.197Z] [2021-03-25T00:47:02.792Z] Successfully built e653d5c8b134 [2021-03-25T00:47:02.792Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-25T00:47:24.938Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:47:24.938Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:47:24.938Z] ---> d6efa4c471bc [2021-03-25T00:47:24.938Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> 6eae4245c21d [2021-03-25T00:47:24.938Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> 9107d6645cd2 [2021-03-25T00:47:24.938Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> 7ed459544d72 [2021-03-25T00:47:24.938Z] Step 6/31 : COPY go.mod . [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> 70a5108f0af3 [2021-03-25T00:47:24.938Z] Step 7/31 : RUN go mod download [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> f2d7b0604e59 [2021-03-25T00:47:24.938Z] Step 8/31 : COPY . . [2021-03-25T00:47:24.938Z] ---> Using cache [2021-03-25T00:47:24.938Z] ---> a4401c7a4110 [2021-03-25T00:47:24.938Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T00:47:30.384Z] ---> Running in 72627a7bb974 [2021-03-25T00:47:31.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T00:47:37.243Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:47:37.243Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:47:37.243Z] ---> d6efa4c471bc [2021-03-25T00:47:37.243Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T00:47:37.243Z] ---> Using cache [2021-03-25T00:47:37.243Z] ---> 6eae4245c21d [2021-03-25T00:47:37.243Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:47:37.243Z] ---> Using cache [2021-03-25T00:47:37.243Z] ---> 9107d6645cd2 [2021-03-25T00:47:37.243Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T00:47:39.910Z] ---> Running in 5cc6e7946445 [2021-03-25T00:47:42.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:42.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:43.602Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:47:43.602Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:47:43.602Z] ---> d6efa4c471bc [2021-03-25T00:47:43.602Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:47:43.602Z] ---> Using cache [2021-03-25T00:47:43.602Z] ---> 6eae4245c21d [2021-03-25T00:47:43.602Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:47:43.602Z] ---> Using cache [2021-03-25T00:47:43.602Z] ---> 9107d6645cd2 [2021-03-25T00:47:43.602Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T00:47:43.889Z] ---> Running in ebb0008fd6e8 [2021-03-25T00:47:43.889Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:47:43.889Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:47:43.889Z] ---> d6efa4c471bc [2021-03-25T00:47:43.889Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:47:43.889Z] ---> Using cache [2021-03-25T00:47:43.889Z] ---> 6eae4245c21d [2021-03-25T00:47:43.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:47:43.889Z] ---> Using cache [2021-03-25T00:47:43.889Z] ---> 9107d6645cd2 [2021-03-25T00:47:43.889Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T00:47:43.889Z] ---> Running in 38bd45c05e38 [2021-03-25T00:47:44.165Z] OK: 217 MiB in 51 packages [2021-03-25T00:47:46.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:46.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:46.847Z] Removing intermediate container 5cc6e7946445 [2021-03-25T00:47:46.847Z] ---> eac462941f7d [2021-03-25T00:47:46.847Z] Step 6/26 : COPY go.mod . [2021-03-25T00:47:47.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:47.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:48.079Z] ---> 3dffb24b0fb8 [2021-03-25T00:47:48.079Z] Step 7/26 : RUN go mod download [2021-03-25T00:47:48.364Z] ---> Running in e22ac1fdef0d [2021-03-25T00:47:48.364Z] OK: 217 MiB in 51 packages [2021-03-25T00:47:48.364Z] OK: 217 MiB in 51 packages [2021-03-25T00:47:51.026Z] Removing intermediate container ebb0008fd6e8 [2021-03-25T00:47:51.026Z] ---> 8e64a49ea770 [2021-03-25T00:47:51.026Z] Step 6/22 : COPY go.mod . [2021-03-25T00:47:51.026Z] Removing intermediate container 38bd45c05e38 [2021-03-25T00:47:51.026Z] ---> 6d81fc26838e [2021-03-25T00:47:51.026Z] Step 6/23 : COPY go.mod . [2021-03-25T00:47:52.483Z] ---> 2294d3b12f3d [2021-03-25T00:47:52.483Z] Step 7/22 : RUN go mod download [2021-03-25T00:47:52.764Z] ---> bb31ed962db5 [2021-03-25T00:47:52.764Z] Step 7/23 : RUN go mod download [2021-03-25T00:47:52.764Z] ---> Running in ebd7985e81b8 [2021-03-25T00:47:53.045Z] ---> Running in c44d2c7b3ea9 [2021-03-25T00:47:53.667Z] Removing intermediate container e22ac1fdef0d [2021-03-25T00:47:53.667Z] ---> 33ae632aa87f [2021-03-25T00:47:53.667Z] Step 8/26 : COPY . . [2021-03-25T00:48:00.512Z] Removing intermediate container ebd7985e81b8 [2021-03-25T00:48:00.512Z] ---> fdeba6c06152 [2021-03-25T00:48:00.512Z] Step 8/22 : COPY . . [2021-03-25T00:48:00.512Z] Removing intermediate container c44d2c7b3ea9 [2021-03-25T00:48:00.512Z] ---> fe834fc749ea [2021-03-25T00:48:00.512Z] Step 8/23 : COPY . . [2021-03-25T00:48:27.373Z] ---> a52559ea3f8a [2021-03-25T00:48:27.373Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T00:48:27.373Z] ---> 80bcd92da167 [2021-03-25T00:48:27.373Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T00:48:27.373Z] ---> Running in 4a493c9771d2 [2021-03-25T00:48:27.373Z] ---> Running in 15b442b0c38d [2021-03-25T00:48:27.373Z] ---> a3ad3d4c0798 [2021-03-25T00:48:27.373Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T00:48:27.373Z] ---> Running in 37e973730149 [2021-03-25T00:48:27.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T00:48:27.373Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T00:48:27.373Z] Removing intermediate container 72627a7bb974 [2021-03-25T00:48:27.373Z] ---> a0c7f7baacf0 [2021-03-25T00:48:27.373Z] [2021-03-25T00:48:27.373Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T00:48:27.373Z] ---> d10569e2745f [2021-03-25T00:48:27.373Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T00:48:27.373Z] ---> Running in d08628458065 [2021-03-25T00:48:27.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T00:48:27.656Z] Removing intermediate container d08628458065 [2021-03-25T00:48:27.656Z] ---> c95a37581a60 [2021-03-25T00:48:27.656Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T00:48:27.933Z] ---> Running in 735184a3d2c2 [2021-03-25T00:48:29.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:29.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:30.549Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:48:30.549Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T00:48:30.549Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:48:30.549Z] OK: 5 MiB in 16 packages [2021-03-25T00:48:32.563Z] Removing intermediate container 735184a3d2c2 [2021-03-25T00:48:32.564Z] ---> a2bd623bce3f [2021-03-25T00:48:32.564Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T00:48:32.845Z] ---> Running in 8e3c2e10aa37 [2021-03-25T00:48:33.454Z] Removing intermediate container 8e3c2e10aa37 [2021-03-25T00:48:33.454Z] ---> d8ee8766d988 [2021-03-25T00:48:33.454Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T00:48:33.738Z] ---> Running in 11f3c07f17d6 [2021-03-25T00:48:34.351Z] Removing intermediate container 11f3c07f17d6 [2021-03-25T00:48:34.351Z] ---> 5a57a7fa51e1 [2021-03-25T00:48:34.351Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T00:48:34.630Z] ---> Running in e34de8842668 [2021-03-25T00:48:38.995Z] Removing intermediate container e34de8842668 [2021-03-25T00:48:38.995Z] ---> c8416241c793 [2021-03-25T00:48:38.995Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T00:48:38.995Z] ---> Running in 4b5d4fc2d31f [2021-03-25T00:48:39.272Z] Removing intermediate container 4b5d4fc2d31f [2021-03-25T00:48:39.272Z] ---> c0e68aaa978d [2021-03-25T00:48:39.272Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T00:48:40.752Z] ---> 2a4657bf5bfd [2021-03-25T00:48:40.752Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T00:48:40.752Z] ---> Running in a21960994dbb [2021-03-25T00:48:45.113Z] Removing intermediate container a21960994dbb [2021-03-25T00:48:45.113Z] ---> ef563cc2d75b [2021-03-25T00:48:45.113Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:48:46.101Z] ---> 0f2c99c08ac5 [2021-03-25T00:48:46.101Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T00:48:48.093Z] ---> 84247bc44b1e [2021-03-25T00:48:48.093Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T00:48:49.079Z] ---> fcb6ac6a76d4 [2021-03-25T00:48:49.079Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T00:48:50.522Z] ---> 83fca40362f4 [2021-03-25T00:48:50.522Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T00:48:51.517Z] ---> 7e3f4a457a38 [2021-03-25T00:48:51.517Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T00:48:52.119Z] ---> Running in 144cd54713e2 [2021-03-25T00:48:52.721Z] Removing intermediate container 144cd54713e2 [2021-03-25T00:48:52.721Z] ---> a9328899ee37 [2021-03-25T00:48:52.721Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T00:48:53.709Z] ---> 990950a9797a [2021-03-25T00:48:53.709Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T00:48:54.316Z] ---> Running in aceb02beaea8 [2021-03-25T00:48:57.768Z] Removing intermediate container aceb02beaea8 [2021-03-25T00:48:57.768Z] ---> 2e470ed4aaca [2021-03-25T00:48:57.768Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T00:48:58.048Z] ---> Running in 7b0f1505b3d4 [2021-03-25T00:48:58.653Z] Removing intermediate container 7b0f1505b3d4 [2021-03-25T00:48:58.653Z] ---> f6119e627698 [2021-03-25T00:48:58.653Z] Step 28/31 : CMD ["gate"] [2021-03-25T00:48:59.271Z] ---> Running in da49a7a77826 [2021-03-25T00:48:59.880Z] Removing intermediate container da49a7a77826 [2021-03-25T00:48:59.880Z] ---> b268c63bd6f9 [2021-03-25T00:48:59.880Z] Step 29/31 : LABEL arch=arm64 [2021-03-25T00:49:00.159Z] ---> Running in 921fffb46a89 [2021-03-25T00:49:01.167Z] Removing intermediate container 921fffb46a89 [2021-03-25T00:49:01.167Z] ---> fbca0aec8919 [2021-03-25T00:49:01.167Z] Step 30/31 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:49:01.443Z] ---> Running in 38a8f46a6376 [2021-03-25T00:49:02.055Z] Removing intermediate container 38a8f46a6376 [2021-03-25T00:49:02.055Z] ---> a020ed3c1cd5 [2021-03-25T00:49:02.055Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T00:49:02.654Z] ---> Running in a74f86aa2a2c [2021-03-25T00:49:03.260Z] Removing intermediate container a74f86aa2a2c [2021-03-25T00:49:03.260Z] ---> a39ef65df942 [2021-03-25T00:49:03.260Z] [2021-03-25T00:49:03.861Z] Successfully built a39ef65df942 [2021-03-25T00:49:03.861Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-25T00:49:50.907Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4a493c9771d2 [2021-03-25T00:49:50.907Z] ---> d78989673b4a [2021-03-25T00:49:50.907Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T00:49:50.907Z] ---> Running in 22bd5129cb18 [2021-03-25T00:49:50.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T00:49:53.547Z] Removing intermediate container 22bd5129cb18 [2021-03-25T00:49:53.547Z] ---> 3a39cc27cc08 [2021-03-25T00:49:53.547Z] [2021-03-25T00:49:53.547Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T00:49:53.547Z] 20.10.0: Pulling from library/docker [2021-03-25T00:50:00.271Z] Removing intermediate container 37e973730149 [2021-03-25T00:50:00.271Z] ---> f2b3acffc495 [2021-03-25T00:50:00.271Z] [2021-03-25T00:50:00.271Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:50:00.271Z] ---> d10569e2745f [2021-03-25T00:50:00.271Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T00:50:00.271Z] ---> Running in dfe8c2ca8901 [2021-03-25T00:50:01.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:01.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:02.242Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T00:50:02.242Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:50:02.242Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:50:02.242Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:50:02.242Z] OK: 6 MiB in 16 packages [2021-03-25T00:50:05.637Z] Removing intermediate container dfe8c2ca8901 [2021-03-25T00:50:05.637Z] ---> b067c2dd6056 [2021-03-25T00:50:05.637Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:50:05.637Z] ---> Running in 4f2c03726f7e [2021-03-25T00:50:05.910Z] Removing intermediate container 4f2c03726f7e [2021-03-25T00:50:05.910Z] ---> f25f2752bead [2021-03-25T00:50:05.910Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T00:50:05.910Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T00:50:06.185Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T00:50:06.185Z] ---> eeaf43b92773 [2021-03-25T00:50:06.185Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T00:50:06.185Z] ---> Running in c96ef8d056ec [2021-03-25T00:50:06.185Z] ---> Running in ecfb60c9bb83 [2021-03-25T00:50:07.175Z] Removing intermediate container c96ef8d056ec [2021-03-25T00:50:07.175Z] ---> d669c60070f7 [2021-03-25T00:50:07.175Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:50:07.175Z] ---> Running in ee9c82a6d4af [2021-03-25T00:50:07.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:07.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:08.050Z] Removing intermediate container ee9c82a6d4af [2021-03-25T00:50:08.050Z] ---> a9428f7ee29d [2021-03-25T00:50:08.050Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:50:08.338Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T00:50:08.615Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T00:50:08.615Z] Executing bash-5.0.17-r0.post-install [2021-03-25T00:50:08.615Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:50:08.615Z] OK: 12 MiB in 22 packages [2021-03-25T00:50:08.891Z] Removing intermediate container 15b442b0c38d [2021-03-25T00:50:08.891Z] ---> 148766f3014f [2021-03-25T00:50:08.891Z] [2021-03-25T00:50:08.891Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:50:08.891Z] ---> d10569e2745f [2021-03-25T00:50:08.891Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T00:50:09.168Z] ---> 230590663067 [2021-03-25T00:50:09.168Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T00:50:09.168Z] ---> Running in 964ecab90c54 [2021-03-25T00:50:09.784Z] Removing intermediate container 964ecab90c54 [2021-03-25T00:50:09.784Z] ---> a0941e5e6369 [2021-03-25T00:50:09.784Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T00:50:10.056Z] ---> Running in acd9689108a8 [2021-03-25T00:50:10.325Z] Removing intermediate container ecfb60c9bb83 [2021-03-25T00:50:10.325Z] ---> 61073c54fadd [2021-03-25T00:50:10.325Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T00:50:10.597Z] ---> Running in 553289f48e1b [2021-03-25T00:50:10.597Z] ---> f2be5041ad0c [2021-03-25T00:50:10.597Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T00:50:10.597Z] Removing intermediate container acd9689108a8 [2021-03-25T00:50:10.597Z] ---> ede2df68fd89 [2021-03-25T00:50:10.597Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T00:50:10.873Z] ---> Running in 95db3aca5391 [2021-03-25T00:50:11.147Z] Removing intermediate container 553289f48e1b [2021-03-25T00:50:11.147Z] ---> 55214ebdceb8 [2021-03-25T00:50:11.147Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T00:50:11.434Z] ---> Running in 9866a855585d [2021-03-25T00:50:11.434Z] ---> 972ee6d232a5 [2021-03-25T00:50:11.434Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T00:50:11.434Z] Removing intermediate container 95db3aca5391 [2021-03-25T00:50:11.434Z] ---> 08eed60515a7 [2021-03-25T00:50:11.434Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:50:11.725Z] ---> Running in 64b1a565549c [2021-03-25T00:50:11.725Z] ---> Running in 6c411437e449 [2021-03-25T00:50:11.997Z] Removing intermediate container 9866a855585d [2021-03-25T00:50:11.997Z] ---> ec7848a546f2 [2021-03-25T00:50:11.997Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T00:50:12.268Z] ---> Running in ba7e37329a5f [2021-03-25T00:50:12.268Z] Removing intermediate container 64b1a565549c [2021-03-25T00:50:12.268Z] ---> ec133892047c [2021-03-25T00:50:12.268Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:50:12.541Z] ---> Running in 49a216fe075f [2021-03-25T00:50:12.820Z] Removing intermediate container ba7e37329a5f [2021-03-25T00:50:12.820Z] ---> 8cac9cac494a [2021-03-25T00:50:12.820Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T00:50:13.096Z] Removing intermediate container 49a216fe075f [2021-03-25T00:50:13.096Z] ---> d90461a09c41 [2021-03-25T00:50:13.096Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T00:50:13.375Z] ---> Running in a2984268662a [2021-03-25T00:50:13.999Z] Removing intermediate container a2984268662a [2021-03-25T00:50:13.999Z] ---> 1224136c8bc8 [2021-03-25T00:50:13.999Z] Step 21/22 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:50:14.272Z] ---> d235814a77bb [2021-03-25T00:50:14.272Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T00:50:14.272Z] ---> Running in b734995d2906 [2021-03-25T00:50:14.871Z] Removing intermediate container b734995d2906 [2021-03-25T00:50:14.872Z] ---> b1d444bf0eee [2021-03-25T00:50:14.872Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:50:15.146Z] Removing intermediate container 6c411437e449 [2021-03-25T00:50:15.146Z] ---> f1510aa8b9cf [2021-03-25T00:50:15.146Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T00:50:15.146Z] ---> a910ebaf345d [2021-03-25T00:50:15.146Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T00:50:15.146Z] ---> Running in 1f680fe28f25 [2021-03-25T00:50:15.146Z] ---> Running in df3aa833684a [2021-03-25T00:50:16.147Z] Removing intermediate container 1f680fe28f25 [2021-03-25T00:50:16.147Z] ---> 7c42f905a17c [2021-03-25T00:50:16.147Z] [2021-03-25T00:50:16.422Z] ---> 6711535d83a5 [2021-03-25T00:50:16.422Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T00:50:16.422Z] Successfully built 7c42f905a17c [2021-03-25T00:50:16.694Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-25T00:50:16.694Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:16.694Z] ---> Running in d4c15ced312a [2021-03-25T00:50:17.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:17.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:18.160Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:50:18.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:50:18.160Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T00:50:18.431Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T00:50:18.432Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T00:50:18.704Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T00:50:18.704Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T00:50:18.978Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:50:18.978Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T00:50:18.978Z] OK: 8 MiB in 20 packages [2021-03-25T00:50:18.978Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T00:50:18.978Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T00:50:18.978Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T00:50:18.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T00:50:18.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T00:50:18.978Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T00:50:20.962Z] Removing intermediate container df3aa833684a [2021-03-25T00:50:20.962Z] ---> d95a3a1a014a [2021-03-25T00:50:20.962Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:50:20.962Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T00:50:20.962Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T00:50:20.962Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T00:50:20.962Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T00:50:20.962Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T00:50:20.962Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T00:50:20.962Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T00:50:21.234Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T00:50:21.234Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T00:50:21.234Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T00:50:21.234Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T00:50:21.234Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T00:50:21.234Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T00:50:21.234Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T00:50:21.234Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T00:50:21.234Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T00:50:21.234Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T00:50:21.234Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T00:50:21.234Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T00:50:21.505Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T00:50:21.505Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T00:50:21.505Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T00:50:21.505Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T00:50:21.505Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T00:50:21.505Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T00:50:21.505Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T00:50:21.777Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:50:21.777Z] OK: 71 MiB in 55 packages [2021-03-25T00:50:21.777Z] ---> f5c552da4678 [2021-03-25T00:50:21.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T00:50:23.221Z] ---> 43bd6cd9b5ff [2021-03-25T00:50:23.221Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T00:50:24.659Z] ---> 514a8963014f [2021-03-25T00:50:24.659Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T00:50:24.659Z] ---> Running in 8a3b38e28835 [2021-03-25T00:50:25.261Z] Removing intermediate container 8a3b38e28835 [2021-03-25T00:50:25.261Z] ---> 3b368e6179ef [2021-03-25T00:50:25.261Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:50:25.533Z] ---> Running in 24538f661451 [2021-03-25T00:50:26.127Z] Removing intermediate container 24538f661451 [2021-03-25T00:50:26.127Z] ---> caadb7e4705e [2021-03-25T00:50:26.127Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:50:26.400Z] ---> Running in 927162f5d2a1 [2021-03-25T00:50:26.995Z] Removing intermediate container 927162f5d2a1 [2021-03-25T00:50:26.995Z] ---> ed9a1dac006c [2021-03-25T00:50:26.995Z] Step 22/23 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:50:26.995Z] ---> Running in ccd7ea66ba72 [2021-03-25T00:50:27.596Z] Removing intermediate container ccd7ea66ba72 [2021-03-25T00:50:27.596Z] ---> a6b9da817bb8 [2021-03-25T00:50:27.596Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:50:27.870Z] Removing intermediate container d4c15ced312a [2021-03-25T00:50:27.870Z] ---> 4b2ea6e5d331 [2021-03-25T00:50:27.870Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T00:50:27.870Z] ---> Running in 1d7cfdb52a8d [2021-03-25T00:50:27.870Z] ---> Running in d7d39e1e9cec [2021-03-25T00:50:28.473Z] Removing intermediate container 1d7cfdb52a8d [2021-03-25T00:50:28.473Z] ---> 923e89a11db2 [2021-03-25T00:50:28.473Z] [2021-03-25T00:50:29.067Z] Successfully built 923e89a11db2 [2021-03-25T00:50:29.067Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-25T00:50:34.449Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-25T00:50:34.449Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T00:50:34.449Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-25T00:50:35.040Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T00:50:35.040Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T00:50:36.467Z] Collecting PyYAML<4,>=3.10 [2021-03-25T00:50:36.467Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T00:50:40.756Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T00:50:41.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T00:50:41.309Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T00:50:41.581Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T00:50:44.193Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T00:50:44.193Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T00:50:44.467Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T00:50:44.467Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T00:50:45.062Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T00:50:45.062Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T00:50:47.672Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T00:50:47.672Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T00:50:47.945Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T00:50:47.945Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T00:50:50.554Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T00:50:50.554Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T00:50:50.554Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-25T00:50:50.827Z] Collecting idna<2.8,>=2.5 [2021-03-25T00:50:50.827Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T00:50:51.838Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T00:50:51.838Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T00:50:51.838Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-25T00:50:51.838Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T00:50:51.838Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T00:50:51.838Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T00:50:51.838Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T00:50:52.860Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, texttable, cached-property, jsonschema, dockerpty, docopt, docker-compose [2021-03-25T00:50:53.458Z] Attempting uninstall: idna [2021-03-25T00:50:53.458Z] Found existing installation: idna 2.9 [2021-03-25T00:50:53.458Z] Uninstalling idna-2.9: [2021-03-25T00:50:53.458Z] Successfully uninstalled idna-2.9 [2021-03-25T00:50:54.062Z] Attempting uninstall: urllib3 [2021-03-25T00:50:54.062Z] Found existing installation: urllib3 1.25.9 [2021-03-25T00:50:54.335Z] Uninstalling urllib3-1.25.9: [2021-03-25T00:50:54.335Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T00:50:54.930Z] Attempting uninstall: requests [2021-03-25T00:50:54.930Z] Found existing installation: requests 2.23.0 [2021-03-25T00:50:54.930Z] Uninstalling requests-2.23.0: [2021-03-25T00:50:55.202Z] Successfully uninstalled requests-2.23.0 [2021-03-25T00:50:56.178Z] Running setup.py install for PyYAML: started [2021-03-25T00:50:58.788Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T00:50:58.788Z] Running setup.py install for texttable: started [2021-03-25T00:51:00.758Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T00:51:01.361Z] Running setup.py install for dockerpty: started [2021-03-25T00:51:03.983Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T00:51:03.983Z] Running setup.py install for docopt: started [2021-03-25T00:51:06.600Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T00:51:08.029Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-25T00:51:12.342Z] Removing intermediate container d7d39e1e9cec [2021-03-25T00:51:12.342Z] ---> 70628d167eac [2021-03-25T00:51:12.342Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T00:51:12.342Z] ---> Running in 6c798d772ac8 [2021-03-25T00:51:13.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:13.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:14.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:51:14.376Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T00:51:14.376Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T00:51:14.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:51:14.376Z] OK: 72 MiB in 58 packages [2021-03-25T00:51:15.803Z] Removing intermediate container 6c798d772ac8 [2021-03-25T00:51:15.803Z] ---> 47a9bbffa96f [2021-03-25T00:51:15.803Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T00:51:15.803Z] ---> Running in 81683b4bb606 [2021-03-25T00:51:16.423Z] Removing intermediate container 81683b4bb606 [2021-03-25T00:51:16.423Z] ---> 38b5dce3c4f0 [2021-03-25T00:51:16.423Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:51:16.695Z] ---> Running in b508e24bc184 [2021-03-25T00:51:16.971Z] Removing intermediate container b508e24bc184 [2021-03-25T00:51:16.971Z] ---> 3fd0e14c4a90 [2021-03-25T00:51:16.971Z] Step 24/26 : LABEL arch=arm64 [2021-03-25T00:51:17.244Z] ---> Running in b7b929c7d06e [2021-03-25T00:51:17.842Z] Removing intermediate container b7b929c7d06e [2021-03-25T00:51:17.842Z] ---> 948d579e9c68 [2021-03-25T00:51:17.842Z] Step 25/26 : LABEL git_sha=aca0c17ec78aec788cb68042ffc19fad0af9a16a [2021-03-25T00:51:17.842Z] ---> Running in eb257e1718e7 [2021-03-25T00:51:18.437Z] Removing intermediate container eb257e1718e7 [2021-03-25T00:51:18.437Z] ---> 04a25fa1c402 [2021-03-25T00:51:18.437Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T00:51:18.437Z] ---> Running in aea21d54f1f2 [2021-03-25T00:51:19.029Z] Removing intermediate container aea21d54f1f2 [2021-03-25T00:51:19.029Z] ---> c40241ef2f38 [2021-03-25T00:51:19.029Z] [2021-03-25T00:51:19.623Z] Successfully built c40241ef2f38 [2021-03-25T00:51:19.623Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-25T00:51:19.909Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-25T00:51:20.080Z] $ docker stop --time=1 9c4c78293f3a2d45d6730fc248402788ceee8c7c7dfad6bedcfe5dfb0b42f5ad [2021-03-25T00:51:22.110Z] $ docker rm -f 9c4c78293f3a2d45d6730fc248402788ceee8c7c7dfad6bedcfe5dfb0b42f5ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:51:22.702Z] + + grepdocker docker images [2021-03-25T00:51:22.702Z] [2021-03-25T00:51:22.972Z] docker-sys-mgmt-agent-go-arm64 latest c40241ef2f38 4 seconds ago 300MB [2021-03-25T00:51:22.972Z] docker-core-data-go-arm64 latest 923e89a11db2 54 seconds ago 21.3MB [2021-03-25T00:51:22.972Z] docker-support-notifications-go-arm64 latest 7c42f905a17c About a minute ago 16.9MB [2021-03-25T00:51:22.972Z] docker-security-bootstrapper-go-arm64 latest a39ef65df942 2 minutes ago 17.8MB [2021-03-25T00:51:22.972Z] docker-core-metadata-go-arm64 latest e653d5c8b134 4 minutes ago 17.9MB [2021-03-25T00:51:22.972Z] docker-core-command-go-arm64 latest 6040d6bc6bc1 4 minutes ago 16.3MB [2021-03-25T00:51:22.972Z] docker-support-scheduler-go-arm64 latest ccfd7d8fd83f 4 minutes ago 16.3MB [2021-03-25T00:51:22.972Z] docker-security-secretstore-setup-go-arm64 latest e95c30c87bf6 4 minutes ago 23.7MB [2021-03-25T00:51:22.972Z] docker-security-proxy-setup-go-arm64 latest 59c262dbb362 4 minutes ago 23.4MB [2021-03-25T00:51:22.972Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:51:23.877Z] ---> job-cost.sh [2021-03-25T00:51:23.877Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WK8j [2021-03-25T00:52:10.789Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T00:53:47.541Z] lf-activate-venv(): INFO: Adding /tmp/venv-WK8j/bin to PATH [2021-03-25T00:53:47.541Z] INFO: No Stack... [2021-03-25T00:53:47.541Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T00:53:47.541Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T00:53:47.881Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-25T00:53:47.882Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T00:53:47.994Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3293-4-stack-cost] [2021-03-25T00:53:48.046Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3293-4-stack-cost] did not exist. Created. [2021-03-25T00:53:48.047Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3293-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T00:53:48.478Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T00:53:48.845Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T00:53:48.856Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3293-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:53:51.540Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:53:52.560Z] ---> package-listing.sh [2021-03-25T00:53:52.560Z] ++ facter osfamily [2021-03-25T00:53:52.560Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T00:53:52.560Z] + OS_FAMILY=redhat [2021-03-25T00:53:52.560Z] + workspace=/w/workspace/edgex-go/4 [2021-03-25T00:53:52.560Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T00:53:52.560Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T00:53:52.560Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T00:53:52.560Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T00:53:52.560Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-25T00:53:52.560Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T00:53:52.560Z] + case "${OS_FAMILY}" in [2021-03-25T00:53:52.560Z] + rpm -qa [2021-03-25T00:53:52.560Z] + sort [2021-03-25T00:53:57.864Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T00:53:57.864Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T00:53:57.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T00:53:57.864Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-25T00:53:57.864Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-25T00:53:57.864Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-25T00:53:57.879Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T00:53:58.176Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:53:58.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:53:58.478Z] [2021-03-25T00:53:58.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:53:58.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:53:58.854Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T00:53:58.854Z] df20fa9351a1: Pulling fs layer [2021-03-25T00:53:58.854Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T00:53:58.854Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T00:53:58.854Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T00:53:58.854Z] 93b61091891f: Pulling fs layer [2021-03-25T00:53:58.854Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T00:53:58.854Z] 5e14af77c1be: Pulling fs layer [2021-03-25T00:53:58.854Z] 01666e4c0597: Pulling fs layer [2021-03-25T00:53:58.854Z] aa168da1d23b: Pulling fs layer [2021-03-25T00:53:58.854Z] 93b9cdb0e59b: Waiting [2021-03-25T00:53:58.854Z] 5e14af77c1be: Waiting [2021-03-25T00:53:58.854Z] 46f8f816bc3b: Waiting [2021-03-25T00:53:58.854Z] 93b61091891f: Waiting [2021-03-25T00:53:58.854Z] 01666e4c0597: Waiting [2021-03-25T00:53:58.854Z] aa168da1d23b: Waiting [2021-03-25T00:53:58.854Z] 36b3adc4ff6f: Download complete [2021-03-25T00:53:58.854Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T00:53:58.854Z] 46f8f816bc3b: Download complete [2021-03-25T00:53:59.118Z] df20fa9351a1: Verifying Checksum [2021-03-25T00:53:59.118Z] df20fa9351a1: Download complete [2021-03-25T00:53:59.118Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T00:53:59.118Z] 93b9cdb0e59b: Download complete [2021-03-25T00:53:59.118Z] 93b61091891f: Verifying Checksum [2021-03-25T00:53:59.118Z] 93b61091891f: Download complete [2021-03-25T00:53:59.118Z] 01666e4c0597: Verifying Checksum [2021-03-25T00:53:59.118Z] 01666e4c0597: Download complete [2021-03-25T00:53:59.118Z] 5e14af77c1be: Verifying Checksum [2021-03-25T00:53:59.118Z] 5e14af77c1be: Download complete [2021-03-25T00:53:59.118Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T00:53:59.118Z] 8ad3a11d3b57: Download complete [2021-03-25T00:53:59.383Z] df20fa9351a1: Pull complete [2021-03-25T00:53:59.649Z] 36b3adc4ff6f: Pull complete [2021-03-25T00:54:00.233Z] 8ad3a11d3b57: Pull complete [2021-03-25T00:54:00.500Z] 46f8f816bc3b: Pull complete [2021-03-25T00:54:01.457Z] aa168da1d23b: Verifying Checksum [2021-03-25T00:54:01.457Z] aa168da1d23b: Download complete [2021-03-25T00:54:02.411Z] 93b61091891f: Pull complete [2021-03-25T00:54:02.411Z] 93b9cdb0e59b: Pull complete [2021-03-25T00:54:02.411Z] 5e14af77c1be: Pull complete [2021-03-25T00:54:02.781Z] 01666e4c0597: Pull complete [2021-03-25T00:54:10.968Z] aa168da1d23b: Pull complete [2021-03-25T00:54:10.968Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T00:54:10.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:54:10.968Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T00:54:11.124Z] prd-centos7-docker-4c-2g-31284 does not seem to be running inside a container [2021-03-25T00:54:11.174Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T00:54:16.293Z] $ docker top e5720222915a3065c50d5228f2d465dbabb0a8820222c2839f54bf7ed6bc139d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:54:16.891Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T00:54:17.196Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T00:54:17.494Z] + ls /var/log/sa-host [2021-03-25T00:54:17.494Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T00:54:17.494Z] file_magic: OK [2021-03-25T00:54:17.494Z] HZ: Using current value: 100 [2021-03-25T00:54:17.494Z] file_header: OK [2021-03-25T00:54:17.494Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-25T00:54:17.494Z] Statistics: [2021-03-25T00:54:17.494Z] Hnuu...uuuununununu... [2021-03-25T00:54:17.494Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T00:54:17.494Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T00:54:17.494Z] file_magic: OK [2021-03-25T00:54:17.494Z] HZ: Using current value: 100 [2021-03-25T00:54:17.494Z] file_header: OK [2021-03-25T00:54:17.494Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-25T00:54:17.494Z] Statistics: [2021-03-25T00:54:17.494Z] 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... [2021-03-25T00:54:17.494Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T00:54:17.744Z] provisioning config files... [2021-03-25T00:54:17.761Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8856768998507734762tmp [Pipeline] { [Pipeline] echo [2021-03-25T00:54:17.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:18.145Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T00:54:18.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T00:54:18.267Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:18.564Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T00:54:18.575Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:18.872Z] ---> sudo-logs.sh [2021-03-25T00:54:18.873Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T00:54:19.146Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:19.445Z] ---> job-cost.sh [2021-03-25T00:54:19.445Z] lf-activate-venv: SKIPPING [2021-03-25T00:54:19.445Z] DEBUG: total: 0.20999999344348907 [2021-03-25T00:54:19.445Z] INFO: Retrieving Stack Cost... [2021-03-25T00:54:20.832Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T00:54:21.776Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T00:54:21.789Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:22.085Z] ---> logs-deploy.sh [2021-03-25T00:54:22.085Z] lf-activate-venv: SKIPPING [2021-03-25T00:54:22.085Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3293/4 [2021-03-25T00:54:22.085Z] INFO: archiving workspace using pattern(s): [2021-03-25T00:54:23.473Z] Archives upload complete. [2021-03-25T00:54:23.736Z] INFO: archiving logs to Nexus [2021-03-25T00:54:24.683Z] ---> uname -a: [2021-03-25T00:54:24.683Z] Linux prd-centos7-docker-4c-2g-31284.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] ---> lscpu: [2021-03-25T00:54:24.683Z] Architecture: x86_64 [2021-03-25T00:54:24.683Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T00:54:24.683Z] Byte Order: Little Endian [2021-03-25T00:54:24.683Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T00:54:24.683Z] CPU(s): 4 [2021-03-25T00:54:24.683Z] On-line CPU(s) list: 0-3 [2021-03-25T00:54:24.683Z] Thread(s) per core: 1 [2021-03-25T00:54:24.683Z] Core(s) per socket: 1 [2021-03-25T00:54:24.683Z] Socket(s): 4 [2021-03-25T00:54:24.683Z] NUMA node(s): 1 [2021-03-25T00:54:24.683Z] Vendor ID: GenuineIntel [2021-03-25T00:54:24.683Z] CPU family: 6 [2021-03-25T00:54:24.683Z] Model: 44 [2021-03-25T00:54:24.683Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T00:54:24.683Z] Stepping: 1 [2021-03-25T00:54:24.683Z] CPU MHz: 2933.436 [2021-03-25T00:54:24.683Z] BogoMIPS: 5866.87 [2021-03-25T00:54:24.683Z] Virtualization: VT-x [2021-03-25T00:54:24.683Z] Hypervisor vendor: KVM [2021-03-25T00:54:24.683Z] Virtualization type: full [2021-03-25T00:54:24.683Z] L1d cache: 128 KiB [2021-03-25T00:54:24.683Z] L1i cache: 128 KiB [2021-03-25T00:54:24.683Z] L2 cache: 16 MiB [2021-03-25T00:54:24.683Z] L3 cache: 64 MiB [2021-03-25T00:54:24.683Z] NUMA node0 CPU(s): 0-3 [2021-03-25T00:54:24.683Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T00:54:24.683Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T00:54:24.683Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T00:54:24.683Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T00:54:24.683Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T00:54:24.683Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T00:54:24.683Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T00:54:24.683Z] Vulnerability Srbds: Not affected [2021-03-25T00:54:24.683Z] Vulnerability Tsx async abort: Not affected [2021-03-25T00:54:24.683Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] ---> nproc: [2021-03-25T00:54:24.683Z] 4 [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z] ---> df -h: [2021-03-25T00:54:24.683Z] Filesystem Size Used Available Use% Mounted on [2021-03-25T00:54:24.683Z] overlay 50.0G 12.6G 37.4G 25% / [2021-03-25T00:54:24.683Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-25T00:54:24.683Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-25T00:54:24.683Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/4 [2021-03-25T00:54:24.683Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/4@tmp [2021-03-25T00:54:24.683Z] [2021-03-25T00:54:24.683Z]