Pull request #3267 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b0600f3d8ad3194444232ef27f6889a15b7f8c6b+be0d14e436fe9c753018b2c9bd281985489666e3 (dd20b82317125b1bd0ab5c3e4248272e030fca0f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30722’ is offline; ‘prd-centos7-docker-4c-2g-30726’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30731 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b > 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/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:23:04.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:23:04.967Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:23:05.055Z] ========================================================= [2021-03-20T17:23:05.055Z] EdgeX Global Pipelines Version Info [2021-03-20T17:23:05.055Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 [2021-03-20T17:23:06.534Z] ------------------- [2021-03-20T17:23:06.534Z] stable info: [2021-03-20T17:23:06.534Z] ------------------- [2021-03-20T17:23:06.534Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:23:06.534Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:23:06.534Z] Message: update stable to v1.0.186 [2021-03-20T17:23:07.484Z] ------------------- [2021-03-20T17:23:07.484Z] experimental info: [2021-03-20T17:23:07.484Z] ------------------- [2021-03-20T17:23:07.484Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:23:07.484Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:23:07.484Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:23:07.718Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-20T17:23:07.799Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-20T17:23:07.877Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:23:07.961Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:23:08.042Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:23:08.122Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:23:08.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:23:08.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-20T17:23:08.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-20T17:23:08.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-20T17:23:08.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:23:08.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:23:08.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:23:08.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:23:08.873Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:23:08.954Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:23:09.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:23:09.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:23:09.229Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-20T17:23:09.308Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-20T17:23:09.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-20T17:23:09.478Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:23:09.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3267 [Pipeline] echo [2021-03-20T17:23:09.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3267 [Pipeline] echo [2021-03-20T17:23:09.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3267 [Pipeline] echo [2021-03-20T17:23:09.804Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0600f3d8ad3194444232ef27f6889a15b7f8c6b [Pipeline] echo [2021-03-20T17:23:09.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0600f3 [Pipeline] echo [2021-03-20T17:23:10.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:23:10.415Z] provisioning config files... [2021-03-20T17:23:10.450Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8814496708043439689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:23:10.807Z] ---> docker-login.sh [2021-03-20T17:23:10.807Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:23:11.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:23:11.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:23:11.340Z] Configure a credential helper to remove this warning. See [2021-03-20T17:23:11.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:23:11.340Z] [2021-03-20T17:23:11.340Z] Login Succeeded [2021-03-20T17:23:11.340Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:23:11.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:23:11.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:23:11.340Z] Configure a credential helper to remove this warning. See [2021-03-20T17:23:11.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:23:11.340Z] [2021-03-20T17:23:11.340Z] Login Succeeded [2021-03-20T17:23:11.607Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:23:11.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:23:11.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:23:11.607Z] Configure a credential helper to remove this warning. See [2021-03-20T17:23:11.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:23:11.607Z] [2021-03-20T17:23:11.607Z] Login Succeeded [2021-03-20T17:23:11.607Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:23:11.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:23:11.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:23:11.871Z] Configure a credential helper to remove this warning. See [2021-03-20T17:23:11.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:23:11.871Z] [2021-03-20T17:23:11.871Z] Login Succeeded [2021-03-20T17:23:11.871Z] docker.io [2021-03-20T17:23:11.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:23:12.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:23:12.135Z] Configure a credential helper to remove this warning. See [2021-03-20T17:23:12.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:23:12.135Z] [2021-03-20T17:23:12.135Z] Login Succeeded [2021-03-20T17:23:12.135Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:23:12.146Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:23:12.590Z] ++ 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-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/core-command/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/core-data/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-20T17:23:12.590Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:23:12.590Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:23:12.590Z] ++ cut -d/ -f2 [2021-03-20T17:23:12.590Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-20T17:23:12.677Z] 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-20T17:23:13.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:23:13.501Z] [2021-03-20T17:23:13.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:23:13.852Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:23:13.852Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:23:13.852Z] 31603596830f: Pulling fs layer [2021-03-20T17:23:13.852Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:23:13.852Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:23:13.852Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:23:13.852Z] ecc8261a40a4: Waiting [2021-03-20T17:23:13.852Z] 2a8b12db71e7: Verifying Checksum [2021-03-20T17:23:13.852Z] 2a8b12db71e7: Download complete [2021-03-20T17:23:13.852Z] 31603596830f: Verifying Checksum [2021-03-20T17:23:13.852Z] 31603596830f: Download complete [2021-03-20T17:23:14.126Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:23:14.126Z] ecc8261a40a4: Download complete [2021-03-20T17:23:14.126Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:23:14.126Z] 6ca5941a6612: Download complete [2021-03-20T17:23:14.400Z] 31603596830f: Pull complete [2021-03-20T17:23:14.400Z] 2a8b12db71e7: Pull complete [2021-03-20T17:23:15.372Z] 6ca5941a6612: Pull complete [2021-03-20T17:23:15.635Z] ecc8261a40a4: Pull complete [2021-03-20T17:23:15.635Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:23:15.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:23:15.635Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:23:15.749Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:23:15.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:23:18.309Z] $ docker top eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:23:18.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:23:18.597Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:23:18.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:23:18.830Z] $ docker exec eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent [2021-03-20T17:23:19.011Z] SSH_AUTH_SOCK=/tmp/ssh-41mEOHexz8eh/agent.12 [2021-03-20T17:23:19.011Z] SSH_AGENT_PID=17 [2021-03-20T17:23:19.023Z] Running ssh-add (command line suppressed) [2021-03-20T17:23:19.150Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5115635183453050849.key (/w/workspace/edgex-go/5@tmp/private_key_5115635183453050849.key) [2021-03-20T17:23:19.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:23:19.575Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:23:19.608Z] $ docker exec --env ******** --env ******** eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent -k [2021-03-20T17:23:19.723Z] unset SSH_AUTH_SOCK; [2021-03-20T17:23:19.724Z] unset SSH_AGENT_PID; [2021-03-20T17:23:19.724Z] echo Agent pid 17 killed; [2021-03-20T17:23:19.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:23:19.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:23:19.907Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:23:20.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:23:20.098Z] $ docker exec eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent [2021-03-20T17:23:20.265Z] SSH_AUTH_SOCK=/tmp/ssh-7G1on4s2dDCz/agent.45 [2021-03-20T17:23:20.265Z] SSH_AGENT_PID=50 [2021-03-20T17:23:20.273Z] Running ssh-add (command line suppressed) [2021-03-20T17:23:20.419Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8766968470837931616.key (/w/workspace/edgex-go/5@tmp/private_key_8766968470837931616.key) [2021-03-20T17:23:20.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:23:20.869Z] + git semver init [2021-03-20T17:23:20.869Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:23:20.869Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-20T17:23:20.869Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-20T17:23:20.869Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:23:20.869Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:23:20.869Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:23:20.869Z] # $SEMVER_BRANCH = PR-3267 [2021-03-20T17:23:20.869Z] # $SEMVER_TEMP = /tmp/semver-429802526 [2021-03-20T17:23:20.869Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-20T17:23:39.103Z] # '/tmp/semver-429802526' -> '/w/workspace/edgex-go/5/.semver' [2021-03-20T17:23:39.103Z] # -> Force: false [2021-03-20T17:23:39.103Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-20T17:23:39.118Z] $ docker exec --env ******** --env ******** eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent -k [2021-03-20T17:23:39.602Z] unset SSH_AUTH_SOCK; [2021-03-20T17:23:39.602Z] unset SSH_AGENT_PID; [2021-03-20T17:23:39.602Z] echo Agent pid 50 killed; [2021-03-20T17:23:39.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:23:40.244Z] + git semver [Pipeline] } [2021-03-20T17:23:40.263Z] $ docker stop --time=1 eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 [2021-03-20T17:23:41.918Z] $ docker rm -f eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:23:42.436Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:23:42.947Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:23:42.950Z] [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-20T17:23:43.757Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:23:44.063Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:23:44.365Z] + sudo service docker restart [2021-03-20T17:23:44.365Z] + true [2021-03-20T17:23:44.365Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-20T17:23:44.961Z] ========================================================= [2021-03-20T17:23:44.961Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:23:44.961Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:23:45.309Z] + 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-20T17:23:49.547Z] Sending build context to Docker daemon 328.6MB [2021-03-20T17:23:49.547Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:23:49.547Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:23:49.547Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:23:49.547Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:23:49.547Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:23:49.547Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:23:49.547Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:23:49.547Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:23:49.547Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:23:49.547Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:23:49.547Z] 93359f2a8cfa: Waiting [2021-03-20T17:23:49.547Z] 7c6f9722023f: Waiting [2021-03-20T17:23:49.547Z] a35cf1a2eb13: Waiting [2021-03-20T17:23:49.547Z] bca2f99d35d6: Waiting [2021-03-20T17:23:49.547Z] de9db76c5a1d: Download complete [2021-03-20T17:23:49.547Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:23:49.547Z] 0ef7d3d256c8: Download complete [2021-03-20T17:23:49.547Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:23:49.547Z] 93359f2a8cfa: Download complete [2021-03-20T17:23:49.547Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:23:49.547Z] 7c6f9722023f: Download complete [2021-03-20T17:23:49.547Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:23:49.547Z] 188c0c94c7c5: Download complete [2021-03-20T17:23:49.812Z] 188c0c94c7c5: Pull complete [2021-03-20T17:23:49.812Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:23:50.086Z] de9db76c5a1d: Pull complete [2021-03-20T17:23:50.671Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:23:50.671Z] a35cf1a2eb13: Download complete [2021-03-20T17:23:51.636Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:23:51.636Z] bca2f99d35d6: Download complete [2021-03-20T17:23:56.988Z] bca2f99d35d6: Pull complete [2021-03-20T17:23:57.257Z] 93359f2a8cfa: Pull complete [2021-03-20T17:23:57.257Z] 7c6f9722023f: Pull complete [2021-03-20T17:23:58.279Z] Still waiting to schedule task [2021-03-20T17:23:58.279Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-20T17:24:02.597Z] a35cf1a2eb13: Pull complete [2021-03-20T17:24:02.597Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:24:02.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:24:02.597Z] ---> a62c8e92a672 [2021-03-20T17:24:02.597Z] 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-20T17:24:02.597Z] ---> Running in 59ed1c639740 [2021-03-20T17:24:02.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:24:03.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:24:04.122Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:24:04.387Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:24:04.387Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:24:04.651Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:24:20.207Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:24:20.207Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:24:20.207Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:24:20.207Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:24:20.207Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:24:20.207Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:24:20.207Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:24:20.207Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:24:20.207Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:24:20.207Z] OK: 233 MiB in 51 packages [2021-03-20T17:24:23.552Z] Removing intermediate container 59ed1c639740 [2021-03-20T17:24:23.552Z] ---> 4655f93000f5 [2021-03-20T17:24:23.552Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:24:23.552Z] ---> Running in 1782fff0902f [2021-03-20T17:24:23.552Z] Removing intermediate container 1782fff0902f [2021-03-20T17:24:23.552Z] ---> 4b70bb7d81a5 [2021-03-20T17:24:23.552Z] Step 5/6 : COPY go.mod . [2021-03-20T17:24:23.818Z] ---> cbab0af4fcc0 [2021-03-20T17:24:23.818Z] Step 6/6 : RUN go mod download [2021-03-20T17:24:23.818Z] ---> Running in ab9c90fe926d [2021-03-20T17:24:45.850Z] Removing intermediate container ab9c90fe926d [2021-03-20T17:24:45.850Z] ---> 0c39a72c2111 [2021-03-20T17:24:45.850Z] Successfully built 0c39a72c2111 [2021-03-20T17:24:45.850Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:46.167Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:24:46.167Z] . [Pipeline] withDockerContainer [2021-03-20T17:24:46.278Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:24:46.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:24:47.362Z] $ docker top 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:24:47.936Z] + go version [2021-03-20T17:24:47.936Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:24:47.960Z] $ docker stop --time=1 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 [2021-03-20T17:24:49.363Z] $ docker rm -f 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:50.186Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:24:50.186Z] . [Pipeline] withDockerContainer [2021-03-20T17:24:50.312Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:24:50.363Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:24:51.605Z] $ docker top 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:24:51.828Z] ========================================================= [2021-03-20T17:24:51.828Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:24:51.828Z] ========================================================= [Pipeline] sh [2021-03-20T17:24:52.126Z] + make test [2021-03-20T17:24:52.126Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:25:02.227Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:25:17.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:25:25.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:25:25.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:25:25.704Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:25:27.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:25:27.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:25:27.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:25:27.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:25:28.962Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:25:29.240Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:25:32.018Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:25:32.018Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:25:32.018Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:25:34.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:25:34.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:25:34.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements [2021-03-20T17:25:34.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.9% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:25:38.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-03-20T17:25:38.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:25:42.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:25:42.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:25:44.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements [2021-03-20T17:25:44.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-03-20T17:25:44.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-03-20T17:25:44.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-03-20T17:25:57.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-20T17:25:57.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-03-20T17:25:59.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.111s coverage: 81.9% of statements [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-20T17:26:09.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-03-20T17:26:09.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 62.4% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 38.4% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.1% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.766s coverage: 29.1% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 96.5% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:26:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:26:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-20T17:26:09.859Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-20T17:26:10.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-20T17:26:10.698Z] GO111MODULE=on go vet ./... [2021-03-20T17:26:39.828Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30740 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws [2021-03-20T17:26:39.879Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-20T17:26:43.055Z] gofmt -l . [2021-03-20T17:26:43.055Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:26:43.055Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:26:43.055Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:26:43.680Z] + ls -al . [2021-03-20T17:26:43.680Z] total 760 [2021-03-20T17:26:43.680Z] drwxrwxr-x 10 1001 1001 4096 Mar 20 17:26 . [2021-03-20T17:26:43.680Z] drwxr-xr-x 4 root root 28 Mar 20 17:24 .. [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:23 .dockerignore [2021-03-20T17:26:43.680Z] drwxrwxr-x 8 1001 1001 179 Mar 20 17:23 .git [2021-03-20T17:26:43.680Z] drwxrwxr-x 3 1001 1001 125 Mar 20 17:23 .github [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:23 .gitignore [2021-03-20T17:26:43.680Z] drwx------ 3 1001 1001 60 Mar 20 17:23 .semver [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:23 .sonarcloud.properties [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:23 Attribution.txt [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:23 CONTRIBUTING.md [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:23 Dockerfile.build [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:23 Jenkinsfile [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:23 LICENSE [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:23 Makefile [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:23 README.md [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:23 SECURITY.md [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:23 ZMQWindows.md [2021-03-20T17:26:43.680Z] drwxrwxr-x 2 1001 1001 117 Mar 20 17:23 bin [2021-03-20T17:26:43.680Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:23 cmd [2021-03-20T17:26:43.680Z] -rw-r--r-- 1 root root 650607 Mar 20 17:26 coverage.out [2021-03-20T17:26:43.680Z] -rw-r--r-- 1 root root 1055 Mar 20 17:26 go.mod [2021-03-20T17:26:43.680Z] -rw-r--r-- 1 root root 22209 Mar 20 17:26 go.sum [2021-03-20T17:26:43.680Z] drwxrwxr-x 8 1001 1001 127 Mar 20 17:23 internal [2021-03-20T17:26:43.680Z] drwxrwxr-x 4 1001 1001 26 Mar 20 17:23 openapi [2021-03-20T17:26:43.680Z] drwxrwxr-x 4 1001 1001 71 Mar 20 17:23 snap [2021-03-20T17:26:43.680Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:23 version.go [Pipeline] sh [2021-03-20T17:26:43.986Z] + '[' -e coverage.out ] [2021-03-20T17:26:43.986Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:26:44.266Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:26:44.563Z] + make build [2021-03-20T17:26:44.563Z] 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-20T17:26:45.735Z] using credential edgex-jenkins-ssh [2021-03-20T17:26:45.792Z] Cloning the remote Git repository [2021-03-20T17:26:45.856Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:26:45.968Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-20T17:26:46.043Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:26:46.043Z] > git --version # timeout=10 [2021-03-20T17:26:46.062Z] > git --version # 'git version 2.17.1' [2021-03-20T17:26:46.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:46.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:26:47.881Z] 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-20T17:26:56.121Z] 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-20T17:26:58.046Z] 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-20T17:26:59.487Z] 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-20T17:27:00.062Z] 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-20T17:27:01.484Z] 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-20T17:27:03.445Z] 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-20T17:27:04.424Z] 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-20T17:27:05.823Z] 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-20T17:27:06.777Z] 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-20T17:27:08.180Z] 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-20T17:27:08.501Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:27:08.521Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:27:08.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:27:08.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:27:08.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:27:08.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:27:09.452Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:27:09.957Z] Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:27:09.957Z] Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) [Pipeline] } [2021-03-20T17:27:10.155Z] $ docker stop --time=1 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d [2021-03-20T17:27:09.472Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:27:09.488Z] > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 [2021-03-20T17:27:09.858Z] > git remote # timeout=10 [2021-03-20T17:27:09.881Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:27:09.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:27:09.912Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:27:09.939Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:27:09.962Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:27:09.974Z] > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 [2021-03-20T17:27:12.046Z] $ docker rm -f 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:14.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:27:14.114Z] [2021-03-20T17:27:14.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:14.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:27:14.505Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-20T17:27:14.505Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-20T17:27:14.505Z] ca9280d653b3: Pulling fs layer [2021-03-20T17:27:14.505Z] 7e9c9ca2126c: Pulling fs layer [2021-03-20T17:27:14.505Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-20T17:27:14.505Z] cbdbe7a5bc2a: Download complete [2021-03-20T17:27:14.656Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [2021-03-20T17:27:15.104Z] cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:27:15.383Z] ca9280d653b3: Verifying Checksum [2021-03-20T17:27:15.383Z] ca9280d653b3: Download complete [2021-03-20T17:27:16.174Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:27:16.342Z] 7e9c9ca2126c: Download complete [2021-03-20T17:27:16.609Z] ca9280d653b3: Pull complete [2021-03-20T17:27:16.679Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:27:17.018Z] + true [2021-03-20T17:27:17.018Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:27:19.746Z] provisioning config files... [2021-03-20T17:27:19.787Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8682476388063853876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:27:20.207Z] ---> docker-login.sh [2021-03-20T17:27:20.207Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:27:21.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:21.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:21.472Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:21.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:21.472Z] [2021-03-20T17:27:21.472Z] Login Succeeded [2021-03-20T17:27:21.472Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:27:22.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:22.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:22.074Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:22.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:22.074Z] [2021-03-20T17:27:22.074Z] Login Succeeded [2021-03-20T17:27:22.074Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:27:22.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:22.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:22.953Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:22.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:22.953Z] [2021-03-20T17:27:22.953Z] Login Succeeded [2021-03-20T17:27:22.953Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:27:23.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:23.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:23.515Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:23.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:23.515Z] [2021-03-20T17:27:23.515Z] Login Succeeded [2021-03-20T17:27:23.515Z] docker.io [2021-03-20T17:27:23.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:27:24.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:27:24.390Z] Configure a credential helper to remove this warning. See [2021-03-20T17:27:24.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:27:24.390Z] [2021-03-20T17:27:24.390Z] Login Succeeded [2021-03-20T17:27:24.390Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:27:24.407Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-20T17:27:24.804Z] 7e9c9ca2126c: Pull complete [2021-03-20T17:27:24.804Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-20T17:27:24.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:27:24.804Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] echo [2021-03-20T17:27:24.813Z] ========================================================= [2021-03-20T17:27:24.813Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:27:24.813Z] ========================================================= [Pipeline] withDockerContainer [2021-03-20T17:27:25.000Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:27:25.048Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:27:27.876Z] $ docker top 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:28.425Z] + docker-compose build --help [2021-03-20T17:27:28.425Z] + grep parallel [2021-03-20T17:27:28.504Z] + 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-20T17:27:29.383Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:27:29.661Z] $ docker stop --time=1 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e [2021-03-20T17:27:30.488Z] Sending build context to Docker daemon 166.8MB [2021-03-20T17:27:30.488Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:27:30.488Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:27:30.770Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:27:30.770Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:27:30.770Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:27:30.770Z] 18c013af1878: Pulling fs layer [2021-03-20T17:27:30.770Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:27:30.770Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:27:30.770Z] b116817d02f9: Pulling fs layer [2021-03-20T17:27:30.770Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:27:30.770Z] 00ac8860ef70: Waiting [2021-03-20T17:27:30.770Z] 63d7cb157983: Waiting [2021-03-20T17:27:30.770Z] b116817d02f9: Waiting [2021-03-20T17:27:30.770Z] 745a02a5169b: Waiting [2021-03-20T17:27:30.770Z] 18c013af1878: Verifying Checksum [2021-03-20T17:27:30.770Z] 18c013af1878: Download complete [2021-03-20T17:27:30.770Z] a4357932f1b6: Verifying Checksum [2021-03-20T17:27:30.770Z] a4357932f1b6: Download complete [2021-03-20T17:27:30.770Z] 63d7cb157983: Verifying Checksum [2021-03-20T17:27:30.770Z] 63d7cb157983: Download complete [2021-03-20T17:27:30.770Z] b116817d02f9: Verifying Checksum [2021-03-20T17:27:30.770Z] b116817d02f9: Download complete [2021-03-20T17:27:30.770Z] 5f621e34cdf4: Verifying Checksum [2021-03-20T17:27:30.770Z] 5f621e34cdf4: Download complete [2021-03-20T17:27:31.084Z] $ docker rm -f 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-03-20T17:27:31.366Z] 5f621e34cdf4: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:31.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:27:31.691Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:31.969Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:27:31.989Z] a4357932f1b6: Pull complete [2021-03-20T17:27:32.086Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:27:32.264Z] 18c013af1878: Pull complete [2021-03-20T17:27:32.808Z] $ docker top ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 -eo pid,comm [2021-03-20T17:27:32.871Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:27:32.871Z] 745a02a5169b: Download complete [Pipeline] { [Pipeline] sh [2021-03-20T17:27:33.269Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:27:34.213Z] Building docker-core-command-go ... [2021-03-20T17:27:34.213Z] Building docker-core-data-go ... [2021-03-20T17:27:34.213Z] Building docker-core-metadata-go ... [2021-03-20T17:27:34.213Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:27:34.213Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:27:34.213Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:27:34.213Z] Building docker-support-notifications-go ... [2021-03-20T17:27:34.213Z] Building docker-support-scheduler-go ... [2021-03-20T17:27:34.213Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:27:34.213Z] Building docker-security-bootstrapper-go [2021-03-20T17:27:34.213Z] Building docker-security-secretstore-setup-go [2021-03-20T17:27:34.213Z] Building docker-support-scheduler-go [2021-03-20T17:27:34.213Z] Building docker-core-metadata-go [2021-03-20T17:27:34.213Z] Building docker-core-command-go [2021-03-20T17:27:34.841Z] 00ac8860ef70: Verifying Checksum [2021-03-20T17:27:34.841Z] 00ac8860ef70: Download complete [2021-03-20T17:27:45.027Z] 00ac8860ef70: Pull complete [2021-03-20T17:27:45.027Z] 63d7cb157983: Pull complete [2021-03-20T17:27:45.302Z] b116817d02f9: Pull complete [2021-03-20T17:27:48.758Z] 745a02a5169b: Pull complete [2021-03-20T17:27:48.758Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:27:48.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:27:48.758Z] ---> b7e6874047d6 [2021-03-20T17:27:48.758Z] 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-20T17:27:53.078Z] ---> Running in 4993c1c317aa [2021-03-20T17:27:53.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:27:54.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:27:55.647Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:27:55.921Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:27:55.921Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:27:55.921Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:28:02.622Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:28:02.622Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:28:02.622Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:28:02.622Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:28:02.622Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:28:02.622Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:28:02.622Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:28:02.622Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:28:02.893Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:28:02.894Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:07.282Z] Removing intermediate container 4993c1c317aa [2021-03-20T17:28:07.282Z] ---> a898b32711b4 [2021-03-20T17:28:07.282Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:28:07.282Z] ---> Running in 0a21020a0263 [2021-03-20T17:28:07.282Z] Removing intermediate container 0a21020a0263 [2021-03-20T17:28:07.282Z] ---> 3a9f4fc746fa [2021-03-20T17:28:07.282Z] Step 5/6 : COPY go.mod . [2021-03-20T17:28:08.259Z] ---> 029157f7d4c4 [2021-03-20T17:28:08.259Z] Step 6/6 : RUN go mod download [2021-03-20T17:28:08.259Z] ---> Running in 0b0f9ce9686b [2021-03-20T17:28:13.193Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:13.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:13.193Z] ---> 0c39a72c2111 [2021-03-20T17:28:13.193Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:28:13.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:13.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:13.193Z] ---> 0c39a72c2111 [2021-03-20T17:28:13.194Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:13.194Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:13.194Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:13.194Z] ---> 0c39a72c2111 [2021-03-20T17:28:13.194Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:28:13.194Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:13.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:13.194Z] ---> 0c39a72c2111 [2021-03-20T17:28:13.194Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:28:13.194Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:13.194Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:13.194Z] ---> 0c39a72c2111 [2021-03-20T17:28:13.194Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:13.194Z] ---> Running in e4436e2f6c48 [2021-03-20T17:28:13.194Z] ---> Running in f4ab79c03f3a [2021-03-20T17:28:13.194Z] ---> Running in e9b5072f96bb [2021-03-20T17:28:13.194Z] ---> Running in 70d93297da14 [2021-03-20T17:28:13.194Z] ---> Running in 14e0f15ea4d9 [2021-03-20T17:28:13.194Z] Removing intermediate container e9b5072f96bb [2021-03-20T17:28:13.194Z] ---> f2a623cf765c [2021-03-20T17:28:13.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.194Z] Removing intermediate container 14e0f15ea4d9 [2021-03-20T17:28:13.194Z] ---> 194903a10117 [2021-03-20T17:28:13.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.194Z] Removing intermediate container f4ab79c03f3a [2021-03-20T17:28:13.194Z] ---> 959a26c8aa94 [2021-03-20T17:28:13.194Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.194Z] Removing intermediate container 70d93297da14 [2021-03-20T17:28:13.194Z] ---> 265b7b46854b [2021-03-20T17:28:13.194Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.194Z] Removing intermediate container e4436e2f6c48 [2021-03-20T17:28:13.194Z] ---> 98654375e4c7 [2021-03-20T17:28:13.194Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.194Z] ---> Running in 2b8cf1503215 [2021-03-20T17:28:13.194Z] ---> Running in 3f76a8a69c19 [2021-03-20T17:28:13.194Z] ---> Running in 132a9372e50d [2021-03-20T17:28:13.194Z] ---> Running in d2bd5bcea917 [2021-03-20T17:28:13.194Z] ---> Running in 5143352414a7 [2021-03-20T17:28:13.194Z] Removing intermediate container 132a9372e50d [2021-03-20T17:28:13.194Z] ---> 3cbd3745e734 [2021-03-20T17:28:13.194Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:28:13.194Z] Removing intermediate container 2b8cf1503215 [2021-03-20T17:28:13.194Z] ---> 26a077f02692 [2021-03-20T17:28:13.194Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:28:13.194Z] Removing intermediate container 5143352414a7 [2021-03-20T17:28:13.194Z] ---> 9ad86d272f82 [2021-03-20T17:28:13.194Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:28:13.194Z] ---> Running in fe246eaf7282 [2021-03-20T17:28:13.194Z] ---> Running in 5db0dd825c87 [2021-03-20T17:28:13.194Z] ---> Running in 6bc6acec60fa [2021-03-20T17:28:13.194Z] Removing intermediate container d2bd5bcea917 [2021-03-20T17:28:13.194Z] ---> bd3e28db7c2b [2021-03-20T17:28:13.194Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:28:13.194Z] Removing intermediate container 3f76a8a69c19 [2021-03-20T17:28:13.194Z] ---> b6adf5fe16a8 [2021-03-20T17:28:13.194Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:28:13.194Z] ---> Running in 1fa0faaf591e [2021-03-20T17:28:13.194Z] ---> Running in 97e1cfddfbca [2021-03-20T17:28:13.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:14.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:14.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:14.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:14.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:15.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:15.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:15.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:16.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:16.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:19.076Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:19.076Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:19.664Z] Removing intermediate container 5db0dd825c87 [2021-03-20T17:28:19.664Z] ---> 8c95e12b01b6 [2021-03-20T17:28:19.664Z] Step 6/31 : COPY go.mod . [2021-03-20T17:28:19.664Z] Removing intermediate container 1fa0faaf591e [2021-03-20T17:28:19.664Z] ---> 2fd9f5351670 [2021-03-20T17:28:19.664Z] Step 6/24 : COPY go.mod . [2021-03-20T17:28:19.664Z] ---> 486b1dfcef70 [2021-03-20T17:28:19.664Z] Step 7/31 : RUN go mod download [2021-03-20T17:28:19.664Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:19.934Z] ---> Running in 658336e7c1b2 [2021-03-20T17:28:19.934Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:19.934Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:20.210Z] ---> 266fa53fcf51 [2021-03-20T17:28:20.210Z] Step 7/24 : RUN go mod download [2021-03-20T17:28:20.210Z] ---> Running in 22d2e48b98ba [2021-03-20T17:28:21.179Z] Removing intermediate container 6bc6acec60fa [2021-03-20T17:28:21.179Z] ---> 08c2d81b39d4 [2021-03-20T17:28:21.179Z] Step 6/22 : COPY go.mod . [2021-03-20T17:28:21.179Z] Removing intermediate container fe246eaf7282 [2021-03-20T17:28:21.179Z] ---> 9c8984bbc78a [2021-03-20T17:28:21.179Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:21.179Z] Removing intermediate container 97e1cfddfbca [2021-03-20T17:28:21.179Z] ---> b804b3e4ce5c [2021-03-20T17:28:21.179Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:21.459Z] ---> 4a4632739258 [2021-03-20T17:28:21.459Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:21.459Z] ---> 608bf78c8103 [2021-03-20T17:28:21.459Z] Step 7/22 : RUN go mod download [2021-03-20T17:28:21.459Z] ---> 87a376703d59 [2021-03-20T17:28:21.459Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:21.459Z] ---> Running in a15d12388ab8 [2021-03-20T17:28:21.729Z] ---> Running in aef6452820e6 [2021-03-20T17:28:21.729Z] ---> Running in 9761a151cbb7 [2021-03-20T17:28:22.701Z] Removing intermediate container 658336e7c1b2 [2021-03-20T17:28:22.701Z] ---> 0ae9d106b9dc [2021-03-20T17:28:22.701Z] Step 8/31 : COPY . . [2021-03-20T17:28:22.701Z] Removing intermediate container 22d2e48b98ba [2021-03-20T17:28:22.701Z] ---> 52d09ce57c57 [2021-03-20T17:28:22.701Z] Step 8/24 : COPY . . [2021-03-20T17:28:31.086Z] Removing intermediate container aef6452820e6 [2021-03-20T17:28:31.086Z] ---> d965f1aacba7 [2021-03-20T17:28:31.086Z] Step 8/22 : COPY . . [2021-03-20T17:28:31.086Z] Removing intermediate container a15d12388ab8 [2021-03-20T17:28:31.086Z] ---> 2d7a621d9f82 [2021-03-20T17:28:31.086Z] Step 8/23 : COPY . . [2021-03-20T17:28:34.443Z] Removing intermediate container 9761a151cbb7 [2021-03-20T17:28:34.443Z] ---> 6f0facdf17cc [2021-03-20T17:28:34.443Z] Step 8/23 : COPY . . [2021-03-20T17:28:35.766Z] Removing intermediate container 0b0f9ce9686b [2021-03-20T17:28:35.766Z] ---> 5df8212933e2 [2021-03-20T17:28:35.766Z] Successfully built 5df8212933e2 [2021-03-20T17:28:35.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:36.115Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:28:36.115Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:36.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container [2021-03-20T17:28:36.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:28:38.024Z] $ docker top 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:28:39.088Z] + go version [2021-03-20T17:28:39.088Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:28:39.109Z] $ docker stop --time=1 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e [2021-03-20T17:28:41.102Z] $ docker rm -f 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:42.205Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:28:42.205Z] . [Pipeline] withDockerContainer [2021-03-20T17:28:42.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container [2021-03-20T17:28:42.569Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:28:44.049Z] $ docker top f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:28:44.450Z] ========================================================= [2021-03-20T17:28:44.450Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:28:44.450Z] ========================================================= [Pipeline] sh [2021-03-20T17:28:45.092Z] + make test [2021-03-20T17:28:45.092Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:29:06.845Z] ---> f206147e0d29 [2021-03-20T17:29:06.845Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:29:07.421Z] ---> 570267c02766 [2021-03-20T17:29:07.421Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:29:07.999Z] ---> Running in d3c15fa17637 [2021-03-20T17:29:07.999Z] ---> Running in 17be2340a5a2 [2021-03-20T17:29:08.948Z] ---> 0ff4b842f1bf [2021-03-20T17:29:08.948Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:29:08.948Z] ---> 71df90e5eb6f [2021-03-20T17:29:08.948Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:29:09.555Z] ---> Running in f56f48399045 [2021-03-20T17:29:09.555Z] ---> Running in 6646fd24b8b1 [2021-03-20T17:29:09.555Z] ---> e52b0d0dfa6e [2021-03-20T17:29:09.555Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:29:09.555Z] ---> Running in a7c4cf038a86 [2021-03-20T17:29:10.150Z] 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-20T17:29:10.150Z] 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-20T17:29:10.427Z] 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-20T17:29:10.705Z] 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-20T17:29:10.705Z] 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-20T17:29:11.893Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:29:43.054Z] 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-20T17:29:51.386Z] Removing intermediate container 17be2340a5a2 [2021-03-20T17:29:51.386Z] ---> 3d850c050ace [2021-03-20T17:29:51.386Z] [2021-03-20T17:29:51.386Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:29:51.386Z] 3.12: Pulling from library/alpine [2021-03-20T17:29:51.386Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:29:51.386Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:29:51.386Z] ---> 88dd2752d2ea [2021-03-20T17:29:51.386Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:29:54.707Z] ---> Running in edf865b12d31 [2021-03-20T17:29:54.707Z] Removing intermediate container d3c15fa17637 [2021-03-20T17:29:54.707Z] ---> 91c7f0b29e7f [2021-03-20T17:29:54.707Z] [2021-03-20T17:29:54.707Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:29:54.707Z] ---> 88dd2752d2ea [2021-03-20T17:29:54.707Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:29:54.707Z] Removing intermediate container f56f48399045 [2021-03-20T17:29:54.707Z] ---> 13f755883817 [2021-03-20T17:29:54.707Z] [2021-03-20T17:29:54.707Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:29:54.707Z] ---> 88dd2752d2ea [2021-03-20T17:29:54.707Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:29:54.707Z] Removing intermediate container 6646fd24b8b1 [2021-03-20T17:29:54.707Z] ---> 5df30cede101 [2021-03-20T17:29:54.707Z] [2021-03-20T17:29:54.707Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:29:54.707Z] ---> 88dd2752d2ea [2021-03-20T17:29:54.707Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:29:54.707Z] ---> Running in 899e10dd3dc0 [2021-03-20T17:29:54.972Z] ---> Running in 640fcaf74f5a [2021-03-20T17:29:54.972Z] ---> Running in 85186daedda4 [2021-03-20T17:29:54.972Z] Removing intermediate container edf865b12d31 [2021-03-20T17:29:54.972Z] ---> b5eae4553bcd [2021-03-20T17:29:54.972Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:29:57.533Z] ---> Running in 78e4ed6dd66e [2021-03-20T17:29:57.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:57.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:58.060Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:29:58.060Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:29:58.060Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:29:58.060Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:29:58.060Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:29:58.060Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:29:58.060Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:29:58.343Z] OK: 7 MiB in 19 packages [2021-03-20T17:29:58.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:58.343Z] Removing intermediate container a7c4cf038a86 [2021-03-20T17:29:58.343Z] ---> c234a17c2a10 [2021-03-20T17:29:58.343Z] [2021-03-20T17:29:58.343Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:29:58.343Z] ---> 88dd2752d2ea [2021-03-20T17:29:58.343Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:29:58.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:58.607Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:29:58.607Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:29:58.607Z] OK: 6 MiB in 15 packages [2021-03-20T17:29:59.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:30:00.001Z] ---> Running in 6bf8a0aa620d [2021-03-20T17:30:00.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:00.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:00.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:00.535Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:00.535Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:00.535Z] OK: 6 MiB in 15 packages [2021-03-20T17:30:00.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:00.797Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:00.797Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:30:00.797Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:00.797Z] OK: 6 MiB in 16 packages [2021-03-20T17:30:01.379Z] Removing intermediate container 899e10dd3dc0 [2021-03-20T17:30:01.379Z] ---> 802f3408211b [2021-03-20T17:30:01.379Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:30:01.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:01.651Z] Removing intermediate container 640fcaf74f5a [2021-03-20T17:30:01.651Z] ---> 033e252f2d38 [2021-03-20T17:30:01.651Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:01.651Z] ---> Running in 2beab6ae84b3 [2021-03-20T17:30:01.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:01.651Z] ---> Running in 78748abaafca [2021-03-20T17:30:01.651Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:01.651Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:01.917Z] OK: 6 MiB in 15 packages [2021-03-20T17:30:01.917Z] Removing intermediate container 2beab6ae84b3 [2021-03-20T17:30:01.917Z] ---> b2efe98d55fd [2021-03-20T17:30:01.917Z] Step 13/24 : WORKDIR / [2021-03-20T17:30:02.190Z] ---> Running in ca97dee1465b [2021-03-20T17:30:02.190Z] Removing intermediate container 78e4ed6dd66e [2021-03-20T17:30:02.190Z] ---> 3a340ec0c640 [2021-03-20T17:30:02.190Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:30:02.190Z] Removing intermediate container 85186daedda4 [2021-03-20T17:30:02.190Z] ---> 451d6fe47d59 [2021-03-20T17:30:02.190Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:02.190Z] Removing intermediate container 78748abaafca [2021-03-20T17:30:02.190Z] ---> 36166339994b [2021-03-20T17:30:02.190Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:30:02.466Z] ---> Running in 725cba1a06bb [2021-03-20T17:30:02.466Z] ---> Running in 0f834b3a2294 [2021-03-20T17:30:02.466Z] ---> Running in 549adf30b4a1 [2021-03-20T17:30:02.734Z] Removing intermediate container ca97dee1465b [2021-03-20T17:30:02.734Z] ---> 4c048f3d0133 [2021-03-20T17:30:02.734Z] 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-20T17:30:02.734Z] Removing intermediate container 6bf8a0aa620d [2021-03-20T17:30:02.734Z] ---> d1288804335e [2021-03-20T17:30:02.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:02.734Z] Removing intermediate container 725cba1a06bb [2021-03-20T17:30:02.734Z] ---> 9f72bd8459c5 [2021-03-20T17:30:02.734Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:30:02.998Z] Removing intermediate container 0f834b3a2294 [2021-03-20T17:30:02.998Z] ---> d146ec74ba22 [2021-03-20T17:30:02.998Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:30:02.998Z] ---> Running in b10ba49e81eb [2021-03-20T17:30:02.998Z] ---> Running in 6cfca873cd82 [2021-03-20T17:30:02.998Z] Removing intermediate container 549adf30b4a1 [2021-03-20T17:30:02.998Z] ---> f8d26f619eb8 [2021-03-20T17:30:02.998Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:30:03.265Z] ---> Running in 679ad8dcc561 [2021-03-20T17:30:03.265Z] ---> 905f42c1efb6 [2021-03-20T17:30:03.265Z] 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-20T17:30:03.265Z] ---> Running in 9d3a270d0e35 [2021-03-20T17:30:03.265Z] Removing intermediate container 6cfca873cd82 [2021-03-20T17:30:03.265Z] ---> dff9ffa43fd4 [2021-03-20T17:30:03.265Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:30:03.265Z] Removing intermediate container b10ba49e81eb [2021-03-20T17:30:03.265Z] ---> ba69defe7eb8 [2021-03-20T17:30:03.265Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:30:03.529Z] ---> Running in cd3eb7435f86 [2021-03-20T17:30:03.529Z] ---> Running in 7a33d7214df6 [2021-03-20T17:30:03.529Z] Removing intermediate container 679ad8dcc561 [2021-03-20T17:30:03.529Z] ---> 9fd877d15dc1 [2021-03-20T17:30:03.529Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:30:03.791Z] ---> 1bafd28c2db2 [2021-03-20T17:30:03.791Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:03.791Z] Removing intermediate container 9d3a270d0e35 [2021-03-20T17:30:03.791Z] ---> d01cf73b197a [2021-03-20T17:30:03.791Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:03.791Z] ---> Running in c6564e7afdc7 [2021-03-20T17:30:04.053Z] Removing intermediate container 7a33d7214df6 [2021-03-20T17:30:04.053Z] ---> f24d14f534f6 [2021-03-20T17:30:04.053Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:30:04.053Z] Removing intermediate container cd3eb7435f86 [2021-03-20T17:30:04.053Z] ---> efcc9fef9097 [2021-03-20T17:30:04.053Z] Step 15/23 : WORKDIR / [2021-03-20T17:30:04.321Z] ---> Running in 835b6976f659 [2021-03-20T17:30:04.321Z] ---> c9fdab5f9a10 [2021-03-20T17:30:04.321Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:30:04.321Z] ---> 3e6dd7b5ccde [2021-03-20T17:30:04.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:30:04.321Z] ---> Running in 9d69abb8ac9f [2021-03-20T17:30:04.583Z] Removing intermediate container 835b6976f659 [2021-03-20T17:30:04.583Z] ---> 235acc1c55a3 [2021-03-20T17:30:04.583Z] Step 15/23 : WORKDIR / [2021-03-20T17:30:04.583Z] ---> Running in ce0dbc66ed64 [2021-03-20T17:30:04.854Z] Removing intermediate container 9d69abb8ac9f [2021-03-20T17:30:04.854Z] ---> b6156387a7eb [2021-03-20T17:30:04.854Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:05.118Z] ---> e26d10da1c43 [2021-03-20T17:30:05.118Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:30:05.118Z] Removing intermediate container ce0dbc66ed64 [2021-03-20T17:30:05.118Z] ---> 0458a4b2a9df [2021-03-20T17:30:05.118Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:05.118Z] ---> 679cdd4337ff [2021-03-20T17:30:05.118Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:05.381Z] ---> e050c2857796 [2021-03-20T17:30:05.381Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:30:05.381Z] Removing intermediate container c6564e7afdc7 [2021-03-20T17:30:05.381Z] ---> 4656a5d535ac [2021-03-20T17:30:05.381Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:30:05.653Z] ---> 530f4e410f1c [2021-03-20T17:30:05.653Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:30:05.653Z] ---> Running in 886b37e95c6d [2021-03-20T17:30:05.653Z] ---> 485255c26ae6 [2021-03-20T17:30:05.653Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:30:05.928Z] ---> dfe61d3e8a6c [2021-03-20T17:30:05.928Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:30:05.928Z] ---> Running in 2daaa8a64973 [2021-03-20T17:30:05.928Z] Removing intermediate container 886b37e95c6d [2021-03-20T17:30:05.928Z] ---> 346d69568cf9 [2021-03-20T17:30:05.928Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:30:06.189Z] ---> 3ac7320b896e [2021-03-20T17:30:06.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:06.189Z] Removing intermediate container 2daaa8a64973 [2021-03-20T17:30:06.189Z] ---> 1ed324be30b2 [2021-03-20T17:30:06.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:06.451Z] ---> 72b34151d93c [2021-03-20T17:30:06.451Z] 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-20T17:30:06.715Z] ---> 792595924be4 [2021-03-20T17:30:06.715Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:06.715Z] ---> Running in fe2e5707255c [2021-03-20T17:30:06.977Z] ---> 4519205090d3 [2021-03-20T17:30:06.978Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:30:06.978Z] ---> ca1f04eb8356 [2021-03-20T17:30:06.978Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:30:06.978Z] ---> Running in b0e2ddeeb828 [2021-03-20T17:30:06.978Z] ---> Running in 3381ae167831 [2021-03-20T17:30:07.242Z] ---> Running in d20ac73336e8 [2021-03-20T17:30:07.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:30:07.511Z] Removing intermediate container fe2e5707255c [2021-03-20T17:30:07.511Z] ---> ece05f41e27c [2021-03-20T17:30:07.511Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:30:07.511Z] ---> 91078cef1845 [2021-03-20T17:30:07.511Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:30:07.511Z] Removing intermediate container 3381ae167831 [2021-03-20T17:30:07.511Z] ---> 301a2a757236 [2021-03-20T17:30:07.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:07.784Z] ---> Running in 6862dd75716f [2021-03-20T17:30:07.784Z] ---> Running in 081cf959aa4a [2021-03-20T17:30:07.784Z] ---> Running in c0498b23349a [2021-03-20T17:30:08.078Z] Removing intermediate container 6862dd75716f [2021-03-20T17:30:08.078Z] ---> 4f126e5556da [2021-03-20T17:30:08.078Z] Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:30:08.078Z] ---> Running in c51d0dfdb711 [2021-03-20T17:30:08.078Z] Removing intermediate container 081cf959aa4a [2021-03-20T17:30:08.078Z] ---> f46cd36da12a [2021-03-20T17:30:08.078Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:08.339Z] Removing intermediate container c0498b23349a [2021-03-20T17:30:08.339Z] ---> a703cefb0ae2 [2021-03-20T17:30:08.339Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:30:08.339Z] ---> Running in d3f7e424a834 [2021-03-20T17:30:08.602Z] ---> Running in 9214d217c353 [2021-03-20T17:30:08.602Z] Removing intermediate container c51d0dfdb711 [2021-03-20T17:30:08.602Z] ---> bd55360a32e6 [2021-03-20T17:30:08.602Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:30:08.602Z] Removing intermediate container d3f7e424a834 [2021-03-20T17:30:08.602Z] ---> b0909b0c7e77 [2021-03-20T17:30:08.602Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:30:08.865Z] ---> Running in 3904baaedc7f [2021-03-20T17:30:08.865Z] ---> Running in 423631dbc959 [2021-03-20T17:30:09.136Z] Removing intermediate container b0e2ddeeb828 [2021-03-20T17:30:09.137Z] ---> 8b820b4541b8 [2021-03-20T17:30:09.137Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:30:09.137Z] Removing intermediate container 9214d217c353 [2021-03-20T17:30:09.137Z] ---> abd453681f57 [2021-03-20T17:30:09.137Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:30:09.137Z] ---> Running in 9b4a50c7defe [2021-03-20T17:30:09.137Z] ---> Running in 5505c302cd50 [2021-03-20T17:30:09.399Z] Removing intermediate container 3904baaedc7f [2021-03-20T17:30:09.399Z] ---> 714885ab8ed5 [2021-03-20T17:30:09.399Z] [2021-03-20T17:30:09.399Z] Removing intermediate container 423631dbc959 [2021-03-20T17:30:09.399Z] ---> 161e0ab8ae66 [2021-03-20T17:30:09.399Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:30:09.399Z] Removing intermediate container d20ac73336e8 [2021-03-20T17:30:09.399Z] ---> acc1a8f29061 [2021-03-20T17:30:09.399Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:09.670Z] Successfully built 714885ab8ed5 [2021-03-20T17:30:09.670Z] ---> Running in 80f58f955d0e [2021-03-20T17:30:09.670Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-20T17:30:09.670Z] Removing intermediate container 9b4a50c7defe [2021-03-20T17:30:09.670Z] ---> 01edcdf67195 [2021-03-20T17:30:09.670Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:30:09.670Z] Building docker-support-notifications-go [2021-03-20T17:30:09.670Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5505c302cd50 [2021-03-20T17:30:09.670Z] ---> 38d2b305c197 [2021-03-20T17:30:09.670Z] Step 22/24 : LABEL arch=x86_64 [2021-03-20T17:30:09.950Z] ---> 1fc6d2268b55 [2021-03-20T17:30:09.950Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:30:09.950Z] ---> Running in 020026779b8b [2021-03-20T17:30:09.950Z] ---> Running in cf3d8c46ac54 [2021-03-20T17:30:09.950Z] Removing intermediate container 80f58f955d0e [2021-03-20T17:30:09.950Z] ---> 9b29c032f459 [2021-03-20T17:30:09.950Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:30:10.214Z] ---> Running in 934db1f1d939 [2021-03-20T17:30:10.214Z] Removing intermediate container 020026779b8b [2021-03-20T17:30:10.214Z] ---> 2fdad7f52edc [2021-03-20T17:30:10.214Z] [2021-03-20T17:30:10.214Z] Removing intermediate container cf3d8c46ac54 [2021-03-20T17:30:10.214Z] ---> 4127fe5cd07d [2021-03-20T17:30:10.214Z] Step 23/24 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:30:10.477Z] Successfully built 2fdad7f52edc [2021-03-20T17:30:10.740Z] Removing intermediate container 934db1f1d939 [2021-03-20T17:30:10.740Z] ---> 458042330173 [2021-03-20T17:30:10.740Z] [2021-03-20T17:30:10.740Z] ---> Running in af66c511afda [2021-03-20T17:30:10.740Z] Successfully tagged docker-core-command-go:latest [2021-03-20T17:30:10.740Z] Building docker-security-proxy-setup-go [2021-03-20T17:30:11.021Z]  Building docker-core-command-go ... done  ---> 9135282087a0 [2021-03-20T17:30:11.021Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:30:11.021Z] Successfully built 458042330173 [2021-03-20T17:30:11.284Z] Successfully tagged docker-core-metadata-go:latest [2021-03-20T17:30:11.284Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-20T17:30:11.284Z] Removing intermediate container af66c511afda [2021-03-20T17:30:11.284Z] ---> f43adde628fd [2021-03-20T17:30:11.284Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:30:11.556Z] ---> Running in 31664f38a18f [2021-03-20T17:30:11.556Z] ---> 33be9db115ab [2021-03-20T17:30:11.556Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:30:11.821Z] Removing intermediate container 31664f38a18f [2021-03-20T17:30:11.821Z] ---> 0fcafff77fb5 [2021-03-20T17:30:11.821Z] [2021-03-20T17:30:14.406Z] Successfully built 0fcafff77fb5 [2021-03-20T17:30:14.406Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-20T17:30:14.406Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-20T17:30:14.406Z] ---> 4e71f6f4f5f4 [2021-03-20T17:30:14.406Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:30:15.358Z] ---> 90690c2b36a2 [2021-03-20T17:30:15.358Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:30:15.740Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:30:15.740Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:30:17.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:30:17.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:30:17.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:30:17.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:30:18.391Z] ---> Running in 65381fd7f4f9 [2021-03-20T17:30:18.728Z] Removing intermediate container 65381fd7f4f9 [2021-03-20T17:30:18.728Z] ---> cf0ddd6fdbbc [2021-03-20T17:30:18.728Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:30:20.221Z] ---> 758949fc604b [2021-03-20T17:30:20.221Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:30:20.814Z] ---> Running in 75f0c5bc899b [2021-03-20T17:30:22.220Z] Removing intermediate container 75f0c5bc899b [2021-03-20T17:30:22.220Z] ---> 65802454963a [2021-03-20T17:30:22.220Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:30:22.472Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:30:22.472Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:30:22.487Z] ---> Running in b67a8299a1f3 [2021-03-20T17:30:23.070Z] Removing intermediate container b67a8299a1f3 [2021-03-20T17:30:23.070Z] ---> 7daefd05d50c [2021-03-20T17:30:23.070Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:30:25.013Z] ---> Running in 23a89307252a [2021-03-20T17:30:25.612Z] Removing intermediate container 23a89307252a [2021-03-20T17:30:25.612Z] ---> b9a7d106e22e [2021-03-20T17:30:25.612Z] Step 29/31 : LABEL arch=x86_64 [2021-03-20T17:30:26.250Z] ---> Running in b7bb1ed4b1ec [2021-03-20T17:30:26.839Z] Removing intermediate container b7bb1ed4b1ec [2021-03-20T17:30:26.839Z] ---> 9832a8a50b54 [2021-03-20T17:30:26.839Z] Step 30/31 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:30:27.431Z] ---> Running in 95f13b76a8b0 [2021-03-20T17:30:28.397Z] Removing intermediate container 95f13b76a8b0 [2021-03-20T17:30:28.397Z] ---> ed315c74f2c9 [2021-03-20T17:30:28.397Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:30:30.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:30:30.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:30:30.786Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:30:35.280Z] ---> Running in d266fe3825d8 [2021-03-20T17:30:35.865Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:35.865Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:35.865Z] ---> 0c39a72c2111 [2021-03-20T17:30:35.865Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:30:35.865Z] ---> Using cache [2021-03-20T17:30:35.865Z] ---> 98654375e4c7 [2021-03-20T17:30:35.865Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:36.132Z] ---> Using cache [2021-03-20T17:30:36.132Z] ---> 9ad86d272f82 [2021-03-20T17:30:36.132Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:30:36.132Z] ---> Using cache [2021-03-20T17:30:36.132Z] ---> 08c2d81b39d4 [2021-03-20T17:30:36.132Z] Step 6/21 : COPY go.mod . [2021-03-20T17:30:36.132Z] ---> Using cache [2021-03-20T17:30:36.132Z] ---> 608bf78c8103 [2021-03-20T17:30:36.132Z] Step 7/21 : RUN go mod download [2021-03-20T17:30:36.132Z] ---> Using cache [2021-03-20T17:30:36.132Z] ---> d965f1aacba7 [2021-03-20T17:30:36.132Z] Step 8/21 : COPY . . [2021-03-20T17:30:36.403Z] ---> Using cache [2021-03-20T17:30:36.403Z] ---> 0ff4b842f1bf [2021-03-20T17:30:36.403Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:30:36.681Z] Removing intermediate container d266fe3825d8 [2021-03-20T17:30:36.681Z] ---> 2a766e86e81a [2021-03-20T17:30:36.681Z] [2021-03-20T17:30:36.945Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:36.945Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:36.945Z] ---> 0c39a72c2111 [2021-03-20T17:30:36.945Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:30:36.945Z] ---> Using cache [2021-03-20T17:30:36.945Z] ---> 98654375e4c7 [2021-03-20T17:30:36.945Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:36.945Z] ---> Using cache [2021-03-20T17:30:36.945Z] ---> 9ad86d272f82 [2021-03-20T17:30:36.945Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:30:37.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:30:37.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:30:37.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements [2021-03-20T17:30:37.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.267s coverage: 100.0% of statements [2021-03-20T17:30:38.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:38.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:38.394Z] ---> 0c39a72c2111 [2021-03-20T17:30:38.394Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:30:38.394Z] ---> Using cache [2021-03-20T17:30:38.394Z] ---> 98654375e4c7 [2021-03-20T17:30:38.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:38.394Z] ---> Using cache [2021-03-20T17:30:38.394Z] ---> 9ad86d272f82 [2021-03-20T17:30:38.394Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:30:39.362Z] ---> Running in 2846209bdc23 [2021-03-20T17:30:39.362Z] Successfully built 2a766e86e81a [2021-03-20T17:30:39.362Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:39.362Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:39.625Z] ---> 0c39a72c2111 [2021-03-20T17:30:39.625Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:30:39.625Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-20T17:30:39.625Z] ---> Using cache [2021-03-20T17:30:39.625Z]  Building docker-security-bootstrapper-go ... done  ---> 98654375e4c7 [2021-03-20T17:30:39.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:39.625Z] ---> Using cache [2021-03-20T17:30:39.625Z] ---> 9ad86d272f82 [2021-03-20T17:30:39.625Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:30:39.625Z] ---> Running in c5b5fb5933ae [2021-03-20T17:30:39.625Z] ---> Running in c06d30596fee [2021-03-20T17:30:40.572Z] ---> Running in 30f2685b10fa [2021-03-20T17:30:41.158Z] 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-20T17:30:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:42.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:42.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:42.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:42.990Z] OK: 233 MiB in 51 packages [2021-03-20T17:30:42.990Z] OK: 233 MiB in 51 packages [2021-03-20T17:30:43.271Z] OK: 233 MiB in 51 packages [2021-03-20T17:30:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.517s coverage: 27.1% of statements [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:30:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:30:44.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.126s coverage: 100.0% of statements [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:30:44.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:30:45.230Z] Removing intermediate container 30f2685b10fa [2021-03-20T17:30:45.230Z] ---> 2d02d679face [2021-03-20T17:30:45.230Z] Step 6/23 : COPY go.mod . [2021-03-20T17:30:45.230Z] Removing intermediate container c06d30596fee [2021-03-20T17:30:45.230Z] ---> 56aed49b5bad [2021-03-20T17:30:45.230Z] Step 6/22 : COPY go.mod . [2021-03-20T17:30:45.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.391s coverage: 71.3% of statements [2021-03-20T17:30:45.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:30:45.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:30:45.510Z] Removing intermediate container c5b5fb5933ae [2021-03-20T17:30:45.510Z] ---> eeab576b0eeb [2021-03-20T17:30:45.510Z] Step 6/26 : COPY go.mod . [2021-03-20T17:30:45.778Z] ---> bd4775c91ae3 [2021-03-20T17:30:45.778Z] Step 7/23 : RUN go mod download [2021-03-20T17:30:45.778Z] ---> 4236847d7a28 [2021-03-20T17:30:45.778Z] Step 7/22 : RUN go mod download [2021-03-20T17:30:46.048Z] ---> Running in d3b050dacff6 [2021-03-20T17:30:46.048Z] ---> Running in 87c11f10701c [2021-03-20T17:30:46.048Z] ---> 8da1aa715744 [2021-03-20T17:30:46.048Z] Step 7/26 : RUN go mod download [2021-03-20T17:30:46.312Z] ---> Running in c96484c1987a [2021-03-20T17:30:47.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.585s coverage: 82.9% of statements [2021-03-20T17:30:47.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:30:47.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:30:47.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements [2021-03-20T17:30:47.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:30:48.903Z] Removing intermediate container d3b050dacff6 [2021-03-20T17:30:48.903Z] ---> a0847c995a6e [2021-03-20T17:30:48.903Z] Step 8/22 : COPY . . [2021-03-20T17:30:49.180Z] Removing intermediate container c96484c1987a [2021-03-20T17:30:49.180Z] ---> ff6e0b4fcb92 [2021-03-20T17:30:49.180Z] Step 8/26 : COPY . . [2021-03-20T17:30:49.180Z] Removing intermediate container 87c11f10701c [2021-03-20T17:30:49.180Z] ---> 2ef399d36ecb [2021-03-20T17:30:49.180Z] Step 8/23 : COPY . . [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.180s coverage: 28.6% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:30:58.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:30:58.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:31:01.726Z] 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-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.204s coverage: 92.8% of statements [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.288s coverage: 0.1% of statements [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:31:06.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-20T17:31:06.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-03-20T17:31:16.744Z] Removing intermediate container 2846209bdc23 [2021-03-20T17:31:16.744Z] ---> e35d4ce26be4 [2021-03-20T17:31:16.744Z] [2021-03-20T17:31:16.744Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:31:17.007Z] ---> 88dd2752d2ea [2021-03-20T17:31:17.007Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:31:17.593Z] ---> Running in 8b0fb7c98416 [2021-03-20T17:31:17.593Z] ---> 5c97bacb6220 [2021-03-20T17:31:17.593Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:31:17.593Z] ---> ca5163ec492b [2021-03-20T17:31:17.593Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:31:17.593Z] ---> 529431d32ffb [2021-03-20T17:31:17.593Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:31:17.860Z] ---> Running in d0091593d87d [2021-03-20T17:31:17.860Z] ---> Running in 3696138bd1db [2021-03-20T17:31:17.860Z] ---> Running in 9fcdde21a0c9 [2021-03-20T17:31:18.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:18.822Z] 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-20T17:31:18.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:18.822Z] 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-20T17:31:18.822Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:31:18.822Z] 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-20T17:31:18.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements [2021-03-20T17:31:18.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-20T17:31:19.090Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:31:19.090Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:31:19.090Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:31:19.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:31:19.090Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:31:19.090Z] OK: 7 MiB in 18 packages [2021-03-20T17:31:21.712Z] Removing intermediate container 8b0fb7c98416 [2021-03-20T17:31:21.712Z] ---> 76783c4c84a4 [2021-03-20T17:31:21.712Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:31:21.712Z] ---> Running in e6280a2277f0 [2021-03-20T17:31:22.299Z] Removing intermediate container e6280a2277f0 [2021-03-20T17:31:22.299Z] ---> d04b801742cf [2021-03-20T17:31:22.299Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:31:22.299Z] ---> Running in 6aa239dd0906 [2021-03-20T17:31:22.572Z] Removing intermediate container 6aa239dd0906 [2021-03-20T17:31:22.572Z] ---> c9d77534ecff [2021-03-20T17:31:22.572Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:31:23.991Z] ---> 51132485986e [2021-03-20T17:31:23.991Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:31:25.404Z] ---> 1f4996ce7fa5 [2021-03-20T17:31:25.404Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:31:25.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.233s coverage: 81.9% of statements [2021-03-20T17:31:27.497Z] ---> 2a33c1338a50 [2021-03-20T17:31:27.497Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:31:27.497Z] ---> Running in b4ec954ed7e6 [2021-03-20T17:31:27.768Z] Removing intermediate container b4ec954ed7e6 [2021-03-20T17:31:27.768Z] ---> 58a93907d8eb [2021-03-20T17:31:27.768Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:31:27.768Z] ---> Running in b7ccfcda81eb [2021-03-20T17:31:29.220Z] Removing intermediate container b7ccfcda81eb [2021-03-20T17:31:29.220Z] ---> abc1c3db61f2 [2021-03-20T17:31:29.220Z] Step 19/21 : LABEL arch=x86_64 [2021-03-20T17:31:29.220Z] ---> Running in 556a7de808c2 [2021-03-20T17:31:29.811Z] Removing intermediate container 556a7de808c2 [2021-03-20T17:31:29.811Z] ---> c32aa3445afd [2021-03-20T17:31:29.811Z] Step 20/21 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:31:30.081Z] ---> Running in b1af2231a088 [2021-03-20T17:31:30.353Z] Removing intermediate container b1af2231a088 [2021-03-20T17:31:30.353Z] ---> 655f09e49bde [2021-03-20T17:31:30.353Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:31:30.353Z] ---> Running in 550441dd34bf [2021-03-20T17:31:30.621Z] Removing intermediate container 550441dd34bf [2021-03-20T17:31:30.621Z] ---> 5b90d5db8627 [2021-03-20T17:31:30.621Z] [2021-03-20T17:31:30.892Z] Successfully built 5b90d5db8627 [2021-03-20T17:31:30.892Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-20T17:31:33.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements [2021-03-20T17:31:33.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.171s coverage: 84.6% of statements [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:31:33.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-20T17:31:33.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-20T17:31:35.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-03-20T17:31:35.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements [2021-03-20T17:31:40.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements [2021-03-20T17:31:40.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:31:40.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:31:40.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:31:40.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 38.4% of statements [2021-03-20T17:31:40.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:31:40.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:31:40.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-03-20T17:31:40.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:31:40.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-03-20T17:31:45.960Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d0091593d87d [2021-03-20T17:31:45.960Z] ---> c69afc618545 [2021-03-20T17:31:45.960Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:31:46.232Z] ---> Running in 7d1b8a67c07e [2021-03-20T17:31:46.836Z] 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-20T17:31:48.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:31:48.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:31:48.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:31:48.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.471s coverage: 87.1% of statements [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:31:48.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:31:50.173Z] Removing intermediate container 3696138bd1db [2021-03-20T17:31:50.173Z] ---> e767fbe2b607 [2021-03-20T17:31:50.173Z] [2021-03-20T17:31:50.173Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:31:50.173Z] ---> 88dd2752d2ea [2021-03-20T17:31:50.173Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:31:50.173Z] ---> Running in 53adac80f117 [2021-03-20T17:31:50.173Z] Removing intermediate container 7d1b8a67c07e [2021-03-20T17:31:50.173Z] ---> 13e8ac93f109 [2021-03-20T17:31:50.173Z] [2021-03-20T17:31:50.173Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:31:50.173Z] 20.10.0: Pulling from library/docker [2021-03-20T17:31:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:50.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:50.717Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:31:50.717Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:31:50.717Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:31:50.717Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:31:50.717Z] OK: 6 MiB in 16 packages [2021-03-20T17:31:53.277Z] Removing intermediate container 9fcdde21a0c9 [2021-03-20T17:31:53.277Z] ---> 7f23e8132bd3 [2021-03-20T17:31:53.277Z] [2021-03-20T17:31:53.277Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:31:53.277Z] ---> 88dd2752d2ea [2021-03-20T17:31:53.277Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:31:53.852Z] Removing intermediate container 53adac80f117 [2021-03-20T17:31:53.852Z] ---> 47087d327d9f [2021-03-20T17:31:53.852Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:31:53.852Z] ---> Running in 15881fc72851 [2021-03-20T17:31:53.852Z] ---> Running in b94860fd15a7 [2021-03-20T17:31:54.116Z] Removing intermediate container 15881fc72851 [2021-03-20T17:31:54.116Z] ---> 62d6dca5248e [2021-03-20T17:31:54.116Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:31:54.116Z] ---> Running in 005e6e8ea289 [2021-03-20T17:31:54.116Z] Removing intermediate container b94860fd15a7 [2021-03-20T17:31:54.116Z] ---> 5e65e6f43c6e [2021-03-20T17:31:54.116Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:31:54.383Z] ---> Running in dacdacc2b2af [2021-03-20T17:31:54.383Z] Removing intermediate container 005e6e8ea289 [2021-03-20T17:31:54.383Z] ---> ccd3bb6c6269 [2021-03-20T17:31:54.383Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:31:55.341Z] ---> Running in 3037dda4828c [2021-03-20T17:31:55.341Z] Removing intermediate container dacdacc2b2af [2021-03-20T17:31:55.341Z] ---> 90c1cd07c492 [2021-03-20T17:31:55.341Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:31:55.608Z] ---> Running in 7f8c90ed1e27 [2021-03-20T17:31:55.608Z] Removing intermediate container 3037dda4828c [2021-03-20T17:31:55.608Z] ---> 25f1b153c0a8 [2021-03-20T17:31:55.608Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:31:55.608Z] ---> Running in 7106092ea49f [2021-03-20T17:31:56.069Z] Removing intermediate container 7f8c90ed1e27 [2021-03-20T17:31:56.069Z] ---> 44a7655ecbaa [2021-03-20T17:31:56.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.519s coverage: 29.1% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 96.5% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:31:57.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-20T17:31:57.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-20T17:31:58.455Z] GO111MODULE=on go vet ./... [2021-03-20T17:31:58.516Z] ---> d0a877db2171 [2021-03-20T17:31:58.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:31:58.516Z] ---> 3095c93732b6 [2021-03-20T17:31:58.516Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:31:58.516Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:31:58.516Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:31:58.516Z] ---> aefe523efa57 [2021-03-20T17:31:58.516Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:31:58.516Z] Removing intermediate container 7106092ea49f [2021-03-20T17:31:58.516Z] ---> c67167df4c78 [2021-03-20T17:31:58.516Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:31:58.516Z] ---> Running in fd086f847cf4 [2021-03-20T17:31:58.516Z] ---> Running in 8787f0bf570e [2021-03-20T17:31:58.516Z] ---> 794122558f3a [2021-03-20T17:31:58.516Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:31:58.516Z] ---> Running in c13e3e857768 [2021-03-20T17:31:58.917Z] Removing intermediate container c13e3e857768 [2021-03-20T17:31:58.917Z] ---> 5624baa9778f [2021-03-20T17:31:58.917Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:31:58.917Z] ---> Running in 7677e9c315de [2021-03-20T17:31:58.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:59.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:59.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:59.196Z] Removing intermediate container 7677e9c315de [2021-03-20T17:31:59.196Z] ---> 75bcce15a7cb [2021-03-20T17:31:59.196Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:31:59.196Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:31:59.196Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:31:59.196Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:31:59.196Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:31:59.196Z] OK: 12 MiB in 22 packages [2021-03-20T17:31:59.196Z] ---> Running in f4438634a092 [2021-03-20T17:31:59.466Z] Removing intermediate container f4438634a092 [2021-03-20T17:31:59.466Z] ---> b76c26bf2270 [2021-03-20T17:31:59.466Z] Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:31:59.731Z] ---> Running in 2976a32557c3 [2021-03-20T17:31:59.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:59.731Z] Removing intermediate container 2976a32557c3 [2021-03-20T17:31:59.731Z] ---> 7b956f4ee597 [2021-03-20T17:31:59.731Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:31:59.993Z] Removing intermediate container fd086f847cf4 [2021-03-20T17:31:59.993Z] ---> 542deae2a013 [2021-03-20T17:31:59.993Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:31:59.993Z] ---> Running in cefe0f945137 [2021-03-20T17:31:59.993Z] ---> Running in 6ec3ec207455 [2021-03-20T17:32:00.256Z] Removing intermediate container cefe0f945137 [2021-03-20T17:32:00.256Z] ---> 3d33a6b7832b [2021-03-20T17:32:00.256Z] [2021-03-20T17:32:00.256Z] Removing intermediate container 6ec3ec207455 [2021-03-20T17:32:00.256Z] ---> a3359af7c6a7 [2021-03-20T17:32:00.256Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:32:00.256Z] ---> Running in 50230cad9daa [2021-03-20T17:32:00.518Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:32:00.518Z] Successfully built 3d33a6b7832b [2021-03-20T17:32:00.518Z] Successfully tagged docker-support-notifications-go:latest [2021-03-20T17:32:00.518Z]  Building docker-support-notifications-go ... done Removing intermediate container 50230cad9daa [2021-03-20T17:32:00.518Z] ---> f22216707af2 [2021-03-20T17:32:00.518Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:32:00.518Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:32:00.518Z] ---> Running in efeb1b2a5c15 [2021-03-20T17:32:00.518Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:32:00.780Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:32:00.780Z] Removing intermediate container efeb1b2a5c15 [2021-03-20T17:32:00.780Z] ---> 85cd0f761a66 [2021-03-20T17:32:00.780Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:32:01.042Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:32:01.042Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:32:01.318Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:01.318Z] OK: 8 MiB in 20 packages [2021-03-20T17:32:01.318Z] ---> 625c416c80f1 [2021-03-20T17:32:01.318Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:01.580Z] ---> 00b3a3cfd94d [2021-03-20T17:32:01.580Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:32:01.847Z] Removing intermediate container 8787f0bf570e [2021-03-20T17:32:01.847Z] ---> 7f274c730476 [2021-03-20T17:32:01.847Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:32:02.113Z] ---> 7c3a1e3e6394 [2021-03-20T17:32:02.113Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:32:02.113Z] ---> Running in 7a53ebf887b8 [2021-03-20T17:32:02.379Z] ---> 45c878fbb528 [2021-03-20T17:32:02.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:32:02.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:02.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:03.225Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:32:03.225Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:32:03.225Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:32:03.225Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:32:03.225Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:32:03.225Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:32:03.225Z] ---> 712265f898a3 [2021-03-20T17:32:03.225Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:32:03.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:06.535Z] ---> 89f298dbfd68 [2021-03-20T17:32:06.535Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:32:06.797Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:32:06.797Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:32:06.797Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:32:06.797Z] ---> Running in 371e597748e2 [2021-03-20T17:32:06.797Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:32:06.797Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:32:06.797Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:32:06.797Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:32:06.797Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:32:06.797Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:32:07.745Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:32:07.745Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:32:07.745Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:32:07.745Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:32:07.745Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:32:08.690Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:32:08.690Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:32:08.690Z] Removing intermediate container 371e597748e2 [2021-03-20T17:32:08.690Z] ---> 456e2a0e0c61 [2021-03-20T17:32:08.690Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:32:08.952Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:32:08.952Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:32:08.952Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:32:08.952Z] ---> Running in 6018d41f6525 [2021-03-20T17:32:08.952Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:32:08.952Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:32:08.952Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:32:08.952Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:32:08.952Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:32:08.952Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:32:08.952Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:32:09.214Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:09.214Z] OK: 71 MiB in 55 packages [2021-03-20T17:32:09.787Z] Removing intermediate container 6018d41f6525 [2021-03-20T17:32:09.787Z] ---> b917aa968565 [2021-03-20T17:32:09.787Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:32:10.052Z] ---> Running in 694fce85464d [2021-03-20T17:32:10.315Z] Removing intermediate container 694fce85464d [2021-03-20T17:32:10.315Z] ---> 5e6ccd95c3e8 [2021-03-20T17:32:10.315Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:32:10.315Z] ---> Running in 66eed98c7b26 [2021-03-20T17:32:12.234Z] Removing intermediate container 66eed98c7b26 [2021-03-20T17:32:12.235Z] ---> ff953963f203 [2021-03-20T17:32:12.235Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:32:15.547Z] ---> Running in a5c41aa7ad16 [2021-03-20T17:32:15.547Z] Removing intermediate container 7a53ebf887b8 [2021-03-20T17:32:15.547Z] ---> e28af527c5ae [2021-03-20T17:32:15.547Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:32:15.547Z] Removing intermediate container a5c41aa7ad16 [2021-03-20T17:32:15.547Z] ---> 549eff77b749 [2021-03-20T17:32:15.547Z] [2021-03-20T17:32:15.547Z] ---> Running in 5c5ed8b07a1c [2021-03-20T17:32:15.810Z] Successfully built 549eff77b749 [2021-03-20T17:32:15.810Z] Successfully tagged docker-core-data-go:latest [2021-03-20T17:32:17.744Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-20T17:32:17.744Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:32:17.744Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:32:17.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:32:18.319Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:32:18.319Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:32:19.266Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:32:19.266Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:32:19.266Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:32:19.266Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:32:19.266Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:32:19.266Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:32:19.840Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:32:19.840Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:32:19.840Z] 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-20T17:32:20.102Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:32:20.102Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:32:20.102Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:32:20.365Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:32:20.365Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:32:20.365Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:32:20.940Z] 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-20T17:32:21.202Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:32:21.202Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:32:21.202Z] 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-20T17:32:21.202Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:32:21.202Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:32:21.202Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:32:21.202Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:32:21.202Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:32:21.202Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:32:21.202Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:32:21.202Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:32:21.464Z] Installing collected packages: dockerpty, PyYAML, websocket-client, cached-property, texttable, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-03-20T17:32:21.464Z] Running setup.py install for dockerpty: started [2021-03-20T17:32:22.046Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:32:22.046Z] Running setup.py install for PyYAML: started [2021-03-20T17:32:22.634Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:32:22.634Z] Running setup.py install for texttable: started [2021-03-20T17:32:23.221Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:32:23.221Z] Attempting uninstall: urllib3 [2021-03-20T17:32:23.221Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:32:23.221Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:32:23.221Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:32:23.493Z] Attempting uninstall: idna [2021-03-20T17:32:23.493Z] Found existing installation: idna 2.9 [2021-03-20T17:32:23.493Z] Uninstalling idna-2.9: [2021-03-20T17:32:23.493Z] Successfully uninstalled idna-2.9 [2021-03-20T17:32:23.493Z] Attempting uninstall: requests [2021-03-20T17:32:23.493Z] Found existing installation: requests 2.23.0 [2021-03-20T17:32:23.493Z] Uninstalling requests-2.23.0: [2021-03-20T17:32:23.493Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:32:24.067Z] Running setup.py install for docopt: started [2021-03-20T17:32:24.642Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:32:24.903Z] 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-20T17:32:29.175Z] Removing intermediate container 5c5ed8b07a1c [2021-03-20T17:32:29.175Z] ---> cd18b5495371 [2021-03-20T17:32:29.175Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:32:29.175Z] ---> Running in dac3e0e67e47 [2021-03-20T17:32:29.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:29.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:29.700Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:32:29.701Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:32:29.701Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:32:29.701Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:29.701Z] OK: 72 MiB in 58 packages [2021-03-20T17:32:30.276Z] Removing intermediate container dac3e0e67e47 [2021-03-20T17:32:30.276Z] ---> 9af4c4778e27 [2021-03-20T17:32:30.276Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:32:30.276Z] ---> Running in 4f2bd10449a3 [2021-03-20T17:32:30.539Z] Removing intermediate container 4f2bd10449a3 [2021-03-20T17:32:30.539Z] ---> 0f4b7ff4211a [2021-03-20T17:32:30.539Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:32:30.539Z] ---> Running in e3760a53391b [2021-03-20T17:32:30.801Z] Removing intermediate container e3760a53391b [2021-03-20T17:32:30.801Z] ---> 0efeebc4c10a [2021-03-20T17:32:30.801Z] Step 24/26 : LABEL arch=x86_64 [2021-03-20T17:32:30.801Z] ---> Running in f69d58edda52 [2021-03-20T17:32:31.063Z] Removing intermediate container f69d58edda52 [2021-03-20T17:32:31.063Z] ---> e86fe0398528 [2021-03-20T17:32:31.063Z] Step 25/26 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:32:31.063Z] ---> Running in 846244ab5253 [2021-03-20T17:32:31.325Z] Removing intermediate container 846244ab5253 [2021-03-20T17:32:31.325Z] ---> f0fb1f5dea85 [2021-03-20T17:32:31.325Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:32:31.325Z] ---> Running in 8d0d25556ef9 [2021-03-20T17:32:31.588Z] Removing intermediate container 8d0d25556ef9 [2021-03-20T17:32:31.588Z] ---> 55698e91a867 [2021-03-20T17:32:31.588Z] [2021-03-20T17:32:31.588Z] Successfully built 55698e91a867 [2021-03-20T17:32:31.854Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-20T17:32:32.138Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-20T17:32:32.161Z] $ docker stop --time=1 ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 [2021-03-20T17:32:33.914Z] $ docker rm -f ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:32:34.601Z] + docker images [2021-03-20T17:32:34.601Z] + grep docker [2021-03-20T17:32:35.175Z] docker-sys-mgmt-agent-go latest 55698e91a867 3 seconds ago 313MB [2021-03-20T17:32:35.175Z] docker-core-data-go latest 549eff77b749 19 seconds ago 22.6MB [2021-03-20T17:32:35.175Z] docker-support-notifications-go latest 3d33a6b7832b 35 seconds ago 17.9MB [2021-03-20T17:32:35.175Z] docker-security-proxy-setup-go latest 5b90d5db8627 About a minute ago 24.7MB [2021-03-20T17:32:35.175Z] docker-security-bootstrapper-go latest 2a766e86e81a About a minute ago 18.8MB [2021-03-20T17:32:35.175Z] docker-security-secretstore-setup-go latest 0fcafff77fb5 2 minutes ago 24.9MB [2021-03-20T17:32:35.175Z] docker-core-metadata-go latest 458042330173 2 minutes ago 19.1MB [2021-03-20T17:32:35.175Z] docker-core-command-go latest 2fdad7f52edc 2 minutes ago 17.3MB [2021-03-20T17:32:35.175Z] docker-support-scheduler-go latest 714885ab8ed5 2 minutes ago 17.3MB [2021-03-20T17:32:35.175Z] 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-20T17:32:50.943Z] Still waiting to schedule task [2021-03-20T17:32:50.943Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-20T17:33:20.261Z] gofmt -l . [2021-03-20T17:33:21.698Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:33:25.086Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:33:25.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:33:27.835Z] + ls -al . [2021-03-20T17:33:27.835Z] total 788 [2021-03-20T17:33:27.835Z] drwxrwxr-x 9 1001 1001 4096 Mar 20 17:33 . [2021-03-20T17:33:27.835Z] drwxr-xr-x 4 root root 4096 Mar 20 17:28 .. [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:27 .dockerignore [2021-03-20T17:33:27.835Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:27 .git [2021-03-20T17:33:27.835Z] drwxrwxr-x 3 1001 1001 4096 Mar 20 17:27 .github [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:27 .gitignore [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:27 .sonarcloud.properties [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:27 Attribution.txt [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:27 CONTRIBUTING.md [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:27 Dockerfile.build [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:27 Jenkinsfile [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:27 LICENSE [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:27 Makefile [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:27 README.md [2021-03-20T17:33:27.835Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:27 SECURITY.md [2021-03-20T17:33:27.836Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION [2021-03-20T17:33:27.836Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:27 ZMQWindows.md [2021-03-20T17:33:27.836Z] drwxrwxr-x 2 1001 1001 4096 Mar 20 17:27 bin [2021-03-20T17:33:27.836Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:27 cmd [2021-03-20T17:33:27.836Z] -rw-r--r-- 1 root root 650607 Mar 20 17:31 coverage.out [2021-03-20T17:33:27.836Z] -rw-r--r-- 1 root root 1055 Mar 20 17:33 go.mod [2021-03-20T17:33:27.836Z] -rw-r--r-- 1 root root 22209 Mar 20 17:33 go.sum [2021-03-20T17:33:27.836Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:27 internal [2021-03-20T17:33:27.836Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:27 openapi [2021-03-20T17:33:27.836Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:27 snap [2021-03-20T17:33:27.836Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:27 version.go [Pipeline] sh [2021-03-20T17:33:28.523Z] + '[' -e coverage.out ] [2021-03-20T17:33:28.523Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:33:28.589Z] Warning: overwriting stash ‘coverage-report’ [2021-03-20T17:33:29.855Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:33:30.576Z] + make build [2021-03-20T17:33:30.576Z] 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-20T17:33:39.427Z] Running on prd-ubuntu18.04-docker-8c-8g-30746 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws [2021-03-20T17:33:39.476Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-20T17:33:40.729Z] 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-20T17:33:41.707Z] using credential edgex-jenkins-ssh [2021-03-20T17:33:41.760Z] Cloning the remote Git repository [2021-03-20T17:33:41.781Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:41.841Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-20T17:33:41.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:41.865Z] > git --version # timeout=10 [2021-03-20T17:33:41.869Z] > git --version # 'git version 2.17.1' [2021-03-20T17:33:41.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:41.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:33:53.748Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:33:53.759Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:33:53.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:33:53.776Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:53.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:53.780Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:33:54.276Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:33:54.422Z] Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:33:54.423Z] Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) [2021-03-20T17:33:54.287Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:33:54.291Z] > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 [2021-03-20T17:33:54.398Z] > git remote # timeout=10 [2021-03-20T17:33:54.404Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:33:54.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:54.414Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:33:54.421Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:33:54.429Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:33:54.431Z] > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 [2021-03-20T17:33:58.117Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:59.293Z] + echo snap-build.sh [2021-03-20T17:33:59.293Z] snap-build.sh [2021-03-20T17:33:59.293Z] + SNAP_BASE_DIR=. [2021-03-20T17:33:59.293Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-20T17:33:59.293Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-20T17:33:59.293Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-20T17:33:59.293Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-20T17:33:59.293Z] + cd /w/workspace/edgex-go/5 [2021-03-20T17:33:59.293Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-20T17:33:59.293Z] Reading package lists... [2021-03-20T17:33:59.293Z] Building dependency tree... [2021-03-20T17:33:59.293Z] Reading state information... [2021-03-20T17:33:59.554Z] The following packages were automatically installed and are no longer required: [2021-03-20T17:33:59.554Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-20T17:33:59.554Z] uidmap xdelta3 [2021-03-20T17:33:59.554Z] Use 'sudo apt autoremove' to remove them. [2021-03-20T17:33:59.554Z] The following packages will be REMOVED: [2021-03-20T17:33:59.554Z] lxd* lxd-client* [2021-03-20T17:34:00.124Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-20T17:34:00.124Z] After this operation, 31.7 MB disk space will be freed. [2021-03-20T17:34:01.445Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-20T17:34:01.445Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:34:02.016Z] Removing lxd dnsmasq configuration [2021-03-20T17:34:02.276Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:34:02.276Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-20T17:34:03.217Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-20T17:34:03.217Z] (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-20T17:34:03.217Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:34:05.138Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-20T17:34:05.138Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-20T17:34:06.079Z] + sudo snap remove --purge lxd [2021-03-20T17:34:06.339Z] snap "lxd" is not installed [2021-03-20T17:34:06.339Z] + sudo groupadd --force --system lxd [2021-03-20T17:34:06.339Z] ++ whoami [2021-03-20T17:34:06.339Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-20T17:34:06.339Z] + newgrp - lxd [2021-03-20T17:34:06.339Z] + sudo snap install lxd [2021-03-20T17:34:07.589Z] 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-20T17:34:14.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-20T17:34:16.331Z] 2021-03-20T17:34:13Z INFO Waiting for automatic snapd restart... [2021-03-20T17:34:19.683Z] 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-20T17:34:21.122Z] 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-20T17:34:27.848Z] 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-20T17:34:28.574Z] lxd 4.12 from Canonical* installed [2021-03-20T17:34:28.575Z] + sudo lxd init --auto [2021-03-20T17:34:33.250Z] 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-20T17:34:37.558Z] 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-20T17:34:38.570Z] + sudo snap install --classic snapcraft [2021-03-20T17:34:44.269Z] 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-20T17:34:45.163Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:34:45.163Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-20T17:34:45.163Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-20T17:34:45.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:34:45.163Z] Dload Upload Total Spent Left Speed [2021-03-20T17:34:45.163Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4478 [2021-03-20T17:34:45.163Z] 100 3325k 100 3325k 0 0 10.6M 0 --:--:-- --:--:-- --:--:-- 10.6M [2021-03-20T17:34:45.163Z] ./yq_linux_amd64 [2021-03-20T17:34:45.163Z] + sudo snapcraft prime --use-lxd [2021-03-20T17:34:46.107Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-20T17:34:46.107Z] 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-20T17:34:46.107Z] - README.md [2021-03-20T17:34:46.107Z] [2021-03-20T17:34:46.107Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:34:46.675Z] Launching a container. [2021-03-20T17:34:49.690Z] 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-20T17:34:53.997Z] 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-20T17:34:58.902Z] Waiting for container to be ready [2021-03-20T17:34:58.902Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-20T17:34:58.902Z] [2021-03-20T17:35:02.203Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-20T17:35:02.203Z] Waiting for network to be ready... [Pipeline] } [2021-03-20T17:35:02.284Z] $ docker stop --time=1 f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb [2021-03-20T17:35:02.463Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:35:02.722Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:35:02.722Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:35:02.722Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:35:02.722Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:35:02.722Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:35:02.722Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:35:02.722Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:35:02.982Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:35:02.982Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:35:03.242Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-20T17:35:03.503Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-20T17:35:03.764Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:35:03.764Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:35:03.764Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:35:03.764Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:35:03.764Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:35:03.764Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-20T17:35:04.025Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:35:04.597Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:35:04.597Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:35:04.597Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:35:04.597Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:35:04.597Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:35:04.597Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:35:04.597Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:35:04.597Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:35:04.768Z] $ docker rm -f f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:06.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:35:06.810Z] [2021-03-20T17:35:06.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:07.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:35:07.220Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-20T17:35:07.220Z] 29e5d40040c1: Pulling fs layer [2021-03-20T17:35:07.220Z] 1ce36da41761: Pulling fs layer [2021-03-20T17:35:07.220Z] 25b303627fd3: Pulling fs layer [2021-03-20T17:35:07.810Z] 29e5d40040c1: Verifying Checksum [2021-03-20T17:35:07.810Z] 29e5d40040c1: Download complete [2021-03-20T17:35:07.900Z] Fetched 24.1 MB in 5s (5001 kB/s) [2021-03-20T17:35:08.406Z] 1ce36da41761: Verifying Checksum [2021-03-20T17:35:08.406Z] 1ce36da41761: Download complete [2021-03-20T17:35:08.468Z] Reading package lists... [2021-03-20T17:35:08.679Z] 29e5d40040c1: Pull complete [2021-03-20T17:35:08.729Z] Reading package lists... [2021-03-20T17:35:08.989Z] Building dependency tree... [2021-03-20T17:35:08.989Z] Reading state information... [2021-03-20T17:35:08.989Z] The following additional packages will be installed: [2021-03-20T17:35:08.989Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:35:08.989Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:35:08.989Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:35:08.989Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-20T17:35:08.989Z] Suggested packages: [2021-03-20T17:35:08.989Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-20T17:35:08.989Z] Recommended packages: [2021-03-20T17:35:08.989Z] gnupg libsasl2-modules [2021-03-20T17:35:08.989Z] The following NEW packages will be installed: [2021-03-20T17:35:08.989Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:35:08.989Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:35:08.989Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:35:08.989Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-20T17:35:08.989Z] The following packages will be upgraded: [2021-03-20T17:35:08.989Z] gpg gpg-agent gpgconf libudev1 [2021-03-20T17:35:08.989Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-20T17:35:08.989Z] Need to get 3530 kB of archives. [2021-03-20T17:35:08.989Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-20T17:35:08.989Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-20T17:35:09.248Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-20T17:35:09.248Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-20T17:35:09.248Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-20T17:35:09.248Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-20T17:35:09.510Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-20T17:35:10.081Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-20T17:35:10.081Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-20T17:35:10.081Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-20T17:35:10.081Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-20T17:35:10.081Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-20T17:35:10.081Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-20T17:35:10.081Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-20T17:35:10.081Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-20T17:35:10.081Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-20T17:35:10.081Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-20T17:35:10.081Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-20T17:35:10.081Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-20T17:35:10.081Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-20T17:35:10.081Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-20T17:35:10.081Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-20T17:35:10.081Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-20T17:35:10.109Z] 1ce36da41761: Pull complete [2021-03-20T17:35:10.109Z] 25b303627fd3: Verifying Checksum [2021-03-20T17:35:10.109Z] 25b303627fd3: Download complete [2021-03-20T17:35:10.341Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:35:10.341Z] Fetched 3530 kB in 1s (3179 kB/s) [2021-03-20T17:35:10.341Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:35:10.341Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:35:10.341Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:35:10.603Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:35:10.603Z] Selecting previously unselected package udev. [2021-03-20T17:35:10.603Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:35:10.603Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:35:10.603Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-20T17:35:10.863Z] Selecting previously unselected package libfuse2:amd64. [2021-03-20T17:35:10.863Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:35:10.863Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:35:11.123Z] Selecting previously unselected package fuse. [2021-03-20T17:35:11.123Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:35:11.123Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:35:11.123Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:35:11.123Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:35:11.383Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:35:11.383Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:35:11.383Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:35:11.383Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:35:11.643Z] Selecting previously unselected package libksba8:amd64. [2021-03-20T17:35:11.643Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-20T17:35:11.643Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:35:11.643Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-20T17:35:11.643Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:11.643Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:11.643Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-20T17:35:11.643Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:11.909Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:11.909Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-20T17:35:11.909Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:11.909Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:11.909Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-20T17:35:11.909Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:11.909Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.168Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-20T17:35:12.168Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:12.168Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.168Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-20T17:35:12.168Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:12.168Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.168Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-20T17:35:12.168Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:12.168Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.428Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-20T17:35:12.428Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:12.428Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.428Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-20T17:35:12.428Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:35:12.428Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:12.428Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-20T17:35:12.688Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:35:12.688Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:35:12.688Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-20T17:35:12.688Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:35:12.688Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:35:12.688Z] Selecting previously unselected package libldap-common. [2021-03-20T17:35:12.688Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-20T17:35:12.688Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:35:12.950Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-20T17:35:12.950Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-20T17:35:12.950Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:35:12.950Z] Selecting previously unselected package dirmngr. [2021-03-20T17:35:12.950Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:35:12.950Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:35:12.950Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:35:12.950Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-20T17:35:13.210Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:35:13.210Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:35:13.210Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:35:13.210Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-20T17:35:13.210Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:13.210Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:35:13.210Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:35:13.210Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-20T17:35:13.781Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-20T17:35:13.781Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:13.781Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-20T17:35:13.781Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:35:13.781Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-20T17:35:14.042Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:35:14.042Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:35:14.042Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:35:14.302Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:35:14.562Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-20T17:35:14.562Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-20T17:35:14.562Z] This means they are not meant to be enabled using systemctl. [2021-03-20T17:35:14.562Z] Possible reasons for having this kind of units are: [2021-03-20T17:35:14.562Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-20T17:35:14.562Z] .wants/ or .requires/ directory. [2021-03-20T17:35:14.563Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-20T17:35:14.563Z] a requirement dependency on it. [2021-03-20T17:35:14.563Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-20T17:35:14.563Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-20T17:35:14.563Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-20T17:35:14.563Z] instance name specified. [2021-03-20T17:35:14.824Z] Reading package lists... [2021-03-20T17:35:15.086Z] Building dependency tree... [2021-03-20T17:35:15.086Z] Reading state information... [2021-03-20T17:35:15.086Z] The following additional packages will be installed: [2021-03-20T17:35:15.086Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-20T17:35:15.086Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-20T17:35:15.086Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-20T17:35:15.086Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-20T17:35:15.086Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-20T17:35:15.086Z] Suggested packages: [2021-03-20T17:35:15.086Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-20T17:35:15.086Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-20T17:35:15.086Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-20T17:35:15.086Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-20T17:35:15.086Z] systemd-container policykit-1 [2021-03-20T17:35:15.086Z] Recommended packages: [2021-03-20T17:35:15.086Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-20T17:35:15.086Z] The following NEW packages will be installed: [2021-03-20T17:35:15.086Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-20T17:35:15.086Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-20T17:35:15.086Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-20T17:35:15.086Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-20T17:35:15.086Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-20T17:35:15.086Z] The following packages will be upgraded: [2021-03-20T17:35:15.086Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-20T17:35:15.361Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-20T17:35:15.361Z] Need to get 35.2 MB of archives. [2021-03-20T17:35:15.361Z] After this operation, 141 MB of additional disk space will be used. [2021-03-20T17:35:15.361Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-20T17:35:15.361Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-20T17:35:15.361Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-20T17:35:15.361Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-20T17:35:15.361Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-20T17:35:15.361Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-20T17:35:15.361Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-20T17:35:15.361Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-20T17:35:15.626Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-20T17:35:15.626Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-20T17:35:15.626Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-20T17:35:15.626Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-20T17:35:15.626Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-20T17:35:15.626Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-20T17:35:15.626Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-20T17:35:15.626Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-20T17:35:15.626Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-20T17:35:15.626Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-20T17:35:15.626Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-20T17:35:16.197Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-20T17:35:16.197Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-20T17:35:16.197Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-20T17:35:16.197Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-20T17:35:16.197Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-20T17:35:16.197Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-20T17:35:16.197Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-20T17:35:16.197Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-20T17:35:16.197Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-20T17:35:16.464Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-20T17:35:16.464Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-20T17:35:16.464Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:35:16.736Z] Fetched 35.2 MB in 1s (28.7 MB/s) [2021-03-20T17:35:16.736Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:35:16.736Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:35:17.004Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:35:17.605Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:35:17.605Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:35:17.605Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:35:17.605Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:35:17.605Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:35:17.866Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:35:17.866Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-20T17:35:18.127Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:35:18.127Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:35:18.127Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:35:18.388Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-20T17:35:18.388Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-20T17:35:18.959Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-20T17:35:18.959Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-20T17:35:18.959Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:35:18.959Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:35:19.219Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-20T17:35:19.219Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:35:19.219Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:19.479Z] Selecting previously unselected package libexpat1:amd64. [2021-03-20T17:35:19.479Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-20T17:35:19.479Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:35:19.479Z] Selecting previously unselected package python3.6-minimal. [2021-03-20T17:35:19.479Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:35:19.479Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:19.741Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:35:20.002Z] Checking for services that may need to be restarted...done. [2021-03-20T17:35:20.002Z] Checking for services that may need to be restarted...done. [2021-03-20T17:35:20.002Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:20.002Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:35:20.262Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:20.266Z] 25b303627fd3: Pull complete [2021-03-20T17:35:20.266Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-20T17:35:20.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:35:20.266Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-20T17:35:20.528Z] prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container [2021-03-20T17:35:20.602Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:35:20.836Z] Selecting previously unselected package python3-minimal. [2021-03-20T17:35:20.836Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-20T17:35:20.836Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:35:20.836Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:35:20.836Z] Selecting previously unselected package mime-support. [2021-03-20T17:35:20.836Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-20T17:35:20.836Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-20T17:35:21.096Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-20T17:35:21.096Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-20T17:35:21.096Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:35:21.357Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-20T17:35:21.357Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:35:21.357Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:21.617Z] Selecting previously unselected package python3.6. [2021-03-20T17:35:21.617Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:35:21.617Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:21.617Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-20T17:35:21.617Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:35:21.617Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:35:21.617Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:35:21.877Z] Selecting previously unselected package python3. [2021-03-20T17:35:21.877Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-20T17:35:21.877Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:35:22.138Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-20T17:35:22.138Z] Selecting previously unselected package multiarch-support. [2021-03-20T17:35:22.138Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:22.138Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:35:22.138Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:35:22.400Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-20T17:35:22.400Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-20T17:35:22.400Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-20T17:35:22.400Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:35:22.400Z] Selecting previously unselected package libbsd0:amd64. [2021-03-20T17:35:22.400Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-20T17:35:22.400Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:35:22.400Z] Selecting previously unselected package sudo. [2021-03-20T17:35:22.400Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:22.660Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:35:22.660Z] Selecting previously unselected package apparmor. [2021-03-20T17:35:22.660Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:35:22.660Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:35:22.921Z] Selecting previously unselected package libedit2:amd64. [2021-03-20T17:35:22.921Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-20T17:35:22.921Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:35:22.921Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-20T17:35:22.921Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:35:22.921Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:23.180Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-20T17:35:23.180Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:35:23.180Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:23.180Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-20T17:35:23.180Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-20T17:35:23.180Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:35:23.180Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-20T17:35:23.180Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:35:23.180Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:23.440Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-20T17:35:23.440Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:35:23.440Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:23.440Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-20T17:35:23.440Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-20T17:35:23.440Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:35:23.672Z] $ docker top 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae -eo pid,comm [2021-03-20T17:35:23.701Z] Selecting previously unselected package openssh-client. [2021-03-20T17:35:23.701Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-20T17:35:23.701Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-20T17:35:23.701Z] Selecting previously unselected package squashfs-tools. [2021-03-20T17:35:23.701Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:35:23.701Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:35:23.960Z] Selecting previously unselected package snapd. [2021-03-20T17:35:23.960Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-20T17:35:23.960Z] Unpacking snapd (2.48.3+18.04) ... [Pipeline] { [Pipeline] sh [2021-03-20T17:35:24.656Z] + docker-compose build --help [2021-03-20T17:35:24.656Z] + grep parallel [2021-03-20T17:35:26.575Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:35:26.575Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:35:26.575Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-20T17:35:26.838Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:35:27.407Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:35:27.407Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:27.407Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:35:27.407Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-20T17:35:27.407Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-20T17:35:28.346Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:35:28.607Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:35:28.607Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:35:28.607Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:28.607Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:28.607Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:35:28.954Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:35:28.969Z] $ docker stop --time=1 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae [2021-03-20T17:35:29.547Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:35:29.547Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:29.547Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:35:29.547Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-20T17:35:29.547Z] running python rtupdate hooks for python3.6... [2021-03-20T17:35:29.547Z] running python post-rtupdate hooks for python3.6... [2021-03-20T17:35:29.547Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:35:30.885Z] $ docker rm -f 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae [2021-03-20T17:35:30.929Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-20T17:35:31.193Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:35:31.193Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:31.453Z] Setting up snapd (2.48.3+18.04) ... [2021-03-20T17:35:31.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:35:31.721Z] . [Pipeline] withDockerContainer [2021-03-20T17:35:31.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container [2021-03-20T17:35:32.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-20T17:35:32.024Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-20T17:35:32.070Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-20T17:35:32.284Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-20T17:35:32.543Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-20T17:35:32.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:35:32.804Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:35:33.064Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-20T17:35:33.064Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-20T17:35:33.324Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-20T17:35:33.536Z] $ docker top 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 -eo pid,comm [2021-03-20T17:35:33.760Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-20T17:35:33.760Z] /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' [Pipeline] { [Pipeline] sh [2021-03-20T17:35:34.022Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:35:34.022Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:35:34.566Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:35:34.965Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:35:34.965Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:35:35.225Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:35:35.485Z] Fetched 88.7 kB in 0s (185 kB/s) [2021-03-20T17:35:36.427Z] Reading package lists... [2021-03-20T17:35:36.691Z] Reading package lists... [2021-03-20T17:35:36.951Z] Building dependency tree... [2021-03-20T17:35:36.951Z] Reading state information... [2021-03-20T17:35:36.951Z] Calculating upgrade... [2021-03-20T17:35:37.212Z] The following packages will be upgraded: [2021-03-20T17:35:37.212Z] advancecomp base-files bash binutils binutils-common [2021-03-20T17:35:37.212Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-20T17:35:37.212Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-20T17:35:37.212Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-20T17:35:37.212Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-20T17:35:37.212Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-20T17:35:37.212Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-20T17:35:37.212Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-20T17:35:37.212Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-20T17:35:37.212Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-20T17:35:37.212Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-20T17:35:37.212Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-20T17:35:37.212Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-20T17:35:37.212Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-20T17:35:37.212Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-20T17:35:37.472Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:35:37.472Z] Need to get 63.8 MB of archives. [2021-03-20T17:35:37.472Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-20T17:35:37.472Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-20T17:35:37.472Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-20T17:35:38.045Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-20T17:35:38.045Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-20T17:35:38.045Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-20T17:35:38.045Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-20T17:35:38.045Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-20T17:35:38.045Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-20T17:35:38.045Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-20T17:35:38.045Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-20T17:35:38.045Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-20T17:35:38.045Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-20T17:35:38.305Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-20T17:35:38.305Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-20T17:35:38.305Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-20T17:35:38.305Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-20T17:35:38.305Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-20T17:35:38.305Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-20T17:35:38.305Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-20T17:35:38.305Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-20T17:35:38.305Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-20T17:35:38.305Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-20T17:35:38.305Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-20T17:35:38.305Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-20T17:35:38.305Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-20T17:35:38.565Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-20T17:35:38.565Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-20T17:35:38.565Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-20T17:35:38.565Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-20T17:35:38.565Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-20T17:35:38.565Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-20T17:35:38.565Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-20T17:35:38.565Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-20T17:35:38.565Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-20T17:35:38.565Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-20T17:35:38.565Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-20T17:35:38.565Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-20T17:35:38.565Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-20T17:35:38.565Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-20T17:35:38.565Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-20T17:35:38.565Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-20T17:35:38.565Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-20T17:35:38.565Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-20T17:35:38.565Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-20T17:35:38.565Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-20T17:35:38.565Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-20T17:35:38.565Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-20T17:35:38.565Z] Get:48 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-20T17:35:38.565Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-20T17:35:38.565Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-20T17:35:38.565Z] Get:51 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-20T17:35:38.565Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-20T17:35:38.565Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-20T17:35:38.828Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-20T17:35:38.828Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-20T17:35:38.828Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-20T17:35:38.828Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-20T17:35:38.828Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-20T17:35:38.828Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-20T17:35:38.828Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-20T17:35:38.828Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-20T17:35:38.828Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-20T17:35:38.828Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-20T17:35:38.828Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-20T17:35:38.828Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-20T17:35:38.828Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-20T17:35:38.828Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-20T17:35:38.828Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-20T17:35:38.828Z] Get:69 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-20T17:35:38.828Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-20T17:35:38.828Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-20T17:35:38.828Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-20T17:35:38.828Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-20T17:35:38.828Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-20T17:35:38.828Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-20T17:35:38.828Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-20T17:35:38.828Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-20T17:35:38.828Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-20T17:35:38.828Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-20T17:35:38.828Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-20T17:35:38.849Z] Building docker-core-command-go ... [2021-03-20T17:35:38.849Z] Building docker-core-data-go ... [2021-03-20T17:35:38.849Z] Building docker-core-metadata-go ... [2021-03-20T17:35:38.849Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:35:38.849Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:35:38.849Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:35:38.849Z] Building docker-support-notifications-go ... [2021-03-20T17:35:38.849Z] Building docker-support-scheduler-go ... [2021-03-20T17:35:38.849Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:35:38.849Z] Building docker-sys-mgmt-agent-go [2021-03-20T17:35:38.849Z] Building docker-security-secretstore-setup-go [2021-03-20T17:35:38.849Z] Building docker-security-bootstrapper-go [2021-03-20T17:35:38.849Z] Building docker-core-command-go [2021-03-20T17:35:38.849Z] Building docker-core-data-go [2021-03-20T17:35:39.134Z] Get:81 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-20T17:35:39.134Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-20T17:35:39.134Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-20T17:35:39.134Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-20T17:35:39.134Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-20T17:35:39.134Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-20T17:35:39.134Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-20T17:35:39.134Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-20T17:35:39.134Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-20T17:35:39.134Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-20T17:35:39.707Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-20T17:35:40.279Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-20T17:35:40.279Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-20T17:35:40.279Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-20T17:35:40.539Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-20T17:35:40.539Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-20T17:35:40.539Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-20T17:35:40.539Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-20T17:35:40.539Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-20T17:35:40.800Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:35:40.800Z] Fetched 63.8 MB in 3s (19.2 MB/s) [2021-03-20T17:35:40.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:40.800Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:40.800Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:35:41.746Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:41.746Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:35:41.746Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-20T17:35:41.746Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-20T17:35:42.687Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:42.687Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:42.687Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:42.687Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:42.947Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:42.947Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:42.947Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:42.947Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:42.947Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.206Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.206Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.206Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.206Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.466Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.466Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:35:43.466Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:35:43.466Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.466Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.727Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:35:43.727Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:35:43.727Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.727Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.727Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.727Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.987Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:35:43.987Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:35:43.987Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:35:44.247Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:35:44.247Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:44.507Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:35:44.769Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:35:45.031Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:35:45.031Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-20T17:35:45.031Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-20T17:35:45.293Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-20T17:35:45.293Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-20T17:35:45.293Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-20T17:35:45.555Z] Installing new version of config file /etc/issue ... [2021-03-20T17:35:45.555Z] Installing new version of config file /etc/issue.net ... [2021-03-20T17:35:45.555Z] Installing new version of config file /etc/lsb-release ... [2021-03-20T17:35:45.555Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-20T17:35:45.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-20T17:35:45.815Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-20T17:35:45.815Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-20T17:35:46.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:46.075Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-20T17:35:46.075Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-20T17:35:46.075Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-20T17:35:46.336Z] 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-20T17:35:46.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:46.336Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:46.336Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:46.336Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:46.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:46.596Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-20T17:35:46.596Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-20T17:35:46.596Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-20T17:35:46.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:46.857Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-20T17:35:46.857Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:35:47.118Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-20T17:35:47.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:47.380Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:35:47.380Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:35:47.380Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:35:47.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:47.641Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:35:47.641Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:35:47.641Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-20T17:35:47.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:47.903Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-20T17:35:47.903Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-20T17:35:47.903Z] Setting up grep (3.1-2build1) ... [2021-03-20T17:35:48.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:48.163Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:35:48.163Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:35:48.163Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-20T17:35:48.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:48.423Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:35:48.423Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:35:48.423Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-20T17:35:48.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:48.683Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:35:48.683Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:35:49.260Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:35:49.260Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:35:49.521Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:35:49.521Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:35:50.091Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-20T17:35:50.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:50.091Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-20T17:35:50.091Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:35:51.032Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:35:51.032Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:35:51.291Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:35:51.291Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:35:51.292Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:35:51.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:51.292Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-20T17:35:51.552Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-20T17:35:51.552Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-20T17:35:51.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:51.831Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:51.831Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:51.831Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:51.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:51.831Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:52.094Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:52.094Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:52.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:52.094Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:52.094Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:52.374Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:52.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:52.374Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:52.374Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:52.635Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:52.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:52.636Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:35:52.636Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:35:52.896Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:35:52.896Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:35:52.896Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:35:53.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:53.157Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:35:53.157Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:35:53.157Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:35:53.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:53.157Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:53.432Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:53.432Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:53.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:53.692Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:53.692Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:53.692Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:53.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:53.959Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:53.959Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:54.220Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:35:54.481Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-20T17:35:55.058Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-20T17:35:55.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:55.058Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:35:55.058Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:35:55.319Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:35:55.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:35:55.579Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-20T17:35:55.579Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:35:55.579Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-20T17:35:55.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:55.839Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-20T17:35:55.839Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-20T17:35:55.839Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-20T17:35:56.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:56.098Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-20T17:35:56.098Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:35:56.358Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:35:56.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:56.358Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-20T17:35:56.358Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:35:56.619Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:35:56.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:56.619Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:35:56.619Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:35:56.879Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:35:56.879Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:56.879Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:35:56.879Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:35:57.139Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:35:57.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:57.139Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:35:57.399Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:35:57.399Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:35:57.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:57.659Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:35:57.659Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:35:57.659Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:35:57.659Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:35:57.921Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:35:57.921Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:35:57.921Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:35:58.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:58.181Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-20T17:35:58.181Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-20T17:35:58.181Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-20T17:35:58.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:58.441Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-20T17:35:58.441Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:35:58.441Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:35:58.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:58.700Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:35:58.700Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:35:58.960Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:35:58.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:58.960Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-20T17:35:58.960Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-20T17:35:59.220Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-20T17:35:59.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:35:59.220Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:35:59.480Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:35:59.741Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-20T17:36:00.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:00.002Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:36:00.002Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:36:00.002Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-20T17:36:00.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:00.262Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-20T17:36:00.262Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-20T17:36:00.262Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-20T17:36:00.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:00.525Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-20T17:36:00.525Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-20T17:36:00.525Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-20T17:36:00.785Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:00.785Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-20T17:36:00.785Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-20T17:36:00.785Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-20T17:36:01.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:01.046Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-20T17:36:01.046Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-20T17:36:01.312Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-20T17:36:01.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:01.312Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:36:01.312Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-20T17:36:01.312Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-20T17:36:01.572Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:36:01.572Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-20T17:36:01.572Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-20T17:36:01.572Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-20T17:36:01.850Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-20T17:36:01.850Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:36:01.850Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:36:01.850Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:36:01.850Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:36:02.110Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:36:02.110Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:36:02.370Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-20T17:36:02.370Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-20T17:36:02.630Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:36:02.630Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-20T17:36:02.630Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:36:02.630Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-20T17:36:02.890Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-20T17:36:02.890Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-20T17:36:02.890Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-20T17:36:02.890Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-20T17:36:02.890Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-20T17:36:03.149Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-20T17:36:03.149Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-20T17:36:03.149Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-20T17:36:03.149Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-20T17:36:03.149Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-20T17:36:03.409Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-20T17:36:03.409Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-20T17:36:04.810Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-20T17:36:05.087Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-20T17:36:05.087Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:36:05.087Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-20T17:36:05.087Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:36:05.430Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:36:05.692Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:36:05.692Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:36:05.693Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:36:05.693Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:36:05.952Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:36:05.952Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:36:05.952Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:06.212Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:06.212Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:06.212Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:06.472Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:06.472Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:06.472Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:06.472Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:07.411Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:07.411Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:08.353Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:08.353Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:09.297Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:09.297Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:09.558Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:09.818Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:10.763Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:36:10.763Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:36:10.763Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:36:10.763Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:36:10.763Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:36:10.763Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:36:11.026Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:36:11.026Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:36:11.287Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-20T17:36:11.287Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-20T17:36:11.287Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:36:11.287Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:36:11.287Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:36:11.548Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:36:11.548Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-20T17:36:11.548Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-20T17:36:11.808Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:11.808Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:36:11.808Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:11.808Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:11.808Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:11.808Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-20T17:36:11.808Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-20T17:36:12.068Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-20T17:36:12.068Z] [2021-03-20T17:36:12.068Z] Current default time zone: 'Etc/UTC' [2021-03-20T17:36:12.068Z] Local time is now: Sat Mar 20 17:36:11 UTC 2021. [2021-03-20T17:36:12.068Z] Universal Time is now: Sat Mar 20 17:36:11 UTC 2021. [2021-03-20T17:36:12.068Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-20T17:36:12.068Z] [2021-03-20T17:36:12.068Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-20T17:36:12.068Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:12.068Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-20T17:36:12.328Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:36:12.328Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-20T17:36:12.328Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-20T17:36:12.328Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:36:12.328Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:36:12.328Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-20T17:36:12.328Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:36:12.328Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:12.328Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:36:12.589Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:12.589Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:36:12.589Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:12.849Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-20T17:36:12.849Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:36:12.849Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-20T17:36:12.849Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:36:12.850Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-20T17:36:12.850Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-20T17:36:12.850Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:36:12.850Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-20T17:36:14.237Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:36:15.183Z] 23 added, 27 removed; done. [2021-03-20T17:36:15.183Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:36:15.183Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:36:15.183Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-20T17:36:15.183Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-20T17:36:15.183Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-20T17:36:15.183Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.183Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:36:15.183Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.183Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-20T17:36:15.443Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:36:15.443Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:36:15.443Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-20T17:36:15.443Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:36:15.443Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:36:15.443Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:36:15.703Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-20T17:36:15.703Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:36:15.703Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:36:15.703Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:36:15.703Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-20T17:36:15.965Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-20T17:36:15.965Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:36:16.225Z] 0 added, 0 removed; done. [2021-03-20T17:36:16.225Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-20T17:36:16.225Z] done. [2021-03-20T17:36:16.797Z] Reading package lists... [2021-03-20T17:36:17.057Z] Building dependency tree... [2021-03-20T17:36:17.057Z] Reading state information... [2021-03-20T17:36:17.057Z] The following NEW packages will be installed: [2021-03-20T17:36:17.057Z] apt-transport-https [2021-03-20T17:36:17.317Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:36:17.317Z] Need to get 1696 B of archives. [2021-03-20T17:36:17.318Z] After this operation, 153 kB of additional disk space will be used. [2021-03-20T17:36:17.318Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-20T17:36:17.318Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:36:17.578Z] Fetched 1696 B in 0s (8450 B/s) [2021-03-20T17:36:17.578Z] Selecting previously unselected package apt-transport-https. [2021-03-20T17:36:17.578Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-20T17:36:17.578Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-20T17:36:17.578Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:36:17.578Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:36:17.844Z] Waiting for network to be ready... [2021-03-20T17:36:24.420Z] 2021-03-20T17:36:21Z INFO Waiting for automatic snapd restart... [2021-03-20T17:36:24.420Z] snapd 2.49 from Canonical* installed [2021-03-20T17:36:25.812Z] "snapd" switched to the "latest/stable" channel [2021-03-20T17:36:25.812Z] [2021-03-20T17:36:30.015Z] core18 20210128 from Canonical* installed [2021-03-20T17:36:30.015Z] "core18" switched to the "latest/stable" channel [2021-03-20T17:36:30.015Z] [2021-03-20T17:36:35.293Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:36:35.293Z] "snapcraft" switched to the "latest/stable" channel [2021-03-20T17:36:35.293Z] [2021-03-20T17:36:38.588Z] 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-20T17:36:38.588Z] - README.md [2021-03-20T17:36:38.588Z] [2021-03-20T17:36:38.588Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:36:45.260Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:36:45.260Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:36:45.260Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:36:45.260Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:36:46.201Z] Reading package lists... [2021-03-20T17:36:46.771Z] 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-20T17:36:53.350Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:36:53.350Z] Reading package lists... [2021-03-20T17:36:53.350Z] Building dependency tree... [2021-03-20T17:36:53.350Z] Reading state information... [2021-03-20T17:36:53.350Z] Suggested packages: [2021-03-20T17:36:53.350Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-20T17:36:53.350Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-20T17:36:53.350Z] Recommended packages: [2021-03-20T17:36:53.350Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-20T17:36:53.350Z] The following NEW packages will be installed: [2021-03-20T17:36:53.350Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-20T17:36:53.350Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-20T17:36:53.350Z] pkg-config zip [2021-03-20T17:36:53.350Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:36:53.350Z] Need to get 7657 kB of archives. [2021-03-20T17:36:53.350Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-20T17:36:53.350Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-20T17:36:53.350Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-20T17:36:53.608Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-20T17:36:53.608Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-20T17:36:53.608Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-20T17:36:53.608Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-20T17:36:53.868Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-20T17:36:53.868Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-20T17:36:53.868Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-20T17:36:53.868Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-20T17:36:54.129Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-20T17:36:54.129Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-20T17:36:54.129Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-20T17:36:54.389Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-20T17:36:54.389Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-20T17:36:54.389Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:36:54.389Z] Fetched 7657 kB in 1s (6523 kB/s) [2021-03-20T17:36:54.649Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-20T17:36:54.649Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-20T17:36:54.649Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-20T17:36:54.649Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:36:54.909Z] Selecting previously unselected package libpsl5:amd64. [2021-03-20T17:36:54.909Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-20T17:36:54.909Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:36:54.909Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-20T17:36:54.909Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-20T17:36:54.909Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:36:55.170Z] Selecting previously unselected package librtmp1:amd64. [2021-03-20T17:36:55.170Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-20T17:36:55.170Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:36:55.170Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-20T17:36:55.170Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-20T17:36:55.170Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:36:55.170Z] Selecting previously unselected package liberror-perl. [2021-03-20T17:36:55.170Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-20T17:36:55.170Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-20T17:36:55.170Z] Selecting previously unselected package git-man. [2021-03-20T17:36:55.170Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-20T17:36:55.170Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:36:55.430Z] Selecting previously unselected package git. [2021-03-20T17:36:55.430Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-20T17:36:55.430Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:36:56.368Z] Selecting previously unselected package libnorm1:amd64. [2021-03-20T17:36:56.368Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-20T17:36:56.368Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:36:56.368Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-20T17:36:56.368Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-20T17:36:56.368Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:36:56.627Z] Selecting previously unselected package libsodium23:amd64. [2021-03-20T17:36:56.627Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-20T17:36:56.627Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:36:56.627Z] Selecting previously unselected package libzmq5:amd64. [2021-03-20T17:36:56.627Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:36:56.627Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:36:56.627Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-20T17:36:56.627Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:36:56.627Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:36:56.887Z] Selecting previously unselected package pkg-config. [2021-03-20T17:36:56.887Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-20T17:36:56.887Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:36:56.887Z] Selecting previously unselected package zip. [2021-03-20T17:36:56.887Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-20T17:36:56.887Z] Unpacking zip (3.0-11build1) ... [2021-03-20T17:36:56.887Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:36:56.887Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:36:56.887Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:36:57.147Z] Setting up liberror-perl (0.17025-1) ... [2021-03-20T17:36:57.147Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:36:57.147Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:36:57.147Z] No schema files found: doing nothing. [2021-03-20T17:36:57.147Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:36:57.147Z] Setting up zip (3.0-11build1) ... [2021-03-20T17:36:57.147Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:36:57.147Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:36:57.147Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:36:57.406Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:36:57.406Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:36:57.406Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:36:57.406Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:36:57.406Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:37:00.707Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:37:00.707Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:37:00.707Z] ---> 5df8212933e2 [2021-03-20T17:37:00.707Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:37:00.707Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:37:00.707Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:37:00.707Z] ---> 5df8212933e2 [2021-03-20T17:37:00.707Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:37:00.707Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:37:00.707Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:37:00.707Z] ---> 5df8212933e2 [2021-03-20T17:37:00.707Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:37:00.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:37:00.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:37:00.707Z] ---> 5df8212933e2 [2021-03-20T17:37:00.707Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:37:00.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:37:00.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:37:00.707Z] ---> 5df8212933e2 [2021-03-20T17:37:00.707Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:37:00.707Z] ---> Running in 886762bf74b2 [2021-03-20T17:37:00.707Z] ---> Running in 2f7a42a192ef [2021-03-20T17:37:00.707Z] ---> Running in 279624301e04 [2021-03-20T17:37:00.707Z] ---> Running in 3ad99283c34e [2021-03-20T17:37:00.707Z] ---> Running in b4b44f742f6f [2021-03-20T17:37:00.707Z] Removing intermediate container b4b44f742f6f [2021-03-20T17:37:00.707Z] ---> c42c9c3f2372 [2021-03-20T17:37:00.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:37:00.707Z] Removing intermediate container 279624301e04 [2021-03-20T17:37:00.707Z] ---> 8dd0274203ff [2021-03-20T17:37:00.707Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:37:00.707Z] Removing intermediate container 3ad99283c34e [2021-03-20T17:37:00.707Z] ---> 55242094fd6d [2021-03-20T17:37:00.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:37:00.707Z] Removing intermediate container 2f7a42a192ef [2021-03-20T17:37:00.707Z] ---> d428863143ae [2021-03-20T17:37:00.707Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:37:00.707Z] Removing intermediate container 886762bf74b2 [2021-03-20T17:37:00.707Z] ---> 60a7d433cf75 [2021-03-20T17:37:00.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:37:00.707Z] ---> Running in 8ff49c41566e [2021-03-20T17:37:00.707Z] ---> Running in bed19fb568e5 [2021-03-20T17:37:00.708Z] ---> Running in a5b1aad9931e [2021-03-20T17:37:00.708Z] ---> Running in 982b5a7385ba [2021-03-20T17:37:00.708Z] ---> Running in 096146d8d44e [2021-03-20T17:37:00.708Z] Removing intermediate container a5b1aad9931e [2021-03-20T17:37:00.708Z] ---> d70d2f24a18d [2021-03-20T17:37:00.708Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:37:00.708Z] ---> Running in 1b24a8352eca [2021-03-20T17:37:00.708Z] Removing intermediate container bed19fb568e5 [2021-03-20T17:37:00.708Z] ---> d210e01ea974 [2021-03-20T17:37:00.708Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:37:00.708Z] Removing intermediate container 8ff49c41566e [2021-03-20T17:37:00.708Z] ---> 9ad536bdd902 [2021-03-20T17:37:00.708Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:37:00.708Z] ---> Running in f80c7d471c24 [2021-03-20T17:37:00.708Z] ---> Running in 12f077716126 [2021-03-20T17:37:00.979Z] Removing intermediate container 982b5a7385ba [2021-03-20T17:37:00.979Z] ---> 1f5f900803dd [2021-03-20T17:37:00.979Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:37:00.979Z] Removing intermediate container 096146d8d44e [2021-03-20T17:37:00.979Z] ---> 4dc699ce7fae [2021-03-20T17:37:00.979Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:37:01.253Z] ---> Running in 8d45d6cdd1f6 [2021-03-20T17:37:01.253Z] ---> Running in fd91dc90688e [2021-03-20T17:37:01.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:02.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:02.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:02.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:02.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.403Z] OK: 217 MiB in 51 packages [2021-03-20T17:37:03.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:37:03.952Z] OK: 217 MiB in 51 packages [2021-03-20T17:37:03.981Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:37:03.981Z] git set to automatically installed. [2021-03-20T17:37:03.981Z] git-man set to automatically installed. [2021-03-20T17:37:03.981Z] libcurl3-gnutls set to automatically installed. [2021-03-20T17:37:03.981Z] liberror-perl set to automatically installed. [2021-03-20T17:37:03.981Z] libglib2.0-0 set to automatically installed. [2021-03-20T17:37:03.981Z] libnghttp2-14 set to automatically installed. [2021-03-20T17:37:03.981Z] libnorm1 set to automatically installed. [2021-03-20T17:37:03.981Z] libpgm-5.2-0 set to automatically installed. [2021-03-20T17:37:03.981Z] libpsl5 set to automatically installed. [2021-03-20T17:37:03.981Z] librtmp1 set to automatically installed. [2021-03-20T17:37:03.981Z] libsodium23 set to automatically installed. [2021-03-20T17:37:03.981Z] libzmq3-dev set to automatically installed. [2021-03-20T17:37:03.981Z] libzmq5 set to automatically installed. [2021-03-20T17:37:03.981Z] pkg-config set to automatically installed. [2021-03-20T17:37:03.981Z] zip set to automatically installed. [2021-03-20T17:37:04.235Z] OK: 217 MiB in 51 packages [2021-03-20T17:37:04.512Z] OK: 217 MiB in 51 packages [2021-03-20T17:37:04.789Z] OK: 217 MiB in 51 packages [2021-03-20T17:37:05.391Z] Removing intermediate container 1b24a8352eca [2021-03-20T17:37:05.391Z] ---> 79f8a2be84e8 [2021-03-20T17:37:05.391Z] Step 6/23 : COPY go.mod . [2021-03-20T17:37:05.666Z] Removing intermediate container 12f077716126 [2021-03-20T17:37:05.666Z] ---> a4b5c39e034b [2021-03-20T17:37:05.666Z] Step 6/23 : COPY go.mod . [2021-03-20T17:37:05.941Z] Removing intermediate container f80c7d471c24 [2021-03-20T17:37:05.941Z] ---> 23de1d71b666 [2021-03-20T17:37:05.941Z] Step 6/26 : COPY go.mod . [2021-03-20T17:37:06.219Z] Removing intermediate container fd91dc90688e [2021-03-20T17:37:06.219Z] ---> d2fa95e2b683 [2021-03-20T17:37:06.220Z] Step 6/24 : COPY go.mod . [2021-03-20T17:37:06.496Z] ---> fd8daf8146cc [2021-03-20T17:37:06.496Z] Step 7/23 : RUN go mod download [2021-03-20T17:37:06.496Z] Removing intermediate container 8d45d6cdd1f6 [2021-03-20T17:37:06.496Z] ---> ff52d6d9e816 [2021-03-20T17:37:06.496Z] Step 6/31 : COPY go.mod . [2021-03-20T17:37:06.519Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:37:06.771Z] ---> 10f122d7db6a [2021-03-20T17:37:06.771Z] Step 7/23 : RUN go mod download [2021-03-20T17:37:06.771Z] ---> Running in 7f99c6d9b392 [2021-03-20T17:37:06.771Z] ---> Running in 8a015367fae9 [2021-03-20T17:37:07.054Z] ---> cbc9038ab013 [2021-03-20T17:37:07.054Z] Step 7/26 : RUN go mod download [2021-03-20T17:37:07.325Z] ---> Running in 59ad265d76d1 [2021-03-20T17:37:07.325Z] ---> a7506d2b8eba [2021-03-20T17:37:07.325Z] Step 7/24 : RUN go mod download [2021-03-20T17:37:07.598Z] ---> 1410a2eb83dd [2021-03-20T17:37:07.598Z] Step 7/31 : RUN go mod download [2021-03-20T17:37:07.598Z] ---> Running in 16aada49cdd7 [2021-03-20T17:37:07.876Z] ---> Running in 198024fa5c34 [2021-03-20T17:37:11.256Z] Removing intermediate container 7f99c6d9b392 [2021-03-20T17:37:11.256Z] ---> d4450660e7ee [2021-03-20T17:37:11.256Z] Step 8/23 : COPY . . [2021-03-20T17:37:11.864Z] Removing intermediate container 59ad265d76d1 [2021-03-20T17:37:11.864Z] ---> 59a6cb9e8081 [2021-03-20T17:37:11.864Z] Step 8/26 : COPY . . [2021-03-20T17:37:11.864Z] Removing intermediate container 8a015367fae9 [2021-03-20T17:37:11.864Z] ---> 535344289f0a [2021-03-20T17:37:11.864Z] Step 8/23 : COPY . . [2021-03-20T17:37:12.143Z] Removing intermediate container 16aada49cdd7 [2021-03-20T17:37:12.143Z] ---> ad6b44fcb93b [2021-03-20T17:37:12.143Z] Step 8/24 : COPY . . [2021-03-20T17:37:12.744Z] Removing intermediate container 198024fa5c34 [2021-03-20T17:37:12.744Z] ---> 9b7383731c88 [2021-03-20T17:37:12.744Z] Step 8/31 : COPY . . [2021-03-20T17:37:13.148Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:37:31.263Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-20T17:37:31.263Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:37:36.588Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:37:37.160Z] snap "core18" has no updates available [2021-03-20T17:37:37.730Z] Pulling go-build-helper [2021-03-20T17:37:37.730Z] + snapcraftctl pull [2021-03-20T17:37:38.671Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-20T17:37:38.671Z] Skipping pull go-build-helper (already ran) [2021-03-20T17:37:38.671Z] Building go-build-helper [2021-03-20T17:37:38.671Z] + snapcraftctl build [2021-03-20T17:37:39.554Z] ---> 213becfbda4d [2021-03-20T17:37:39.554Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:37:39.554Z] ---> 4664a2dd82a7 [2021-03-20T17:37:39.554Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:37:39.554Z] ---> 78cf2755e39b [2021-03-20T17:37:39.554Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:37:39.554Z] ---> Running in ccbbf62897a0 [2021-03-20T17:37:39.554Z] ---> e0f57005e137 [2021-03-20T17:37:39.554Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:37:39.554Z] ---> 9d7d25f229d4 [2021-03-20T17:37:39.554Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:37:39.554Z] ---> Running in 19d7e4f5cf46 [2021-03-20T17:37:39.554Z] ---> Running in 6f2e76bf0f12 [2021-03-20T17:37:39.554Z] ---> Running in 6bb46c793efe [2021-03-20T17:37:39.554Z] ---> Running in 0dc767300a36 [2021-03-20T17:37:40.147Z] 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-20T17:37:40.422Z] 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-20T17:37:40.698Z] 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-20T17:37:40.973Z] 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-20T17:37:40.973Z] 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-20T17:37:41.211Z] Staging go-build-helper [2021-03-20T17:37:41.211Z] + snapcraftctl stage [2021-03-20T17:37:53.437Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:37:53.437Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:37:53.437Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-20T17:37:53.437Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:37:53.437Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-20T17:37:53.437Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:37:53.437Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:37:53.437Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:37:53.437Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:37:53.437Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:37:53.437Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-20T17:37:53.437Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:37:53.437Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:37:53.437Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:37:53.437Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:37:53.437Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:37:53.437Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:37:53.437Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:37:53.437Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:37:53.437Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:37:53.437Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:37:53.437Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:37:53.437Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:37:53.437Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:37:53.437Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:37:53.437Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:37:53.437Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:37:53.437Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-20T17:37:53.437Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:37:53.437Z] Fetched 224 kB in 0s (0 B/s) [2021-03-20T17:37:53.437Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:37:53.438Z] Fetched 157 kB in 0s (0 B/s) [2021-03-20T17:37:53.438Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:37:53.438Z] Fetched 221 kB in 0s (0 B/s) [2021-03-20T17:37:53.438Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:37:53.438Z] Fetched 143 kB in 0s (0 B/s) [2021-03-20T17:37:53.438Z] Pulling app-service-config [2021-03-20T17:37:53.438Z] + snapcraftctl pull [2021-03-20T17:37:54.009Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-20T17:37:54.581Z] Pulling config-common [2021-03-20T17:37:54.581Z] + snapcraftctl pull [2021-03-20T17:37:59.872Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:37:59.872Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:37:59.872Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:37:59.872Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:37:59.872Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:37:59.872Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:37:59.872Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:37:59.872Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:37:59.872Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:37:59.872Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:37:59.872Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:37:59.872Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:37:59.872Z] Pulling edgex-go [2021-03-20T17:37:59.872Z] + snapcraftctl pull [2021-03-20T17:38:21.836Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:38:21.836Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:38:21.836Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:38:21.836Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-20T17:38:21.836Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-20T17:38:21.836Z] Fetched 279 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-20T17:38:21.836Z] Fetched 122 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-20T17:38:21.836Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-20T17:38:21.836Z] Fetched 8848 B in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-20T17:38:21.836Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-20T17:38:21.836Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-20T17:38:21.836Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-20T17:38:21.836Z] Fetched 214 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-20T17:38:21.836Z] Fetched 154 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-20T17:38:21.836Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-20T17:38:21.836Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-20T17:38:21.836Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-20T17:38:21.836Z] Fetched 499 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-20T17:38:21.836Z] Fetched 111 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-20T17:38:21.836Z] Fetched 240 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-20T17:38:21.836Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-20T17:38:21.836Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-20T17:38:21.836Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-20T17:38:21.836Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-20T17:38:21.836Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-20T17:38:21.836Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-20T17:38:21.836Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-20T17:38:21.836Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-20T17:38:21.836Z] Fetched 8720 B in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-20T17:38:21.836Z] Fetched 137 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-20T17:38:21.836Z] Fetched 119 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-20T17:38:21.836Z] Fetched 109 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-20T17:38:21.836Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-20T17:38:21.836Z] Fetched 645 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-20T17:38:21.836Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-20T17:38:21.836Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-20T17:38:21.836Z] Fetched 368 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-20T17:38:21.836Z] Fetched 187 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-20T17:38:21.836Z] Fetched 175 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-20T17:38:21.836Z] Fetched 206 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-20T17:38:21.836Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-20T17:38:21.836Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-20T17:38:21.836Z] Fetched 159 kB in 0s (0 B/s) [2021-03-20T17:38:21.836Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-20T17:38:21.836Z] Fetched 107 kB in 0s (0 B/s) [2021-03-20T17:38:21.837Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-20T17:38:21.837Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-20T17:38:21.837Z] Pulling static-packages [2021-03-20T17:38:21.837Z] + snapcraftctl pull [2021-03-20T17:38:21.837Z] Pulling version [2021-03-20T17:38:21.837Z] + cd /root/project [2021-03-20T17:38:21.837Z] + [ -f VERSION ] [2021-03-20T17:38:21.837Z] + PROJECT_VERSION=local-dev [2021-03-20T17:38:21.837Z] + git rev-parse --short HEAD [2021-03-20T17:38:21.837Z] + GIT_REVISION=b0600f3d [2021-03-20T17:38:21.837Z] + snapcraftctl set-version local-dev [2021-03-20T17:38:22.779Z] Skipping build go-build-helper (already ran) [2021-03-20T17:38:23.041Z] Building app-service-config [2021-03-20T17:38:23.041Z] + make build [2021-03-20T17:38:23.041Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-20T17:38:25.576Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-20T17:38:25.576Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-20T17:38:25.576Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-20T17:38:25.836Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-20T17:38:25.836Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-20T17:38:25.836Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-20T17:38:25.836Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-20T17:38:25.836Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-20T17:38:25.836Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-20T17:38:26.097Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-20T17:38:26.097Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-20T17:38:26.358Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-20T17:38:26.358Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-20T17:38:26.358Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-20T17:38:26.358Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-20T17:38:26.358Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-20T17:38:26.620Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-20T17:38:26.620Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-20T17:38:26.620Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-20T17:38:26.620Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-20T17:38:26.620Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-20T17:38:26.620Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-20T17:38:26.910Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-20T17:38:26.910Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-20T17:38:26.910Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-20T17:38:26.910Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-20T17:38:26.910Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-20T17:38:26.910Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-20T17:38:26.910Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-20T17:38:26.910Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-20T17:38:26.910Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-20T17:38:26.910Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-20T17:38:26.910Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-20T17:38:39.211Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-20T17:38:39.211Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-20T17:38:39.211Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-20T17:38:39.211Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-20T17:38:39.780Z] Building config-common [2021-03-20T17:38:39.780Z] + snapcraftctl build [2021-03-20T17:38:42.320Z] Building edgex-go [2021-03-20T17:38:42.889Z] + cd /root/parts/edgex-go/src [2021-03-20T17:38:42.889Z] + make build [2021-03-20T17:38:43.149Z] 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-20T17:38:43.408Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.15 [2021-03-20T17:38:43.408Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-20T17:38:43.669Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-20T17:38:43.669Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-20T17:38:43.669Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-20T17:38:43.669Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-20T17:38:43.669Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-20T17:38:43.669Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-20T17:38:43.669Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-20T17:38:43.669Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-20T17:38:48.956Z] 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-20T17:38:48.956Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-20T17:38:54.255Z] 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-20T17:38:55.636Z] 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-20T17:38:57.545Z] 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-20T17:38:57.805Z] 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-20T17:38:57.805Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-20T17:38:58.066Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-20T17:38:58.066Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-20T17:38:58.066Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-20T17:38:59.980Z] 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-20T17:38:59.980Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-20T17:38:59.980Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-20T17:39:01.904Z] 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-20T17:39:02.848Z] 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-20T17:39:02.848Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-20T17:39:04.756Z] 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-20T17:39:05.696Z] 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-20T17:39:05.696Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-20T17:39:07.077Z] 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-20T17:39:07.337Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-20T17:39:09.247Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-20T17:39:09.247Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-20T17:39:09.247Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-20T17:39:09.247Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-20T17:39:09.247Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-20T17:39:09.247Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-20T17:39:09.247Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-20T17:39:09.247Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-20T17:39:12.617Z] Building static-packages [2021-03-20T17:39:12.617Z] + snapcraftctl build [2021-03-20T17:39:15.160Z] Building version [2021-03-20T17:39:15.160Z] + snapcraftctl build [2021-03-20T17:39:17.068Z] Skipping stage go-build-helper (already ran) [2021-03-20T17:39:17.068Z] Staging app-service-config [2021-03-20T17:39:17.068Z] + snapcraftctl stage [2021-03-20T17:39:17.856Z] 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-20T17:39:18.447Z] Staging config-common [2021-03-20T17:39:18.447Z] + snapcraftctl stage [2021-03-20T17:39:19.389Z] Staging edgex-go [2021-03-20T17:39:19.389Z] + snapcraftctl stage [2021-03-20T17:39:20.329Z] Staging static-packages [2021-03-20T17:39:20.329Z] + snapcraftctl stage [2021-03-20T17:39:21.270Z] Staging version [2021-03-20T17:39:21.270Z] + snapcraftctl stage [2021-03-20T17:39:22.209Z] Priming go-build-helper [2021-03-20T17:39:22.209Z] + snapcraftctl prime [2021-03-20T17:39:23.589Z] Priming app-service-config [2021-03-20T17:39:23.589Z] + snapcraftctl prime [2021-03-20T17:39:24.527Z] Priming config-common [2021-03-20T17:39:24.527Z] + snapcraftctl prime [2021-03-20T17:39:25.475Z] Priming edgex-go [2021-03-20T17:39:25.475Z] + snapcraftctl prime [2021-03-20T17:39:26.856Z] Priming static-packages [2021-03-20T17:39:26.856Z] + snapcraftctl prime [2021-03-20T17:39:28.781Z] Priming version [2021-03-20T17:39:28.781Z] + snapcraftctl prime [2021-03-20T17:39:30.161Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:39:40.081Z] Removing intermediate container 6f2e76bf0f12 [2021-03-20T17:39:40.081Z] ---> 79c84bc6d77c [2021-03-20T17:39:40.081Z] [2021-03-20T17:39:40.081Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:39:40.081Z] 3.12: Pulling from library/alpine [2021-03-20T17:39:40.081Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:39:40.081Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:39:40.081Z] ---> d10569e2745f [2021-03-20T17:39:40.081Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:39:41.099Z] ---> Running in ce44cdf3d57d [2021-03-20T17:39:43.098Z] Removing intermediate container 6bb46c793efe [2021-03-20T17:39:43.098Z] ---> 583ac5451048 [2021-03-20T17:39:43.098Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:39:43.379Z] ---> Running in 30a0d73aea52 [2021-03-20T17:39:43.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:43.654Z] Removing intermediate container 19d7e4f5cf46 [2021-03-20T17:39:43.654Z] ---> fb21d5facd0a [2021-03-20T17:39:43.654Z] [2021-03-20T17:39:43.655Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:39:43.655Z] ---> d10569e2745f [2021-03-20T17:39:43.655Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:39:43.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:43.928Z] ---> Running in 8e73bb87ab09 [2021-03-20T17:39:44.916Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:39:44.916Z] Removing intermediate container 8e73bb87ab09 [2021-03-20T17:39:44.916Z] ---> 00d0c6085cbc [2021-03-20T17:39:44.916Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:39:44.916Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:39:44.916Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:39:44.916Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:39:44.917Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:44.917Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:44.917Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:39:45.547Z] ---> Running in ed078c4404a0 [2021-03-20T17:39:45.547Z] OK: 7 MiB in 19 packages [2021-03-20T17:39:45.825Z] 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-20T17:39:48.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:48.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:48.768Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:49.045Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:39:49.045Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:49.045Z] OK: 5 MiB in 16 packages [2021-03-20T17:39:49.323Z] Removing intermediate container ce44cdf3d57d [2021-03-20T17:39:49.323Z] ---> 03d899b259a3 [2021-03-20T17:39:49.323Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:39:50.307Z] ---> Running in 7975d49ae4f5 [2021-03-20T17:39:50.910Z] Removing intermediate container ccbbf62897a0 [2021-03-20T17:39:50.910Z] ---> b7e34958e8af [2021-03-20T17:39:50.910Z] [2021-03-20T17:39:50.910Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:39:50.910Z] ---> d10569e2745f [2021-03-20T17:39:50.910Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:39:51.190Z] Removing intermediate container 7975d49ae4f5 [2021-03-20T17:39:51.190Z] ---> ea00103fa369 [2021-03-20T17:39:51.190Z] Step 13/24 : WORKDIR / [2021-03-20T17:39:51.190Z] ---> Running in a7427d90738f [2021-03-20T17:39:51.467Z] Removing intermediate container ed078c4404a0 [2021-03-20T17:39:51.467Z] ---> 3162d2eef3da [2021-03-20T17:39:51.467Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:39:51.467Z] ---> Running in 42c06e13eccd [2021-03-20T17:39:51.742Z] ---> Running in 2ca92c423c83 [2021-03-20T17:39:51.742Z] Removing intermediate container 30a0d73aea52 [2021-03-20T17:39:51.742Z] ---> b363515369fe [2021-03-20T17:39:51.742Z] [2021-03-20T17:39:51.742Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:39:52.021Z] 20.10.0: Pulling from library/docker [2021-03-20T17:39:52.296Z] Removing intermediate container 42c06e13eccd [2021-03-20T17:39:52.296Z] ---> db5b7fdbc865 [2021-03-20T17:39:52.296Z] 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-20T17:39:52.898Z] Removing intermediate container 2ca92c423c83 [2021-03-20T17:39:52.898Z] ---> 663364a0145a [2021-03-20T17:39:52.898Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:39:53.170Z] ---> Running in 3c40baa78317 [2021-03-20T17:39:53.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:53.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:39:54.320Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:54.320Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:54.320Z] OK: 5 MiB in 15 packages [2021-03-20T17:39:54.599Z] ---> d5d48414bf6e [2021-03-20T17:39:54.599Z] 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-20T17:39:55.210Z] Removing intermediate container 3c40baa78317 [2021-03-20T17:39:55.210Z] ---> e3d7cb4f63d2 [2021-03-20T17:39:55.210Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:39:55.820Z] ---> Running in 7a5abc360f12 [2021-03-20T17:39:56.824Z] ---> 2e44515f7903 [2021-03-20T17:39:56.824Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:39:57.113Z] Removing intermediate container a7427d90738f [2021-03-20T17:39:57.113Z] ---> 5f92d7c6e9f3 [2021-03-20T17:39:57.113Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:39:57.732Z] ---> Running in 1f7d40376bc0 [2021-03-20T17:39:58.007Z] ---> ed2ab5ef80d1 [2021-03-20T17:39:58.007Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:39:58.721Z] Removing intermediate container 1f7d40376bc0 [2021-03-20T17:39:58.721Z] ---> 5d6a2f8f8d88 [2021-03-20T17:39:58.721Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:39:59.097Z] ---> Running in 7898a96ce404 [2021-03-20T17:40:01.194Z] Removing intermediate container 7a5abc360f12 [2021-03-20T17:40:01.194Z] ---> 03b0256d4e6c [2021-03-20T17:40:01.194Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:40:01.194Z] Removing intermediate container 7898a96ce404 [2021-03-20T17:40:01.194Z] ---> 9974f247fa3f [2021-03-20T17:40:01.194Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:40:01.194Z] ---> f1b31da6b53f [2021-03-20T17:40:01.194Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:40:01.194Z] ---> Running in 7d0686e52218 [2021-03-20T17:40:01.469Z] ---> Running in 3c3bbf90f432 [2021-03-20T17:40:02.933Z] Removing intermediate container 7d0686e52218 [2021-03-20T17:40:02.933Z] ---> 119af425fb0f [2021-03-20T17:40:02.933Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:40:02.933Z] Removing intermediate container 3c3bbf90f432 [2021-03-20T17:40:02.933Z] ---> 88422f99461d [2021-03-20T17:40:02.933Z] Step 15/23 : WORKDIR / [2021-03-20T17:40:03.926Z] ---> dac22850df26 [2021-03-20T17:40:03.926Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:40:03.926Z] ---> Running in bf44c1b802e5 [2021-03-20T17:40:04.206Z] ---> c99b859c0b15 [2021-03-20T17:40:04.206Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:40:04.807Z] ---> Running in 410373624a7d [2021-03-20T17:40:05.801Z] ---> 6ebe3de8ab2e [2021-03-20T17:40:05.801Z] 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-20T17:40:06.398Z] Removing intermediate container bf44c1b802e5 [2021-03-20T17:40:06.398Z] ---> 7ed0fa52ea86 [2021-03-20T17:40:06.398Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:40:07.017Z] ---> Running in be6a2db7a229 [2021-03-20T17:40:08.023Z] Removing intermediate container 0dc767300a36 [2021-03-20T17:40:08.023Z] ---> 8f9aded72e6f [2021-03-20T17:40:08.023Z] [2021-03-20T17:40:08.023Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:40:08.023Z] ---> d10569e2745f [2021-03-20T17:40:08.023Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:40:08.023Z] ---> 4b6a1f090f0b [2021-03-20T17:40:08.023Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:40:08.301Z] ---> Running in e92a54673caa [2021-03-20T17:40:08.963Z] Removing intermediate container e92a54673caa [2021-03-20T17:40:08.963Z] ---> 327756c36d98 [2021-03-20T17:40:08.963Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:40:09.250Z] ---> Running in f7e8153d9b8b [2021-03-20T17:40:09.533Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:40:09.533Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:40:09.533Z] ---> eeaf43b92773 [2021-03-20T17:40:09.533Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:40:09.808Z] ---> Running in 01bfefb85b79 [2021-03-20T17:40:10.088Z] ---> d1972203eff9 [2021-03-20T17:40:10.088Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:40:10.088Z] Removing intermediate container f7e8153d9b8b [2021-03-20T17:40:10.088Z] ---> bdc45b0dfdef [2021-03-20T17:40:10.088Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:40:10.088Z] Removing intermediate container 410373624a7d [2021-03-20T17:40:10.088Z] ---> a60c3fd51cbf [2021-03-20T17:40:10.088Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:40:10.362Z] ---> Running in db80525ecd22 [2021-03-20T17:40:10.362Z] Removing intermediate container be6a2db7a229 [2021-03-20T17:40:10.362Z] ---> 5117471228ff [2021-03-20T17:40:10.362Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:40:10.638Z] ---> Running in 0ce23ea2f905 [2021-03-20T17:40:10.917Z] Removing intermediate container db80525ecd22 [2021-03-20T17:40:10.917Z] ---> d46effb99bcb [2021-03-20T17:40:10.917Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:11.196Z] ---> 0bb02ff2c05d [2021-03-20T17:40:11.196Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:40:11.196Z] ---> Running in 265d3e5be98c [2021-03-20T17:40:11.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:11.470Z] ---> 17a138746a98 [2021-03-20T17:40:11.470Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:40:11.470Z] ---> Running in 39f39d8b53b0 [2021-03-20T17:40:11.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:11.751Z] Removing intermediate container 0ce23ea2f905 [2021-03-20T17:40:11.751Z] ---> cc08da3868d2 [2021-03-20T17:40:11.751Z] Step 22/24 : LABEL arch=arm64 [2021-03-20T17:40:11.751Z] ---> Running in 0d3955554e10 [2021-03-20T17:40:12.348Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:40:12.348Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:40:12.348Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:40:12.348Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:40:12.348Z] OK: 12 MiB in 22 packages [2021-03-20T17:40:12.621Z] Removing intermediate container 39f39d8b53b0 [2021-03-20T17:40:12.621Z] ---> ae26bf1493be [2021-03-20T17:40:12.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:40:12.896Z] Removing intermediate container 0d3955554e10 [2021-03-20T17:40:12.896Z] ---> 847d10c363ad [2021-03-20T17:40:12.896Z] Step 23/24 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:40:12.896Z] ---> Running in 2b9feb819bf3 [2021-03-20T17:40:13.171Z] ---> Running in 3aa7798fa4a4 [2021-03-20T17:40:13.448Z] ---> 9e040d778004 [2021-03-20T17:40:13.448Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:40:13.722Z] Removing intermediate container 2b9feb819bf3 [2021-03-20T17:40:13.722Z] ---> 808169aed3c6 [2021-03-20T17:40:13.722Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:40:14.000Z] Removing intermediate container 3aa7798fa4a4 [2021-03-20T17:40:14.000Z] ---> bb52392dfb8e [2021-03-20T17:40:14.000Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:40:14.000Z] ---> Running in 0ad4ea493e75 [2021-03-20T17:40:14.273Z] ---> Running in 95098bff381a [2021-03-20T17:40:14.273Z] Removing intermediate container 01bfefb85b79 [2021-03-20T17:40:14.273Z] ---> 1e65497530c0 [2021-03-20T17:40:14.273Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:40:14.548Z] ---> Running in c6d7f0091f02 [2021-03-20T17:40:14.548Z] Removing intermediate container 0ad4ea493e75 [2021-03-20T17:40:14.548Z] ---> a2cf7f06508b [2021-03-20T17:40:14.548Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:40:14.822Z] Removing intermediate container 265d3e5be98c [2021-03-20T17:40:14.822Z] ---> fcf61ccffd03 [2021-03-20T17:40:14.822Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:40:14.822Z] ---> 447d18f361c7 [2021-03-20T17:40:14.822Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:40:14.822Z] Removing intermediate container 95098bff381a [2021-03-20T17:40:14.822Z] ---> f3ec0013a72b [2021-03-20T17:40:14.822Z] [2021-03-20T17:40:15.102Z] ---> Running in 6a3045f9275b [2021-03-20T17:40:15.102Z] ---> Running in 4f7a3b674afc [2021-03-20T17:40:15.377Z] Removing intermediate container c6d7f0091f02 [2021-03-20T17:40:15.377Z] ---> 16774c7233af [2021-03-20T17:40:15.377Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:40:15.652Z] ---> Running in 88e505ec4349 [2021-03-20T17:40:15.652Z] Successfully built f3ec0013a72b [2021-03-20T17:40:15.931Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-20T17:40:15.931Z] Building docker-core-metadata-go [2021-03-20T17:40:15.931Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6a3045f9275b [2021-03-20T17:40:15.931Z] ---> 680491caf38c [2021-03-20T17:40:15.931Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:40:15.931Z] ---> abd81941aa5d [2021-03-20T17:40:15.931Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:40:16.212Z] ---> Running in 9943bca288f2 [2021-03-20T17:40:16.491Z] Removing intermediate container 88e505ec4349 [2021-03-20T17:40:16.491Z] ---> 331ef6b50fc9 [2021-03-20T17:40:16.491Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:40:16.767Z] ---> Running in 6c4f4f7d593b [2021-03-20T17:40:16.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:16.767Z] Removing intermediate container 9943bca288f2 [2021-03-20T17:40:16.767Z] ---> 0250562ad01e [2021-03-20T17:40:16.767Z] [2021-03-20T17:40:17.366Z] Successfully built 0250562ad01e [2021-03-20T17:40:17.637Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-20T17:40:17.910Z] Building docker-security-proxy-setup-go [2021-03-20T17:40:17.910Z]  Building docker-core-command-go ... done Removing intermediate container 6c4f4f7d593b [2021-03-20T17:40:17.910Z] ---> 4148a180d70e [2021-03-20T17:40:17.910Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:40:18.189Z] ---> 264d1d8644b5 [2021-03-20T17:40:18.189Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:40:18.795Z] ---> Running in 9a5215020708 [2021-03-20T17:40:19.072Z] ---> 53c12274c8ad [2021-03-20T17:40:19.072Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:40:19.672Z] Removing intermediate container 9a5215020708 [2021-03-20T17:40:19.672Z] ---> ac014f1c9795 [2021-03-20T17:40:19.672Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:40:19.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:21.401Z] ---> 4ce04c750337 [2021-03-20T17:40:21.401Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:40:22.004Z] ---> 13f533bb7b9d [2021-03-20T17:40:22.004Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:40:24.021Z] ---> Running in eae8cc4f1a33 [2021-03-20T17:40:24.021Z] ---> 87f64f5b3186 [2021-03-20T17:40:24.021Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:40:25.015Z] ---> Running in a493e66fce2d [2021-03-20T17:40:26.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:26.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:40:26.741Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:40:27.016Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:40:27.016Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:40:27.292Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:40:27.292Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:40:27.292Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:40:27.292Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:40:27.292Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:40:27.292Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:40:27.292Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:40:27.922Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:40:28.524Z] Removing intermediate container eae8cc4f1a33 [2021-03-20T17:40:28.524Z] ---> 33c946fe6fee [2021-03-20T17:40:28.524Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:40:29.506Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:40:29.506Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:40:29.506Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:40:29.506Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:40:29.506Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:40:29.506Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:40:29.506Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:40:29.506Z] ---> Running in b51f3a30d48f [2021-03-20T17:40:29.786Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:40:29.786Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:40:29.786Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:40:29.786Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:40:29.786Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:40:29.786Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:40:29.786Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:40:29.786Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:40:29.786Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:40:30.062Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:40:30.063Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:40:30.063Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:40:30.063Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:40:30.063Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:40:30.063Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:40:30.063Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:40:30.063Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:40:30.063Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:40:30.063Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:40:30.342Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:40:30.342Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:40:30.342Z] OK: 71 MiB in 55 packages [2021-03-20T17:40:30.943Z] Removing intermediate container b51f3a30d48f [2021-03-20T17:40:30.943Z] ---> 12c24b26ca17 [2021-03-20T17:40:30.943Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:40:31.229Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:40:31.230Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:40:31.230Z] OK: 8 MiB in 20 packages [2021-03-20T17:40:31.843Z] ---> Running in 752586a51f07 [2021-03-20T17:40:33.290Z] Removing intermediate container 752586a51f07 [2021-03-20T17:40:33.290Z] ---> 69ecd0b5a103 [2021-03-20T17:40:33.290Z] Step 29/31 : LABEL arch=arm64 [2021-03-20T17:40:34.760Z] ---> Running in 272f94ad6e12 [2021-03-20T17:40:34.760Z] Removing intermediate container 4f7a3b674afc [2021-03-20T17:40:34.760Z] ---> 2eba030e8c61 [2021-03-20T17:40:34.760Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:40:35.752Z] Removing intermediate container 272f94ad6e12 [2021-03-20T17:40:35.752Z] ---> cb3a48546d90 [2021-03-20T17:40:35.752Z] Step 30/31 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:40:36.368Z] ---> 456d6893128c [2021-03-20T17:40:36.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:40:36.988Z] ---> Running in 01f050c728ad [2021-03-20T17:40:38.437Z] Removing intermediate container 01f050c728ad [2021-03-20T17:40:38.437Z] ---> 603ef8ad2f32 [2021-03-20T17:40:38.437Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:40:39.419Z] ---> Running in 92aad7b68fa5 [2021-03-20T17:40:39.698Z] ---> de8c456a8616 [2021-03-20T17:40:39.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:40:40.693Z] Removing intermediate container 92aad7b68fa5 [2021-03-20T17:40:40.693Z] ---> 2733d44d30f9 [2021-03-20T17:40:40.693Z] [2021-03-20T17:40:41.306Z] ---> 07f4820d099e [2021-03-20T17:40:41.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:40:41.306Z] Successfully built 2733d44d30f9 [2021-03-20T17:40:41.581Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-20T17:40:41.581Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-03-20T17:40:41.857Z] ---> Running in 1c2ce74b7cb8 [2021-03-20T17:40:42.844Z] Removing intermediate container a493e66fce2d [2021-03-20T17:40:42.844Z] ---> 51ae336e3a5e [2021-03-20T17:40:42.844Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:40:42.844Z] Removing intermediate container 1c2ce74b7cb8 [2021-03-20T17:40:42.844Z] ---> 9b0d6d919518 [2021-03-20T17:40:42.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:40:43.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:43.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:43.122Z] ---> 5df8212933e2 [2021-03-20T17:40:43.122Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> 60a7d433cf75 [2021-03-20T17:40:43.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> 4dc699ce7fae [2021-03-20T17:40:43.122Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> d2fa95e2b683 [2021-03-20T17:40:43.122Z] Step 6/23 : COPY go.mod . [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> a7506d2b8eba [2021-03-20T17:40:43.122Z] Step 7/23 : RUN go mod download [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> ad6b44fcb93b [2021-03-20T17:40:43.122Z] Step 8/23 : COPY . . [2021-03-20T17:40:43.122Z] ---> Using cache [2021-03-20T17:40:43.122Z] ---> 78cf2755e39b [2021-03-20T17:40:43.122Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:40:43.122Z] ---> Running in e3bc091639d5 [2021-03-20T17:40:43.401Z] ---> Running in 8564ecf5aa7f [2021-03-20T17:40:43.401Z] ---> Running in 4393dd902d7c [2021-03-20T17:40:44.847Z] Removing intermediate container 8564ecf5aa7f [2021-03-20T17:40:44.847Z] ---> b46a632a908c [2021-03-20T17:40:44.847Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:40:45.841Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:45.841Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:45.841Z] ---> 5df8212933e2 [2021-03-20T17:40:45.841Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> 60a7d433cf75 [2021-03-20T17:40:45.841Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> 4dc699ce7fae [2021-03-20T17:40:45.841Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> d2fa95e2b683 [2021-03-20T17:40:45.841Z] Step 6/21 : COPY go.mod . [2021-03-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> a7506d2b8eba [2021-03-20T17:40:45.841Z] Step 7/21 : RUN go mod download [2021-03-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> ad6b44fcb93b [2021-03-20T17:40:45.841Z] Step 8/21 : COPY . . [2021-03-20T17:40:45.841Z] 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-20T17:40:45.841Z] ---> Using cache [2021-03-20T17:40:45.841Z] ---> 78cf2755e39b [2021-03-20T17:40:45.841Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:40:46.125Z] ---> Running in b3f638669cc8 [2021-03-20T17:40:46.410Z] ---> Running in 115fc0d5cd3c [2021-03-20T17:40:47.409Z] Removing intermediate container b3f638669cc8 [2021-03-20T17:40:47.409Z] ---> 609dfe417fe8 [2021-03-20T17:40:47.409Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:40:47.409Z] ---> Running in 0b48b922fcc7 [2021-03-20T17:40:48.415Z] Removing intermediate container 0b48b922fcc7 [2021-03-20T17:40:48.415Z] ---> 4f00a2640077 [2021-03-20T17:40:48.415Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:40:49.025Z] 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-20T17:40:49.302Z] ---> Running in 0ce8194d9d0b [2021-03-20T17:40:50.285Z] Removing intermediate container 0ce8194d9d0b [2021-03-20T17:40:50.285Z] ---> 3615d5f112e5 [2021-03-20T17:40:50.285Z] [2021-03-20T17:40:50.884Z] Successfully built 3615d5f112e5 [2021-03-20T17:40:50.885Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-20T17:40:50.885Z] Collecting docker-compose==1.23.2 [2021-03-20T17:40:50.885Z] Building docker-support-scheduler-go [2021-03-20T17:40:51.160Z]  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:40:52.145Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:40:52.145Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:40:54.791Z] 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-20T17:40:55.399Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:40:55.399Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:41:01.083Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:41:01.083Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:41:01.083Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:41:01.083Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:41:03.073Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:41:03.073Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:41:03.687Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:41:03.687Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:41:07.104Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:41:07.381Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:41:08.838Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:41:08.838Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:41:10.834Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:41:10.834Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:41:16.264Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:41:16.264Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:41:18.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:41:18.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:41:18.525Z] 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-20T17:41:18.525Z] 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-20T17:41:18.801Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:41:19.075Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:41:19.075Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:41:19.075Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:41:19.075Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:41:19.075Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:41:20.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:41:20.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:41:20.061Z] ---> 5df8212933e2 [2021-03-20T17:41:20.061Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:41:20.061Z] ---> Using cache [2021-03-20T17:41:20.061Z] ---> 60a7d433cf75 [2021-03-20T17:41:20.061Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:41:20.061Z] ---> Using cache [2021-03-20T17:41:20.061Z] ---> 4dc699ce7fae [2021-03-20T17:41:20.061Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:41:21.503Z] Installing collected packages: dockerpty, docopt, websocket-client, cached-property, idna, urllib3, requests, texttable, jsonschema, docker-pycreds, docker, PyYAML, docker-compose [2021-03-20T17:41:21.503Z] Running setup.py install for dockerpty: started [2021-03-20T17:41:24.965Z] ---> Running in c23c4849b357 [2021-03-20T17:41:25.577Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:41:25.577Z] Running setup.py install for docopt: started [2021-03-20T17:41:26.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:30.033Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:41:30.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:30.033Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:41:30.033Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:41:30.033Z] ---> 5df8212933e2 [2021-03-20T17:41:30.033Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> 60a7d433cf75 [2021-03-20T17:41:30.033Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> 4dc699ce7fae [2021-03-20T17:41:30.033Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> d2fa95e2b683 [2021-03-20T17:41:30.033Z] Step 6/22 : COPY go.mod . [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> a7506d2b8eba [2021-03-20T17:41:30.033Z] Step 7/22 : RUN go mod download [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> ad6b44fcb93b [2021-03-20T17:41:30.033Z] Step 8/22 : COPY . . [2021-03-20T17:41:30.033Z] ---> Using cache [2021-03-20T17:41:30.033Z] ---> 78cf2755e39b [2021-03-20T17:41:30.033Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:41:31.052Z] ---> Running in d604119b096e [2021-03-20T17:41:31.052Z] Attempting uninstall: idna [2021-03-20T17:41:31.052Z] Found existing installation: idna 2.9 [2021-03-20T17:41:31.052Z] Uninstalling idna-2.9: [2021-03-20T17:41:31.052Z] Successfully uninstalled idna-2.9 [2021-03-20T17:41:32.052Z] Attempting uninstall: urllib3 [2021-03-20T17:41:32.052Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:41:32.052Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:41:32.332Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:41:32.945Z] Attempting uninstall: requests [2021-03-20T17:41:32.945Z] Found existing installation: requests 2.23.0 [2021-03-20T17:41:32.945Z] Uninstalling requests-2.23.0: [2021-03-20T17:41:32.945Z] 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-20T17:41:33.221Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:41:33.839Z] OK: 217 MiB in 51 packages [2021-03-20T17:41:33.839Z] Running setup.py install for texttable: started [2021-03-20T17:41:35.868Z] Removing intermediate container c23c4849b357 [2021-03-20T17:41:35.868Z] ---> 2a24dfbc5d1a [2021-03-20T17:41:35.868Z] Step 6/22 : COPY go.mod . [2021-03-20T17:41:36.870Z] ---> cd001a61da6a [2021-03-20T17:41:36.870Z] Step 7/22 : RUN go mod download [2021-03-20T17:41:36.870Z] ---> Running in 398fa873db04 [2021-03-20T17:41:37.150Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:41:39.157Z] Running setup.py install for PyYAML: started [2021-03-20T17:41:41.811Z] Removing intermediate container 398fa873db04 [2021-03-20T17:41:41.811Z] ---> 74762bd2451e [2021-03-20T17:41:41.811Z] Step 8/22 : COPY . . [2021-03-20T17:41:42.837Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:41:44.291Z] 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-20T17:41:54.469Z] Removing intermediate container e3bc091639d5 [2021-03-20T17:41:54.469Z] ---> 9fc58eeabbb6 [2021-03-20T17:41:54.469Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:41:54.469Z] ---> Running in 2a6b5328076f [2021-03-20T17:41:55.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:56.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:57.187Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:41:57.187Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:41:57.187Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:41:57.187Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:57.187Z] OK: 72 MiB in 58 packages [2021-03-20T17:42:00.629Z] Removing intermediate container 2a6b5328076f [2021-03-20T17:42:00.629Z] ---> 80bdb37ae379 [2021-03-20T17:42:00.629Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:42:00.629Z] ---> Running in d0c3eaa6609e [2021-03-20T17:42:00.629Z] ---> f6415e015446 [2021-03-20T17:42:00.629Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:42:00.908Z] ---> Running in 70fffa4e6c25 [2021-03-20T17:42:01.525Z] Removing intermediate container d0c3eaa6609e [2021-03-20T17:42:01.525Z] ---> 8f3bd7559f81 [2021-03-20T17:42:01.525Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:42:01.804Z] ---> Running in 879b7c7cbc5b [2021-03-20T17:42:02.805Z] Removing intermediate container 879b7c7cbc5b [2021-03-20T17:42:02.805Z] ---> 2b8cb431a96a [2021-03-20T17:42:02.805Z] Step 24/26 : LABEL arch=arm64 [2021-03-20T17:42:02.805Z] ---> Running in a3d021e14f5f [2021-03-20T17:42:03.090Z] 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-20T17:42:04.093Z] Removing intermediate container a3d021e14f5f [2021-03-20T17:42:04.093Z] ---> 379723e2d4a1 [2021-03-20T17:42:04.093Z] Step 25/26 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:42:04.093Z] ---> Running in 98dbc14eb17a [2021-03-20T17:42:04.698Z] Removing intermediate container 98dbc14eb17a [2021-03-20T17:42:04.698Z] ---> 12e28148b043 [2021-03-20T17:42:04.698Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:42:04.974Z] ---> Running in c5a7f283b1aa [2021-03-20T17:42:05.577Z] Removing intermediate container c5a7f283b1aa [2021-03-20T17:42:05.577Z] ---> 9e5dc887aae1 [2021-03-20T17:42:05.577Z] [2021-03-20T17:42:06.176Z] Successfully built 9e5dc887aae1 [2021-03-20T17:42:06.176Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-20T17:42:18.609Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-20T17:42:35.421Z] Removing intermediate container 115fc0d5cd3c [2021-03-20T17:42:35.421Z] ---> 478946a1926f [2021-03-20T17:42:35.421Z] [2021-03-20T17:42:35.421Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:42:35.421Z] ---> d10569e2745f [2021-03-20T17:42:35.421Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:42:35.421Z] ---> Running in cedfcf4dfad1 [2021-03-20T17:42:35.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:36.986Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:42:36.986Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:42:36.986Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:42:36.986Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:42:36.986Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:42:36.986Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:42:37.262Z] OK: 7 MiB in 18 packages [2021-03-20T17:42:39.899Z] Removing intermediate container cedfcf4dfad1 [2021-03-20T17:42:39.899Z] ---> 61a9b2b7a8a9 [2021-03-20T17:42:39.899Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:42:39.899Z] ---> Running in a8a4a65bbada [2021-03-20T17:42:40.503Z] Removing intermediate container a8a4a65bbada [2021-03-20T17:42:40.503Z] ---> 004b188f2d9a [2021-03-20T17:42:40.503Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:42:40.786Z] ---> Running in b8c7d16475d4 [2021-03-20T17:42:41.389Z] Removing intermediate container b8c7d16475d4 [2021-03-20T17:42:41.389Z] ---> 85f0a10bd85c [2021-03-20T17:42:41.389Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:42:42.386Z] ---> 32c87fc3c5c3 [2021-03-20T17:42:42.386Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:42:44.385Z] ---> 752935575763 [2021-03-20T17:42:44.385Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:42:45.841Z] ---> a694b036cc2e [2021-03-20T17:42:45.841Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:42:45.841Z] ---> Running in 0d968be83e22 [2021-03-20T17:42:46.443Z] Removing intermediate container 0d968be83e22 [2021-03-20T17:42:46.443Z] ---> 06d1b94192ed [2021-03-20T17:42:46.443Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:42:46.444Z] ---> Running in 3a467e2e5ae5 [2021-03-20T17:42:47.045Z] Removing intermediate container 3a467e2e5ae5 [2021-03-20T17:42:47.045Z] ---> 2cd8d6926a07 [2021-03-20T17:42:47.045Z] Step 19/21 : LABEL arch=arm64 [2021-03-20T17:42:47.329Z] ---> Running in 5879bc8eb1e9 [2021-03-20T17:42:47.937Z] Removing intermediate container 5879bc8eb1e9 [2021-03-20T17:42:47.937Z] ---> ed112e5fbcc2 [2021-03-20T17:42:47.937Z] Step 20/21 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:42:48.217Z] ---> Running in 20e984f2322f [2021-03-20T17:42:48.831Z] Removing intermediate container 20e984f2322f [2021-03-20T17:42:48.831Z] ---> 53b724674e81 [2021-03-20T17:42:48.831Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:42:49.106Z] ---> Running in 132c0904c199 [2021-03-20T17:42:49.708Z] Removing intermediate container 132c0904c199 [2021-03-20T17:42:49.708Z] ---> 288c73034c4a [2021-03-20T17:42:49.708Z] [2021-03-20T17:42:50.308Z] Successfully built 288c73034c4a [2021-03-20T17:42:50.308Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-20T17:42:55.732Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4393dd902d7c [2021-03-20T17:42:55.732Z] ---> 7c1c0dabc4b7 [2021-03-20T17:42:55.732Z] [2021-03-20T17:42:55.732Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:42:55.732Z] ---> d10569e2745f [2021-03-20T17:42:55.732Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:42:55.732Z] ---> Using cache [2021-03-20T17:42:55.732Z] ---> 5f92d7c6e9f3 [2021-03-20T17:42:55.732Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:42:55.732Z] ---> Using cache [2021-03-20T17:42:55.732Z] ---> 5d6a2f8f8d88 [2021-03-20T17:42:55.732Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:42:56.011Z] ---> Running in 1084515651c7 [2021-03-20T17:42:56.621Z] Removing intermediate container 1084515651c7 [2021-03-20T17:42:56.621Z] ---> ffa435f15ec7 [2021-03-20T17:42:56.621Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:42:56.907Z] ---> Running in 0deca28e7ebb [2021-03-20T17:42:57.509Z] Removing intermediate container 0deca28e7ebb [2021-03-20T17:42:57.509Z] ---> a92a7af56df5 [2021-03-20T17:42:57.509Z] Step 15/23 : WORKDIR / [2021-03-20T17:42:57.509Z] ---> Running in 3cdcf85c4ee2 [2021-03-20T17:42:58.496Z] Removing intermediate container 3cdcf85c4ee2 [2021-03-20T17:42:58.496Z] ---> 6b336f8fd0fd [2021-03-20T17:42:58.496Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:42:59.493Z] ---> 74c2ece578eb [2021-03-20T17:42:59.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:43:01.499Z] ---> 67861c5de391 [2021-03-20T17:43:01.499Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:43:02.494Z] ---> da2fff13c96a [2021-03-20T17:43:02.494Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:43:02.494Z] ---> Running in a9c7ec00e4b7 [2021-03-20T17:43:03.116Z] Removing intermediate container a9c7ec00e4b7 [2021-03-20T17:43:03.116Z] ---> d391a3b066e3 [2021-03-20T17:43:03.116Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:43:03.116Z] ---> Running in c3b8a6e33d40 [2021-03-20T17:43:04.103Z] Removing intermediate container c3b8a6e33d40 [2021-03-20T17:43:04.103Z] ---> c3eb3c7c5a7c [2021-03-20T17:43:04.103Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:43:04.375Z] ---> Running in 019f977a1fa5 [2021-03-20T17:43:04.976Z] Removing intermediate container 019f977a1fa5 [2021-03-20T17:43:04.976Z] ---> 645e327abbad [2021-03-20T17:43:04.976Z] Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:43:05.248Z] ---> Running in 6b813995e56c [2021-03-20T17:43:05.848Z] Removing intermediate container 6b813995e56c [2021-03-20T17:43:05.848Z] ---> c04f53cf9b79 [2021-03-20T17:43:05.848Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:43:06.120Z] ---> Running in eddf9fc9f83f [2021-03-20T17:43:07.561Z] Removing intermediate container eddf9fc9f83f [2021-03-20T17:43:07.561Z] ---> 412f8bbdfa91 [2021-03-20T17:43:07.561Z] [2021-03-20T17:43:07.841Z] Successfully built 412f8bbdfa91 [2021-03-20T17:43:08.117Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-20T17:43:09.564Z]  Building docker-core-metadata-go ... done Removing intermediate container d604119b096e [2021-03-20T17:43:09.564Z] ---> 9885c326cc02 [2021-03-20T17:43:09.564Z] [2021-03-20T17:43:09.564Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:43:09.564Z] ---> d10569e2745f [2021-03-20T17:43:09.564Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:43:09.564Z] ---> Using cache [2021-03-20T17:43:09.564Z] ---> 5f92d7c6e9f3 [2021-03-20T17:43:09.564Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:43:09.564Z] ---> Using cache [2021-03-20T17:43:09.564Z] ---> 5d6a2f8f8d88 [2021-03-20T17:43:09.564Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:43:09.837Z] ---> Running in f9f29d58dc76 [2021-03-20T17:43:10.119Z] Removing intermediate container f9f29d58dc76 [2021-03-20T17:43:10.119Z] ---> dba513463fda [2021-03-20T17:43:10.119Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:43:10.389Z] ---> Running in eeb9ef19ccd3 [2021-03-20T17:43:10.981Z] Removing intermediate container eeb9ef19ccd3 [2021-03-20T17:43:10.981Z] ---> 98924fa03a84 [2021-03-20T17:43:10.981Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:43:11.580Z] ---> f270fc09d3a2 [2021-03-20T17:43:11.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:43:13.008Z] ---> 4b4b44159a70 [2021-03-20T17:43:13.008Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:43:13.605Z] ---> f59e22828f83 [2021-03-20T17:43:13.605Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:43:13.877Z] ---> Running in 2a25f16162d0 [2021-03-20T17:43:14.473Z] Removing intermediate container 2a25f16162d0 [2021-03-20T17:43:14.473Z] ---> 583ac4dc20a7 [2021-03-20T17:43:14.473Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:43:14.473Z] ---> Running in 9edc4fa81151 [2021-03-20T17:43:15.471Z] Removing intermediate container 9edc4fa81151 [2021-03-20T17:43:15.471Z] ---> c0af7d334c10 [2021-03-20T17:43:15.471Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:43:15.744Z] ---> Running in e6fdf5cc5f91 [2021-03-20T17:43:16.340Z] Removing intermediate container e6fdf5cc5f91 [2021-03-20T17:43:16.340Z] ---> abed4faf0d81 [2021-03-20T17:43:16.340Z] Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:43:16.340Z] ---> Running in 104dafe8bf68 [2021-03-20T17:43:16.940Z] Removing intermediate container 104dafe8bf68 [2021-03-20T17:43:16.940Z] ---> 373d74178259 [2021-03-20T17:43:16.940Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:43:17.212Z] ---> Running in f475f7106b84 [2021-03-20T17:43:18.193Z] Removing intermediate container f475f7106b84 [2021-03-20T17:43:18.193Z] ---> 5703caa792e8 [2021-03-20T17:43:18.193Z] [2021-03-20T17:43:18.462Z] Successfully built 5703caa792e8 [2021-03-20T17:43:18.462Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-20T17:43:18.736Z]  Building docker-support-scheduler-go ... done Removing intermediate container 70fffa4e6c25 [2021-03-20T17:43:18.736Z] ---> 7924dd2906f0 [2021-03-20T17:43:18.736Z] [2021-03-20T17:43:18.736Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:43:18.736Z] ---> d10569e2745f [2021-03-20T17:43:18.736Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:43:18.736Z] ---> Running in 181a83d7a8a5 [2021-03-20T17:43:20.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:20.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:21.139Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:43:21.139Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:43:21.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:43:21.139Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:43:21.411Z] OK: 6 MiB in 16 packages [2021-03-20T17:43:23.383Z] Removing intermediate container 181a83d7a8a5 [2021-03-20T17:43:23.383Z] ---> 225ca10ef3e5 [2021-03-20T17:43:23.383Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:43:23.383Z] ---> Running in 055d0a335fb7 [2021-03-20T17:43:23.654Z] Removing intermediate container 055d0a335fb7 [2021-03-20T17:43:23.654Z] ---> 1198e84e8515 [2021-03-20T17:43:23.654Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:43:23.926Z] ---> Running in 63bd770fff22 [2021-03-20T17:43:24.198Z] Removing intermediate container 63bd770fff22 [2021-03-20T17:43:24.198Z] ---> 200b8f4080f0 [2021-03-20T17:43:24.198Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:43:24.469Z] ---> Running in 52b7c5533524 [2021-03-20T17:43:24.762Z] Removing intermediate container 52b7c5533524 [2021-03-20T17:43:24.762Z] ---> 741c4177816d [2021-03-20T17:43:24.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:43:25.734Z] ---> a07524e5351a [2021-03-20T17:43:25.734Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:43:27.162Z] ---> cdc8c06f149b [2021-03-20T17:43:27.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:43:27.752Z] ---> 66ee6247e71a [2021-03-20T17:43:27.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:43:28.023Z] ---> Running in 93fd822d8f16 [2021-03-20T17:43:28.639Z] Removing intermediate container 93fd822d8f16 [2021-03-20T17:43:28.639Z] ---> 0ed7ea017355 [2021-03-20T17:43:28.639Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:43:28.639Z] ---> Running in 8ff658760f70 [2021-03-20T17:43:29.259Z] Removing intermediate container 8ff658760f70 [2021-03-20T17:43:29.259Z] ---> 25b9a11a93b8 [2021-03-20T17:43:29.259Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:43:29.259Z] ---> Running in 3a45003f1f92 [2021-03-20T17:43:29.862Z] Removing intermediate container 3a45003f1f92 [2021-03-20T17:43:29.862Z] ---> 441d7f8f9c5b [2021-03-20T17:43:29.862Z] Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b [2021-03-20T17:43:29.862Z] ---> Running in e7ae548e12c8 [2021-03-20T17:43:30.482Z] Removing intermediate container e7ae548e12c8 [2021-03-20T17:43:30.482Z] ---> 592b14efedc6 [2021-03-20T17:43:30.482Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:43:30.482Z] ---> Running in 7e956bdc8d05 [2021-03-20T17:43:31.079Z] Removing intermediate container 7e956bdc8d05 [2021-03-20T17:43:31.079Z] ---> cd08f06738e1 [2021-03-20T17:43:31.079Z] [2021-03-20T17:43:31.351Z] Successfully built cd08f06738e1 [2021-03-20T17:43:31.351Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-20T17:43:31.955Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-20T17:43:31.953Z] $ docker stop --time=1 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 [2021-03-20T17:43:33.907Z] $ docker rm -f 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:43:34.605Z] + + docker images [2021-03-20T17:43:34.605Z] grep docker [2021-03-20T17:43:34.876Z] docker-support-notifications-go-arm64 latest cd08f06738e1 4 seconds ago 16.9MB [2021-03-20T17:43:34.876Z] docker-support-scheduler-go-arm64 latest 5703caa792e8 17 seconds ago 16.3MB [2021-03-20T17:43:34.876Z] docker-core-metadata-go-arm64 latest 412f8bbdfa91 28 seconds ago 17.9MB [2021-03-20T17:43:34.876Z] docker-security-proxy-setup-go-arm64 latest 288c73034c4a 45 seconds ago 23.4MB [2021-03-20T17:43:34.876Z] docker-sys-mgmt-agent-go-arm64 latest 9e5dc887aae1 About a minute ago 300MB [2021-03-20T17:43:34.876Z] docker-core-data-go-arm64 latest 3615d5f112e5 2 minutes ago 21.3MB [2021-03-20T17:43:34.876Z] docker-security-bootstrapper-go-arm64 latest 2733d44d30f9 2 minutes ago 17.8MB [2021-03-20T17:43:34.876Z] docker-core-command-go-arm64 latest 0250562ad01e 3 minutes ago 16.3MB [2021-03-20T17:43:34.876Z] docker-security-secretstore-setup-go-arm64 latest f3ec0013a72b 3 minutes ago 23.7MB [2021-03-20T17:43:34.876Z] 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-20T17:43:35.821Z] ---> job-cost.sh [2021-03-20T17:43:35.821Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3jlk [2021-03-20T17:44:32.332Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:46:24.115Z] lf-activate-venv(): INFO: Adding /tmp/venv-3jlk/bin to PATH [2021-03-20T17:46:24.115Z] INFO: No Stack... [2021-03-20T17:46:24.115Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:46:24.115Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:46:24.465Z] + cat /w/workspace/edgex-go/5/archives/cost.csv+ [2021-03-20T17:46:24.465Z] cut -d, -f6 [Pipeline] lock [2021-03-20T17:46:24.604Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] [2021-03-20T17:46:24.610Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] did not exist. Created. [2021-03-20T17:46:24.610Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:46:25.078Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:46:25.394Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:46:25.401Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3267-5-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) [Pipeline] unstash [Pipeline] wrap [2021-03-20T17:46:26.685Z] provisioning config files... [2021-03-20T17:46:26.695Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1746898691432219964tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:46:27.079Z] + set +x [2021-03-20T17:46:27.079Z] + curl -s https://codecov.io/bash [2021-03-20T17:46:27.079Z] + bash -s -- [2021-03-20T17:46:27.655Z] [2021-03-20T17:46:27.655Z] _____ _ [2021-03-20T17:46:27.655Z] / ____| | | [2021-03-20T17:46:27.655Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:46:27.655Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:46:27.655Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:46:27.655Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:46:27.655Z] Bash-20210309-2b87ace [2021-03-20T17:46:27.655Z] [2021-03-20T17:46:27.655Z] [2021-03-20T17:46:27.655Z] ==> git version 2.24.3 found [2021-03-20T17:46:27.655Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-20T17:46:27.655Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:46:27.655Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:46:27.655Z] ==> Jenkins CI detected. [2021-03-20T17:46:27.655Z] project root: . [2021-03-20T17:46:27.655Z] --> token set from env [2021-03-20T17:46:27.655Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:46:27.655Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:46:27.655Z] ==> Python coveragepy not found [2021-03-20T17:46:27.655Z] ==> Searching for coverage reports in: [2021-03-20T17:46:27.655Z] + . [2021-03-20T17:46:27.655Z] -> Found 1 reports [2021-03-20T17:46:27.655Z] ==> Detecting git/mercurial file structure [2021-03-20T17:46:27.917Z] ==> Reading reports [2021-03-20T17:46:27.917Z] + ./coverage.out bytes=650607 [2021-03-20T17:46:27.917Z] ==> Appending adjustments [2021-03-20T17:46:27.917Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:46:31.243Z] + Found adjustments [2021-03-20T17:46:31.243Z] ==> Gzipping contents [2021-03-20T17:46:31.243Z] 96K /tmp/codecov.i5RTc3.gz [2021-03-20T17:46:31.243Z] ==> Uploading reports [2021-03-20T17:46:31.243Z] url: https://codecov.io [2021-03-20T17:46:31.243Z] query: branch=PR-3267&commit=b0600f3d8ad3194444232ef27f6889a15b7f8c6b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= [2021-03-20T17:46:31.243Z] -> Pinging Codecov [2021-03-20T17:46:31.243Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3267&commit=b0600f3d8ad3194444232ef27f6889a15b7f8c6b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= [2021-03-20T17:46:31.818Z] -> Uploading to [2021-03-20T17:46:31.818Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/b0600f3d8ad3194444232ef27f6889a15b7f8c6b/73c28d3d-5967-446a-ba37-8a6e33f2d138.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T174631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0f8174a0cbbd50e17842bd8e9a8fb134f0643da5c86e3d774a53548cdea0ba1f [2021-03-20T17:46:31.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:46:31.818Z] Dload Upload Total Spent Left Speed [2021-03-20T17:46:32.343Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94960 0 0 100 94960 0 176k --:--:-- --:--:-- --:--:-- 176k [2021-03-20T17:46:32.343Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b0600f3d8ad3194444232ef27f6889a15b7f8c6b [Pipeline] } [2021-03-20T17:46:32.354Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:34.274Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:35.157Z] ---> package-listing.sh [2021-03-20T17:46:35.157Z] ++ facter osfamily [2021-03-20T17:46:35.157Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:46:35.157Z] + OS_FAMILY=redhat [2021-03-20T17:46:35.157Z] + workspace=/w/workspace/edgex-go/5 [2021-03-20T17:46:35.157Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:46:35.157Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:46:35.157Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:46:35.157Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:46:35.157Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-20T17:46:35.157Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:46:35.157Z] + case "${OS_FAMILY}" in [2021-03-20T17:46:35.157Z] + rpm -qa [2021-03-20T17:46:35.157Z] + sort [2021-03-20T17:46:40.477Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:46:40.477Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:46:40.477Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:46:40.477Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-20T17:46:40.477Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-20T17:46:40.477Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-20T17:46:40.492Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:46:40.828Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:46:41.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:46:41.497Z] [2021-03-20T17:46:41.497Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:46:41.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:46:41.897Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:46:41.897Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:46:41.897Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:46:41.897Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:46:41.897Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:46:41.897Z] 93b61091891f: Pulling fs layer [2021-03-20T17:46:41.897Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:46:41.897Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:46:41.897Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:46:41.897Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:46:41.897Z] 46f8f816bc3b: Waiting [2021-03-20T17:46:41.897Z] 93b61091891f: Waiting [2021-03-20T17:46:41.897Z] 93b9cdb0e59b: Waiting [2021-03-20T17:46:41.897Z] 01666e4c0597: Waiting [2021-03-20T17:46:41.897Z] aa168da1d23b: Waiting [2021-03-20T17:46:41.897Z] 5e14af77c1be: Waiting [2021-03-20T17:46:41.897Z] 36b3adc4ff6f: Verifying Checksum [2021-03-20T17:46:41.897Z] 36b3adc4ff6f: Download complete [2021-03-20T17:46:41.897Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:46:41.897Z] 46f8f816bc3b: Download complete [2021-03-20T17:46:42.159Z] df20fa9351a1: Verifying Checksum [2021-03-20T17:46:42.159Z] df20fa9351a1: Download complete [2021-03-20T17:46:42.159Z] 93b9cdb0e59b: Verifying Checksum [2021-03-20T17:46:42.159Z] 93b9cdb0e59b: Download complete [2021-03-20T17:46:42.159Z] 93b61091891f: Download complete [2021-03-20T17:46:42.159Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:46:42.159Z] 5e14af77c1be: Download complete [2021-03-20T17:46:42.159Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:46:42.159Z] 01666e4c0597: Download complete [2021-03-20T17:46:42.421Z] df20fa9351a1: Pull complete [2021-03-20T17:46:42.693Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:46:42.693Z] 8ad3a11d3b57: Download complete [2021-03-20T17:46:42.693Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:46:43.663Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:46:43.663Z] 46f8f816bc3b: Pull complete [2021-03-20T17:46:44.620Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:46:44.620Z] aa168da1d23b: Download complete [2021-03-20T17:46:45.571Z] 93b61091891f: Pull complete [2021-03-20T17:46:45.571Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:46:45.571Z] 5e14af77c1be: Pull complete [2021-03-20T17:46:45.834Z] 01666e4c0597: Pull complete [2021-03-20T17:46:55.899Z] aa168da1d23b: Pull complete [2021-03-20T17:46:55.899Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:46:55.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:46:55.899Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:46:56.106Z] prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container [2021-03-20T17:46:56.156Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T17:47:00.153Z] $ docker top da73fa74fc78f52e7be5fd85283317069811147d68ffb2598104e85375abea1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:47:00.694Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:47:01.008Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:47:01.308Z] + ls /var/log/sa-host [2021-03-20T17:47:01.308Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:47:01.308Z] file_magic: OK [2021-03-20T17:47:01.308Z] HZ: Using current value: 100 [2021-03-20T17:47:01.308Z] file_header: OK [2021-03-20T17:47:01.308Z] 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-20T17:47:01.308Z] Statistics: [2021-03-20T17:47:01.308Z] 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... [2021-03-20T17:47:01.308Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:47:01.308Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:47:01.308Z] file_magic: OK [2021-03-20T17:47:01.308Z] HZ: Using current value: 100 [2021-03-20T17:47:01.308Z] file_header: OK [2021-03-20T17:47:01.308Z] 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-20T17:47:01.308Z] Statistics: [2021-03-20T17:47:01.308Z] Hnuu...uuuununununu... [2021-03-20T17:47:01.308Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:47:01.505Z] provisioning config files... [2021-03-20T17:47:01.523Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config9181135915425595400tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:47:01.605Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:47:01.905Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:47:01.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:47:02.041Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:47:02.340Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:47:02.350Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:47:02.651Z] ---> sudo-logs.sh [2021-03-20T17:47:02.651Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:47:02.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:47:03.010Z] ---> job-cost.sh [2021-03-20T17:47:03.011Z] lf-activate-venv: SKIPPING [2021-03-20T17:47:03.011Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:47:03.011Z] INFO: Retrieving Stack Cost... [2021-03-20T17:47:03.970Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:47:04.544Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:47:04.557Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:47:04.866Z] ---> logs-deploy.sh [2021-03-20T17:47:04.866Z] lf-activate-venv: SKIPPING [2021-03-20T17:47:04.866Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3267/5 [2021-03-20T17:47:04.866Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:47:06.787Z] Archives upload complete. [2021-03-20T17:47:06.787Z] INFO: archiving logs to Nexus